VPS Hosting 04/01/2007
100%
0
When you use vzctl to enter into the VPS from node and get following error than it is due to known problem with udev on OpenVz.
[root@server24 ~]# vzctl enter 220
enter into VE 220 failed
Unable to open pty: No such file or directory
Temporary fix for this problem:
vzctl exec VEID /sbin/MAKEDEV pty
vzctl exec VEID /sbin/MAKEDEV tty
vzctl enter VEID
Permanent fix for this problem:
i) Edit the file /etc/rc.sysinit of the VPS server
ii) Comment the line
#/sbin/start_udev
iii) Add the following lines after /sbin/start_udev:
/sbin/MAKEDEV tty
/sbin/MAKEDEV pty
iv) Reboot your VPS
vzctl restart VEID