From owner-freebsd-questions Sun Oct 1 15:39:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diarmadhi.mushhaven.net (diarmadhi.mushhaven.net [63.75.111.197]) by hub.freebsd.org (Postfix) with ESMTP id 556C237B502 for ; Sun, 1 Oct 2000 15:39:17 -0700 (PDT) Received: (from mistwolf@localhost) by diarmadhi.mushhaven.net (8.9.3/8.9.3) id PAA89628; Sun, 1 Oct 2000 15:37:41 -0700 (PDT) (envelope-from mistwolf) Date: Sun, 1 Oct 2000 15:37:41 -0700 From: Jamie Norwood To: Dan Nelson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Raising PTYs Message-ID: <20001001153741.A89586@mushhaven.net> References: <20001001151030.A89252@mushhaven.net> <20001001172158.A19710@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <20001001172158.A19710@dan.emsphone.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Oct 01, 2000 at 05:21:58PM -0500, Dan Nelson wrote: > > You're getting tripped up by the mass of inconsistencies that is > MAKEDEV. You need to run "./MAKEDEV pty0 pty1 pty2 pty3 pty4 pty5 pty6 > pty7" to create all 256 ptys. > > When you ran MAKEDEV pty7, you created the last set of 32 ptys. I > think openpty() walks the list of ptys in sequential order, so when it > couldn't find pty #33 it stopped, even though ptys #223-255 were > available. I did this, and still can't get past ttypv. :( Any other suggestions as to what I can look for? Even tried a reboot after the MAKEDEV to no avail. Jamie > > -- > Dan Nelson > dnelson@emsphone.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message