rpc.lockd was removed after Slackware 11.
You need to start /etc/rc.d/rc.rpc
Code:
$ mount backend:/mnt/myth/5TB /mnt/tmp/
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
$ rpcinfo -p
rpcinfo: can't contact portmapper: RPC: Remote system error - Connection refused
$ sh /etc/rc.d/rc.rpc start
Starting RPC portmapper: /sbin/rpc.portmap
Starting RPC NSM (Network Status Monitor): /sbin/rpc.statd
$
$ mount backend:/mnt/myth/5TB /mnt/tmp/
$ rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 33807 status
100024 1 tcp 34357 status
100021 1 udp 48516 nlockmgr
100021 3 udp 48516 nlockmgr
100021 4 udp 48516 nlockmgr
100021 1 tcp 34679 nlockmgr
100021 3 tcp 34679 nlockmgr
100021 4 tcp 34679 nlockmgr
Changelog for Slackware 12
Quote:
n/nfs-utils-1.1.0-i486-1.tgz: Upgraded to nfs-utils-1.1.0. This no longer
tries to use "rpc.lockd" (nor contains it), so be sure to upgrade to the new
versions of the init scripts. Thanks to Jonathan Woithe for the hint about
linking with -lnsl after -lwrap, and for passing along a small patch for a
memory leak in mountd.
|