- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
80 lines
2.9 KiB
XML
80 lines
2.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title "FreeBSD 3.2 Errata Notes">
|
|
]>
|
|
<!-- $FreeBSD$ -->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.download">
|
|
|
|
<pre>
|
|
The file <a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/3.2-RELEASE/ERRATA.TXT">
|
|
ERRATA.TXT</a> contains post-release ERRATA for 3.2 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:
|
|
|
|
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>
|
|
|
|
For the latest information.
|
|
|
|
---- Security Advisories:
|
|
|
|
Current active security advisories for 3.2: None
|
|
|
|
---- System Update Information:
|
|
|
|
<strong>o The compat20 and compat21 distributions install themselves into
|
|
/usr/lib/compat. The compat20/compat21 distributions are a.out libraries,
|
|
thus they should live in /usr/lib/compat/aout to match the
|
|
"ldconfig_paths_aout" configuration in /etc/defaults/rc.conf.</strong>
|
|
|
|
Fix: cd /usr/lib/compat
|
|
mkdir -p aout
|
|
mv lib*.so.*.* aout
|
|
|
|
<strong>o /usr/bin/gdb crashes when debugging core files from static programs</strong>
|
|
|
|
Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed
|
|
version via CVSup (see instructions in handbook) or apply <a href="http://cvsweb.FreeBSD.org/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&r2=1.3.2.2">the patch</a>
|
|
from our CVSweb service.
|
|
|
|
<strong>o While booting the install floppy, user sees the following message
|
|
and nothing seems to happen, nor can anything be entered from the keyboard:
|
|
|
|
Keyboard: no</strong>
|
|
|
|
Fix: Due to a lack of space, full support for old XT/AT (84-key) keyboards
|
|
is no longer available in the bootblocks. Some notebook computers may
|
|
also have this type of keyboard and if you are still using this kind of
|
|
hardware, you will see the above message about no keyboard being found
|
|
when you boot from an installation CD-ROM or floppy.
|
|
|
|
As soon as you see the message, hit the space bar and you will see
|
|
the following prompt:
|
|
|
|
>> FreeBSD/i386 BOOT
|
|
Default: x:xx(x,x)/boot/loader
|
|
boot:
|
|
|
|
Then enter `-Dh', and things should proceed normally with your keyboard
|
|
type. This only happens once at initial installation time and will
|
|
not be a problem afterwards.
|
|
|
|
</pre>
|
|
<p></p><a href="../index.html">Release Home</a>
|
|
</body>
|
|
</html>
|