6
edits
Changes
added mount command for dev/pts
cp /vz/private/123/etc/fstab /vz/private/123/etc/fstab.old
grep devpts /vz/private/123/etc/fstab.old > /vz/private/123/etc/fstab
You can also mount a devpts in a running (but not fully functional) VE:
vzctl exec 123 mount -t devpts none /dev/pts
=== /dev TTY devices ===