# vzctl enter 1053
enter into VE 1053failed
Unable to open pty: No such file or directory
The fix is
# vzctl exec 1053 /sbin/MAKEDEV tty
# vzctl exec 1053 /sbin/MAKEDEV pty
# vzctl enter 1053
Restart that VE.
f you face following error.
===============
[root@Node ~]# vzctl enter 442
enter into VE 442 failed
Unable to open pty: No such file or directory
===============
This is a well known problem with udev and openvz. A copy of /dev will fix it. You...
1) vzlist -a : Shows list of all the VPS’s hosted on the Node.
====================
(This
is the ID)
CTID NPROC STATUS IP_ADDR HOSTNAME
1 96 running 67.xx.xx.xxx
358 77...