On 14/09/05 10:39 +0200, [eMAXX] Sys-Admin wrote:
> I saw Debian unstable adopted util-vserver-0.30.208 
> (http://packages.debian.org/unstable/net/util-vserver), but I'm want to 
> use the stable branch. Should I mix?
> 
no, I think you should backport 2.6.12 kernel from sid for using it on sarge
only.
> To much decisions to make ...what's wise to do?

other packeges I compile myself with the help of checkinstall for stable
distro. guest vservers should be updated by apt-get.

get 2.6.12 kernel-sources from sid
get patch vserver 2.6.12
cd /usr/src/2.6.12sources/
patch -p1 < ./patch*
make oldconfig
make menuconfig (to enable some options)
make-kpkg --initrd kernel-image
dpkg -i ../kernel-image*.deb


tar xvfz util-vserver...tgz
cd util-vserver
./configure
checkinstall (you should "apt-get install checkinstall" first)
dpkg -i util-vserver*.deb

Cheers,
Matvey
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to