View Single Post
  #1 (permalink)  
Old 30-06-2007, 04:48
Scott's Avatar
Scott Scott is offline
System Administrator(eUKhost.com)
 
Join Date: Oct 2006
Posts: 335
Send a message via MSN to Scott
Wink VPS - Unable to open pty: No such file or directory

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
-------
__________________
Scott M
System Administrator
http://www.eukhost.com
Cloud Hosting || VPS hosting || Hyper-V Hosting

Reply With Quote