Re: Unable to open pty: No such file or directory [message #34227 is a reply to message #34134] |
Mon, 15 December 2008 11:28   |
silenkov
Messages: 1 Registered: September 2008
|
Junior Member |
|
|
Ubuntu 8.04
vzctl exec VEID /sbin/MAKEDEV pty
vzctl exec VEID /sbin/MAKEDEV tty
theese commands make links to devices on / directory instead of /dev/
may be
vzctl exec VEID /sbin/MAKEDEV /dev/pty
vzctl exec VEID /sbin/MAKEDEV /dev/tty
?
On our installation we successfully fixed this error simply by executing
apt-get remove --purge udev
without creating any device by MAKEDEV.
What is the purpose of tihs package inside VE?
[Updated on: Mon, 15 December 2008 11:29] Report message to a moderator
|
|
|