From owner-freebsd-net@FreeBSD.ORG Thu Mar 23 21:18:55 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B21816A481 for ; Thu, 23 Mar 2006 21:18:55 +0000 (UTC) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F56943DE0 for ; Thu, 23 Mar 2006 21:18:39 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k2NLIcqD007547; Thu, 23 Mar 2006 13:18:38 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k2NLIcBH007545; Thu, 23 Mar 2006 13:18:38 -0800 Date: Thu, 23 Mar 2006 13:18:38 -0800 From: Brooks Davis To: Luigi Rizzo Message-ID: <20060323211838.GA1787@odin.ac.hmc.edu> References: <20060323195534.GB25560@odin.ac.hmc.edu> <3AC2CAE7FC658D8EBA589F4F@utd59514.utdallas.edu> <20060323124953.A72829@xorpc.icir.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20060323124953.A72829@xorpc.icir.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Paul Schmehl , freebsd-net@freebsd.org Subject: Re: lo0 not starting on boot X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 21:18:55 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 23, 2006 at 12:49:53PM -0800, Luigi Rizzo wrote: > On Thu, Mar 23, 2006 at 02:40:57PM -0600, Paul Schmehl wrote: > ... > > Yes, and I found it. There was a second instance of network_interfaces= =20 > > farther down in the /etc/rc.conf file. It only listed the bge0 interfa= ce,=20 > > and I'm certain it's being installed by a port. I found the same probl= em=20 >=20 > i had a similar problem earier when i tried to disable > automatic configuration of the wired ethernet on my laptop > and manually set network_interfaces to only list wi0. > I wonder whether in the past lo0 was configured irrespective > of the setting of network_interfaces, or i just remember > badly... It used to be hard coded. Today we force it to the front of the list in the network_interfaces=3Dauto case, but don't do anything special with it in the other case. We could change to code to always make it the first item in all cases if it exists at all, but I'm not particularly thrilled by that idea. In general I don't recommend the use of network_interfaces at all and I'm tempted to nuke it at some point in the future. It's not really necessicary any more becuse you can use the NOAUTO keyword in your ifconfig_ lines if you want them around, but don't want them used at boot. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFEIxCtXY6L6fI4GtQRAvNkAJsHOdajkz7gn/vmFeIezrvA5YVZkACfTJTO 8kfEXsBufo2QNhny0rUt1AQ= =wzaA -----END PGP SIGNATURE----- --wac7ysb48OaltWcw--