From owner-freebsd-questions Thu May 4 4:52:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 8AEB337BEB2 for ; Thu, 4 May 2000 04:52:29 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12nKAn-0000xY-00; Thu, 04 May 2000 13:52:05 +0200 From: Sheldon Hearn To: darren@profero.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: telnetd: All network ports in use. In-reply-to: Your message of "Wed, 03 May 2000 12:17:27 +0100." <000801bfb4f1$2a07de60$a99d24d4@vindaloo.profero.com> Date: Thu, 04 May 2000 13:52:05 +0200 Message-ID: <3691.957441125@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 03 May 2000 12:17:27 +0100, "Darren Evans" wrote: > I've set > > pseudo-device pty 64 > > in the kernel, rebooted and have lots of pty's defined in /etc/ttys > for network access yet I still receive this error. Two things which aren't clear in your message: 1) Did you actually compile and install a kernel between changing the kernel config file and rebooting? 2) Have you actually created the device nodes for the newly supported pseudo-terminals? The command ls /dev/pty* | wc -l should return 64. Does it? If not, use the /dev/MAKEDEV script to create them, as per the FAQ: http://www.freebsd.org/FAQ/admin.html#AEN2215 Note that MAKEDEV creates device nodes for psuedo-terminals in sets of 32. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message