HOMEPAGE FORUMS NEWS DOCUMENTATION SCREENSHOTS
SystemRescueCd forums
View unanswered posts | View active topics It is currently 02 Sep 2010, 17:51



Post new topic Reply to topic  [ 1 post ] 
 sshd unable to allocate pttys 
Author Message

Joined: 09 Apr 2008, 22:55
Posts: 5
Post sshd unable to allocate pttys
Hello,

Please forgive me if this is not the appropriate forum in which to post. The most recent version of sysresccd (ppc) v0.2.0 doesn't configure the devpts fs in fstab, hence it's not mounted on boot. This causes ssh connections to fail with a "Server refused to allocate pty" error.

This link describes the fix: http://www.patoche.org/LTT/kernel/00000172.html

I'll include a quick synopsis in the event that the above link dies.

Add the following entry to /etc/fstab :
Code:
none            /dev/pts        devpts        gid=5,mode=620    0 0


If this entry is in /etc/fstab at boot-time, then the devpts fs will be mounted automatically. For the possible benefit of those just finding this thread, if one is working on a live CD without such an entry, such as ppc-0.2.0, one can obviously dispense with the fstab entry and use a manual mount with the following command:
Code:
mount -t devpts -o gid=5,mode=620 none /dev/pts


My thanks to the developers for a fine distro!

AN.


09 Apr 2008, 23:39
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.