NFS: Function not implemented

NFS: Function not implemented

Post by Chri » Fri, 18 Apr 2003 12:42:38



I upgraded to a 2.4.19 kernel and now NFS server does not work.  When I run
exportfs -a I get a
client.mydomain:/serve Function not implemented.

I also see that message on boot.

Here's the output of lsmod:

Module                  Size  Used by    Not tainted
nfs                    72704   0  (unused)
lockd                  52432   0  [nfs]
sunrpc                 70844   0  [nfs lockd]
xfs                   423986   1
3c59x                  27888   1

What's going on?  Any help would be greatly appreciated.

 
 
 

NFS: Function not implemented

Post by dav.. » Fri, 18 Apr 2003 14:20:17



> client.mydomain:/serve Function not implemented.

You don't have NFS server support in that kernel. Recompile your
kernel or add the required modules.

Davide

 
 
 

NFS: Function not implemented

Post by Chri » Fri, 18 Apr 2003 16:30:27


What other modules are required besides, sunrpc, lockd, and nfs?



> > client.mydomain:/serve Function not implemented.

> You don't have NFS server support in that kernel. Recompile your
> kernel or add the required modules.

> Davide