From owner-freebsd-questions Sun Aug 11 05:35:25 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA11149 for questions-outgoing; Sun, 11 Aug 1996 05:35:25 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA11144 for ; Sun, 11 Aug 1996 05:35:23 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id FAA15348; Sun, 11 Aug 1996 05:32:38 -0700 (MST) From: Don Yuniskis Message-Id: <199608111232.FAA15348@seagull.rtd.com> Subject: Re: out of ttys ?? To: nadav@cs.technion.ac.il (Nadav Eiron) Date: Sun, 11 Aug 1996 05:32:37 -0700 (MST) Cc: spfarrel@midway.uchicago.edu, questions@freebsd.org In-Reply-To: from "Nadav Eiron" at Aug 11, 96 02:49:43 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > what am i missing? > The following line in your kernel configuration: > pseuodo-device pty 16 > Change that to 32 or something, rebuild your kernel, and have fun! And make sure you have an corresponding number of /dev/pty's created (your setup appears to have 32) -- see /dev/MAKEDEV --don