We currently migrate to MediaWiki from our old installation, but not all content has been migrated yet. Take a look at the Wiki Team page for instructions how to help or browse through our new wiki at wiki.linux-vserver.org to find the information already migrated.

To get a recent version of the util-vserver package under sarge, follow these instructions as root:

Edit /etc/apt/sources.list and insert this line (for now. you can remove it after the procedure...):

deb-src http://ftp2.de.debian.org/debian/ sid main

Then compile the packages.

# apt-get update
# cd /somewhere/where/the/debs/should/go/
# apt-get build-dep dietlibc-dev
# apt-get -b source dietlibc-dev
# dpkg -i dietlibc_0.29-6_i386.deb dietlibc-dev_0.29-6_i386.deb
# apt-get build-dep libbeecrypt6-dev
# apt-get -b source libbeecrypt6-dev
# dpkg -i libbeecrypt6_4.1.2-2_i386.deb libbeecrypt6-dev_4.1.2-2_i386.deb

## this should already be resolved (actually not):
# apt-get build-dep util-vserver
# apt-get -b source util-vserver
# dpkg -i util-vserver_0.30.208-1_i386.deb