Add latest errata pertaining to network_interfaces "auto" (ifconfig -l)

misfeature.
This commit is contained in:
Jordan K. Hubbard 1999-09-21 10:08:29 +00:00
parent 04828e5820
commit 6e985dd6f2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5681

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/releases/3.3R/errata.sgml,v 1.5 1999/09/06 07:02:57 peter Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/3.3R/errata.sgml,v 1.1 1999/09/17 12:34:27 jkh Exp $">
<!ENTITY title "FreeBSD 3.3 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<!-- $FreeBSD: www/en/releases/3.3R/errata.sgml,v 1.5 1999/09/06 07:02:57 peter Exp $ -->
<!-- $FreeBSD: www/en/releases/3.3R/errata.sgml,v 1.1 1999/09/17 12:34:27 jkh Exp $ -->
<html>
&header;
@ -40,6 +40,17 @@ Fix: Install fvwm from /usr/ports/x11-wm/fvwm2 instead of using the
and reinstall /usr/src/release/sysinstall from 3.3-STABLE sources
to fix the X Desktop menu item in question.
<strong>The lo0 (loop-back) device is not configured on startup, causing
utilities like mountd to fail.</strong>
Fix: Assuming that you experience this problem at all, edit /etc/rc.conf
and search for where the network_interfaces variable is set. In
its value, change the word "auto" to "lo0" since the auto keyword
doesn't bring the loop-back device up properly, for reasons yet to
be adequately determined. Since your other interface(s) will already
be set in the network_interfaces variable after initial installation,
it's reasonable to simply s/auto/lo0/ in rc.conf and move on.
</pre>
<p></p><a href="../index.html">Release Home</a>
&footer;