Screen error: no more PTYs

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