6,534
edits
Changes
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) ====