On Wed, Mar 21, 2007 at 03:09:48PM +0100, Gerhard Hofmann wrote:
> Hi all,
>
> I have some Vserver hosts running that were setup according to this HowTo:
> http://www.howtoforge.com/linux_vserver_debian
>
> Because these are quite a lot of steps I always thought it would be nice
> to have a Debian distro that is Vserver-enabled out-of-the-box.
debian already includes Linux-VServer to some extend,
so if you install the proper debian vserver kernel,
you will get an older but mostly working install ...
> Now, in the recenct release of German magazine c't, there was a Knoppix
> 5.2 CD which claims to be Vserver-ready.
>
> Has anybody here already tried Knoppix 5.2 and can share his or her
> experiences?
>
> I booted Knoppix, tried to setup a Vserver like this:
> vserver vserver1 build \
> -n vserver1 \
> --hostname vserver1 \
> --interface eth0:192.168.1.133/24 \
> -m debootstrap -- -d sarge
>
> I get this error message:
> /etc/vservers/.defaults/vdirbase/vserver1: Function not implemented
first, unless they changed something, you want to use
the following command:
vserver vserver1 build \
--context 666 \
--hostname vserver1.test.org \
--interface eth0:192.168.1.133/24 \
-m debootstrap -- -d sarge
> Any ideas? Or any other Vserver-ready distro out there?
IIRC, there are kernel packages for RH/Fedora, Debian and Gentoo
and userspace tool packages for most known distros ...
note: personally I'm against binary kernel packages ... YMMV
HTH,
Herbert
> TIA
> Gerhard
>
> _______________________________________________
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
Received on Wed Mar 21 18:07:16 2007