[BACK]Return to errata28.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/errata28.html, Revision 1.59

1.30      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.8 errata</title>
1.30      naddy       5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.16      jufi       10: <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">
1.33      henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.35      david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.25      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.30      naddy      17: <h2><font color="#0000e0">
1.1       deraadt    18: This is the OpenBSD 2.8 release errata &amp; patch list:
                     19:
                     20: </font></h2>
                     21:
                     22: <hr>
                     23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.27      deraadt    24: <br>
1.28      deraadt    25: For errata on a certain release, click below:<br>
1.27      deraadt    26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata25.html">2.5</a>,
                     31: <a href="errata26.html">2.6</a>,
                     32: <a href="errata27.html">2.7</a>,
                     33: <a href="errata29.html">2.9</a>,
                     34: <a href="errata30.html">3.0</a>,
                     35: <a href="errata31.html">3.1</a>,
1.31      deraadt    36: <a href="errata32.html">3.2</a>,
1.32      david      37: <a href="errata33.html">3.3</a>,
1.37      david      38: <a href="errata34.html">3.4</a>,
1.38      miod       39: <a href="errata35.html">3.5</a>,
1.39      deraadt    40: <a href="errata36.html">3.6</a>,
1.47      deraadt    41: <br>
1.40      deraadt    42: <a href="errata37.html">3.7</a>,
1.41      deraadt    43: <a href="errata38.html">3.8</a>,
1.42      deraadt    44: <a href="errata39.html">3.9</a>,
1.43      deraadt    45: <a href="errata40.html">4.0</a>,
1.45      merdely    46: <a href="errata41.html">4.1</a>,
1.46      deraadt    47: <a href="errata42.html">4.2</a>,
1.47      deraadt    48: <a href="errata43.html">4.3</a>,
1.49      deraadt    49: <a href="errata44.html">4.4</a>,
1.50      deraadt    50: <a href="errata45.html">4.5</a>,
1.51      deraadt    51: <a href="errata46.html">4.6</a>,
1.53      deraadt    52: <a href="errata47.html">4.7</a>,
1.54      miod       53: <a href="errata48.html">4.8</a>,
1.55      nick       54: <a href="errata49.html">4.9</a>,
1.56      sthen      55: <a href="errata50.html">5.0</a>,
1.57      deraadt    56: <a href="errata51.html">5.1</a>,
1.58      deraadt    57: <a href="errata52.html">5.2</a>,
1.59    ! deraadt    58: <a href="errata53.html">5.3</a>,
        !            59: <a href="errata54.html">5.4</a>.
1.27      deraadt    60: <br>
1.1       deraadt    61: <hr>
                     62:
1.52      sthen      63: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8.tar.gz">
1.1       deraadt    64: You can also fetch a tar.gz file containing all the following patches</a>.
                     65: This file is updated once a day.
                     66:
                     67: <p> The patches below are available in CVS via the
                     68: <code>OPENBSD_2_8</code> <a href="stable.html">patch branch</a>.
                     69:
                     70: <p>
1.29      deraadt    71: For more detailed information on how to install patches to OpenBSD, please
1.1       deraadt    72: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     73: <hr>
                     74:
1.33      henning    75: <a name="all"></a>
                     76: <h3><font color="#e00000">All architectures</font></h3>
1.1       deraadt    77: <ul>
1.33      henning    78: <li><a name="uucp"></a>
                     79: <font color="#009000"><strong>033: SECURITY FIX: September 11, 2001</strong></font><br>
1.30      naddy      80: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&amp;sektion=8">uuxqt(8)</a>
1.18      millert    81: that may allow an attacker to run arbitrary commands as user uucp and
                     82: use this to gain root access.
                     83: The UUCP execution daemon, uuxqt(8), has a bug in its command line
                     84: parsing routine may allow arbitrary commands to be run.  Because
                     85: some UUCP commands are run as root (and daemon) from cron it is possible
                     86: to leverage compromise of the UUCP user to gain root.
                     87: <br>
1.52      sthen      88: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/033_uucp.patch">A source code patch exists which remedies the problem</a>
1.18      millert    89: <p>
1.33      henning    90: <li><a name="lpd"></a>
                     91: <font color="#009000"><strong>032: SECURITY FIX: August 29, 2001</strong></font><br>
