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.

From the vserver FAQ:

NTP is used to keep the kernel clock synchronized to GMT/UTC. This is a system level function and should be done in the host server.

However, ntp is also a network daemon and could benefit from being jailed. "system level function" is quite a meaningless term in light of capabilities and vserver - which part of the system does it need? OK, it can have just that.

xntpd has some really brain-dead hard-coded assumptions (above and beyond those in glibc) that 127.0.0.1 is always the local host. Fortunately, on many systems 127.0.0.1 is not used by any vservers or programs running in the system context, so it can make sense to let it be used by the vserver that serves NTP.

You will need to:

This configuration has been seen to work before, however it seems that not all xntpd's like to run in this setup. The one in Debian woody seems to be OK.