Unable to open pty: No such file or directory
Sat, 09/26/2009 - 01:09 — sandipUdev is a dependency of xorg and other development packages that breaks OpenVZ containers if installed or upgraded.
Re-create the missing devices after an upgrade via:
vzctl exec {VEID} /sbin/MAKEDEV tty
vzctl exec {VEID} /sbin/MAKEDEV pty
For a permanent fix, edit /etc/rc.sysinit to disable udev and auto-repair the devices:
#/sbin/start_udev
/sbin/MAKEDEV tty
/sbin/MAKEDEV pty
- sandip's blog
- Login or register to post comments