diff --git a/en/releases/3.3R/errata.sgml b/en/releases/3.3R/errata.sgml index 6332bee8d0..7b56552e9e 100644 --- a/en/releases/3.3R/errata.sgml +++ b/en/releases/3.3R/errata.sgml @@ -1,47 +1,58 @@ - + %includes; ]> - + &header;
 The file 
 ERRATA.TXT contains post-release ERRATA for 3.3 and should always
 be considered the definitive place to look *first* before reporting
 a problem with this release.  This file will also be periodically
 updated as new issues are reported so even if you've checked this
 file recently, check it again before filing a bug report.  Any
 changes to this file are also automatically emailed to:
 
 	freebsd-stable@freebsd.org
 
 For all FreeBSD security advisories, see:
 
 ftp://ftp.freebsd.org/pub/FreeBSD/CERT/
 
 For the latest information.
 
 ---- Security Advisories:
 
 Current active security advisories for 3.3:     None
 
 ---- System Update Information:
 
 The fvwm desktop choice in the X Desktops menu doesn't work.
                                                                               
 Fix: Install fvwm from /usr/ports/x11-wm/fvwm2 instead of using the
      desktop menu item and put "fvwm" in your $HOME/.xinitrc and
      $HOME/.xsession files for use by startx/xdm.  You can also build
      and reinstall /usr/src/release/sysinstall from 3.3-STABLE sources
      to fix the X Desktop menu item in question.
 
+The lo0 (loop-back) device is not configured on startup, causing
+utilities like mountd to fail.
+
+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.
+
 

Release Home &footer;