nfs共有をマウントしようとしています(下のfstabエントリ)。
example.com:/sharefolder /mnt/localmount nfs defaults
次のエラーが返されます。
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.
mount.nfs: an incorrect mount option was specified
基本を確認しました。
[acoder@box iptables]# service rpcbind status
rpcbind (pid 3435) is running...
[acoder@box iptables]# service nfslock status
rpc.statd (pid 1666) is running...
[acoder@box iptables]# service statd status
statd: unrecognized service
[acoder@box ~]# yum provides rpc.statd
1:nfs-utils-1.2.3-70.el6.x86_64 : NFS utilities and supporting clients and daemons for the kernel NFS server
Repo : installed
Matched from:
Other : Provides-match: rpc.statd
statdがインストールされているようですが、サービスとして認識されないのはなぜですか?
編集してください。 /var/log/messagesの内容は次のとおりです。
Jun 29 21:11:03 box rpc.statd[5966]: Version 1.2.3 starting
Jun 29 21:11:03 box rpc.statd[5966]: Flags: TI-RPC
Jun 29 21:11:03 box rpc.statd[5966]: Failed to create listener xprt (statd, 1, udp6)
Jun 29 21:11:03 box rpc.statd[5966]: Failed to create listener xprt (statd, 1, tcp6)