Hi
Is the support for this config option complete?--
Maximum number of Unix98 PTYs in use (0-2048) (CONFIG_UNIX98_PTY_COUNT)
[256] 2048
I need 1000 master and 1000 slave PTYs to test 1000 simultaneous
connections.
But after 100 successful connections, the 101st attempt continually fails--
[root@BSI500-2 /ppp]# tail /var/log/messages
Mar 31 09:33:22 BSI500-2 kernel: ppp: dev_alloc_name failed (-23)
Mar 31 09:33:22 BSI500-2 kernel: ppp_alloc failed
Mar 31 09:33:22 BSI500-2 pppd[3393]: ioctl(TIOCSETD): Too many open files in
system(23)
Mar 31 09:33:22 BSI500-2 pppd[3393]: Exit.
Since a cat of /proc/sys/fs/file-max comes back with 4096, it appears that
4096
simutaneous open files could be supported. The 256 PTY names of ptya0 -
ptyzf
look like the old-style names could still be in use. Do I need to change a
MAKEDEV init script someplace or upgrade pppd from version 2.3.11?
Thanks.
Gary Spink
[EMAIL PROTECTED]
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null