Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Gentoo template creation

2 bytes added, 14:35, 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/7771001/etc/conf.d/rc</code> and change the <code>RC_DEVICES</code> line to:
<pre>
RC_DEVICES="static"
<pre>
cd /vz/private/7771001/lib
mknod udev/devices/ttyp0 c 3 0
mknod udev/devices/ptyp0 c 2 0
Anonymous user