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

Annotation of www/49.html, Revision 1.9

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.9 Release</title>
                      5: <link rev=made href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="description" content="OpenBSD 4.9>
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
1.3       deraadt    11: <meta name="copyright" content="This document copyright 2011 by OpenBSD.">
1.1       deraadt    12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     15:
                     16: <a href="index.html">
                     17: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     18: <hr>
                     19:
                     20: <p>
                     21: <a href="images/Hitchhiker.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" vspace="30"
                     23: src="images/Hitchhiker.jpg" alt="OpenBSD 4.9 logo"></a>
                     24: <h2><font color="#0000e0">The OpenBSD 4.9 Release:</font></h2>
                     25: <p>
                     26: Released May 1, 2011<br>
                     27: Copyright 1997-2011, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 978-0-9784475-7-1</font>
                     29: <br>
                     30: <a href="lyrics.html#49">4.9 Song: "The Answer"</a>
                     31: <p>
                     32:
                     33: <a href="#new">What's New</a><br>
                     34: <a href="#install">How to install</a><br>
                     35: <a href="#upgrade">How to upgrade</a><br>
                     36: <a href="#ports">How to use the ports tree</a><br>
                     37: <a href="orders.html">Ordering a CD set</a><br>
                     38:
                     39: <p>
                     40: <h3><font color="#0000e0">
                     41: To get the files for this release:
                     42: <ul>
                     43: <li>Pre-order a CDROM from our <a href="orders.html">ordering system</a>.
                     44: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     45:     a list of mirror machines.
                     46: <li>Go to the <font color="#e00000">pub/OpenBSD/4.9/</font> directory on
                     47:     one of the mirror sites.
                     48: <li>Briefly read the rest of this document.
                     49: <li>Have a look at <a href="errata49.html">The 4.9 Errata page</a> for a list
                     50:     of bugs and workarounds.
                     51: <li>See a <a href="plus49.html">detailed log of changes</a> between the
                     52:     4.8 and 4.9 releases.
                     53: </ul>
                     54: </font></h3>
                     55: <br clear=all>
                     56:
                     57: <strong>Note:</strong> All applicable copyrights and credits can be found
                     58: in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
                     59: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     60: files used to build packages from the ports.tar.gz file are not included on
                     61: the CDROM because of lack of space.
                     62: <p>
                     63:
                     64: <a name="new"></a>
                     65: <hr>
                     66: <p>
                     67: <h3><font color="#0000e0">What's New</font></h3>
                     68: <p>
                     69: This is a partial list of new features and systems included in OpenBSD 4.9.
                     70: For a comprehensive list, see the <a href="plus49.html">changelog</a> leading
                     71: to 4.9.
                     72: <p>
                     73:
                     74: <ul>
                     75:
1.3       deraadt    76: <li>New/extended platforms:
                     77:     <ul>
                     78:     <li>i386 and amd64:
                     79:         <ul>
                     80:         <li>...
                     81:         </ul>
                     82:     <li>sparc64:
                     83:         <ul>
                     84:         <li>Support the virtual disk procotol on sun4v machines well enough
                     85:            to install them from from virtual cdroms.
                     86:         </ul>
                     87:     <li>hppa:
                     88:         <ul>
                     89:         <li>Multiprocessor support.
                     90:         <li>...
                     91:         </ul>
                     92:     <li>...
                     93:         <ul>
                     94:         <li>...
                     95:         </ul>
                     96:     <li>...
                     97:         <ul>
                     98:         <li>...
                     99:         </ul>
                    100:     </ul>
                    101: <p>
                    102:
                    103: <li>Improved hardware support, including:
                    104:     <ul>
1.9     ! kevlo     105:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vte&sektion=4&format=html">vte(4)</a>
        !           106:     driver for RDC R6040 10/100 Ethernet devices.</li>
1.3       deraadt   107:     </ul>
                    108: <p>
                    109:
                    110: <li>Generic network stack improvements:
                    111:     <ul>
1.7       dlg       112:     <li>Reworking of the MCLGETI livelock algorithm to improve
                    113:     forwarding and host performance under high network load.</li>
