From: Joel Vandal (jvandal_at_monserveur.net)
Date: Fri 10 May 2002 - 20:18:26 BST
> Starting the virtual server 0001
> Server 0001 is not running
> SIOCSIFADDR: File exists
> SIOCSIFFLAGS: Cannot assign requested address
> SIOCSIFNETMASK: Cannot assign requested address
> SIOCSIFBRDADDR: Cannot assign requested address
> SIOCSIFFLAGS: Cannot assign requested address
If I'm not wrong, vservers will automatically create the interface.
To remove it, try: " ifconfig eth0:0 down " and restart vservers.
> Can't chroot to directory . (Permission denied)
I've solve this problem using:
chmod 000 /vservers
chmod 644 /vservers/0001
-- Joel Vandal