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

Annotation of www/errata21.html, Revision 1.60

1.28      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.10      deraadt     4: <title>OpenBSD 2.1 errata</title>
1.1       deraadt     5: <meta name="resource-type" content="document">
                      6: <meta name="description" content="the OpenBSD CD errata page">
                      7: <meta name="keywords" content="openbsd,cd,errata">
                      8: <meta name="distribution" content="global">
1.31      henning     9: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    10: </head>
                     11:
1.32      david      12: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    13:
1.22      jsyn       14: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.28      naddy      15: <h2><font color="#0000e0">
1.5       espie      16: This is the OpenBSD 2.1 release errata &amp; patch list:
1.15      jufi       17: </font></h2>
1.2       deraadt    18:
                     19: <hr>
1.11      jason      20: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.24      deraadt    21: <br>
1.25      deraadt    22: For errata on a certain release, click below:<br>
1.24      deraadt    23: <a href="errata22.html">2.2</a>,
                     24: <a href="errata23.html">2.3</a>,
                     25: <a href="errata24.html">2.4</a>,
                     26: <a href="errata25.html">2.5</a>,
                     27: <a href="errata26.html">2.6</a>,
                     28: <a href="errata27.html">2.7</a>,
                     29: <a href="errata28.html">2.8</a>,
                     30: <a href="errata29.html">2.9</a>,
                     31: <a href="errata30.html">3.0</a>,
                     32: <a href="errata31.html">3.1</a>,
1.29      deraadt    33: <a href="errata32.html">3.2</a>,
1.30      david      34: <a href="errata33.html">3.3</a>,
1.34      david      35: <a href="errata34.html">3.4</a>,
1.35      miod       36: <a href="errata35.html">3.5</a>,
1.36      deraadt    37: <a href="errata36.html">3.6</a>,
1.58      deraadt    38: <a href="errata37.html">3.7</a>,
1.44      deraadt    39: <br>
1.38      deraadt    40: <a href="errata38.html">3.8</a>,
1.39      deraadt    41: <a href="errata39.html">3.9</a>,
1.40      deraadt    42: <a href="errata40.html">4.0</a>,
1.42      merdely    43: <a href="errata41.html">4.1</a>,
1.43      deraadt    44: <a href="errata42.html">4.2</a>,
1.44      deraadt    45: <a href="errata43.html">4.3</a>,
1.46      deraadt    46: <a href="errata44.html">4.4</a>,
1.47      deraadt    47: <a href="errata45.html">4.5</a>,
1.48      deraadt    48: <a href="errata46.html">4.6</a>,
1.49      deraadt    49: <a href="errata47.html">4.7</a>,
1.50      miod       50: <a href="errata48.html">4.8</a>,
1.51      nick       51: <a href="errata49.html">4.9</a>,
1.52      sthen      52: <a href="errata50.html">5.0</a>,
1.53      deraadt    53: <a href="errata51.html">5.1</a>,
1.54      deraadt    54: <a href="errata52.html">5.2</a>,
1.55      deraadt    55: <a href="errata53.html">5.3</a>,
1.58      deraadt    56: <br>
1.56      deraadt    57: <a href="errata54.html">5.4</a>,
                     58: <a href="errata55.html">5.5</a>.
1.24      deraadt    59: <br>
1.2       deraadt    60: <hr>
                     61:
1.59      deraadt    62: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.1.tar.gz">
                     63: You can also fetch a tar.gz file containing all the following patches</a>.
                     64: This file is updated once a day.
1.12      ericj      65: <p>
1.59      deraadt    66:
                     67: The patches below are available in CVS via the
                     68: <code>OPENBSD_2_1</code> <a href="stable.html">patch branch</a>.
                     69: <p>
                     70:
1.26      deraadt    71: For more detailed information on how to install patches to OpenBSD, please
1.59      deraadt    72: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     73: <p>
1.12      ericj      74:
1.59      deraadt    75: <hr>
                     76:
