similar to: Inconsistent NIS Client Behavior w/ Centos 7.6

Displaying 20 results from an estimated 1000 matches similar to: "Inconsistent NIS Client Behavior w/ Centos 7.6"

2019 Jan 16
0
Inconsistent NIS Client Behavior w/ Centos 7.6
Capehart, William J wrote: > > I am working on bringing back a number of Centos 7 rigs in our > student computer lab back online. No change was made to the existing > server machine [running Scientific Linux 6] > > Right now there is one remaining thing to resolve: an inconsistency > with the rigs' NIS Clients. > > I have configured rcpbind and ypbind following
2011 Sep 30
1
CentOS 6 and NIS not working
I am having no luck getting NIS to work on a clean install of CentOS 6. It seems to be an issue with ypbind. I have simple /etc/yp.conf which explicitly sets the server domain myDomain server myServer The service seems to start okay #service ypbind start Starting NIS service: [OK] Binding NIS service: ? [OK] But when I try to use any of the yp services, like ypwhich #ypwhich ypwhich:
2008 Aug 28
2
Strategy for using CentOS on laptops in an NIS environment
We use NIS (ypbind) and Kerberos at work for all our Linux and Unix systems. Home directories are mounted via autofs from an NIS map. Everything works just fine as long as all network resources are available (however, things turn ugly when the NIS servers are not reachable). Some users also want to start using laptops and bring them home or on trips to continue working while not at
2007 Jul 16
3
NIS problems after installation
so, i just installed CentOS on our server and set up NIS using the same configuration as on our other server, but the clients' ypbind services complain that although they can find the correct server, the server does not respond to requests. to debug this, i've: * pinged the server using its ip and it's name * ssh'ed to the server using it's ip and name *
2010 Apr 27
1
[off-topic] RHEL6 and NIS/YP
Hi Did anyone managed to configure RHEL 6 beta to authenticate using NIS? During the installation the option to use NIS as authentication method is disable. When I tried to install with yum, I got the following message: Installed size: 222 k Is this ok [y/N]: y Downloading Packages: ftp://ftp.redhat.com/pub/redhat/rhel/beta/6/i386/os/Packages/yp-tools-2.9-8.1.el6.i686.rpm: [Errno 14] PYCURL
2003 Jul 30
1
portmap, bind(), and NIS
Greetings I'm running an NIS server that I would very much *not* want to be accessible on some of its interfaces. portmap can be instructed to bind to specific addresses using the -h flag, but this seems to break ypbind. ypbind will attempt to find a server by issuing a broadcast rpc request to the local network. When portmap is not bound to INADDR_ANY, it will not reply to these requests.
2009 Dec 17
4
NIS failover
We just updated our configuratiosn to have multiple NIS servers, when we initiated a test of client failover, we were disapointed. It seemed that the only way to get a filaover was to /etc/init.d/ypbind restart. It behaves as indicated in http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=5084845 using ypbind-1.17.2-13 on Centos 4.5 / Linux xxxxxxxxxxxx 2.6.9-55.0.12.ELsmp #1 SMP Fri Nov
2007 Sep 06
3
NIS binding probs w/Firewall and SELinux
I have RHEL5 Server originally configured and installed by me with Firewall enabled, but passing through NFS, Samba, and SSH. I then disabled SELinux. As you all likely recall, I had configured a test environment to get samba and nfs/nis up and running. I got it going, and recently brought it to a production server. After modifying the files on the production server and rebooting, I'm
2008 Aug 11
4
Need to restart ypserv to update the nis maps
Hi I use NIS om my network (CentOS4.6). When an update on a map occurs (home directory changed in /etc/passwd for instance), I run make -C /var/yp/ and check the result on a client. On the client I use "ypcat passwd" and find indeed that the update has propagated (the clients run ypbind service). On the client I have configured /etc/nsswitch.conf with : passwd: files nis shadow:
2003 Jan 08
2
Shorewall and NIS
I was trying to get NIS working today and it seemed that Shorewall was blocking the NIS traffic as the ypbind worked fine on the NIS master (the shorewall server) however a client could not connect as it could not find the domain server. I stopped shorewall and tried again however it still would not connect which should eliminate shorewall. I am not sure that I have NIS set up correctly
2007 Oct 17
2
NIS problems
I've got a RHEL5 server acting as a NIS/NFS server, and connected one C5 machine just fine. I'm trying to connect another, and for the life of me, cannot figure out why NIS won't bind. NFS works fine. ypbind just hangs. I disabled SELinux and the firewall. I just cannot get it to bind. Ideas? Thanks. Scott
2009 Jan 20
1
Generating password string in /var/nis/passwd with Perl
Hello, in our network we have AD (Win 2003) for user authentication under Windows and NIS (CentOS 5.2) for same under Linux: # rpm -qf /var/yp filesystem-2.4.0-1.el5.centos ypbind-1.19-8.el5 yp-tools-2.9-0.1 ypserv-2.19-3 I have written a CGI Script to add new users both to AD and NIS and also to create the home dirs at our NetApp-Filer. Unfortunately some steps still have to be made by hand
2020 Jun 01
3
Error change DNS backend
Rowland, 1. I installed Python 3.6.9 with SCL repository ( https://www.server-world.info/en/note?os=CentOS_7&p=python36) 2. I don't remove python 2.7 Thanks. Saludos. --- Miguel Coa M. El lun., 1 jun. 2020 a las 11:19, Rowland penny via samba (< samba at lists.samba.org>) escribi?: > On 01/06/2020 15:57, Miguel Angel Coa M. via samba wrote: > > Hi, > > I update the
2005 Aug 15
2
Kickstart, package always selected
I'm trying to kickstart a Centos 4.1 system with the minimum set of packages. I have no use for ypbind so I'm trying to prevent from being installed, but kickstart/anaconda always insist on its installation (complaining that the package is missing). This is the %packages section of my ks file so far: %packages #-@ dialup kernel grub e2fsprogs lvm2 -slocate -bluez-utils -bluez-bluefw
2007 Oct 12
2
Perfomance tuning for NIS client
Hi, I have both linux and solaris NIS client against a Solaris NIS Server, but my linux box are shamefully slow compare to solaris some sample: on Solaris 5.8: # ypwhich transporter02.domain.com # time id userid uid=36923(userid) gid=36923(u_036923) real 0.0 user 0.0 sys 0.0 on Linux: [root at linux]# ypwhich transporter02.domain.com [root at amsdc2-n-s04taw root]# time
2008 May 27
2
how to force a cycle package dependancy
Hi I''m trying to ensure ypbind and yp-tools are not installed BUT they one of the rare group of rpms that require each other. I have package { "yp-tools": ensure => absent, require => Package["ypbind"], } package { "ypbind": ensure => absent, require =>
2013 Jun 04
2
Delete ypbind.........dependancy headaches.. yp-tools is needed by (installed) ypbind
Hi, My brain is hurting a bit over this one. How does one delete ypbind cleanly from a RHEL6 box? It has a dep of yp-tools. No problem...I add both to the uninstall list in hiera; packages_oel6_absent: <snip> - ypbind - yp-tools SNIP from manifest; $packagesabsent = hiera("${packages_key}_absent",''nil'') if
2015 Jun 12
4
Sorry, another faq
I've installed a mailserver according to these instructions: http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13 When I try to login to the server through Roundcube webmail I get Connection to storage server failed. So checking on this [12-Jun-2015 11:28:53 +0000]: <6jap13r2> IMAP Error: Login failed for martin from 83.251.209.249. Could not connect to
2011 Jul 03
0
CentOS-announce Digest, Vol 77, Issue 1
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2004 Dec 24
0
CentOS-3 x86_64 errata - Updates ypbind package
A new ypbind package is available for CentOS-3 x86_64. Refer to https://rhn.redhat.com/errata/RHBA-2004-485.html. RPMS/ypbind-1.12-5.21.1.x86_64.rpm SRPMS/ypbind-1.12-5.21.1.src.rpm Execute "yum update ypbind" to apply. Will Dinkel Chief Technology Officer Team HPC, Inc. 785-542-2135 x304 wdinkel at teamhpc.com http://www.teamhpc.com -------------- next part -------------- A non-text