On Tue, Dec 06, 2005 at 09:42:54PM +0200, Roché Compaan wrote: > Hi there > > I created a virtual server by first creating a skeleton and then > copying the files from an existing vserver to the new one. > > Whenever I start the vserver, init scripts accessing /dev/null (or > any subsequent commands) returns "Permission denied". Re-creating > /dev/null outside the vserver does not help. "ls -l" shows this is a > proper device file: > > crw-rw-rw- 1 root root 1, 3 2005-12-02 21:32 null > > Any idea how to fix this?
well, looking deep into my crystal ball tells me that there is something wrong with the path leading to /dev/null, so check the following: ls -lad /. /dev and get rid of those outdated tools :) HTH, Herbert > -- > Roché Compaan > Upfront Systems http://www.upfrontsystems.co.za > > _______________________________________________ > Vserver mailing list > [email protected] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
