Missing NFS service link?
Posted
by
Recc
on Server Fault
See other posts from Server Fault
or by Recc
Published on 2013-06-25T10:07:53Z
Indexed on
2013/06/25
10:22 UTC
Read the original article
Hit count: 389
# ps ax | grep nfs
1108 ? S< 0:00 [nfsd4]
1109 ? S< 0:00 [nfsd4_callbacks]
1110 ? S 0:00 [nfsd]
1111 ? S 0:00 [nfsd]
1112 ? S 0:00 [nfsd]
1113 ? S 0:00 [nfsd]
1114 ? S 0:00 [nfsd]
1115 ? S 0:00 [nfsd]
1116 ? S 0:00 [nfsd]
1117 ? S 0:00 [nfsd]
4437 ? S< 0:00 [nfsiod]
16799 ? S 0:00 [nfsv4.0-svc]
18091 pts/1 S+ 0:00 grep nfs
But
# service nfs status
nfs: unrecognized service
That'll be on Ubuntu 11.04
am I missing a sym link or something? How can I fix this quickly?
© Server Fault or respective owner