From owner-freebsd-questions Mon May 14 13:34:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id DAF1C37B423 for ; Mon, 14 May 2001 13:34:27 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailg.telia.com (8.11.2/8.11.0) with ESMTP id f4EKYQl24387 for ; Mon, 14 May 2001 22:34:27 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id WAA07473 for ; Mon, 14 May 2001 22:34:25 +0200 (CEST) Received: (qmail 36001 invoked by uid 1001); 14 May 2001 20:34:24 -0000 Date: Mon, 14 May 2001 22:34:24 +0200 From: Erik Trulsson To: Mark Livingstone Cc: freebsd-questions@FreeBSD.ORG Subject: Re: increasing # of PTYs?!?! Message-ID: <20010514223424.A35811@student.uu.se> Mail-Followup-To: Mark Livingstone , freebsd-questions@FreeBSD.ORG References: <20010514155305.A6472@tmd.df.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514155305.A6472@tmd.df.ru>; from mlivingstone@ottawa.com on Mon, May 14, 2001 at 03:53:06PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 03:53:06PM -0400, Mark Livingstone wrote: > Cheers! I am running into a problem: i have recompiled my kernel with 256 PTYs, however, after the reboot.. it still > tells me that im running out of them even though im using only 20 or so. what should i do? should i MAKDEV those 256 > ptys or what? MAKEDEV sounds like a good idea, yes. > > that's what i have: > > root@ml:/dev>>ls pty* > ptyp0 ptyp3 ptyp6 ptyp9 ptypc ptypf ptypi ptypl ptypo ptypr ptypu > ptyp1 ptyp4 ptyp7 ptypa ptypd ptypg ptypj ptypm ptypp ptyps ptypv > ptyp2 ptyp5 ptyp8 ptypb ptype ptyph ptypk ptypn ptypq ptypt > root@ml:/dev>> > > i can't figure out how to create more :( cd /dev ./MAKEDEV pty0 pty1 pty2 pty3 pty4 pty5 pty6 pty7 The above should create a total of 256 pty entries in /dev > > anyone can help? thanks in advance! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message