> when I issue the command
>
> mount -t nfs 192.168.0.1:/pub /mnt
>
> on 192.168.0.100 (linux 2.0.35), then 192.168.0.100 says:
>
> mount clntudp: RPC: Program not registered
>
> I startet rpc.mountd and rpc.nfsd without any complaints
> What did I miss?
make sure "portmap" is running. Certain versions of redhat (5.0 i think)
had an update rpm of portmap that failed to create the proper symlinks in
/etc/rc.d, thus preventing it from running, and breaking NFS and NIS (
actuall all RPC stuff..)
so do a "ps -auxw |grep portmap" and see if its found.
if not check your symlinks in /etc/rc.d/rc3.d
Dave J Andruczyk
Linux Systems Admin
Buffalo State College
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]