Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Ubuntu Gutsy template creation

276 bytes added, 15:04, 15 November 2007
Added Add ptys to /dev: section
[VE]# echo "127.0.0.1 localhost.localdomain localhost" > /etc/hosts
 
==== Add ptys to /dev ====
 
This is needed in case /dev/pts will not me mounted after VE start. In case /dev/ttyp* and /dev/ptyp* files are present, and LEGACY_PTYS support is enabled in the kernel, vzctl will still be able to enter VE.
 
[VE]# cd /dev && /sbin/MAKEDEV ptyp
==== Remove nameserver(s) ====