From owner-freebsd-questions Fri Feb 10 08:46:39 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA23570 for questions-outgoing; Fri, 10 Feb 1995 08:46:39 -0800 Received: from niceguy.isocor.ie (niceguy.isocor.ie [193.178.34.157]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id IAA23564 for ; Fri, 10 Feb 1995 08:46:27 -0800 Received: (from alan@localhost) by niceguy.isocor.ie (8.6.9/8.6.9) id QAA06079; Fri, 10 Feb 1995 16:45:03 GMT Date: Fri, 10 Feb 1995 16:45:02 +0000 (GMT) From: Alan Byrne To: Keith Waters cc: questions@FreeBSD.org Subject: Re: Increasing ptys beyond ttypf on FreeBSD 2.0 In-Reply-To: <950209171749.c3b1@ptnsct.nis.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk Hi, try the following, (I got this from looking at the /dev/MAKEDEV script) Make sure there is an entry in your kernel config file for the max number of pty's you want. pseudo-device pty 32 then in /dev dir do MAKEDEV pty1 This will make the 2nd batch of 16 pty's. (/dev/ptyq0-qf) for the next (3rd) batch of 16......MAKEDEV pty2.... I hope this is right, as I've just finished doing it myself, but will have to wait till later to test out the new kernel. Alan On Thu, 9 Feb 1995, Keith Waters wrote: > Hi there. > We have recompiled the kernel and everything in FreeBSD 2.0 but still can't > get it to create ptys beyond ttypf, which means only 16 users can log in. > Is this a hard limit, or is there a way of creating ttypg, ttyph , etc ? > Thankyou very much for you time, > Regards, > Keith Waters >