From owner-freebsd-questions@FreeBSD.ORG Thu May 1 00:36:39 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 87C5437B401 for ; Thu, 1 May 2003 00:36:39 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90E043FA3 for ; Thu, 1 May 2003 00:36:38 -0700 (PDT) (envelope-from mat@mat.cc) Received: by mx3.absolight.com (Postfix, from userid 1007) id 8006B2A27; Thu, 1 May 2003 09:36:37 +0200 (CEST) X-Original-To: freebsd-questions@freebsd.org Received: from sauron.in.mat.cc (sauron.in.mat.cc [212.43.217.122]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by mx3.absolight.com (Postfix) with ESMTP id 9C32929CE for ; Thu, 1 May 2003 09:36:36 +0200 (CEST) Date: Thu, 01 May 2003 09:36:53 +0200 From: Mathieu Arnold To: freebsd-questions@freebsd.org Message-ID: <49334609.1051781813@sauron.in.mat.cc> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 07:36:40 -0000 Hi, 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 ? -- Mathieu Arnold