Regen from rev.1.73.2.2.

This commit is contained in:
Hiroki Sato 2005-11-05 06:05:40 +00:00
parent 3ba1b4a031
commit 233263a04c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26243

View file

@ -20,7 +20,7 @@ alink="#0000FF">
Documentation Project</p>
<p class="PUBDATE">$FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v
1.73.2.1 2005/10/02 20:11:34 hrs Exp $<br />
1.73.2.2 2005/11/05 06:00:37 hrs Exp $<br />
</p>
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
@ -103,6 +103,54 @@ target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
<h2 class="SECT1"><a id="KNOWN-PROBLEMS" name="KNOWN-PROBLEMS">4 Known Problems and
Solutions</a></h2>
<p>(2005/11/5, FreeBSD/amd64 specific) The <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pmcstat&sektion=8&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pmcstat</span>(8)</span></a>
utility cannot yet handle 32-bit executables when converting <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=hwpmc&sektion=4&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hwpmc</span>(4)</span></a> log
files to <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=gprof&sektion=1&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">gprof</span>(1)</span></a>
format.</p>
<p>(2005/11/5, FreeBSD/powerpc specific) The following panic may occur at boot-time on
some older PowerMac G4 systems:</p>
<pre class="SCREEN">
...
KDB: current backend: ddb
panic: Assertion curthread != NULL failed at
/usr/src/sys/kern/kern_mutex.c:268
KDB: enter panic
</pre>
<p>This is a known problem with no workaround, and will be fixed in the next release.</p>
<p>(2005/11/5) Changes of on-disk format of <tt
class="FILENAME">/usr/share/locale/*/LC_*</tt> files in 6.0-RELEASE prevent third-party
software which uses <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=setlocale&sektion=3&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">setlocale</span>(3)</span></a> for
its localization from working after a 5.x system upgraded. The software includes ones
installed into the 5.x system by using FreeBSD Ports Collection and so on. To solve this
problem, perform one of the following:</p>
<ul>
<li>
<p>Install misc/compat5x package into the upgraded 6.0 system. This package installs a
library <tt class="FILENAME">lib/compat/libc.so.5</tt> which makes the software complied
in a 5.x system use the old locale files to keep compatibility. Note that you need to
remove <tt class="FILENAME">/lib/libc.so.5</tt> after upgrading.</p>
<p>This package is available only for Tier-1 platforms.</p>
</li>
<li>
<p>Recompile the software on the 6.0 system.</p>
</li>
</ul>
<p>(2005/10/3) At boot time the FreeBSD/sparc64 GENERIC kernel may output the following
messages when the machine has no framebuffer:</p>
@ -111,7 +159,7 @@ Aug 26 19:31:27 hostname getty[429]: open /dev/ttyv1: No such file or directory
</pre>
<p>This is because the machine with no supported graphics hardware does not recognize <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4&manpath=FreeBSD+6.0-RELEASE">
href="http://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">syscons</span>(4)</span></a> and
<tt class="FILENAME">/dev/ttyv*</tt> device nodes are not created. This is not a harmful
error and can be suppressed by disabling <tt class="FILENAME">/dev/ttyv*</tt> entries in
@ -122,7 +170,7 @@ than 4GB memory. There is no workaround for this issue except for compiling the
statically into your custom kernel in advance.</p>
<p>(2005/10/3) The <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=kgdb&sektion=1&manpath=FreeBSD+6.0-RELEASE">
href="http://www.FreeBSD.org/cgi/man.cgi?query=kgdb&sektion=1&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">kgdb</span>(1)</span></a> utility
does not work properly on FreeBSD/sparc64 for debugging panics which include traps. As a
workaround you can use <tt class="FILENAME">devel/gdb53</tt>.</p>
@ -131,12 +179,16 @@ workaround you can use <tt class="FILENAME">devel/gdb53</tt>.</p>
<hr />
<p align="center"><small>This file, and other release-related documents, can be
downloaded from <a href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</a>.</small></p>
downloaded from <a
href="http://www.FreeBSD.org/snapshots/">http://www.FreeBSD.org/snapshots/</a>.</small></p>
<p align="center"><small>For questions about FreeBSD, read the <a
href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting &#60;<a
href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&#62;.</small></p>
<p align="center"><small>All users of FreeBSD 6-STABLE should subscribe to the &#60;<a
href="mailto:current@FreeBSD.org">current@FreeBSD.org</a>&#62; mailing list.</small></p>
<p align="center"><small>For questions about this documentation, e-mail &#60;<a
href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&#62;.</small></p>
</body>