From owner-freebsd-stable Fri Sep 15 14: 6:31 2000 Delivered-To: freebsd-stable@freebsd.org Received: from theshell.com (arsenic.theshell.com [63.236.138.5]) by hub.freebsd.org (Postfix) with SMTP id CFCD137B42C for ; Fri, 15 Sep 2000 14:06:24 -0700 (PDT) Received: (qmail 5847 invoked from network); 15 Sep 2000 21:06:25 -0000 Received: from arsenic.theshell.com (HELO tequila) (root@63.236.138.5) by arsenic.theshell.com with SMTP; 15 Sep 2000 21:06:25 -0000 From: "Peter Avalos" To: , Subject: RE: More than 64 PTYs ? Date: Fri, 15 Sep 2000 16:08:48 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20000915134425.A60792@brian.sjc.got.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've recently run into a problem on one of my systems where I > have run out of > available PTYs. It is a multiuser system, but not a terribly > large one. As far > as I can tell from reading available documentation the limit for PTYs, as > configured in the kernel, is 64. How could this be? I know there > are tons of > systems out there with a great deal more users than mine. > > Any information is greatly appreciated. > Make line something like this in your kernel config: pseudo-device pty 256 # Pseudo-ttys (telnet etc) Then make sure you make the ptys in /dev Peter Avalos TheShell.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message