Re: Unable to open pty: No such file or directory [message #34305 is a reply to message #8974] |
Mon, 22 December 2008 15:36   |
Pilat
Messages: 8 Registered: November 2006
|
Junior Member |
|
|
Quote: | Here's the Fix:
vzctl exec VEID /sbin/MAKEDEV pty
vzctl exec VEID /sbin/MAKEDEV tty
vzctl enter VEID
|
It`s don`t work in ubuntu
Ubuntu 9.04
vzctl exec 3333 '/sbin/MAKEDEV /pty'
/sbin/MAKEDEV: warning: can't read /proc/devices
/sbin/MAKEDEV: don't know how to make device "/pty"
Quote: |
On our installation we successfully fixed this error simply by executing
apt-get remove --purge udev
without creating any device by MAKEDEV.
|
FIX
vzctl exec 3333 'dpkg --force-depends --purge udev'
After entering in VE for resolve depends you may install udev and disable boot scripts in sysv - udev & udev-finish.
[Updated on: Tue, 23 December 2008 01:26] Report message to a moderator
|
|
|