1.3       deraadt   114:     </ul>
                    115: <p>
                    116:
                    117: <li>SCSI improvements:
                    118:     <ul>
1.6       dlg       119:     <li>Improved safety when detaching SCSI devices by waiting for
                    120:     the completion of pending commands.</li>
                    121:     <li>Improved hotplug support on mpi(4), mpii(4).</li>
                    122:     <li>Continued iopoolification of SCSI drivers, notably on
                    123:     umass(4) which improves the reliability and performance of
                    124:     multi-LUN devices.</li>
1.3       deraadt   125:     </ul>
                    126: <p>
                    127:
                    128: <li>Assorted improvements:
                    129:     <ul>
                    130:     <li>...
                    131:     </ul>
                    132: <p>
                    133:
                    134: <li>Install/Upgrade process changes:
                    135:     <ul>
1.8       deraadt   136:     <li>Fixed the hppa CD installation process.
                    137:     <li>Added some more free firmwares to the CD media that could fit them.
                    138:     <li>Make the macppc upgrade script update the boot blocks (oddly, this
                    139:         had been broken a very long time and noone noticed).
                    140:     <li>Teach the install script about the configuration of 802.11 interfaces.
                    141:         Visible networks can be listed, and even configured for WPA.
                    142:     <li>The install script now passes collected entropy better to the
                    143:         system which is booted next.
1.3       deraadt   144:     </ul>
                    145: <p>
                    146:
1.4       sobrado   147: <li>OpenSSH 5.8:
1.3       deraadt   148:     <ul>
                    149:     <li>New features:
