Regen from rev.1.69.2.23.
This commit is contained in:
parent
fc191c9083
commit
fc546113ab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24947
1 changed files with 99 additions and 5 deletions
|
@ -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.69.2.21 2005/06/12 13:51:51 hrs Exp $<br />
|
||||
1.69.2.23 2005/06/24 08:52:41 hrs Exp $<br />
|
||||
</p>
|
||||
|
||||
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
|
||||
|
@ -88,12 +88,15 @@ target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
|
|||
<h2 class="SECT1"><a id="SECURITY" name="SECURITY">2 Security Advisories</a></h2>
|
||||
|
||||
<p>The following security advisories pertain to FreeBSD 5.4-RELEASE. For more
|
||||
information, consult the individual advisories.</p>
|
||||
information, consult the individual advisories available from <a
|
||||
href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/"
|
||||
target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/</a>.</p>
|
||||
|
||||
<div class="INFORMALTABLE"><a id="AEN38" name="AEN38"></a>
|
||||
<div class="INFORMALTABLE"><a id="AEN39" name="AEN39"></a>
|
||||
<table border="0" frame="void" class="CALSTABLE">
|
||||
<col />
|
||||
<col />
|
||||
<col width="1*" />
|
||||
<col width="1*" />
|
||||
<col width="3*" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Advisory</th>
|
||||
|
@ -180,6 +183,97 @@ kernel have been fixed in 5.4-RELEASE, although too late to be mentioned in the
|
|||
notes. For more information, see security advisory <a
|
||||
href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:08.kmem.asc"
|
||||
target="_top">FreeBSD-SA-05:08.kmem</a>.</p>
|
||||
|
||||
<p>(24 Jun 2005) The FreeBSD/sparc64 5.4-RELEASE should have stated that the
|
||||
FreeBSD/sparc64 GENERIC kernel prior to the upcoming 6.0-RELEASE officially only supports
|
||||
serial consoles. This is especially true for the FreeBSD/sparc64 5.4-RELEASE GENERIC
|
||||
kernel because the ofw_console(4) driver which also provides limited indirect support for
|
||||
graphical consoles has been replaced with the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4&manpath=FreeBSD+5.3-stable">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uart</span>(4)</span></a> driver
|
||||
in favor better serial support.</p>
|
||||
|
||||
<p>Due to this limitation to serial consoles the screen will stop working after the
|
||||
message ``<samp class="COMPUTEROUTPUT">jumping to kernel entry at...</samp>'' is
|
||||
displayed when trying to use the FreeBSD/sparc64 5.4-RELEASE GENERIC kernel with a
|
||||
graphical console, while FreeBSD itself continues working actually.</p>
|
||||
|
||||
<p>If you want to use FreeBSD/sparc64 with a graphical console anyway you can do one of
|
||||
the following:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>In case your machine is equipped with a Sun Creator, Sun Creator3D, or Sun Elite3D
|
||||
frame buffer card and a Sun RS232 keyboard you can install FreeBSD/sparc64 5.4-RELEASE
|
||||
with a serial console and afterwards compile a custom kernel with the following
|
||||
additional options:</p>
|
||||
|
||||
<pre class="PROGRAMLISTING">
|
||||
device sc
|
||||
device creator
|
||||
options KBD_INSTALL_CDEV
|
||||
</pre>
|
||||
|
||||
<p>Additionally you have to enable the <tt class="FILENAME">tty[1-7]</tt> entries in <tt
|
||||
class="FILENAME">/etc/ttys</tt> like so:</p>
|
||||
|
||||
<pre class="PROGRAMLISTING">
|
||||
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
|
||||
# Virtual terminals
|
||||
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv2 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv3 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv4 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv5 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv6 "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttyv7 "/usr/libexec/getty Pc" cons25 on secure
|
||||
</pre>
|
||||
|
||||
<p>This will yield native support for these keyboards and frame buffers including VTY
|
||||
switching and X Window System. Note that this really requires at least FreeBSD/sparc64
|
||||
5.4-RELEASE otherwise it will not work on most of the UltraSPARC models.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>In case your machine is equipped with a ATI Mach64 frame buffer (found on-board in
|
||||
e.g. Sun Blade 100/150 and Sun Ultra 5/10 as well as on Sun PGX8 and Sun PGX64 add-on
|
||||
cards) or a PS/2 or a USB keyboard update to a FreeBSD/sparc64 6.0 from June 10 2005 or
|
||||
later. If you use the stock GENERIC kernel and <tt class="FILENAME">/etc/ttys</tt> from
|
||||
there no further action is required.</p>
|
||||
|
||||
<p>This will yield native support for these keyboards and frame buffers including VTY
|
||||
switching and X Window System.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>In case your machine is equipped with hardware other than those mentioned above or you
|
||||
refuse to update to FreeBSD/sparc64 6.0 you can re-enable the ofw_console(4) driver as a
|
||||
last resort. To do so build a custom kernel with the following additional options:</p>
|
||||
|
||||
<pre class="PROGRAMLISTING">
|
||||
device ofw_console
|
||||
device sab
|
||||
device zs
|
||||
</pre>
|
||||
|
||||
<p>and make sure to comment out the following kernel option:</p>
|
||||
|
||||
<pre class="PROGRAMLISTING">
|
||||
device uart
|
||||
</pre>
|
||||
|
||||
<p>This will yield limited indirect support for any graphical console hardware, however
|
||||
with poor performance, and VTY switching as well as X Window System do not work with
|
||||
this. Note that ofw_console(4) is not really MPSAFE and therefore can result in panics
|
||||
under certain conditions.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>For more details of how to recompile your kernel or update to FreeBSD 6.0, see <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html"
|
||||
target="_top">Configuring the FreeBSD Kernel</a> and <a
|
||||
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html"
|
||||
target="_top">The Cutting Edge</a> sections in the FreeBSD Handbook, respectively.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue