Len Sassaman wrote:
The problem is that after about 150 users log in (300ish sshd sessions, since I am using privsep), incoming connections start getting dropped.

That number (150) sounds awfully familiar; I feel like I've seen it somewhere recently. Hmmmm....

Try an 'fstat' when connections start getting dropped.
I wonder if something (PAM module, maybe?) is opening a
file on each connection and you're running out of per-process
file descriptors.

Tim Kientzle

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to