From: Paul Sladen (vserver_at_paul.sladen.org)
Date: Fri 01 Nov 2002 - 15:57:55 GMT
On 31 Oct 2002, Klavs Klavsen wrote:
> that obviously goes wrong, as I have not defined an IP for my vserver.
> shouldn't the script check for this - before trying to set up the
> interface? No IP given - no interface set?
I don't believe it was ever invisioned--you really don't want to be running
your vserver on the same IP address on the host-server; kindof defeats the
point.
The script needs fixing to at least complain that you haven't give it any
(zero) IPs.
For the moment either make the required 3/4 lines of changes to the vserver
script or set the IPROOT="" to the address of the host-server and then use:
vserver --nodev
to start it up, which might work since it doesn't cause the device alias to
be setup (it might not do the chbind() either, so you'll want to check that).
-Paul
-- Nottingham, GB