On Sun, Dec 28, 2003 at 08:43:10PM +0700, John Francis Lee wrote: > Hello, > > Since I cannot make the newvserver command work I guess I'll try to > create vservers by hand?
hmm, what is the problem? please elaborate! > mkdir /vservers/XX > cd /vservers/XX > cp -ax /sbin /bin /etc /usr /var /dev /lib . at least, you ahve to clean out /dev, otherwise you'll end up with a lot of dangerous entries ... drwxr-xr-x 3 root root 4096 Dec 28 10:24 ./ drwxr-xr-x 18 root root 4096 Jun 9 2003 ../ crw-rw-rw- 1 root root 1, 7 Apr 6 2003 full crw-rw-rw- 1 root root 1, 3 Apr 6 2003 null crw-rw-rw- 1 root root 5, 2 Apr 6 2003 ptmx drwxr-xr-x 2 root root 4096 May 8 2003 pts/ crw-r--r-- 1 root root 1, 8 Apr 6 2003 random crw-rw-rw- 1 root root 5, 0 Apr 6 2003 tty crw-r--r-- 1 root root 1, 9 Apr 6 2003 urandom crw-rw-rw- 1 root root 1, 5 Apr 6 2003 zero is all you need in /dev > mkdir proc tmp home > chmod 1777 tmp > > Then edit a configuration file as suggested in Jacques original article? > > Will this work ok? probably ... but again, it should not be necessary to do it by hand ... best, Herbert > Thanks again for all your help. > > -- > John Francis Lee <[EMAIL PROTECTED]> > > _______________________________________________ > 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
