Linux-VServer International Conference on Open Source #6

Example for setup VServer on Debian sarge part II

Prepare the tools

Temporarily add the following to your /etc/apt/sources.list:

deb http://ftp.debian.org.tw/debian/ unstable main
deb-src http://ftp.debian.org.tw/debian/ unstable main

Get the source packages from unstable and compile the packages

# apt-get update
# apt-get build-dep dietlibc-dev
# apt-get -b source dietlibc-dev
# dpkg -i dietlibc_0.29-4_i386.deb dietlibc-dev_0.29-4_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
# apt-get build-dep util-vserver
# apt-get -b source util-vserver
# dpkg -i util-vserver_0.30.208-4_i386.deb
Copyright © 2005 Taiwan Debian Users Group