I am attempting to set up NFS sharing between Linux computers using
the 2.2.16 kernel. One machine is a Debian Potato box and the other
is Redhat 6.2 but both have been upgraded to the 2.2.16 kernel.
When I try to start the nfs services using /etc/rc.d/init.d/nfs start
I get:
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS mountd: [ OK ]
Starting NFS daemon: nfssvc: Function not implemented
[FAILED]
Both machines do have NFS support in the kernel, I have checked that.
What does the nfssvc error mean? How do I fix this problem?