30 Aug
2001
30 Aug
'01
17:38
i think this has to do with the number of psuedo-terminals (pty's) you have enabled in your kernel config. here is a line from /usr/src/linux/.config ----------------------------- CONFIG_UNIX98_PTYS=y CONFIG_UNIX98_PTY_COUNT=256 ----------------------------- if you do make menuconfig, its under character devices menu here is a way to see how many you have ls /dev/pty* | wc -l