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

Annotation of www/errata.html, Revision 1.60

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.9       graichen    4: <title>OpenBSD CD errata</title>
1.1       deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      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">
                     10: <meta name="copyright" content="This document copyright 1997 by OpenBSD.">
                     11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.37      deraadt    15: <img alt="[OpenBSD]" SRC="images/smalltitle.gif">
1.50      deraadt    16: <h3><font color=#0000e0>This is the OpenBSD 2.2 CD errata list:</font></h3>
1.25      deraadt    17: <ul>
1.43      deraadt    18: <a name=all></a>
1.50      deraadt    19: <li><font color=#e00000>All architectures</font>
1.25      deraadt    20: <ul>
1.39      deraadt    21: <li>Building an object tree from a read-only source tree (such as off a CDROM)
                     22: may fail under certain circumstances (e.g. when creating a symlink on sparc
                     23: whose target name is exactly 33 characters).  As a workaround you have to
                     24: either provide the source tree read/write, or install a newer version of
                     25: /usr/bin/readlink.  You wish to use
1.34      deraadt    26: <a href=http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/readlink/readlink.c?rev=1.13>
                     27: revision 1.13 of usr.bin/readlink/readlink.c</a>.
1.39      deraadt    28: <p>
1.25      deraadt    29: </ul>
1.42      deraadt    30: <a name=i386></a>
1.50      deraadt    31: <li><font color=#e00000>i386</font>
1.25      deraadt    32: <ul>
1.39      deraadt    33: <li>The Intel P5 F00F bug was discovered after the CDR's had already been
                     34: sent to the manufacturer.  This problem permits any user who has an account
                     35: to lock your machine up using a 4-line program.  The problem only affects
                     36: Intel P5 processors (the i386, i486, P-Pro, and P-II are not vulnerable,
                     37: nor are processors by other manufacturers).
1.44      deraadt    38: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/i386/f00f.patch>
1.39      deraadt    39: A kernel source-code patch is available</a>.
                     40: <p>
1.33      deraadt    41: <li>Some Linux binaries will execute in SVR4 emulation mode, which is
                     42: definately a problem for people who need Linux emulation to work correctly.
1.39      deraadt    43: To solve this mis-identification problem,
1.32      deraadt    44: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/i386/compat_linux.patch>
1.56      deraadt    45: a patch file is provided.</a>
1.39      deraadt    46: <p>
1.45      deraadt    47: <li>APM can crash on machines without it.
                     48: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/i386/apm.patch>
                     49: A kernel source-code patch is available</a>.
                     50: <p>
1.39      deraadt    51: <li>A few people are running into this problem, particularily if they had some
                     52: other *BSD operating system on their machine before trying OpenBSD: if after
                     53: installation onto an IDE-based machine, the kernel fails to mount the root
                     54: partition because it thinks that it should be opening sd0 (0x400), this means
                     55: you have incorrectly setup your disklabel for the IDE drive -- the disklabel
                     56: is indicating that the drive is SCSI.
                     57: To repair this, use the floppy to run "disklabel -E wd0", then using the
                     58: "edit" command ensure the type field is set to "ST506".
                     59: <p>
                     60: </ul>
1.47      deraadt    61: <a name=mac68k></a>
1.50      deraadt    62: <li><font color=#e00000>mac68k</font>
1.39      deraadt    63: <ul>
1.46      gene       64: <li>Unfortunately, X11 binaries for the mac68k did not manage to make it onto the
                     65: CDROM.  However, X Windows for the mac68k is immediately available from
                     66: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.2/mac68k/X11/X11R6.tar.gz">
                     67: ftp://ftp.OpenBSD.org/pub/OpenBSD/2.2/mac68k/X11/X11R6.tar.gz</a>.  Please
                     68: be sure to read the <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.2/mac68k/X11/README.X11">README file</a> also in that directory for instructions on installing
                     69: and setting up X.