1.30      naddy      92: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a>
1.17      millert    93: that may allow an attacker with line printer access to gain root
                     94: privileges.  A machine must be running lpd to be vulnerable (OpenBSD
                     95: does not start lpd by default).  Only machines with line printer
                     96: access (ie: listed in either /etc/hosts.lpd or /etc/hosts.equiv)
                     97: may be used to mount an attack.
                     98: <br>
1.52      sthen      99: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/032_lpd.patch">A source code patch exists which remedies the problem</a>
1.17      millert   100: <p>
1.33      henning   101: <li><a name="sendmail2"></a>
                    102: <font color="#009000"><strong>031: SECURITY FIX: August 21, 2001</strong></font><br>
1.30      naddy     103: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
1.14      millert   104: that may allow an attacker on the local host to gain root privileges by
                    105: specifying out-of-bounds debug parameters.
1.15      brad      106: <br>
1.52      sthen     107: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/031_sendmail.patch">A source code patch exists which remedies the problem</a>
1.14      millert   108: <p>
1.33      henning   109: <li><a name="kernexec"></a>
                    110: <font color="#009000"><strong>030: SECURITY FIX: June 15, 2001</strong></font>
1.10      aaron     111: <br>
1.30      naddy     112: A race condition exists in the kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2&amp;format=html">execve(2)</a> implementation that opens a small window of vulnerability for a non-privileged user to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&amp;sektion=2&amp;format=html">ptrace(2)</a> attach to a suid/sgid process.
1.10      aaron     113: <br>
1.52      sthen     114: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/030_kernexec.patch">A source code patch exists which remedies the problem</a>.
1.10      aaron     115: <p>
1.33      henning   116: <li><a name="fts"></a>
                    117: <font color="#009000"><strong>029: SECURITY FIX: May 30, 2001</strong></font><br>
1.30      naddy     118: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3&amp;format=html">fts(3)</a>
1.4       millert   119: routines (such as rm, find, and most programs that take a <b>-R</b>
                    120: flag) can be tricked into changing into the wrong directory if the
                    121: parent dir is changed out from underneath it.  This is similar to
                    122: the old fts bug but happens when popping out of directories, as
                    123: opposed to descending into them.
1.52      sthen     124: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/029_fts.patch">A source code patch exists which remedies the problem</a>.
1.6       millert   125: This is the second version of the patch.
1.4       millert   126: <p>
1.33      henning   127: <li><a name="sendmail"></a>
                    128: <font color="#009000"><strong>028: SECURITY FIX: May 29, 2001</strong></font><br>
1.3       millert   129: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sen
1.30      naddy     130: dmail&amp;sektion=8&amp;format=html">sendmail(8)</a> contain code that is unsafe in the
1.3       millert   131: context of a signal handler.  This leads to potentially serious
                    132: race conditions.  At the moment this is a theoretical attack only
                    133: and can only be exploited on the local host (if at all).<br>
1.52      sthen     134: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/028_sendmail.patch">A source code patch exists</a> which remedies the problem by updating sendmail to version 8.11.4.
1.3       millert   135: <p>
1.33      henning   136: <li><a name="ipf_frag"></a>
                    137: <font color="#009000"><strong>027: SECURITY FIX: Apr 23, 2001</strong></font><br>
1.23      miod      138: IPF has a serious problem with fragment caching, the bug is triggered if you use the ipf(5) syntax &quot;keep state&quot;.<br>
1.52      sthen     139: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/027_ipf-frag.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   140: <p>
1.33      henning   141: <li><a name="glob_limit"></a>
                    142: <font color="#009000"><strong>026: SECURITY FIX: Apr 23, 2001</strong></font><br>
1.30      naddy     143: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">ftpd(8)</a> has a potential DoS related to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">glob(3)</a>. This patch introduces a GLOB_LIMIT, eliminating the DoS. You must have <a href="#glob">025_glob.patch</a> installed before installing this patch.<br>
1.52      sthen     144: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/026_globlimit.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   145: <p>
1.33      henning   146: <li><a name="glob"></a>
                    147: <font color="#009000"><strong>025: SECURITY FIX: Apr 10, 2001</strong></font><br>
1.30      naddy     148: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">glob(3)</a> contains multiple buffer overflows. <br>
1.52      sthen     149: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   150: <p>
1.33      henning   151: <li><a name="readline"></a>
                    152: <font color="#009000"><strong>024: SECURITY FIX: Mar 18, 2001</strong></font><br>
