From owner-freebsd-current Wed May 14 11:07:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA24390 for current-outgoing; Wed, 14 May 1997 11:07:18 -0700 (PDT) Received: from labs.usn.blaze.net.au (labs.usn.blaze.net.au [203.17.53.30]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA24384 for ; Wed, 14 May 1997 11:07:14 -0700 (PDT) Received: from labs.usn.blaze.net.au (local [127.0.0.1]) by labs.usn.blaze.net.au (8.8.5/8.8.5) with ESMTP id EAA01291; Thu, 15 May 1997 04:07:13 +1000 (EST) Message-Id: <199705141807.EAA01291@labs.usn.blaze.net.au> X-Mailer: exmh version 2.0gamma 1/27/96 To: Michael Hancock Cc: current@freebsd.org Subject: Re: RELENG_2_2 In-reply-to: Your message of "Tue, 13 May 1997 11:07:26 +0900." X-Face: (W@z~5kg?"+5?!2kHP)+l369.~a@oTl^8l87|/s8"EH?Uk~P#N+Ec~Z&@;'LL!;3?y Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 May 1997 04:07:12 +1000 From: David Nugent Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Really? I'm running -current (for quite some time now), and didn't > > bother yet to setup an /etc/login.conf. I should, i know. > > I didn't bother either, but after the Make World I could ssh to my machine > but I couldn't su. I went to the office and then I couldn't login in > either. > > I powered down; moved libutil.so.2.1 out of the way; and copied > /usr/src/etc/login.* to /etc. Oh. Then "ldconfig -m /usr/lib" would also have fixed it without creating /etc/login.conf. Some routines were added which the newly installed binaries weren't finding in the old version from the cache. You had me wondering for a while there. :-) Regards, David