Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Cannot get mountd to start
During startup, mountd appears to start, and rpcinfo shows that it is
registered. However, mount requests from other machines fail with a
"program not registered" message.
Any attempt on the server to restart mountd just hangs while trying to stop
the old copy. And after a few minutes, the entire system hangs and needs
to be reset.
Anyone got a clue on how to debug this?
Problem solved! :)
It wasn't a problem with mountd, it was nfsd. Turns out that we have
nfs_server_flags="-6tun 4"
in /etc/defaults/rc.conf
I changed that to
nfs_server_flags="-tun 4"
(removed the '6') and it works just fine now.
Well, almost fine. Mounts are working, but lockd won't start
# /etc/rc.d/nfslocking start
Starting statd.
Starting lockd.
rpc.lockd: cannot get udp netconf.
#
However, rpcinfo still shows the nlockmgr service bound for both udp and
tcp
#rpcinfo
...
100021 0 udp 0.0.0.0.3.250 nlockmgr superuser
100021 1 udp 0.0.0.0.3.250 nlockmgr superuser
100021 3 udp 0.0.0.0.3.250 nlockmgr superuser
100021 4 udp 0.0.0.0.3.250 nlockmgr superuser
100021 0 tcp 0.0.0.0.3.251 nlockmgr superuser
100021 1 tcp 0.0.0.0.3.251 nlockmgr superuser
100021 3 tcp 0.0.0.0.3.251 nlockmgr superuser
100021 4 tcp 0.0.0.0.3.251 nlockmgr superuser
#
-------------------------------------------------------------------------
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer | | pgoyette at netbsd.org |
-------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index