From owner-freebsd-bugs Fri Oct 15 9:56:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from theleme.jm.nu (theleme.jm.nu [216.231.57.106]) by hub.freebsd.org (Postfix) with ESMTP id 5189B14E75 for ; Fri, 15 Oct 1999 09:56:46 -0700 (PDT) (envelope-from tudorb@ugcs.caltech.edu) Received: (from tudorb@localhost) by theleme.jm.nu (8.9.3/8.9.3) id JAA34906 for freebsd-bugs@freebsd.org; Fri, 15 Oct 1999 09:55:07 -0700 (PDT) (envelope-from tudorb) Date: Fri, 15 Oct 1999 09:55:07 -0700 From: Tudor Bosman To: freebsd-bugs@freebsd.org Subject: lo0 not configured on startup, possible cause Message-ID: <19991015095507.A34889@theleme.jm.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey, I see from the 3.3 errata that you're concerned with the bug regarding lo0 not configured at startup. If we look at /etc/rc.network: if [ "x${network_interfaces}" = "xauto" ]; then network_interfaces="`ifconfig -l`" fi we see that "auto" works only if it is the only ``interface name'' on that line... When you add a new interface using /stand/sysinstall, however, it will add the new interface name to the front of what was already there; in my case, this changed network_interfaces in rc.conf from "auto" to "vr0 auto", causing (of course) only the vr0 interface to be configured. Best regards, Tudor. -- Tudor Bosman E-mail: tudorb@ugcs.caltech.edu Phone: (650) 364-6263 Address: 1660 Gordon St #42, Redwood City, CA 94061, USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message