From owner-freebsd-questions Tue Mar 5 14:23: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by hub.freebsd.org (Postfix) with ESMTP id 4F9B637B402; Tue, 5 Mar 2002 14:22:56 -0800 (PST) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g25ML9e63423; Tue, 5 Mar 2002 14:21:09 -0800 (PST) (envelope-from root@utility.clubscholarship.com) Date: Tue, 5 Mar 2002 14:21:09 -0800 (PST) From: Patrick Thomas To: Leo Bicknell Cc: Paul Halliday , , Subject: Re: cannot get more than 32 PTYs in 4.4-RELEASE In-Reply-To: <20020305152423.GA45816@ussenterprise.ufp.org> Message-ID: <20020305142030.B63417-100000@utility.clubscholarship.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, see the point is, I have _already done this_ > sh MAKEDEV pty0 # 0-31 > sh MAKEDEV pty1 # 32-63 > sh MAKEDEV pty2 # 64-95 > sh MAKEDEV pty3 # 96-127 > sh MAKEDEV pty4 # 128-159 xterm won't recognize by default > sh MAKEDEV pty5 # 160-191 xterm won't recognize by default > sh MAKEDEV pty6 # 192-223 xterm won't recognize by default > sh MAKEDEV pty7 # 224-255 xterm won't recognize by default These are the exact commands I used with `sh MAKEDEV` to create my 256 pty /dev entries. So to recap, all 256 /dev files are there, all 256 entries are in /etc/ttys (and were there by default) and I have: maxusers 128 and pseudo-device pty 128 in my kernel. And when I create 32 screens with `screen`, nobody else can login by any method (ssh, telnet, etc.). (No more PTYs error, etc.) What am I missing here ? Please note that this is 4.4-RELEASE - this doesn't seem to be a problem in 4.5.... thanks, PT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message