On Fri, Nov 26, 2004 at 11:32:18AM +0100, Gilles wrote:
>  
> > you can find a detailed syntax and basic description here:
> > 
> >    http://linux-vserver.org/alpha+util-vserver
> 
> Thanks.  I skimmed through that page but I overlooked the
> link.  Sorry!
> 
> Also indicated there:
>  "[...] don't create this configuration manually but use
>   the tools as presented below."
> 
> Should I follow the advice and recreate the vservers, or is
> there a way to "translate" the old ".conf" into the new scheme?

you can use the 'skeleton' method to create the
config (plus a basically empty vserver dir)

so something like this works for me:

        vserver WWWW build -m skeleton \
          --context 100 --netdev eth0 --interface 192.168.0.2/24

would be nice to have a 'config' method too so
that 'just' the new style config can be created
that would avoid a trick like this:

        mv /vservers/WWWW /vservers/WWWW.orig
        vserver WWWW build -m skeleton ...
        mv /vservers/WWWW /vservers/WWWW.skel
        mv /vservers/WWWW.orig /vservers/WWWW

best,
Herbert

> Thanks,
> Gilles
> _______________________________________________
> 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

Reply via email to