1.1       deraadt   153: The readline library shipped with OpenBSD allows history files creation
                    154: with a permissive
1.30      naddy     155: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umask&amp;sektion=2">umask(2)</a>.
1.1       deraadt   156: This can lead to the leakage of sensitive information in applications
                    157: that use passwords and the like during user interaction (one such
                    158: application is mysql).<br>
1.52      sthen     159: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/024_readline.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   160: <p>
1.33      henning   161: <li><a name="ipsec_ah"></a>
                    162: <font color="#009000"><strong>023: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.1       deraadt   163: Insufficient checks in the IPSEC AH IPv4 option handling code can lead to a buffer overrun leading to a remote DoS. This option is not on by default.<br>
1.52      sthen     164: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/023_ip_ah.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   165: <p>
1.33      henning   166: <li><a name="sudo"></a>
                    167: <font color="#009000"><strong>021: SECURITY FIX: Feb 22, 2001</strong></font><br>
1.8       millert   168: There is an exploitable heap corruption bug in
1.30      naddy     169: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&amp;sektion=8">sudo</a>.
1.1       deraadt   170: <br>
1.52      sthen     171: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/021_sudo.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   172: <p>
1.33      henning   173: <li><a name="libwrap"></a>
                    174: <font color="#009000"><strong>020: IMPLEMENTATION FIX: Feb 15, 2001</strong></font><br>
1.30      naddy     175: Client side ident protocol was broken in libwrap, affecting anything using libwrap including <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpd&amp;sektion=8">tcpd</a>. The effect of this was that libwrap would never retrieve and log ident values from remote hosts on connections.<br>
1.52      sthen     176: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/020_libwrap.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   177: <p>
1.33      henning   178: <li><a name="lepci"></a>
                    179: <font color="#009000"><strong>019: IMPLEMENTATION FIX: Jan 31, 2001</strong></font><br>
1.30      naddy     180: Fix memory allocation in the PCI LANCE driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=i386">le</a>.  A side effect of this is that OpenBSD under VMWare now works again.<br>
1.52      sthen     181: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/019_lepci.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   182: <p>
1.33      henning   183: <li><a name="named"></a>
                    184: <font color="#009000"><strong>018: SECURITY FIX: Jan 29, 2001</strong></font><br>
1.30      naddy     185: Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named</a>
1.1       deraadt   186: with ISC BIND 4.9.8-REL, which fixes some buffer vulnerabilities (actually it appears
1.13      jsyn      187: that these were already impossible to exploit beforehand).<br>
1.52      sthen     188: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/018_named.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   189: <p>
1.33      henning   190: <li><a name="rnd"></a>
                    191: <font color="#009000"><strong>017: SECURITY FIX: Jan 22, 2001</strong></font><br>
1.30      naddy     192: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&amp;sektion=4">rnd(4)</a> device does not use all of its input when data is written to it.<br>
1.52      sthen     193: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/017_rnd.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   194: <p>
1.33      henning   195: <li><a name="tl"></a>
                    196: <font color="#009000"><strong>016: RELIABILITY FIX: Jan 4, 2001</strong></font><br>
1.1       deraadt   197: Allow ThunderLAN cards to share interrupts nicely.<br>
1.52      sthen     198: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/016_tl.patch">A source code patch exists which remedies the problem.</a>
1.1       deraadt   199: <p>
1.33      henning   200: <li><a name="xlock"></a>
                    201: <font color="#009000"><strong>014: SECURITY FIX: Dec 22, 2000</strong></font><br>
1.1       deraadt   202: Improve xlock(1)'s authentication by authenticating via a pipe in an early forked process. No known vulnerability exists, this is just a precautionary patch.<br>
1.52      sthen     203: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/014_xlock.patch">A source code patch exists which remedies the problem.</a>
1.1       deraadt   204: <p>
                    205: In addition to a source code patch, new xlock binaries have been created for each architecture listed below. Place these binaries at <i>/usr/X11R6/bin/xlock</i>
                    206:  and <i>chmod 4755 /usr/X11R6/bin/xlock</i>.
                    207: <p>
                    208: <ul>
1.52      sthen     209: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/xlock">Xlock - i386</a>
                    210: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/xlock">Xlock - sparc</a>
                    211: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mac68k/xlock">Xlock - mac68k</a>
                    212: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/xlock">Xlock - powerpc</a>
                    213: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/amiga/xlock">Xlock - amiga</a>
                    214: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/hp300/xlock">Xlock - hp300</a>
                    215: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mvme68k/xlock">Xlock - mvme68k</a>
