Displaying 20 results from an estimated 3000 matches similar to: "portmap, bind(), and NIS"
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 =>
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:
2010 Feb 03
2
cannot mount NFS share, portmap problems, what todo?
Hi all,
I want to map an NFS share from a remote server to a local CentOS 5.4
server, but have a problem with portmap:
root at mercury:[~]$ service portmap restart
pmap_getmaps rpc problem: RPC: Unable to receive; errno = Connection reset
by peer
Stopping portmap: [FAILED]
Starting portmap: [ OK ]
root at
1998 Dec 15
1
portmap & tcpwrappers
I don't know if this is RedHat 5.1 specific, but be aware that the version
of portmap distributed is the enhanced (Wietse Venema) version. That's
great, except for two things. The first is documented, but easy to overlook:
"In order to avoid deadlocks, the portmap program does not attempt to look
up the remote host name or user name...The upshot of all this is that only
network
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
*
2008 Mar 27
2
portmap not answering
CentOS 5 updated, Xen host.
The portmap on this machine is somehow "stuck" and I can't figure out why.
I enabled it to be able to mount a remote nfs share. The first hurdle was
that "portmap" didn't appear in the chkconfig list, it was installed with
the initial packages but not added to chkconfig. Took me a while to figure
this out. Adding and starting it up is no
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
2000 Jan 23
2
portmap messages under /var/log/messages
I am running Redhat 6.1 as a firewall between a cable modem and my home
network.
Occasionally, I see messages such as these under /var/log/messages:
Jan 17 13:38:16 saturn5 portmap[3726]: connect from 24.28.77.200 to dump():
request from unauthorized host
Jan 18 14:00:34 saturn5 portmap[1544]: connect from 204.151.148.146 to
dump(): request from unauthorized host
My assumption is that the
2006 Aug 25
1
SELinux targeted - named, portmap and syslogd errors
Yesterday I activated SELinux in targeted mode, then I rebooted and started
receiving some error messages in the system services initialization:
======================================================================
audit(1156518721.252:2): avc: denied { read } for pid=2223 comm="syslogd"
name="libc-2.3.4.so" dev=dm-0 ino=50441 scontext=user_u:system_r:syslogd_t
1998 Dec 05
8
portmap vulnerability?
Are there any known vulnerabilities in portmap (redhat''s
portmap-4.0-7b)? I''ve been receiving a lot of attempts to access the
portmap port on some linuxppc machines I administer by various
machines which clearly have no business with mine, and I wonder if
this is an attempt to break in to my machines.
I''ve searched some archives, but I haven''t yet found any
2008 Apr 29
2
Do I need portmap, haldeamon & xfs running on dom0?
Hi all
I have a CentOS 5.1 server running Xen and recently installed
ConfigServer Firewall (CSF) on the main node to give it some protection.
On a daily basis I''m getting an email about portmap. haldeamon and xfs
consumming too much resources. The main node, dom0 doesn''t even do
anything, and everything is done on the domU''s
Here''s a thread I''ve
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:
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
2019 Jan 16
3
Inconsistent NIS Client Behavior w/ Centos 7.6
Hi All.
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 guidance from Server World (
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
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
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
2012 Oct 24
2
Why portmap is needed for NFSv4 in CentOS6
Hi all,
I have setup a CentOS6.3 x86_64 host to act as a nfs server.
According to RHEL6 docs, portmap is not needed when you use NFSv4, but
in my host I need to start rpcbind service to make NFSv4 works.
My /etc/sysconfig/nfs
#
# Define which protocol versions mountd
# will advertise. The values are "no" or "yes"
# with yes being the default
MOUNTD_NFS_V2="no"
2008 Jul 24
1
selinux & httpd & portmap
Having problems starting httpd & portmapper
#service httpd start
/usr/sbin/httpd: error while loading shared libraries: libm.so.6: cannot
open shared object file: No such file or directory
and I traced it to selinux, which I had just turned on for the first time:
# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: