From owner-freebsd-questions@FreeBSD.ORG Thu May 1 01:02:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8166737B401 for ; Thu, 1 May 2003 01:02:58 -0700 (PDT) Received: from franky.speednet.com.au (franky.speednet.com.au [203.57.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 524D343F93 for ; Thu, 1 May 2003 01:02:57 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [203.38.96.242])h4182tUv005341; Thu, 1 May 2003 18:02:55 +1000 (EST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [203.38.96.242])h4182sg9058323; Thu, 1 May 2003 18:02:54 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Thu, 1 May 2003 18:02:54 +1000 (EST) From: Andy Farkas X-X-Sender: andyf@hewey.af.speednet.com.au To: Mathieu Arnold In-Reply-To: <49334609.1051781813@sauron.in.mat.cc> Message-ID: <20030501175103.E56708-100000@hewey.af.speednet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: out of tty ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 08:02:58 -0000 On Thu, 1 May 2003, Mathieu Arnold wrote: > I use a 4.8-RELEASE, and I have a lot of users logging in with ssh and > using screen. It seems that ssh and screen only use /dev/ttyp*, which > limits to 32 ttys. How can I tell them to use all the tty[pq..] configured > in /etc/ttys ? I think ssh and screen use /dev/ptyp* devices. Did you create the device nodes in /dev ? # cd /dev # sh MAKEDEV pty3 (this makes 128 pty's) Note the argument to MAKEDEV is pty[0-7] which creates n+1*32 pty's. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/