1.1       deraadt    77: <ul>
                     78: <li>One of the install scripts has a flaw that makes the CD-ROM mount fail
                     79:        when using the CD-ROM as the install source media.
                     80:        To workaround this use the following sequence of commands before
                     81:        starting the install script. This must be done each time the install
                     82:        kernel is booted if the install script is to be run and the CD-ROM
                     83:        is the media to install from. Do the following at the shell prompt:
                     84: <pre><b>#</b> ed install.sub
                     85: /{_filesystem/s//{_fstype/
                     86: wq
                     87: <b>#</b>
                     88: </pre>
                     89:        For architectures where the install scripts start automatically
                     90:        (like amiga), you need to abort it at the (I)nstall or (U)pdate
                     91:        prompt by pressing Ctrl-C before doing the above command.  After
                     92:        that you can restart the install by:
                     93: <pre><b>#</b> install
                     94: </pre>
                     95: </ul>
                     96: <br>
1.60    ! deraadt    97: <h3><font color="#e00000">alpha</font></h3>
1.1       deraadt    98: <ul>
                     99: <li>CD2 does not boot on the alpha, as had been planned. Instead, you
                    100:        must use the floppy install method.  This is not significantly
                    101:        harder..
                    102: </ul>
                    103: <br>
1.31      henning   104: <h3><font color="#e00000">i386</font></h3>
1.1       deraadt   105: <ul>
1.17      jsyn      106: <li>Some rarer PC BIOSs do not like the hardrive bootblocks when used
1.1       deraadt   107: as a MBR.  The symptom is that the BIOS says "READ ERROR" when booting,
                    108: but everything suggests it should work fine. In those cases, it is
                    109: sufficient to install OS-BS or some other primary bootloader as the main
                    110: MBR, then install OpenBSD in a partition all by itself starting at a
                    111: non-zero offset.  For instance, start OpenBSD at next track boundary or so.
                    112: <li>The i386/X11/SUMS.md5 file contains 4 incorrect MD5 checksums.
                    113: These have been corrected on the ftp mirrors. The correct lines are:<br>
                    114: MD5 (X33doc.tgz) = 6aa0be7987f9a3cf32a63b5ea9a83b39<br>
                    115: MD5 (X33html.tgz) = 6ba39d41aef7c75c35a0533275c6f8c0<br>
                    116: MD5 (X33ps.tgz) = ea49fc1b12c17fc16ece7d0e4ad4ee06<br>
                    117: MD5 (RELNOTES) = 689fda20596a4eb82f86ded51efb01f4<br>
                    118: <li>A lot of people with IDE disk drives fail to read the
                    119: INSTALL.i386 document, and hence end up with geometry translation
                    120: problems.  Read the document, please.
                    121: </ul>
                    122: <br>
1.60    ! deraadt   123: <h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   124: <ul>
                    125: <li>The amiga install has a flaw wrt Tseng based graphic cards: when entering
                    126:        multiuser mode the console won't get a login prompt.  This is due to
                    127:        a problem in the shipped /dev/MAKEDEV script.  To fix, enter single
                    128:        user mode and do:
                    129: <pre><b>#</b> cd /dev
                    130: <b>#</b> sh MAKEDEV ttye6
                    131: </pre>
                    132: </ul>
1.60    ! deraadt   133: <h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   134: <ul>
                    135: <li>The sparc X11R6.3 xdm-config files reference /usr/X11R6.3/... This is
                    136:        due to X11R6.3's default config file contents.  To fix, su and
                    137:        type:
                    138: <pre><b>#</b> cd /usr
                    139: <b>#</b> ln -s X11R6 X11R6.3
                    140: </pre>
                    141: <li>The sparc "single floppy install disk" has a problem when you specify
                    142:        "dumb" in response to the terminal type query.  As a work-around
                    143:        first specify an invalid terminal such as "bogus" and when prompted
                    144:        again for a terminal type, enter "dumb" and it will work correctly.
                    145: <li>When netbooting an older sparc system such as a Sun4 or Sun4c, the boot
                    146:        may hang up at the end of the tftp transfer of the bootstrap due
                    147:        to the tftp transfer working in 512-byte blocks.  If this occurs
                    148:        create a "padded" version of the bootstrap (boot or zboot) as follows:
                    149: <pre><b>#</b> cd /tftpboot
                    150: <b>#</b> dd if=boot of=newboot obs=512 conv=osync
                    151: <b>#</b> mv newboot boot
                    152: </pre>
                    153: <li>The sparc install script has two flaws that make the kernel copy
                    154:        and the bootblock install fail. The kernel copy only fails
                    155:        then installing from CD-ROM. To workaround this use the
                    156:        following sequence of commands before starting the install
                    157:        script. This must be done each time the install kernel is
                    158:        booted if the install script is to be run and the CD-ROM is
                    159:        the media to install from. Do the following at the shell
                    160:        prompt:
                    161:         if you install from CD-ROM do the following:
1.56      deraadt   162: <pre><b>#</b> ed install.md
                    163: /\/bsd/s//\/mnt2\/2.1\/sparc\/bsd/
                    164: wq
1.1       deraadt   165: <b>#</b>
                    166: </pre>
                    167:         ... or if you plan to use the bsd.scsi3 kernel you should use instead:
1.56      deraadt   168: <pre><b>#</b> ed install.md
                    169: /\/bsd/s//\/mnt2\/2.1\/sparc\/bsd.scsi3/
                    170: wq
1.1       deraadt   171: <b>#</b>
                    172: </pre>
                    173:         The following one you'll have to do always (not only then
1.27      david     174:        installing from CD-ROM)
1.56      deraadt   175: <pre><b>#</b> ed /usr/mdec/binstall
                    176: /getopt/,/getopt/+4d
                    177: wq
