From owner-freebsd-bugs Tue Oct 22 17:16:17 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18081 for bugs-outgoing; Tue, 22 Oct 1996 17:16:17 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA18072; Tue, 22 Oct 1996 17:16:11 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.0/8.8.0) with ESMTP id IAA17486; Wed, 23 Oct 1996 08:16:01 +0800 (WST) Message-Id: <199610230016.IAA17486@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: "Gary Palmer" cc: "Marc G. Fournier" , hsu@clinet.fi, freebsd-bugs@freefall.freebsd.org Subject: Re: bin/958 In-reply-to: Your message of "Tue, 22 Oct 1996 19:46:27 -0400." <10915.846027987@orion.webspan.net> Date: Wed, 23 Oct 1996 08:16:00 +0800 From: Peter Wemm Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Gary Palmer" wrote: > "Marc G. Fournier" wrote in message ID > <199610220847.BAA12986@freefall.freebsd.org>: > > MAKEDEV should in this case add the /etc/ttys entries or /etc/ttys should > > contain all possible ttys. This would save trouble when installing more > > ttys and reduce noise on freebsd-questions as newbies ask why their logins > > do not shop up in w. Minimum might be adding MAKEDEV echo line which would > > tell the user "Remember to add new tty devices to /etc/ttys" ? > > Actually, that is a bit short-sighted in a way, considering that > MAKEDEV will be going away when devfs is rolled out. We need some way > to handle x number of ptys transparently. Probably just default them > to be `network insecure' or somesuch if not found in /etc/ttys. Yes, but... one of the main functions of /etc/ttys is to reserve a slot and the ordering for the tty in the utmp file. We either need to keep /etc/ttys in it's current form (ie: complete listing of all possible pty's), or go to a sysv model where there is a tty id in the utmp file, so anything can be put in there. Then, the /etc/ttys file can get cut back or replaced. (I'd certainly prefer a sysv-style inittab, but I can certainly understand that others will not, so I won't push it.) There seems to be rumblings about changing the utmp file format to allow for longer user names, longer hostnames, IP addresses, etc. If it's going to change, this is probably something else that should be fixed at the same time. Cheers, -Peter