Regen from errata/article.sgml 1.73.2.26.

This commit is contained in:
Bruce A. Mah 2006-06-16 21:39:50 +00:00
parent c7eab54bfd
commit 57c3c74629
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28106

View file

@ -20,7 +20,7 @@ alink="#0000FF">
FreeBSD Documentation Project</p> FreeBSD Documentation Project</p>
<p class="PUBDATE">$FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v <p class="PUBDATE">$FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v
1.73.2.25 2006/06/14 16:29:06 hrs Exp $<br /> 1.73.2.26 2006/06/16 21:30:41 bmah Exp $<br />
</p> </p>
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a> <div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
@ -119,7 +119,7 @@ target="_top">SA-06:15.ypserv</a></td>
<td>31&nbsp;May&nbsp;2006</td> <td>31&nbsp;May&nbsp;2006</td>
<td> <td>
<p>Inoperative access controls in <a <p>Inoperative access controls in <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ypserv&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=ypserv&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ypserv</span>(8)</span></a></p> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">ypserv</span>(8)</span></a></p>
</td> </td>
</tr> </tr>
@ -164,11 +164,11 @@ that enable the second core of dual-core i386 and amd64 CPUs by default when run
SMP kernel.</p> SMP kernel.</p>
<p>(2006/05/13) A change in the <a <p>(2006/05/13) A change in the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=FreeBSD+6.0-stable"><span href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&amp;sektion=4&amp;manpath=FreeBSD+6.0-stable">
class="CITEREFENTRY"><span class="REFENTRYTITLE">ata</span>(4)</span></a> driver in <span class="CITEREFENTRY"><span class="REFENTRYTITLE">ata</span>(4)</span></a> driver in
FreeBSD 6.1-RELEASE modified a software interface visible from userland programs. FreeBSD 6.1-RELEASE modified a software interface visible from userland programs.
Programs that use the <tt class="LITERAL">IOCATAREQUEST</tt> <a Programs that use the <tt class="LITERAL">IOCATAREQUEST</tt> <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ioctl&sektion=2&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=ioctl&amp;sektion=2&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ioctl</span>(2)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">ioctl</span>(2)</span></a>
interface will need to be recompiled. Typically, these programs communicate directly with interface will need to be recompiled. Typically, these programs communicate directly with
ATA and ATAPI drives, such as CDROM burning or ripping tools, or monitoring utilities. ATA and ATAPI drives, such as CDROM burning or ripping tools, or monitoring utilities.
@ -177,21 +177,21 @@ href="http://www.FreeBSD.org/cgi/url.cgi?ports/sysutils/smartmontools/pkg-descr"
class="FILENAME">sysutils/smartmontools</tt></a> port.</p> class="FILENAME">sysutils/smartmontools</tt></a> port.</p>
<p>(2006/05/27, updated 2006/06/01) On FreeBSD/alpha, <a <p>(2006/05/27, updated 2006/06/01) On FreeBSD/alpha, <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
sometimes does not allow a disk to be labeled. The disk is presented in <a sometimes does not allow a disk to be labeled. The disk is presented in <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
but actions like <span class="GUIMENUITEM">Auto</span> do not result in a disklabel being but actions like <span class="GUIMENUITEM">Auto</span> do not result in a disklabel being
presented. One workaround is to boot the install CD, then select <span presented. One workaround is to boot the install CD, then select <span
class="GUIMENUITEM">Fixit</span>. From the <samp class="PROMPT">Fixit#</samp> prompt, run class="GUIMENUITEM">Fixit</span>. From the <samp class="PROMPT">Fixit#</samp> prompt, run
<a <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=disklabel&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=disklabel&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">disklabel</span>(8)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">disklabel</span>(8)</span></a>
manually. For example: <tt class="COMMAND">disklabel -rw da1 auto</tt> ensures a valid manually. For example: <tt class="COMMAND">disklabel -rw da1 auto</tt> ensures a valid
disklabel is written onto <tt class="DEVICENAME">da1</tt>. Reboot from the install media. disklabel is written onto <tt class="DEVICENAME">da1</tt>. Reboot from the install media.
<a <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
will now detect a valid disklabel on the disk and allow it to be partitioned to your will now detect a valid disklabel on the disk and allow it to be partitioned to your
preference.</p> preference.</p>
@ -204,7 +204,7 @@ notes.</p>
<p>(2006/06/01, updated 2006/06/07) A bug in the <tt class="FILENAME">rc.d/jail</tt> <p>(2006/06/01, updated 2006/06/07) A bug in the <tt class="FILENAME">rc.d/jail</tt>
startup script could cause various problems for users attempting to configure <a startup script could cause various problems for users attempting to configure <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=2&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&amp;sektion=2&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">jail</span>(2)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">jail</span>(2)</span></a>
environments at system startup time. A fix has been committed to HEAD and RELENG_6; it environments at system startup time. A fix has been committed to HEAD and RELENG_6; it
will be merged to the RELENG_6_1 errata fix branch after more testing.</p> will be merged to the RELENG_6_1 errata fix branch after more testing.</p>
@ -214,22 +214,22 @@ snapshots and quotas are both being used on a file system. This problem has been
the HEAD and RELENG_6 branches; more testing is planned before a merge to the RELENG_6_1 the HEAD and RELENG_6 branches; more testing is planned before a merge to the RELENG_6_1
errata fix branch.</p> errata fix branch.</p>
<p>(2006/06/01) A bug in the Neighbor Discovery Protocol (NDP) implementation causes <p>(2006/06/01, updated 2006/06/16) A bug in the Neighbor Discovery Protocol (NDP)
spurious error messages for point-to-point IPv6 links on FreeBSD 6.1-RELEASE. This implementation causes spurious error messages for point-to-point IPv6 links on FreeBSD
behavior is a regression from FreeBSD 6.0-RELEASE. A solution for this problem is being 6.1-RELEASE. This behavior is a regression from FreeBSD 6.0-RELEASE. A solution for this
analyzed and tested.</p> problem has been committed to HEAD and is planned for merging to RELENG_6.</p>
<p>(2006/06/01) Problems have been observed when trying to load packages from multiple <p>(2006/06/01) Problems have been observed when trying to load packages from multiple
CDROMs inside the <a CDROMs inside the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
environment. Specifically, the disk-switching functionality in <a environment. Specifically, the disk-switching functionality in <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
seems to become confused about the contents of a disk that has just been requested. This seems to become confused about the contents of a disk that has just been requested. This
situation has been seen primarily when installing the base system without Xorg (which situation has been seen primarily when installing the base system without Xorg (which
lives on the first CDROM of a multi-disk set), and then later using <a lives on the first CDROM of a multi-disk set), and then later using <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a> to <span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a> to
load some packages (such as the GNOME or KDE desktop environments) from a subsequent load some packages (such as the GNOME or KDE desktop environments) from a subsequent
CDROM that depend on Xorg. As a workaround during a new install, one should try to CDROM that depend on Xorg. As a workaround during a new install, one should try to
@ -240,11 +240,11 @@ depend on it.</p>
kernel memory allocator has led to the number of <tt class="LITERAL">requests for mbufs kernel memory allocator has led to the number of <tt class="LITERAL">requests for mbufs
denied</tt> (as reported by <tt class="COMMAND">netstat -m</tt>) to increase erroneously. denied</tt> (as reported by <tt class="COMMAND">netstat -m</tt>) to increase erroneously.
A fix for this problem has been committed to HEAD and RELENG_6 and will be merged to the A fix for this problem has been committed to HEAD and RELENG_6 and will be merged to the
RELENG_6_1 branche after additional testing.</p> RELENG_6_1 branch after additional testing.</p>
<p>(2006/06/01) A longstanding bug in the i386 bootloader can cause root file system <p>(2006/06/01) A longstanding bug in the i386 bootloader can cause root file system
corruption when the <a corruption when the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=nextboot&sektion=8&manpath=FreeBSD+6.0-stable"> href="http://www.FreeBSD.org/cgi/man.cgi?query=nextboot&amp;sektion=8&amp;manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nextboot</span>(8)</span></a> <span class="CITEREFENTRY"><span class="REFENTRYTITLE">nextboot</span>(8)</span></a>
utility is used and the <tt class="FILENAME">/boot/nextboot.conf</tt> configuration file utility is used and the <tt class="FILENAME">/boot/nextboot.conf</tt> configuration file
happens to be located after cylinder 1023 on the boot disk. A bugfix has been committed happens to be located after cylinder 1023 on the boot disk. A bugfix has been committed