Regen from article.sgml 1.1.2.117.
This commit is contained in:
parent
de4a5e581c
commit
e348a46979
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18639
1 changed files with 41 additions and 13 deletions
|
@ -19,7 +19,7 @@ alink="#0000FF">
|
|||
Project</p>
|
||||
|
||||
<p class="PUBDATE">$FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v
|
||||
1.1.2.116 2003/10/29 22:46:23 bmah Exp $<br />
|
||||
1.1.2.117 2003/10/30 23:25:22 bmah Exp $<br />
|
||||
</p>
|
||||
|
||||
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
|
||||
|
@ -90,25 +90,53 @@ target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
|
|||
<hr />
|
||||
<h2 class="SECT1"><a id="AEN35" name="AEN35">3 Late-Breaking News</a></h2>
|
||||
|
||||
<p>Very late in the release cycle, a change was made to the HyperThreading (HTT) support
|
||||
on <span class="TRADEMARK">Intel</span>® processors. HTT support is now enabled by
|
||||
default on SMP-capable kernels; as a result, the <var class="LITERAL">HTT</var> kernel
|
||||
option is unnecessary and has been removed. The extra logical CPUs are always started so
|
||||
that they can handle interrupts, but are prevented from executing user processes by
|
||||
default. To enable the logical CPUs, change the value of the <var
|
||||
class="VARNAME">machdep.hlt_logical_cpus</var> <a
|
||||
<p>(28 Oct 2003) Very late in the release cycle, a change was made to the HyperThreading
|
||||
(HTT) support on <span class="TRADEMARK">Intel</span>® processors. HTT support is now
|
||||
enabled by default on SMP-capable kernels; as a result, the <var
|
||||
class="LITERAL">HTT</var> kernel option is unnecessary and has been removed. The extra
|
||||
logical CPUs are always started so that they can handle interrupts, but are prevented
|
||||
from executing user processes by default. To enable the logical CPUs, change the value of
|
||||
the <var class="VARNAME">machdep.hlt_logical_cpus</var> <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+4.8-stable">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysctl</span>(8)</span></a>
|
||||
variable from <var class="LITERAL">1</var> to <var class="LITERAL">0</var>. This value
|
||||
can also be set from the loader as a tunable of the same name.</p>
|
||||
can also be set from the loader as a tunable of the same name. This behavior is now
|
||||
identical to FreeBSD 5.<var class="REPLACEABLE">X</var>.</p>
|
||||
|
||||
<p>Some of the packages contained in the first CD-ROM depend on different versions of the
|
||||
<b class="APPLICATION">OpenLDAP</b> packages, which cannot co-exist on the same host. One
|
||||
manifestation of this problem is that it is not possible to install both the <a
|
||||
href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/gnome2/pkg-descr"><tt
|
||||
<p>(29 Oct 2003) Some of the packages contained in the first CD-ROM depend on different
|
||||
versions of the <b class="APPLICATION">OpenLDAP</b> packages, which cannot co-exist on
|
||||
the same host. One manifestation of this problem is that it is not possible to install
|
||||
both the <a href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/gnome2/pkg-descr"><tt
|
||||
class="FILENAME">x11/gnome2</tt></a> and <a
|
||||
href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/kde3/pkg-descr"><tt
|
||||
class="FILENAME">x11/kde3</tt></a> packages.</p>
|
||||
|
||||
<p>(30 Oct 2003) It appears that the <tt class="FILENAME">crypto</tt> distribution is
|
||||
required for correct functioning of the FreeBSD base system. At the very least, the
|
||||
libraries contained in the <tt class="FILENAME">crypto</tt> distribution are required for
|
||||
<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg_add&sektion=1&manpath=FreeBSD+4.8-stable">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pkg_add</span>(1)</span></a>.</p>
|
||||
|
||||
<p>(30 Oct 2003) There are known cases of fairly-recent i386 machines with BIOSes that do
|
||||
not support booting from emulation mode El Torito CDROMs. This prevents booting from the
|
||||
FreeBSD 4.9-STABLE CDROMs. As a workaround, download the floppy disk images, use them to
|
||||
boot the machine into <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+4.8-stable">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>,
|
||||
and then do a CDROM install. This problem does not seem to be wide-spread as of this
|
||||
writing.</p>
|
||||
|
||||
<div class="NOTE">
|
||||
<blockquote class="NOTE">
|
||||
<p><b>Note:</b> FreeBSD 5.<var class="REPLACEABLE">X</var> uses non-emulation El Torito
|
||||
booting on its CDROM releases by default. These, of course, cannot be booted on very old
|
||||
i386 machines that only support emulation mode.</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue