From owner-freebsd-stable Tue Nov 5 11: 0:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3439737B401 for ; Tue, 5 Nov 2002 11:00:36 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCEA843E91 for ; Tue, 5 Nov 2002 11:00:35 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gA5J0ZFC058860; Tue, 5 Nov 2002 11:00:35 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gA5J0ZKg058859; Tue, 5 Nov 2002 11:00:35 -0800 (PST) (envelope-from dillon) Date: Tue, 5 Nov 2002 11:00:35 -0800 (PST) From: Matthew Dillon Message-Id: <200211051900.gA5J0ZKg058859@apollo.backplane.com> To: Don Bowman Cc: "'Peter Hoskin'" , stable@FreeBSD.ORG Subject: Re: RE: User login limit References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :> 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message