1.1       deraadt   178: <b>#</b>
                    179: </pre>
                    180: </ul>
1.60    ! deraadt   181: <h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   182: <ul>
                    183: <li> When using the X11R6 binaries from the 2.1 release you will get
                    184: errors like:
                    185: <pre><b>#</b> mkfontdir
                    186: mkfontdir: undefined symbol: 'astpending' 12
                    187: Segmentation fault (core dumped)
                    188: </pre>
                    189: this is due to a little problem affecting the compatibility between
                    190: the OpenBSD/arc port (on which the X11R6 clients were build) and
                    191: OpenBSD/pmax. You can work around this problem by using the arc
1.16      miod      192: version of the shared libc instead of the pmax one. Once you have the
                    193: OpenBSD/arc 2.1 libc.so.16.1, do the following:
1.1       deraadt   194: <pre><b>#</b> cd /usr/lib
                    195: <b>#</b> mv libc.so.16.1 original_libc.so.16.1
                    196: <b>#</b> cp /where_you_have_downloaded_it_to/libc.so.16.1 .
                    197: <b>#</b> chown root.bin libc.so.16.1
                    198: <b>#</b> chmod 444 libc.so.16.1
                    199: </pre>
                    200: Please be careful while doing this - because the libc is a very
                    201: sensitive part of the system. You can remove the original_libc.so.16.1
                    202: after the next reboot if everything is working fine.
                    203: </ul>
                    204: <p>
1.60    ! deraadt   205: <h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   206: <ul>
                    207: <li>The installer generates incorrect /etc/fstab files causing messages such as "file system read-only" on bootup.
                    208: To correct, boot to single-user mode (by clicking that checkbox in the Booter's Booting:Options dialog) and do the following:
                    209: <pre>
                    210: <b>#</b> mount /dev/sd0a /
                    211: <b>#</b> ed /etc/fstab
                    212: 1,$s/ ufs / ffs /
                    213: 1,$s/ ro / rw /
                    214: w
                    215: q
                    216: </pre>
1.56      deraadt   217: Alternately, simply invoke vi or another editor and change the root filesystem
1.1       deraadt   218: to be of type ffs rather than ufs and be rw (read-write) rather than ro
                    219: (read-only).  In either case, you'll need to reboot the system afterwards.
                    220: Make this correction as soon as possible after installing the system.
                    221: The installer should not have specified the filesystem as the old
                    222: "ufs" type; the "ffs" type is more correct.
                    223:
                    224: <li>The installer forgets to install the kernel onto the filesystem.
1.56      deraadt   225: This is because the installer expects all packages including the kernel to
1.1       deraadt   226: be tar'ed and gzip'ed.  The kernel was not shipped that way.  Therefore, you
                    227: must make this correction <em>before attempting to boot the system</em>.
                    228: To correct, use the Installer mini-shell and do the following:
                    229: <pre>
                    230: > cpin :[internal-macos-path]:bsd-generic bsd
                    231: </pre>
                    232: This should place the kernel as /bsd on the filesystem. You should
                    233: replace the above string with the colon-delimited path from your desktop to
                    234: wherever you have placed the kernel.  If possible, it is easiest to drag the
                    235: kernel into the same folder as the Installer, so you can simply issue a
                    236: command without leading colon(s) like:
                    237: <pre>
                    238: > cpin bsd-generic bsd
                    239: </pre>
                    240: Good luck.
                    241: </ul>
                    242:
                    243: </body>
                    244: </html>