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.

running the root server with chbind'ed ip address

create following under /sbin/vinit (add the ip's you want)

#!/bin/sh
exec /sbin/chbind --ip 10.20.20.10/16 --bcast 10.20.255.255 -- /sbin/init $@

chmod +x /sbin/vinit

and then add init=/sbin/vinit to the kernel boot options (append= with Lilo)

configuring a 32 bit guest under x86_64

echo linux_32bit > /etc/vservers/$NAME/personality

echo i686 > /etc/vservers/$NAME/uts/machine