From owner-freebsd-net@FreeBSD.ORG Thu Mar 23 20:49:59 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 B97D716A400 for ; Thu, 23 Mar 2006 20:49:59 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FE443D64 for ; Thu, 23 Mar 2006 20:49:54 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id k2NKnr2b072851; Thu, 23 Mar 2006 12:49:53 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id k2NKnrSF072850; Thu, 23 Mar 2006 12:49:53 -0800 (PST) (envelope-from rizzo) Date: Thu, 23 Mar 2006 12:49:53 -0800 From: Luigi Rizzo To: Paul Schmehl Message-ID: <20060323124953.A72829@xorpc.icir.org> References: <20060323195534.GB25560@odin.ac.hmc.edu> <3AC2CAE7FC658D8EBA589F4F@utd59514.utdallas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3AC2CAE7FC658D8EBA589F4F@utd59514.utdallas.edu>; from pauls@utdallas.edu on Thu, Mar 23, 2006 at 02:40:57PM -0600 Cc: 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 20:49:59 -0000 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 > farther down in the /etc/rc.conf file. It only listed the bge0 interface, > and I'm certain it's being installed by a port. I found the same problem 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... cheers luigi