1.1       deraadt   216: </ul>
                    217: <p>
1.33      henning   218: <li><a name="procfs"></a>
                    219: <font color="#009000"><strong>013: SECURITY FIX: Dec 18, 2000</strong></font><br>
1.30      naddy     220: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_procfs&amp;sektion=8">Procfs</a> contained numerous overflows, which could lead an intruder to root permissions. Procfs is NOT enabled by default in OpenBSD. <br>
1.52      sthen     221: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/013_procfs.patch">A source code patch exists which remedies the problem.</a>
1.1       deraadt   222: <p>
1.33      henning   223: <li><a name="hwcrypto"></a>
                    224: <font color="#009000"><strong>011: RELIABILITY FIX: Dec 13, 2000</strong></font><br>
1.1       deraadt   225: The crypto subsystem could incorrectly fail to run certain software ciphers,
                    226: if a hardware card existed in the machine.<br>
1.52      sthen     227: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/011_hwcrypto.patch">
1.1       deraadt   228: A source code patch exists which remedies the problem.</a>
                    229: <p>
1.33      henning   230: <li><a name="fastroute"></a>
                    231: <font color="#009000"><strong>010: RELIABILITY FIX: Dec 11, 2000</strong></font><br>
1.1       deraadt   232: A crash could occur during fast routing, if IPSEC was enabled.<br>
1.52      sthen     233: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/010_fastroute.patch">
1.1       deraadt   234: A source code patch exists which remedies the problem.</a>
                    235: <p>
1.33      henning   236: <li><a name="kerberos2"></a>
                    237: <font color="#009000"><strong>009: SECURITY FIX: Dec 10, 2000</strong></font><br>
1.1       deraadt   238: Another problem exists in the Kerberos libraries.<br>
1.52      sthen     239: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/009_kerberos2.patch">
1.1       deraadt   240: A source code patch exists which remedies the problem.</a>
                    241: <p>
1.33      henning   242: <li><a name="kerberos"></a>
                    243: <font color="#009000"><strong>008: SECURITY FIX: Dec 7, 2000</strong></font><br>
1.1       deraadt   244: Two problems have recently been discovered in the KerberosIV code.<p>
                    245: 1. A symlink problem was discovered in the KerberosIV password checking
                    246: routines /usr/bin/su and /usr/bin/login, which makes it possible for a
                    247: local user to overwrite any file on the local machine.<p>
                    248: 2. It is possible to specify environment variables in telnet
                    249: which will be passed over the to the remote host. This makes it
                    250: possible to set environment variables on the remote side, including
                    251: ones that have special meaning on the server. It is not clear at this
                    252: time what the impact is, but we recommend everyone to upgrade their
                    253: machines immediately.<p>
1.52      sthen     254: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/008_kerberos.patch">
1.1       deraadt   255: A source code patch exists which remedies the problem.</a>
                    256: <p>
1.33      henning   257: <li><a name="ftpd"></a>
                    258: <font color="#009000"><strong>005: SECURITY FIX: Dec 4, 2000</strong></font><br>
1.1       deraadt   259: OpenBSD 2.8's ftpd contains a one-byte overflow in the replydirname() function.<br>
1.52      sthen     260: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/005_ftpd.patch">
1.1       deraadt   261: A source code patch exists which remedies the problem.</a><br>
                    262: You can view the <a href="advisories/ftpd_replydirname.txt">OpenBSD Advisory</a> here.
                    263: <p>
1.33      henning   264: <li><a name="rijndael"></a>
                    265: <font color="#009000"><strong>004: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.23      miod      266: First off, AES (Rijndael) encryption and decryption were broken for IPsec
1.1       deraadt   267: and swap encryption.<br>
                    268: Secondly, the AES code did not work properly on big endian machines.<br>
1.52      sthen     269: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/004_rijndael.patch">
1.1       deraadt   270: A second revision source code patch exists which remedies the problem.</a>
                    271: <p>
1.34      david     272: <li><a name="skey"></a>
                    273: <font color="#009000"><strong>002: IMPLEMENTATION FIX: Nov 10, 2000</strong></font><br>
1.1       deraadt   274: In ssh(1), skey support for SSH1 protocol was broken.  Some people might consider
                    275: that kind of important.<br>
