From owner-freebsd-hackers Fri Aug 16 11:22:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA04992 for hackers-outgoing; Fri, 16 Aug 1996 11:22:30 -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 LAA04975 for ; Fri, 16 Aug 1996 11:22:27 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id NAA16102; Fri, 16 Aug 1996 13:21:52 -0500 From: Joe Greco Message-Id: <199608161821.NAA16102@brasil.moneng.mei.com> Subject: Re: Problem in 2.1.5 install and loopback interface. To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Fri, 16 Aug 1996 13:21:52 -0500 (CDT) Cc: freebsd-hackers@freebsd.org In-Reply-To: <199608161702.TAA25462@keltia.freenix.fr> from "Ollivier Robert" at Aug 16, 96 07:02:32 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > According to Thomas David Rivers: > > 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" > > > > This should probably change to: > > > > ifconfig_lo0="inet 127.0.0.1" > > You should use "hosts, bind" in /etc/host.conf and populate /etc/hosts with > some important values like localhost and your primary interfaces. That way, > you don't need a DNS for booting. So I am NOT the only person who feels this way :-) Can anybody explain the reason that it is done the other way around right now? It seems to me that if you specify something in /etc/hosts, there must be a really freakin' good reason for it, so why not have the system abide by your wishes? ... JG