From owner-freebsd-hackers Fri Aug 16 10:48:26 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA02998 for hackers-outgoing; Fri, 16 Aug 1996 10:48:26 -0700 (PDT) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA02993 for ; Fri, 16 Aug 1996 10:48:24 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id MAA15848; Fri, 16 Aug 1996 12:46:57 -0500 From: Joe Greco Message-Id: <199608161746.MAA15848@brasil.moneng.mei.com> Subject: Re: Problem in 2.1.5 install and loopback interface. To: imb@asstdc.com.au (michael butler) Date: Fri, 16 Aug 1996 12:46:57 -0500 (CDT) Cc: ponds!rivers@dg-rtp.dg.com, hackers@FreeBSD.org In-Reply-To: <199608161625.CAA00640@walkabout.asstdc.com.au> from "michael butler" at Aug 17, 96 02:25:10 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > After a 2.1.5 install, you'll find in sysconfig a line > > to initialize the loopback interface: > > > ifconfig_lo0="inet localhost" > > > Well - if your using a nameserver, and the machine booting happens > > to *be* the nameserver, this won't work. Since named isn't > > up yet (how could it be before the interfaces are configured?), > > you can't resolve the name "localhost" > > .. man 5 hosts .. ... which doesn't work very well unless you twiddle host.conf to check hosts before the resolver (something I always do anyways). ... JG