Jonathan Arbib

Tag: pty

Screen error: no more PTYs

by on Jan.19, 2010, under Tutorials

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

Alternate solution 1:
Add the following at the end of your config file

extra = 'console=hvc0 xencons=tty'

Alternate Solution 2:

chmod 666 /dev/ptmx
chmod 666 /dev/null
1 Comment :, , , , , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...