From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 14:22:41 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 0880437B401 for ; Sun, 1 Jun 2003 14:22:41 -0700 (PDT) Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB8543F93 for ; Sun, 1 Jun 2003 14:22:40 -0700 (PDT) (envelope-from mbsd@pacbell.net) Received: from atlas ([64.165.199.230]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 HotFix 1.6 (built Oct 18 2002)) with ESMTP id <0HFT00D3QN5FA3@mta6.snfc21.pbi.net> for questions@freebsd.org; Sun, 01 Jun 2003 14:17:40 -0700 (PDT) Date: Sun, 01 Jun 2003 14:17:39 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= In-reply-to: <200306012239.20792.dgw@liwest.at> X-X-Sender: mikko@atlas.home To: Daniela Message-id: <20030601141224.R33518@atlas.home> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT References: <200306011848.28701.dgw@liwest.at> <200306012131.29278.dgw@liwest.at> <20030601201053.GA3432@troilo.qlp.com.ar> <200306012239.20792.dgw@liwest.at> cc: "Fernando M. Maresca" cc: questions@freebsd.org Subject: Re: Problems with my terminal device files 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: Sun, 01 Jun 2003 21:22:41 -0000 On Sun, 1 Jun 2003, Daniela wrote: [...] > I can't allocate new pty's, no matter what I do. [...] > > > Xterm says that I don't have enough ptys. How do I make more? Umm... this is on 4.x, right? Have you tried making more pty device nodes? Thus: # cd /dev # sh MAKEDEV pty1 # 32 more nodes... # sh MAKEDEV pty2 # another 32 nodes... # sh MAKEDEV pty3 # etc... $.02, /Mikko