nfsd: can't register svc name

Status
Not open for further replies.

skygunner

Cadet
Joined
Oct 8, 2016
Messages
7
Hi,

I have
FreeNAS-9.10.1-U2 (f045a8b), just tried to enable the NFS service but I got this error
nfsd: can't register svc name
What does it mean and what can I do with it?

I use the default settings,
NFSV4 not enabled;


Best Regards,

Code:
Oct 21 21:34:14 freenas notifier: mountd not running? (check /var/run/mountd.pid).
Oct 21 21:34:14 freenas notifier: Starting rpcbind.
Oct 21 21:34:14 freenas notifier: Starting mountd.
Oct 21 21:34:14 freenas notifier: NFSv4 is disabled
Oct 21 21:34:14 freenas notifier: Starting nfsd.
Oct 21 21:34:14 freenas notifier: Starting statd.
Oct 21 21:34:14 freenas notifier: Starting lockd.
Oct 21 21:34:14 freenas nfsd: can't register svc name


Code:
[root@freenas] ~# cat /var/log/messages | grep nfs
Oct 21 21:33:58 freenas notifier: Stopping nfsd.
Oct 21 21:33:58 freenas notifier: nfsuserd not running?
Oct 21 21:34:14 freenas notifier: Starting nfsd.
Oct 21 21:34:14 freenas nfsd: can't register svc name


Code:
[root@freenas] ~# ps -J 0 -af | grep rpc
31679  -  Ss	   0:00.00 /usr/sbin/rpcbind
31755  -  Ss	   0:00.00 /usr/sbin/rpc.statd
31771  -  Ss	   0:00.00 /usr/sbin/rpc.lockd
32228  0  S+	   0:00.00 grep rpc
 

Attachments

  • nfs.png
    nfs.png
    31.2 KB · Views: 612
Last edited:

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
I believe you can ignore the error, it should have no impact on the operation of NFS.
 
Status
Not open for further replies.
Top