On Tue, 2005-01-25 at 16:34 +0100, Natanael Copa wrote: > "ps xa" shows a sshd process: > /usr/sbin/sshd: [EMAIL PROTECTED] > > the /var/log/messages says: > error: openpty: No such file or directory
I found it myself. I needed to: mkdir /dev/pts mount -t devpts none /dev/pts and then it worked. Sorry... -- Natanael Copa -- [email protected] mailing list