1.39      deraadt    70: <p>
1.25      deraadt    71: </ul>
1.50      deraadt    72: <li><font color=#e00000>sparc</font>
1.25      deraadt    73: <ul>
1.58      deraadt    74: <li>Older 4/xxx systems (particularily the 4/300's) cannot boot
                     75: with the 2.2 kernel due to bugs in the scsi device driver.
1.57      jason      76: <a href=ftp://ftp.OpenBSD.org/pub/OpenBSD/patches/2.2/sparc/esp.patch>
                     77: A kernel source patch is available.</a>
1.60    ! jason      78: Replacement kernels are available for:
        !            79: <a href=ftp://ftp.OpenBSD.org/pub/OpenBSD/patches/2.2/sparc/bsd>bsd</a>,
        !            80: <a href=ftp://ftp.OpenBSD.org/pub/OpenBSD/patches/2.2/sparc/bsd.scsi3>bsd.scsi3</a>,
        !            81: and a replacement for bsd.rd is coming soon.
1.39      deraadt    82: <p>
                     83: </ul>
1.50      deraadt    84: <li><font color=#e00000>amiga</font>
1.39      deraadt    85: <p>
                     86: <ul>
1.48      niklas     87: <li>Missing Xamiga manual page.  Get
                     88: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/amiga/Xamiga-manual.tgz>
                     89: this package</a> and execute, <i>as root</i>:<br>
1.49      deraadt    90: <pre><b># </b>pkg_add Xamiga-manual.tgz</pre>
1.51      deraadt    91: The MD5 checksum of this package is:<br>
1.49      deraadt    92: <b>MD5 (Xamiga-manual.tgz) = 2362a7857264b9d17f65cca258b42031</b><p>
1.48      niklas     93: <li>The Ariadne ethernet support was broken, there will be both binary and
                     94: source level fixes available shortly.  If you are in a hurry mail
1.49      deraadt    95: <a href=mailto:niklas@openbsd.org>Niklas</a> for a test kernel.<p>
1.25      deraadt    96: </ul>
1.50      deraadt    97: <li><font color=#e00000>pmax</font>
1.25      deraadt    98: <ul>
1.53      deraadt    99: <li>There is a Year-1998 problem in the time-setting code (which causes the
                    100: date and time to be set incorrectly after a reboot in 1998).
                    101: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/clock.patch>
                    102: A source code patch file is available.</a> plus replacement installation
                    103: kernels for the 2.2 release at
                    104: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/bsd.NFS>bsd.NFS</a>,
                    105: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/bsd>bsd</a>,
                    106: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/bsd.rz0>bsd.rz0</a>.
                    107: <li>X11 support for the 3min and 3maxplus machines was broken
                    108: due to a kernel bug.
                    109: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/fb.patch>
                    110: A source code patch is available</a>.
1.59      deraadt   111: <li>A bug in the shared library linker <strong>ld.so</strong> requires that
                    112: you replace it with a new binary.
                    113: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2//pmax/ld.so>
                    114: The replacement binary is here.</a>
1.39      deraadt   115: <p>
1.25      deraadt   116: </ul>
1.59      deraadt   117: <li><font color=#e00000>arc</font>
                    118: <ul>
                    119: <li>A bug in the shared library linker <strong>ld.so</strong> requires that
                    120: you replace it with a new binary.
                    121: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2//pmax/ld.so>
                    122: The replacement binary is here.</a>
                    123: </ul>
1.56      deraadt   124: <li><font color=#e00000>alpha</font>
                    125: <p>
                    126: <ul>
                    127: <li>No problems identified yet.
                    128: <p>
                    129: </ul>
                    130: <li><font color=#e00000>hp300</font>
                    131: <p>
                    132: <ul>
                    133: <li>No problems identified yet.
                    134: <p>
                    135: </ul>
1.39      deraadt   136: <p>
1.25      deraadt   137: </ul>
1.50      deraadt   138: <li><font color=#e00000>mvme68k</font>
1.25      deraadt   139: <ul>
1.39      deraadt   140: <li>No problems identified yet.
                    141: <p>
1.25      deraadt   142: </ul>
                    143: </ul>
                    144: <br>
                    145: <hr>
1.50      deraadt   146: <h3><font color=#0000e0>This is the OpenBSD 2.1 CD errata list:</font></h3>
1.13      pefo      147: <br>
1.14      pefo      148: <ul>
1.50      deraadt   149: <li><font color=#e00000>All architectures</font>
1.13      pefo      150: <ul>
                    151: <li>One of the install scripts has a flaw that makes the CD-ROM mount fail
                    152:        when using the CD-ROM as the install source media.
                    153:        To workaround this use the following sequence of commands before
                    154:        starting the install script. This must be done each time the install
                    155:        kernel is booted if the install script is to be run and the CD-ROM
                    156:        is the media to install from. Do the following at the shell prompt:
1.16      pefo      157: <pre><b>#</b> ed install.sub
                    158: /{_filesystem/s//{_fstype/
                    159: wq
1.13      pefo      160: <b>#</b>
                    161: </pre>
1.22      niklas    162:        For architectures where the install scripts start automatically
                    163:        (like amiga), you need to abort it at the (I)nstall or (U)pdate
1.29      todd      164:        prompt by pressing Ctrl-C before doing the above command.  After
1.22      niklas    165:        that you can restart the install by:
                    166: <pre><b>#</b> install
                    167: </pre>
1.13      pefo      168: </ul>
1.1       deraadt   169: <br>
1.50      deraadt   170: <li><font color=#e00000>Alpha</font>
1.6       grr       171: <ul>
1.1       deraadt   172: <li>CD2 does not boot on the alpha, as had been planned. Instead, you
1.3       deraadt   173:        must use the floppy install method.  This is not significantly
                    174:        harder..
1.6       grr       175: </ul>
1.11      millert   176: <br>
1.50      deraadt   177: <li><font color=#e00000>i386</font>
1.7       deraadt   178: <ul>
                    179: <li>Some rarer PC BIOS's do not like the hardrive bootblocks when used
                    180: as a MBR.  The symptom is that the BIOS says "READ ERROR" when booting,
                    181: but everything suggests it should work fine. In those cases, it is
                    182: sufficient to install OS-BS or some other primary bootloader as the main
                    183: MBR, then install OpenBSD in a partition all by itself starting at a
1.24      mickey    184: non-zero offset.  For instance, start OpenBSD at next track boundary or so.
1.8       deraadt   185: <li>The i386/X11/SUMS.md5 file contains 4 incorrect MD5 checksums.
1.24      mickey    186: These have been corrected on the ftp mirrors. The correct lines are:<br>
1.8       deraadt   187: MD5 (X33doc.tgz) = 6aa0be7987f9a3cf32a63b5ea9a83b39<br>
                    188: MD5 (X33html.tgz) = 6ba39d41aef7c75c35a0533275c6f8c0<br>
                    189: MD5 (X33ps.tgz) = ea49fc1b12c17fc16ece7d0e4ad4ee06<br>
                    190: MD5 (RELNOTES) = 689fda20596a4eb82f86ded51efb01f4<br>
1.21      deraadt   191: <li>A lot of people with IDE disk drives fail to read the
                    192: INSTALL.i386 document, and hence end up with geometry translation
                    193: problems.  Read the document, please.
1.7       deraadt   194: </ul>
1.11      millert   195: <br>
1.50      deraadt   196: <li><font color=#e00000>Amiga</font>
1.6       grr       197: <ul>
1.4       niklas    198: <li>The amiga install has a flaw wrt Tseng based graphic cards: when entering
                    199:        multiuser mode the console won't get a login prompt.  This is due to
                    200:        a problem in the shipped /dev/MAKEDEV script.  To fix, enter single
                    201:        user mode and do:
1.5       todd      202: <pre><b>#</b> cd /dev
1.4       niklas    203: <b>#</b> sh MAKEDEV ttye6
                    204: </pre>
1.6       grr       205: </ul>
1.50      deraadt   206: <li><font color=#e00000>Sparc</font>
1.6       grr       207: <ul>
1.5       todd      208: <li>The sparc X11R6.3 xdm-config files reference /usr/X11R6.3/... This is
                    209:        due to X11R6.3's default config file contents.  To fix, su and
                    210:        type:
                    211: <pre><b>#</b> cd /usr
                    212: <b>#</b> ln -s X11R6 X11R6.3
                    213: </pre>
1.6       grr       214: <li>The sparc "single floppy install disk" has a problem when you specify
                    215:        "dumb" in response to the terminal type query.  As a work-around
                    216:        first specify an invalid terminal such as "bogus" and when prompted
                    217:        again for a terminal type, enter "dumb" and it will work correctly.
                    218: <li>When netbooting an older sparc system such as a Sun4 or Sun4c, the boot
                    219:        may hang up at the end of the tftp transfer of the bootstrap due
                    220:        to the tftp transfer working in 512-byte blocks.  If this occurs
                    221:        create a "padded" version of the bootstrap (boot or zboot) as follows:
                    222: <pre><b>#</b> cd /tftpboot
                    223: <b>#</b> dd if=boot of=newboot obs=512 conv=osync
                    224: <b>#</b> mv newboot boot
                    225: </pre>
1.19      graichen  226: <li>The sparc install script has two flaws that make the kernel copy
                    227:        and the bootblock install fail. The kernel copy only fails
                    228:        then installing from CD-ROM. To workaround this use the
                    229:        following sequence of commands before starting the install
                    230:        script. This must be done each time the install kernel is
                    231:        booted if the install script is to be run and the CD-ROM is
                    232:        the media to install from. Do the following at the shell
                    233:        prompt:
                    234:         if you install from CD-ROM do the following:
                    235: <pre><b>#</b> ed install.md
                    236: /\/bsd/s//\/mnt2\/2.1\/sparc\/bsd/
                    237: wq
                    238: <b>#</b>
                    239: </pre>
                    240:         ... or if you plan to use the bsd.scsi3 kernel you should use instead:
                    241: <pre><b>#</b> ed install.md
                    242: /\/bsd/s//\/mnt2\/2.1\/sparc\/bsd.scsi3/
                    243: wq
                    244: <b>#</b>
                    245: </pre>
                    246:         The following one you'll have to do always (not only then
                    247:        installing from from CD-ROM)
                    248: <pre><b>#</b> ed /usr/mdec/binstall
                    249: /getopt/,/getopt/+4d
                    250: wq
                    251: <b>#</b>
                    252: </pre>
1.6       grr       253: </ul>
1.50      deraadt   254: <li><font color=#e00000>Pmax</font>
1.9       graichen  255: <ul>
1.10      millert   256: <li> When using the X11R6 binaries from the 2.1 release you will get
1.9       graichen  257: errors like:
                    258: <pre><b>#</b> mkfontdir
                    259: mkfontdir: undefined symbol: 'astpending' 12
                    260: Segmentation fault (core dumped)
                    261: </pre>
                    262: this is due to a little problem affecting the compatibility between
                    263: the OpenBSD/arc port (on which the X11R6 clients were build) and
                    264: OpenBSD/pmax. You can work around this problem by using the arc
                    265: version of the shared libc instead of the pmax one. You may get a copy
                    266: of the OpenBSD/arc 2.1 libc.so.16.1 from <a
                    267: href=ftp://miranda.rz-berlin.mpg.de/pub/OpenBSD/pmax/fixes/libc.so.16.1>
                    268: here </a>. Simply download it and do the following:
                    269: <pre><b>#</b> cd /usr/lib
                    270: <b>#</b> mv libc.so.16.1 original_libc.so.16.1
                    271: <b>#</b> cp /where_you_have_downloaded_it_to/libc.so.16.1 .
                    272: <b>#</b> chown root.bin libc.so.16.1
                    273: <b>#</b> chmod 444 libc.so.16.1
                    274: </pre>
                    275: Please be careful while doing this - because the libc is a very
                    276: sensitive part of the system. You can remove the original_libc.so.16.1
                    277: after the next reboot if everything is working fine.
                    278: </ul>
1.18      deraadt   279: <p>
1.50      deraadt   280: <li><font color=#e00000>Mac68k</font>
1.17      deraadt   281: <ul>
1.20      gene      282: <li>The installer generates incorrect /etc/fstab files causing messages such as "file system read-only" on bootup.
                    283: To correct, boot to single-user mode (by clicking that checkbox in the Booter's Booting:Options dialog) and do the following:
1.17      deraadt   284: <pre>
1.18      deraadt   285: <b>#</b> mount /dev/sd0a /
                    286: <b>#</b> ed /etc/fstab
                    287: 1,$s/ ufs / ffs /
1.20      gene      288: 1,$s/ ro / rw /
1.18      deraadt   289: w
                    290: q
1.17      deraadt   291: </pre>
1.20      gene      292: Alternately, simply invoke vi or another editor and change the root filesystem
                    293: to be of type ffs rather than ufs and be rw (read-write) rather than ro
                    294: (read-only).  In either case, you'll need to reboot the system afterwards.
                    295: Make this correction as soon as possible after installing the system.
1.17      deraadt   296: The installer should not have specified the filesystem as the old
                    297: "ufs" type; the "ffs" type is more correct.
1.20      gene      298:
1.17      deraadt   299: <li>The installer forgets to install the kernel onto the filesystem.
1.20      gene      300: This is because the installer expects all packages including the kernel to
                    301: be tar'ed and gzip'ed.  The kernel was not shipped that way.  Therefore, you
                    302: must make this correction <em>before attempting to boot the system</em>.
1.17      deraadt   303: To correct, use the Installer mini-shell and do the following:
                    304: <pre>
1.20      gene      305: > cpin :[internal-macos-path]:bsd-generic bsd
                    306: </pre>
                    307: This should place the kernel as /bsd on the filesystem. You should
1.23      gene      308: replace the above string with the colon-delimited path from your desktop to
1.20      gene      309: wherever you have placed the kernel.  If possible, it is easiest to drag the
1.23      gene      310: kernel into the same folder as the Installer, so you can simply issue a
                    311: command without leading colon(s) like:
1.20      gene      312: <pre>
1.23      gene      313: > cpin bsd-generic bsd
1.17      deraadt   314: </pre>
1.20      gene      315: Good luck.
1.17      deraadt   316: </ul>
1.1       deraadt   317: </ul>
1.2       deraadt   318:
                    319: <hr>
                    320: <a href=orders.html><img src=back.gif border=0 alt=OpenBSD></a>
                    321: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.60    ! jason     322: <br><small>$OpenBSD: errata.html,v 1.59 1998/02/09 09:26:51 deraadt Exp $</small>
1.2       deraadt   323:
                    324: </body>
                    325: </html>