While
entering into the
VPS Hosting from node, if you face following error.
===============
[root@Node ~]# vzctl enter 1000
enter into VE 1000 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 have to do it properly and check whether the dev exists or not. See, /dev/ptmx and /dev/ptyp0 both are missing on the
VPS Hosting. Please copy them from a working
VPS Hosting. Also add adding the following line to /etc/fstab of the
VPS Hosting.
------
none /dev/pts devpts rw 0 0
-------