View previous topic :: View next topic |
Author |
Message |
Xtof n00b
Joined: 27 Mar 2004 Posts: 1
|
Posted: Sat Mar 27, 2004 10:38 pm Post subject: error: openpty: No such file or directory |
|
|
I compile my kernel with CONFIG_UNIX98_PTYS and CONFIG_DEVPTS_FS.
I do :
mknod /dev/ptmx c 5 2
chmod 666 /dev/ptmx
mkdir /dev/pts
I add to /etc/fstab :
none /dev/pts devpts gid=5,mode=620 0 0
Everything is looking to be good but when I type :
ssh localhost
my console is blocked and I can see in teh logs :
Accepted password for user from ::ffff:127.0.0.1 port 1025 ssh2
error: openpty: No such file or directory
error: session_pty_req: session 0 alloc failure
Does somebody can help, I'm going mad !!!
Thanks a lot |
|
Back to top |
|
|
lostinspace2011 Apprentice
Joined: 09 Sep 2005 Posts: 230
|
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23069
|
Posted: Sat Apr 06, 2013 2:31 pm Post subject: |
|
|
You do realize you resurrected a thread from 2004, right?
[Mods: feel free to delete my post if you want to remove both of these to get the thread back into the archives where it belongs.] |
|
Back to top |
|
|
SamuliSuominen Retired Dev
Joined: 30 Sep 2005 Posts: 2133 Location: Finland
|
Posted: Sun Apr 07, 2013 6:54 am Post subject: |
|
|
udev-mount missing from the sysinit runlevel?
should look like:
Code: |
$ sudo rc-update show |grep udev
udev | sysinit
udev-mount | sysinit
|
[Mods: feel free to delete my post if you want to remove both of these to get the thread back into the archives where it belongs.] |
|
Back to top |
|
|
|