From owner-freebsd-hackers Wed Jun 5 08:22:18 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA08947 for hackers-outgoing; Wed, 5 Jun 1996 08:22:18 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA08921 for ; Wed, 5 Jun 1996 08:21:51 -0700 (PDT) Received: by sovcom.kiae.su id AA05279 (5.65.kiae-1 ); Wed, 5 Jun 1996 18:06:15 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Wed, 5 Jun 96 18:06:15 +0300 Received: (from ache@localhost) by astral.msk.su (8.7.5/8.7.3) id SAA00383; Wed, 5 Jun 1996 18:46:48 +0400 (MSD) Message-Id: <199606051446.SAA00383@astral.msk.su> Subject: Re: /dev/tty and nits in 2.2-960501-SNAP To: kaleb@x.org (Kaleb S. KEITHLEY) Date: Wed, 5 Jun 1996 18:46:48 +0400 (MSD) Cc: hackers@freefall.FreeBSD.org In-Reply-To: <199606051421.KAA09865@exalt.x.org> from "Kaleb S. KEITHLEY" at "Jun 5, 96 10:21:58 am" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL19 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Throwing caution to the wind I've just overwritten my 2.1R system > with the 2.2-960501-SNAP. > > Things I note thus far: > > # ls -l /dev/tty > crw-r--r-- 1 root wheel 1, 0 5 Jun 10:16 /dev/tty > > really wants to be: > > crw-rw-rw- 1 root wheel 1, 0 5 Jun 10:16 /dev/tty > > otherwise xterm cannot open it. Breaking xterm is a Bad Thing (tm). Something is wrong, but not in 2.2 source. From 2.2 MAKEDEV: mknod tty c 1 0; chmod 666 tty; chown root.wheel tty It seems that something wrong happens with distribution making. > There's another problem with xterm not being able to get a pty > that I'll have to look into. > > Also, now when I try to `vipw` I get this error: > # vipw > vipw: /stand/ee: Undefined error: 0 > vipw: /etc/master.passwd: unchanged > > There is no /stand/ee. Obviously this was not a problem in 2.1R. Your EDITOR env. somehow points to /stand/ee, change it to your editor. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849