1.4       sobrado   150:         <ul>
                    151:         <li>Implement Elliptic Curve Cryptography modes for key exchange (ECDH)
                    152:             and host/user keys (ECDSA) as specified by RFC5656. ECDH and ECDSA
                    153:             offer better performance than plain DH and DSA at the same
                    154:             equivalent symmetric key length, as well as much shorter keys.</li>
                    155:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    156:             and
                    157:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>:
                    158:             add a protocol extension to support a hard link operation. It is
                    159:             available through the "ln" command in the client. The old "ln"
                    160:             behaviour of creating a symlink is available using its "-s" option
                    161:             or through the preexisting "symlink" command.</li>
                    162:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>:
                    163:             Add a new -3 option to scp: Copies between two remote hosts are
                    164:             transferred through the local host. Without this option the data is
                    165:             copied directly between the two remote hosts.</li>
                    166:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    167:             automatically order the hostkeys requested by the client based on
                    168:             which hostkeys are already recorded in known_hosts. This avoids
                    169:             hostkey warnings when connecting to servers with new ECDSA keys,
                    170:             since these are now preferred when learning hostkeys for the first
                    171:             time.</li>
                    172:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    173:             and
                    174:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
                    175:             add a new IPQoS option to specify arbitrary TOS/DSCP/QoS values
                    176:             instead of hardcoding lowdelay/throughput. (bz#1733)</li>
                    177:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>:
                    178:             the sftp client is now significantly faster at performing directory
                    179:             listings, using OpenBSD glob(3) extensions to preserve the results
                    180:             of stat(3) operations performed in the course of its execution
                    181:             rather than performing expensive round trips to fetch them again
                    182:             afterwards.</li>
                    183:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    184:             "atomically" create the listening mux socket by binding it on a
                    185:             temporary name and then linking it into position after listen() has
                    186:             succeeded. This allows the mux clients to determine that the server
                    187:             socket is either ready or stale without races. Stale server sockets
                    188:             are now automatically removed. (also fixes bz#1711)</li>
                    189:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    190:             and
                    191:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
                    192:             add a <em>KexAlgorithms</em> knob to the client and server
                    193:             configuration to allow selection of which key exchange methods are
                    194:             used by
                    195:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    196:             and
                    197:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    198:             and their order of preference.</li>
                    199:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    200:             and
                    201:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>:
                    202:             factor out bandwidth limiting code from
                    203:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>
                    204:             into a generic bandwidth limiter that can be attached using the
                    205:             <em>atomicio</em> callback mechanism and use it to add a bandwidth
                    206:             limit option to
                    207:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>.
                    208:             (bz#1147)</li>
1.3       deraadt   209:         </ul>
                    210:     <li>The following significant bugs have been fixed in this release:
                    211:         <ul>
1.4       sobrado   212:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    213:             and
                    214:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>:
                    215:             honour <em>$TMPDIR</em> for client xauth and ssh-agent temporary
                    216:             directories. (bz#1809)</li>
                    217:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    218:             avoid <em>NULL</em> deref on receiving a channel request on an
                    219:             unknown or invalid channel. (bz#1842)</li>
                    220:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
                    221:             remove a <em>debug()</em> that pollutes stderr on client connecting
                    222:             to a server in debug mode. (bz#1719)</li>
                    223:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>:
                    224:             pass through ssh command-line flags and options when doing
                    225:             remote-remote transfers, e.g. to enable agent forwarding which is
                    226:             particularly useful in this case. (bz#1837)</li>
                    227:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>:
                    228:             <em>umask</em> should be parsed as octal.</li>
                    229:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>:
1.5       sobrado   230:             escape '[' in filename tab-completion.</li>
1.4       sobrado   231:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    232:             Typo in confirmation message. (bz#1827)</li>
                    233:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
                    234:             prevent <em>free()</em> of string in <em>.rodata</em> when
                    235:             overriding <em>AuthorizedKeys</em> in a <em>Match</em> block.</li>
                    236:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
1.5       sobrado   237:             Use default shell <em>/bin/sh</em> if <em>$SHELL</em> is "".</li>
1.4       sobrado   238:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    239:             kill proxy command on <em>fatal()</em> (we already killed it on
                    240:             clean exit).</li>
                    241:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
1.5       sobrado   242:             install a <em>SIGCHLD</em> handler to reap expired child process.
1.4       sobrado   243:             (bz#1812)</li>
                    244:         <li>Support building against openssl-1.0.0a</li>
                    245:         <li>Fix vulnerability in legacy certificate signing introduced in
                    246:             OpenSSH-5.6 and found by Mateusz Kocielski.</li>
1.3       deraadt   247:         </ul>
                    248:     </ul>
                    249: <p>
                    250:
                    251: <li>Mandoc 1.10.9:
                    252:     <ul>
                    253:     <li>New integrated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tbl&amp;sektion=7">tbl(7)</a> parser and renderer.
                    254:     <li>Support the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&amp;sektion=7">roff(7)</a> .de, .rm, and .so requests.
                    255:     <li>Support all roff code used in the standard <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pod2man&amp;sektion=1">pod2man(1)</a> preamble.
                    256:     <li>Fully support roff quoting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&amp;sektion=7">man(7)</a> documents.
                    257:     <li>Mandoc now copes with most formatting errors that used to be fatal.
                    258:     <li>Much simplified and improved reporting of errors and warnings.
                    259:     <li>Significantly improved -Thtml output quality.
                    260:     <li>The ports tree now allows ports to use either mandoc or groff
                    261:       to render manuals.
                    262:     </ul>
                    263: <p>
                    264:
                    265: <li>Over 6,400 XXXX ports, major robustness and speed improvements in package tools.
                    266: <li>Many pre-built packages for each architecture:
                    267:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    268:     <tr>
                    269:     <td valign="top" width="25%">
                    270:     <ul>
                    271:     <li>i386:       6620
                    272:     <li>sparc64:    6225
                    273:     <li>alpha:      6000
                    274: </ul></td><td valign=top width="25%"><ul>
                    275:     <li>sh:         XXXX
                    276:     <li>amd64:      6570
                    277:     <li>powerpc:    6272
                    278: </ul></td><td valign=top width="25%"><ul>
                    279:     <li>sparc:      4184
1.8       deraadt   280:     <li>arm:        5673
                    281:     <li>hppa:       5838
1.3       deraadt   282: </ul></td><td valign=top width="25%"><ul>
                    283:     <li>vax:        1068
                    284:     <li>mips64:     5492
                    285:     <li>mips64el:   5499
                    286: </ul></td></tr></table>
                    287: Some highlights:
                    288:     <ul>
                    289:     <li>Gnome 2.32.1.
                    290:     <li>KDE 3.5.10.
                    291:     <li>Xfce 4.8.0.
                    292:     <li>MySQL 5.1.54.
                    293:     <li>PostgreSQL 9.0.3.
                    294:     <li>Postfix 2.7.2.
                    295:     <li>OpenLDAP 2.3.43 and 2.4.23.
                    296:     <li>Mozilla Firefox 3.5.16 and 3.6.13.
                    297:     <li>Mozilla Thunderbird 3.1.7.
                    298:     <li>OpenOffice.org 3.3.0rc9.
                    299:     <li>LibreOffice 3.3.0.4
                    300:     <li>Emacs 21.4 and 22.3.
                    301:     <li>Vim 7.3.3.
                    302:     <li>PHP 5.2.16.
                    303:     <li>Python 2.4.6, 2.5.4 and 2.6.6.
                    304:     <li>Ruby 1.8.7.330 and 1.9.2.136.
                    305:     <li>Mono 2.8.2.
                    306:     </ul>
                    307: <p>
                    308:
                    309: <li>As usual, steady improvements in manual pages and other documentation.
                    310: <p>
                    311:
                    312: <li>The system includes the following major components from outside suppliers:
                    313:     <ul>
                    314:     <li>Xenocara (based on X.Org 7.5 with xserver 1.8 + patches,
                    315:        freetype 2.3.12,
                    316:         fontconfig 2.8.0, Mesa 7.8.2, xterm 258 and more)              XXXX
                    317:     <li>Gcc 2.95.3 (+ patches), 3.3.5 (+ patches) and 4.2.1 (+patches) XXXX
                    318:     <li>Perl 5.10.1 (+ patches)                                                XXXX
                    319:     <li>Our improved and secured version of Apache 1.3, with SSL/TLS
                    320:         and DSO support                                                        XXXX
                    321:     <li>OpenSSL 0.9.8k (+ patches)                                     XXXX
                    322:     <li>Sendmail 8.14.3, with libmilter                                        XXXX
                    323:     <li>Bind 9.4.2-P2 (+ patches)                                      XXXX
                    324:     <li>Lynx 2.8.6rel.5 with HTTPS and IPv6 support (+ patches)                XXXX
                    325:     <li>Sudo 1.7.2                                                     XXXX
                    326:     <li>Ncurses 5.7                                                    XXXX
                    327:     <li>Heimdal 0.7.2 (+ patches)                                      XXXX
                    328:     <li>Arla 0.35.7                                                    XXXX
                    329:     <li>Binutils 2.15 (+ patches)                                      XXXX
                    330:     <li>Gdb 6.3 (+ patches)                                            XXXX
                    331:     </ul>
1.1       deraadt   332: <p>
                    333:
                    334: </ul>
                    335:
                    336: <a name="install"></a>
                    337: <hr>
                    338: <p>
                    339: <h3><font color="#0000e0">How to install</font></h3>
                    340: <p>
                    341: Following this are the instructions which you would have on a piece of
                    342: paper if you had purchased a CDROM set instead of doing an alternate
                    343: form of install.  The instructions for doing an FTP (or other style
                    344: of) install are very similar; the CDROM instructions are left intact
                    345: so that you can see how much easier it would have been if you had
                    346: purchased a CDROM instead.
                    347: <p>
                    348:
                    349: <hr>
                    350: Please refer to the following files on the three CDROMs or FTP mirror for
                    351: extensive details on how to install OpenBSD 4.9 on your machine:
                    352: <p>
                    353: <ul>
                    354: <li>CD1:4.9/i386/INSTALL.i386
                    355: <p>
                    356: <li>CD2:4.9/amd64/INSTALL.amd64
                    357: <li>CD2:4.9/macppc/INSTALL.macppc
                    358: <p>
                    359: <li>CD3:4.9/sparc64/INSTALL.sparc64
                    360: <p>
                    361: <li>FTP:.../OpenBSD/4.9/alpha/INSTALL.alpha
                    362: <li>FTP:.../OpenBSD/4.9/armish/INSTALL.armish
                    363: <li>FTP:.../OpenBSD/4.9/hp300/INSTALL.hp300
                    364: <li>FTP:.../OpenBSD/4.9/hppa/INSTALL.hppa
                    365: <li>FTP:.../OpenBSD/4.9/landisk/INSTALL.landisk
                    366: <li>FTP:.../OpenBSD/4.9/loongson/INSTALL.loongson
                    367: <li>FTP:.../OpenBSD/4.9/mvme68k/INSTALL.mvme68k
                    368: <li>FTP:.../OpenBSD/4.9/mvme88k/INSTALL.mvme88k
                    369: <li>FTP:.../OpenBSD/4.9/sgi/INSTALL.sgi
                    370: <li>FTP:.../OpenBSD/4.9/socppc/INSTALL.socppc
                    371: <li>FTP:.../OpenBSD/4.9/sparc/INSTALL.sparc
                    372: <li>FTP:.../OpenBSD/4.9/vax/INSTALL.vax
                    373: <li>FTP:.../OpenBSD/4.9/zaurus/INSTALL.zaurus
                    374: </ul>
                    375: <hr>
                    376:
                    377: <p>
                    378: Quick installer information for people familiar with OpenBSD, and the
                    379: use of the "disklabel -E" command.  If you are at all confused when
                    380: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    381: <p>
                    382:
                    383: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    384: <ul>
                    385: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    386: release is on CD1. If your BIOS does not support booting from CD, you will need
                    387: to create a boot floppy to install from. To create a boot floppy write
                    388: <i>CD1:4.9/i386/floppy49.fs</i> to a floppy and boot via the floppy drive.
                    389:
                    390: <p>
                    391: Use <i>CD1:4.9/i386/floppyB49.fs</i> instead for greater SCSI controller
                    392: support, or <i>CD1:4.9/i386/floppyC49.fs</i> for better laptop support.
                    393:
                    394: <p>
                    395: If you can't boot from a CD or a floppy disk,
                    396: you can install across the network using PXE as described in
                    397: the included INSTALL.i386 document.
                    398:
                    399: <p>
                    400: If you are planning on dual booting OpenBSD with another OS, you will need to
                    401: read INSTALL.i386.
                    402:
                    403: <p>
                    404: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    405: at <i>CD1:4.9/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    406: use the
                    407: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    408: utility. The following is an example usage of
                    409: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    410: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    411: &quot;rfd0a&quot;.
                    412:
                    413: <ul><pre>
                    414: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    415: </pre></ul>
                    416:
                    417: <p>
                    418: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    419: your install will most likely fail. For more information on creating a boot
                    420: floppy and installing OpenBSD/i386 please refer to
                    421: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    422: </ul>
                    423:
                    424: <p>
                    425: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    426: <ul>
                    427: The 4.9 release of OpenBSD/amd64 is located on CD2.
                    428: Boot from the CD to begin the install - you may need to adjust
                    429: your BIOS options first.
                    430: If you can't boot from the CD, you can create a boot floppy to install from.
                    431: To do this, write <i>CD2:4.9/amd64/floppy49.fs</i> to a floppy, then
                    432: boot from the floppy drive.
                    433:
                    434: <p>
                    435: If you can't boot from a CD or a floppy disk,
                    436: you can install across the network using PXE as described in the included
                    437: INSTALL.amd64 document.
                    438:
                    439: <p>
                    440: If you are planning to dual boot OpenBSD with another OS, you will need to
                    441: read INSTALL.amd64.
                    442: </ul>
                    443:
                    444: <p>
                    445: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    446: <ul>
                    447: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    448: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    449:
                    450: <p>
                    451: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    452: /4.9/macppc/bsd.rd</i>
                    453: </ul>
                    454:
                    455: <p>
                    456: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    457: <ul>
                    458: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    459:
                    460: <p>
                    461: If this doesn't work, or if you don't have a CDROM drive, you can write
                    462: <i>CD3:4.9/sparc64/floppy49.fs</i> or <i>CD3:4.9/sparc64/floppyB49.fs</i>
                    463: (depending on your machine) to a floppy and boot it with <i>boot
                    464: floppy</i>. Refer to INSTALL.sparc64 for details.
                    465:
                    466: <p>
                    467: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    468: will most likely fail.
                    469:
                    470: <p>
                    471: You can also write <i>CD3:4.9/sparc64/miniroot49.fs</i> to the swap partition on
                    472: the disk and boot with <i>boot disk:b</i>.
                    473:
                    474: <p>
                    475: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    476: </ul>
                    477:
                    478: <p>
                    479: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    480: <ul>
                    481: <p>Write <i>FTP:4.9/alpha/floppy49.fs</i> or
                    482: <i>FTP:4.9/alpha/floppyB49.fs</i> (depending on your machine) to a diskette and
                    483: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    484:
                    485: <p>
                    486: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    487: will most likely fail.
                    488:
                    489: </ul>
                    490:
                    491: <p>
                    492: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    493: <ul>
                    494: <p>
                    495: After connecting a serial port, Thecus can boot directly from the network
                    496: either tftp or http. Configure the network using fconfig, reset,
                    497: then load bsd.rd, see INSTALL.armish for specific details.
                    498: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    499: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    500: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    501: More details are available in INSTALL.armish.
                    502: </ul>
                    503:
                    504: <p>
                    505: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    506: <ul>
                    507: <p>
                    508: Boot over the network by following the instructions in INSTALL.hp300.
                    509: </ul>
                    510:
                    511: <p>
                    512: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    513: <ul>
                    514: <p>
                    515: Boot over the network by following the instructions in INSTALL.hppa or the
                    516: <a href="hppa.html#install">hppa platform page</a>.
                    517: </ul>
                    518:
                    519: <p>
                    520: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    521: <ul>
                    522: <p>
                    523: Write <i>miniroot49.fs</i> to the start of the CF
                    524: or disk, and boot normally.
                    525: </ul>
                    526:
                    527: <p>
                    528: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    529: <ul>
                    530: <p>
                    531: Write <i>miniroot49.fs</i> to a USB stick and boot bsd.rd from it
                    532: or boot bsd.rd via tftp.
                    533: Refer to the instructions in INSTALL.loongson for more details.
                    534: </ul>
                    535: <p>
                    536:
                    537: <p>
                    538: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    539: <ul>
                    540: <p>
                    541: You can create a bootable installation tape or boot over the network.<br>
                    542: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    543: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    544: for more details.
                    545: </ul>
                    546:
                    547: <p>
                    548: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    549: <ul>
                    550: <p>
                    551: You can create a bootable installation tape or boot over the network.<br>
                    552: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    553: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    554: for more details.
                    555: </ul>
                    556:
                    557: <p>
                    558: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    559: <ul>
                    560: <p>
                    561: To install on an O2, burn cd49.iso on a CD-R, put it in the CD drive of your
                    562: machine and select <i>Install System Software</i> from the System Maintenance
                    563: menu.
                    564:
                    565: <p>
                    566: On other systems, or if your machine doesn't have a CD drive, you can
                    567: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    568: the kernel matching your system type.
                    569: Refer to the instructions in INSTALL.sgi for more details.
                    570: </ul>
                    571:
                    572: <p>
                    573: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    574: <ul>
                    575: <p>
                    576: After connecting a serial port, boot over the network via DHCP/tftp.
                    577: Refer to the instructions in INSTALL.socppc for more details.
                    578: </ul>
                    579:
                    580: <p>
                    581: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    582: <ul>
                    583: Boot from one of the provided install ISO images, using one of the two
                    584: commands listed below, depending on the version of your ROM.
                    585:
                    586: <ul><pre>
                    587: ok <strong>boot cdrom 4.9/sparc/bsd.rd</strong>
                    588: or
                    589: &gt; <strong>b sd(0,6,0)4.9/sparc/bsd.rd</strong>
                    590: </pre></ul>
                    591:
                    592: <p>
                    593: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    594: To do so you need to write <i>floppy49.fs</i> to a floppy.
                    595: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    596: To boot from the floppy use one of the two commands listed below,
                    597: depending on the version of your ROM.
                    598:
                    599: <ul><pre>
                    600: ok <strong>boot floppy</strong>
                    601: or
                    602: &gt; <strong>b fd()</strong>
                    603: </pre></ul>
                    604:
                    605: <p>
                    606: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    607: will most likely fail.
                    608:
                    609: <p>
                    610: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    611: setup a bootable tape, or install via network, as told in the
                    612: INSTALL.sparc file.
                    613: </ul>
                    614:
                    615: <p>
                    616: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    617: <ul>
                    618: Boot over the network via mopbooting as described in INSTALL.vax.
                    619: </ul>
                    620:
                    621: <p>
                    622: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    623: <ul>
                    624: <p>
                    625: Using the Linux built-in graphical ipkg installer, install the
                    626: openbsd49_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    627: for a few important details.
                    628: </ul>
                    629:
                    630: <p>
                    631: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    632: <ul>
                    633: src.tar.gz contains a source archive starting at /usr/src.  This file
                    634: contains everything you need except for the kernel sources, which are
                    635: in a separate archive.  To extract:
                    636: <p>
                    637: <ul><pre>
                    638: # <strong>mkdir -p /usr/src</strong>
                    639: # <strong>cd /usr/src</strong>
                    640: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    641: </pre></ul>
                    642: <p>
                    643: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    644: This file contains all the kernel sources you need to rebuild kernels.
                    645: To extract:
                    646: <p>
                    647: <ul><pre>
                    648: # <strong>mkdir -p /usr/src/sys</strong>
                    649: # <strong>cd /usr/src</strong>
                    650: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    651: </pre></ul>
                    652: <p>
                    653: Both of these trees are a regular CVS checkout.  Using these trees it
                    654: is possible to get a head-start on using the anoncvs servers as
                    655: described <a href="anoncvs.html">here</a>.
                    656: Using these files
                    657: results in a much faster initial CVS update than you could expect from
                    658: a fresh checkout of the full OpenBSD source tree.
                    659: <p>
                    660: </ul>
                    661:
                    662: <a name="upgrade"></a>
                    663: <hr>
                    664: <p>
                    665: <h3><font color="#0000e0">How to upgrade</font></h3>
                    666: <p>
1.2       deraadt   667: If you already have an OpenBSD 4.8 system, and do not want to reinstall,
1.1       deraadt   668: upgrade instructions and advice can be found in the
                    669: <a href="faq/upgrade49.html">Upgrade Guide</a>.
                    670:
                    671: <a name="ports"></a>
                    672: <hr>
                    673: <p>
                    674: <h3><font color="#0000e0">Ports Tree</font></h3>
                    675: <p>
                    676: A ports tree archive is also provided.  To extract:
                    677: <p>
                    678: <ul><pre>
                    679: # <strong>cd /usr</strong>
                    680: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    681: # <strong>cd ports</strong>
                    682: </pre></ul>
                    683: <p>
                    684: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    685: read the <a href="faq/ports/index.html">ports</a> page
                    686: if you know nothing about ports
                    687: at this point.  This text is not a manual of how to use ports.
                    688: Rather, it is a set of notes meant to kickstart the user on the
                    689: OpenBSD ports system.
                    690: <p>
                    691: The <i>ports/</i> directory represents a CVS (see the manpage for
                    692: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386">
                    693: cvs(1)</a> if
                    694: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    695: source tree, our ports tree is available via anoncvs.  So, in
                    696: order to keep current with it, you must make the <i>ports/</i> tree
                    697: available on a read-write medium and update the tree with a command
                    698: like:
                    699: <p>
                    700: <ul><pre>
                    701: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_9</strong>
                    702: </pre></ul>
                    703: <p>
                    704: [Of course, you must replace the local directory and server name here
                    705: with the location of your ports collection and a nearby anoncvs
                    706: server.]
                    707: <p>
                    708: Note that most ports are available as packages through FTP. Updated
                    709: packages for the 4.9 release will be made available if problems arise.
                    710: <p>
                    711: If you're interested in seeing a port added, would like to help out, or just
                    712: would like to know more, the mailing list ports@openbsd.org is a good
                    713: place to know.
                    714: <p>
                    715:
                    716: <hr>
                    717: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    718: alt="OpenBSD"></a>
                    719: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    720: <br><small>
1.9     ! kevlo     721: $OpenBSD: 49.html,v 1.8 2011/04/21 05:20:32 deraadt Exp $
1.1       deraadt   722: </small>
                    723:
                    724: </body>
                    725: </html>