Changes

Jump to: navigation, search

Container enter failed

418 bytes added, 20:17, 6 July 2012
added Slackware instructions re /dev/pts
== Symptoms ==
<pre>
error: openpty: No such file or directory
</pre>
== Solutions ==
vzctl exec $CTID apt-get remove udev
vzctl restart $CTID
 
=== Older Slackware ===
 
Check that /dev/pts is mounted under the container as a devpts filesystem:
 
vzctl exec VEID mount
 
If it is not, try this immediate fix:
 
vzctl exec VEID mount /dev/pts
 
You should now be able to enter the VPS. You will need to fix /etc/rc.d/rc.S and/or /etc/fstab to ensure that /dev/pts is mounted in the boot process.
 
== See also ==
Anonymous user

Navigation menu