Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 11:00:35 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Don Bowman <don@sandvine.com>
Cc:        "'Peter Hoskin'" <peterh@ripewithdecay.com>, stable@FreeBSD.ORG
Subject:   Re: RE: User login limit
Message-ID:  <200211051900.gA5J0ZKg058859@apollo.backplane.com>
References:   <FE045D4D9F7AED4CBFF1B3B813C8533701022E5E@mail.sandvine.com>

next in thread | previous in thread | raw e-mail | index | archive | help

:
:> From: Peter Hoskin [mailto:peterh@ripewithdecay.com]
:> 
:> I've noticed FreeBSD doesn't like accepting more than 24 
:> logins, no matter
:> if they're local, ssh, etc.
:
:in your /boot/loader.conf file, put a line like:
:kern.maxusers=0
:
:Or set it to an actual value.
:0 will cause it to auto-size
:
:See tuning(7) for more information.
:
:--don (don@sandvine.com www.sandvine.com)

    This has nothing to do with it.  Don't change maxusers.  The issue
    is almost certainly the number of pty devices you have in /dev.  Try
    creating more pty devices:

    cd /dev
    ls pty*
    ./MAKEDEV pty0
    ./MAKEDEV pty1
    ./MAKEDEV pty2
	...
    ls pty*


					-Matt
					Matthew Dillon 
					<dillon@backplane.com>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211051900.gA5J0ZKg058859>