On Thu, Dec 12, 2002 at 03:19:46PM +0100, Christoph Pleger wrote: > On Thu, 12 Dec 2002 11:35:57 +0100 > Herbert Poetzl <[EMAIL PROTECTED]> wrote: > > Hello, > > > > The complete list of messages from /etc/init.d/vservers looks like > > > this: > > > > > > Starting the virtual servers > > > Starting the virtual server testserver > > > Server testserver is not running > > > SIOCSIFBRDADDR: Cannot assign requested address > > > SIOCSIFFLAGS: Cannot assign requested address > > > Can't set the ipv4 root (Function not implemented) > > > > > > > > > Also I must say that I used Kernel 2.4.20 instead of 2.4.19 (I used > > > the patch for 2.4.19 and made the changes which did not succeed by > > > hand). Additionally my kernel had already been patched by the > > > Openwall patch to prevent execution of code on the stack. > > > > check http://www.13thfloor.at/VServer/ for 2.4.20 patches, > > and try again ... > > Thank you, that did it. > > 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 ... best, Herbert > > Christoph
