Hello, On Thu, 12 Dec 2002 17:52:59 +0100 Herbert Poetzl <[EMAIL PROTECTED]> wrote:
> > But now I have a problem to run an nfs server in the virtual server > > because rpc.nfsd refuses to start. The Log files say: > > nfssvc: Function not implemented. > > > > How can I solve that problem? Portmap, status and mountd are > > working. > > you need an userspace nfs daemon, the kernel space > daemon is not available inside a virtual server ... There was a problem with the capabilities. To find out which capabilities are needed I first added all capabilities in the configuration file and then removed them one by one till rpc.nfsd did not start any more. So now all necessary programs for nfs are running. But still a client cannot mount an nfs directory from the server, the error is "Permission denied". My configuration file /etc/exports is correct and /var/lib/nfs/etab contains the correct directories after executing exportfs. Also I added again all capabilities to the configuration file of the virtual server. Do you think that the reason for that is that I'm using the kernel server or did you think that the kernel server was the cause for the non-starting rpc.nfsd? Christoph