1.52      sthen     276: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch">
1.1       deraadt   277: A source code patch exists which remedies this problem.</a>
                    278: </ul>
                    279: <p>
1.33      henning   280: <a name="i386"></a>
                    281: <h3><font color="#e00000">i386</font></h3>
1.1       deraadt   282: <ul>
1.33      henning   283: <li><a name="userldt"></a>
                    284: <font color="#009000"><strong>022: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.1       deraadt   285: The <b>USER_LDT</b> kernel option allows an attacker to gain access to privileged areas of kernel memory. This option is not on by default.
1.52      sthen     286: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/022_userltd.patch">A source code patch exists which remedies the problem.</a><br>
1.1       deraadt   287: <p>
1.33      henning   288: <li><a name="pms"></a>
                    289: <font color="#009000"><strong>015: STABILITY FIX: Dec 22, 2000</strong></font><br>
1.1       deraadt   290: Some machines locked up while trying to use the mouse in console mode. This patch solves that problem.<br>
1.52      sthen     291: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/015_pms.patch">A source code patch exists which remedies this problem.</a>
1.1       deraadt   292: <p>
1.33      henning   293: <li><a name="pcibios"></a>
                    294: <font color="#009000"><strong>006: STABILITY FIX: Dec 4, 2000</strong></font><br>
1.1       deraadt   295: On some machines, a PCIBIOS device driver interrupt allocation bug can cause a
                    296: kernel hang while probing PCI devices.  If you have this symptom, you can disable
                    297: PCIBIOS as a workaround.  To do this,
                    298:     <ul>
                    299:     <li>Enter the User Kernel Configuration by booting with the
                    300:        option &quot;boot -c&quot;.
                    301:     <li>Once at the <i>UKC></i> prompt, enter <pre><tt>
                    302:        UKC> disable pcibios
                    303:        UKC> quit
                    304:     </tt></pre>
                    305:     <li>See <a href="./faq/faq5.html#5.6">FAQ 5.6</a> after a successful
                    306:     boot for instructions on how to re-write your kernel to disable PCIBIOS
                    307:     permanently.
                    308:     </ul>
                    309: <p>
                    310: </ul>
                    311: <p>
1.33      henning   312: <a name="mac68k"></a>
                    313: <h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   314: <ul>
1.33      henning   315: <li><a name="x_mac68k"></a>
                    316: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   317: The X packages
1.52      sthen     318: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xshare28.tgz">share28.tgz</a>
1.1       deraadt   319: and
1.52      sthen     320: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xfont28.tgz">font28.tgz</a>
1.1       deraadt   321: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      322: added post-install by using the following commands:
1.33      henning   323: <pre>
1.1       deraadt   324:     # cd /; tar xvfpz xshare28.tgz
                    325:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   326: </pre>
1.1       deraadt   327: </ul>
                    328: <p>
1.33      henning   329: <a name="sparc"></a>
                    330: <h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   331: <ul>
1.33      henning   332: <li><a name="x_sparc"></a>
                    333: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   334: The X packages
1.52      sthen     335: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xshare28.tgz">share28.tgz</a>
1.1       deraadt   336: and
1.52      sthen     337: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xfont28.tgz">font28.tgz</a>
1.1       deraadt   338: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      339: added post-install by using the following commands:
1.33      henning   340: <pre>
1.1       deraadt   341:     # cd /; tar xvfpz xshare28.tgz
                    342:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   343: </pre>
1.1       deraadt   344: <p>
1.33      henning   345: <li><a name="qe"></a>
                    346: <font color="#009000"><strong>003: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.1       deraadt   347: Configuring a qec+qe causes a NMI panic.<br>
1.52      sthen     348: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/003_qe.patch">
1.1       deraadt   349: A source code patch exists which remedies this problem.</a>
                    350: <p>
1.33      henning   351: <li><a name="zsconsole"></a>
                    352: <font color="#009000"><strong>001: RELIABILITY FIX: Nov 10, 2000</strong></font><br>
1.1       deraadt   353: When running a sparc with a serial console, certain types of interrupts would
                    354: cause great grief.<br>
1.52      sthen     355: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/001_zsconsole.patch">
1.1       deraadt   356: A source code patch exists which remedies this problem.</a>
                    357: </ul>
                    358: <p>
