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

Annotation of www/errata21.html, Revision 1.65

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