do_ypcall:
clnt_call: RPC: Timed out
64 bytes from hostbar.domainfoo.com
(172.12.34.56): icmp_seq=1 ttl=254 time=0.470 ms
--- hostbar.domainfoo.com ping statistics
---
1 packets transmitted, 1 received, 0% packet
loss, time 0ms
rtt min/avg/max/mdev =
0.470/0.470/0.470/0.000 ms
I saw some posts about do_ypcall ... RPC:
Timed out. One mentioned the nscd, so I started that service, others pretty much
sounded like syntax errors in config files, firewall, or bad cables.
I'm pretty sure I ruled out bad eth driver,
cables, and connection since I can ping using ip address, and I can even connect
via samba, using "user" authentication and ship files to the machine w/no
problems or delays observed.
My IT guy is hapring on the fact that its a
new fedora release and may not work on my hardware (drivers), or that another
machine on the network has got the same IP as mine using DHCP (since our routers
are losy).
So again the real issue is getting NIS to
work. This is what my config is:
/etc/yp.conf:
ypserver 172.12.34.56 # this is the correct
address of our yp server (same as other linux hosts on the network are
using)
domain domainfoo.com broadcast # this is the
correct domain as well
/etc/auto.master:
/mnt/pkg /etc/auto.pkg -g
/mnt/sweng /etc/auto.sweng -g
/usr2
yp:auto.home
/etc/auto.pkg:
RPM.rhel4WS_FOO -fstype=nfs
somehost.domainfoo.com:/pkg.RHEL_4/FOOpackages
/etc/auto.sweng
archives -fstype=nfs
anotherhost.domainfoo.com:/opt/mnt/bar/archives
I've also added the following to the end of
/etc/passwd as per instructions from our IT docs (although current linux system
do not have this):
+::::::
I guess auto.home is on the NIS
server....
One more note: I am able to see
/mnt/pkg/RPM.rhel4WS_FOO w/o problems....
Any help someone can give me, or pointers to
things to try would be very much appreciated. Unfortunately our IT guys are
afraid of Linux and just want to support Winblows and thier ancient Solaris
systems.
-Brooke