Date: Fri, 15 Oct 1999 09:55:07 -0700 From: Tudor Bosman <tudorb@ugcs.caltech.edu> To: freebsd-bugs@freebsd.org Subject: lo0 not configured on startup, possible cause Message-ID: <19991015095507.A34889@theleme.jm.nu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991015095507.A34889>