Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Gentoo template creation

170 bytes added, 14:40, 27 December 2011
Set up udev
For example sshd will fail to start since /dev/random and /dev/urandom are missing.
So it's recommended to disable udev.
Edit <code>/vz/private/1001/etc/conf.d/rc</code> or <code>/vz/private/1001/etc/conf.d/udev</code> if you using Gentoo 11.2 or future and change the <code>RC_DEVICES</code> line to:
<pre>
RC_DEVICES="static"
</pre>
Edit <code>/vz/private/7771001/etc/conf.d/rc</code> or <code>/vz/private/1001/etc/conf.d/udev</code> if you using Gentoo 11.2 or future and change the <code>RC_DEVICES</code> and <code>RC_DEVICE_TARBALL</code> lines to:
<pre>
You have to leave the directory you are in for the next step to be OK, otherwise you will get this error message:
vzquota : (error) Quota on syscall for 7771001: Device or resource busy
vzquota on failed [3]
Anonymous user