I believe you have to disable /etc/rc.d/init.d/network script (chkconfig --del network). It'll be trying to shut down the eth0 interface, which will obviously crash inside a vserver. There's also a few other runlevel scripts that need to be deleted - I can't remember what they are off the top of my head, I haven't actually gotten around to deploying a vserver myself yet.
Sam ----- Original Message ----- From: "Lucian Daniel Kafka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 11:49 AM Subject: [Vserver] Vserver problems (eth0 stop + newserver) > Hi. > > I have a couple of issues with vservers - I'm running RH9, with the latest > patch and utils (the previous versions had the same problems). > > 1) Vservers start up and work OK, but when stopped, the shutdown process > hangs on "Shutting down interface eth0" > 2) The newserver never worked for me. It first displays some errors briefly > on the screen which get over-written by the following message: > > Server test was installed in /vservers/test > The configuration file /etc/vservers/test.conf was created > The script /etc/vservers/test.sh was created > Vserver test was created in 1 seconds > Virtual server /vservers/test already exist > Deleting sshd server keys > /usr/sbin/vserver: line 191: /vservers/test/etc/mtab: No such file > ordirectory > Can't execute passwd (No such file or directory) > > Any ideas? > > > Kind regards, > > Lucian Kafka > www.conexim.com.au > > _______________________________________________ > 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
