Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 1996 10:44:01 -0400 (EDT)
From:      Thomas David Rivers <ponds!rivers@dg-rtp.dg.com>
To:        ponds!freefall.cdrom.com!freebsd-hackers
Subject:   Problem in 2.1.5 install and loopback interface.
Message-ID:  <199608161444.KAA01427@lakes.water.net>

next in thread | raw e-mail | index | archive | help

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"

This should probably change to:

  ifconfig_lo0="inet 127.0.0.1"



	- Dave Rivers -



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608161444.KAA01427>