Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Where to find ypbind package
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
niffel
n00b
n00b


Joined: 30 Jan 2020
Posts: 8

PostPosted: Thu May 21, 2020 4:47 pm    Post subject: Where to find ypbind package Reply with quote

We have a large number of legacy systems that are still using NIS. I'm building a new Gentoo image to be used on this network, but it seems yp-bind has been removed from the current Gentoo. There are a few other post on this forum talking about the issue ( https://forums.gentoo.org/viewtopic-t-1075420.html ) but at this point, I don't know how to even get the old package onto my new system. Is that possible? I would like to at least try to get it working before I start pushing the decision makers here are work to finally abandon NIS. ( they are smart people and have their reasons for sticking with NIS to this point )

Is there a way to manually download the last official Gentoo package for yp-bind. If not, I may have to try building it myself ( https://github.com/thkukuk/ypbind-mt/ )

Thanks
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3950

PostPosted: Thu May 21, 2020 4:59 pm    Post subject: Reply with quote

Hi,

Apparently there is an overlay:

https://gpo.zugaina.org/net-nds/ypbind

Maybe you would like to give that a try....
Back to top
View user's profile Send private message
niffel
n00b
n00b


Joined: 30 Jan 2020
Posts: 8

PostPosted: Thu May 21, 2020 6:35 pm    Post subject: Reply with quote

alamahant wrote:
Hi,

Apparently there is an overlay:

https://gpo.zugaina.org/net-nds/ypbind

Maybe you would like to give that a try....


From what I can tell, it looks like the sources are no longer available. ( http://www.linux-nis.org/nis/ypbind-mt/index.html ) Is there somewhere else I can try?

Also, I'm fairly new to Gentoo. Is there a method to finding overlays, other than Google?
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3950

PostPosted: Thu May 21, 2020 6:54 pm    Post subject: Reply with quote

Please do the following
Code:

emerge -av layman
mkdir /etc/portage/repos.conf
layman-updater -R
layman -a argent-main
layman -S
emerge -av net-nds/ypbind


You will be able to install it.
:)
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20589

PostPosted: Thu May 21, 2020 7:24 pm    Post subject: Reply with quote

If you choose to install an overlay, you may want to skip layman in favor of eselect which you probably have installed.

eselect/repository wrote:
eselect-repository is an eselect module for manipulating /etc/portage/repos.conf entries.

This utility supersedes layman for listing, configuring, and handling synchronization of alternate repositories except for version control systems which the package manager does not natively sync (eg. mercurial, bazaar, and g-sorcery in Portage).
Both eselect and layman allow you to list repositories, which are also listed at Gentoo repositories.

But I'm not familiar with a way to easily identify what a repository provides.
Code:
$ eselect repository list |grep argent-main
  [31]  argent-main (https://gitlab.com/argent/argent-main)
$ layman -L |grep argent-main
 * argent-main               [Git       ] (https://gitlab.com/argent/argent-...)
$ layman -i argent-main

 * argent-main
 * ~~~~~~~~~~~
 * Source  : https://gitlab.com/argent/argent-main.git
 * Contact : Stefan Cristian Brindusa <stefan.cristian+gentoo@rogentos.ro>
 * Type    : Git; Priority: 50
 * Quality : experimental
 *
 * Description:
 *   Argent Linux
 *
 * Link:
 *   https://gitlab.com/argent/argent-main
 *
 * Feed:
 *   https://gitlab.com/argent/argent-main/commits/master.atom
 *

_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum