Screen error: no more PTYs
Posted on January 19th, 2010 by ac3bf1
Quick solution:
mkdir /dev/pts
mount -t devpts /dev/ptmx /dev/pts
add the above code to run on bootup and make the file executable
Other solutions:
chmod 666 /dev/ptmx
chmod 666 /dev/null
Discussion Area - Leave a Comment