1.33      henning   359: <a name="amiga"></a>
                    360: <h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   361: <ul>
1.33      henning   362: <li><a name="x_amiga"></a>
                    363: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   364: The X packages
1.52      sthen     365: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xshare28.tgz">share28.tgz</a>
1.1       deraadt   366: and
1.52      sthen     367: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xfont28.tgz">font28.tgz</a>
1.1       deraadt   368: were not on the CD, and only available via FTP install.  These packages can be
1.33      henning   369: added post-install by using the following commands:
                    370: <pre>
1.1       deraadt   371:     # cd /; tar xvfpz xshare28.tgz
                    372:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   373: </pre>
1.1       deraadt   374: </ul>
                    375: <p>
1.33      henning   376: <a name="pmax"></a>
                    377: <h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   378: <ul>
                    379: <li>No problems identified yet.
                    380: </ul>
                    381: <p>
1.33      henning   382: <a name="hp300"></a>
                    383: <h3><font color="#e00000">hp300</font></h3>
1.1       deraadt   384: <ul>
1.33      henning   385: <li><a name="x_hp300"></a>
                    386: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   387: The X packages
1.52      sthen     388: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xshare28.tgz">share28.tgz</a>
1.1       deraadt   389: and
1.52      sthen     390: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xfont28.tgz">font28.tgz</a>
1.1       deraadt   391: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      392: added post-install by using the following commands:
1.33      henning   393: <pre>
1.1       deraadt   394:     # cd /; tar xvfpz xshare28.tgz
                    395:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   396: </pre>
1.1       deraadt   397: </ul>
                    398: <p>
1.33      henning   399: <a name="mvme68k"></a>
                    400: <h3><font color="#e00000">mvme68k</font></h3>
1.1       deraadt   401: <ul>
1.33      henning   402: <li><a name="x_mvme68k"></a>
                    403: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   404: The X packages
1.52      sthen     405: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xshare28.tgz">share28.tgz</a>
1.1       deraadt   406: and
1.52      sthen     407: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xfont28.tgz">font28.tgz</a>
1.1       deraadt   408: were not on the CD, and only available via FTP install.  These packages can be
                    409: added post-install by using the following command:
1.33      henning   410: <pre>
1.1       deraadt   411:     # cd /; tar xvfpz xshare28.tgz
                    412:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   413: </pre>
1.1       deraadt   414: </ul>
                    415: <p>
1.33      henning   416: <a name="powerpc"></a>
                    417: <h3><font color="#e00000">powerpc</font></h3>
1.1       deraadt   418: <ul>
1.33      henning   419: <li><a name="imacdv"></a>
                    420: <font color="#009000"><strong>012: INSTALL PROBLEM: Dec 14, 2000</strong></font><br>
1.1       deraadt   421: The IMac DV+ (and probably some other machines) incorrectly identify their video
                    422: hardware, but it is possible to work around the problem.<br>
1.52      sthen     423: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/012_imacdv.patch">
1.1       deraadt   424: A source code patch exists which remedies the problem.</a>
                    425: </ul>
                    426: <p>
1.33      henning   427: <a name="vax"></a>
                    428: <h3><font color="#e00000">vax</font></h3>
1.1       deraadt   429: <ul>
                    430: <li>No problems identified yet.
                    431: </ul>
                    432: <p>
1.33      henning   433: <a name="sun3"></a>
                    434: <h3><font color="#e00000">sun3</font></h3>
1.1       deraadt   435: <ul>
1.33      henning   436: <li><a name="x_sun3"></a>
                    437: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   438: The X packages
1.52      sthen     439: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xshare28.tgz">share28.tgz</a>
1.1       deraadt   440: and
1.52      sthen     441: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xfont28.tgz">font28.tgz</a>
1.1       deraadt   442: were not on the CD, and only available via FTP install.  These packages can be
                    443: added post-install by using the following command:
1.33      henning   444: <pre>
1.1       deraadt   445:     # cd /; tar xvfpz xshare28.tgz
                    446:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   447: </pre>
1.1       deraadt   448: </ul>
                    449:
                    450: <br>
                    451:
                    452: <hr>
                    453: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.30      naddy     454: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.59    ! deraadt   455: <br><small>$OpenBSD: errata28.html,v 1.58 2013/03/16 17:06:42 deraadt Exp $</small>
1.1       deraadt   456:
                    457: </body>
                    458: </html>
1.54      miod      459: