Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Gentoo template creation

24 bytes added, 15:52, 8 December 2008
Fixed path
For example sshd will fail to start since /dev/random and /dev/urandom are missing.
So it's recommended to disable udev.
Edit <code>/var/lib/vz/private/777/etc/conf.d/rc</code> and change the <code>RC_DEVICES</code> line to:
<pre>
RC_DEVICES="static"
<pre>
cd /var/lib/vz/private/777/lib
mknod udev/devices/ttyp0 c 3 0
mknod udev/devices/ptyp0 c 2 0
</pre>
Edit <code>/var/lib/vz/private/777/etc/conf.d/rc</code> and change the <code>RC_DEVICES</code> and <code>RC_DEVICE_TARBALL</code> lines to:
<pre>
10
edits