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.
17/04/05
Has got vserver running on a 6 way E4000. The procedure (in excessive detail) was:
Running Debian/SPARC 3.1 (sarge) ~ currently testing, installed:
kernel-source-2.4.27 version 2.4.27-8
kernel-patch-vserver version 1.9.5.3
then:
cd /usr/src
tar -xvj < kernel-source-2.4.27.tar.bz2
export PATCH_THE_KERNEL=yes
cd kernel-source-2.4.27
make-kpkg config menuconfig rootcmd fakeroot revision custom01 added-patches vserver --append-to-version +vserver --initrd binary_arch
(borrow the config file from 2.4.27-2-sparc64-smp)
cd ..
dpkg -i *.deb
reboot
All works fine.