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

Annotation of www/56.html, Revision 1.16

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.6</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="OpenBSD 5.6">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2014 by OpenBSD.">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <a href="index.html">
                     16: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18:
                     19: <a href="images/XXX.jpg">
                     20: <img align="left" width="227" height="343" hspace="24" src="images/XXX.jpg"></a>
                     21: <h2><font color="#0000e0">OpenBSD 5.6</font></h2>
                     22: <p>
                     23: Released Nov 1, 2014<br>
                     24: Copyright 1997-2014, Theo de Raadt.<br>
                     25: <font color="#e00000">ISBN 978-0-9881561-4-2</font>
                     26: <br>
                     27: <a href="lyrics.html#56">5.6 Song: "XXX"</a>
                     28: <p>
                     29:
                     30: <ul>
                     31: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     32: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     33:     a list of mirror machines.
                     34: <li>Go to the <font color="#e00000">pub/OpenBSD/5.6/</font> directory on
                     35:     one of the mirror sites.
                     36: <li>Have a look at <a href="errata56.html">the 5.6 errata page</a> for a list
                     37:     of bugs and workarounds.
                     38: <li>See a <a href="plus56.html">detailed log of changes</a> between the
                     39:     5.5 and 5.6 releases.
                     40: <p>
1.10      deraadt    41: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&amp;sektion=1">signify(1)</a> pubkeys for this release:<br>
                     42: base: RWR0EANmo9nqhpPbPUZDIBcRtrVcRwQxZ8UKGWY8Ui4RHi229KFL84wV<br>
                     43: fw:   RWT4e3jpYgSeLYs62aDsUkcvHR7+so5S/Fz/++B859j61rfNVcQTRxMw<br>
                     44: pkg:  RWSPEf7Vpp2j0PTDG+eLs5L700nlqBFzEcSmHuv3ypVUEOYwso+UucXb<br>
1.1       deraadt    45: </ul>
                     46: <br clear=all>
                     47: All applicable copyrights and credits can be found in the applicable
                     48: file sources found in the files src.tar.gz, sys.tar.gz,
                     49: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     50: distribution files used to build packages from the ports.tar.gz file
                     51: are not included on the CDROM because of lack of space.
                     52: <p>
                     53:
                     54: <a name="new"></a>
                     55: <hr>
                     56: <p>
                     57: <h3><font color="#0000e0">What's New</font></h3>
                     58: <p>
                     59: This is a partial list of new features and systems included in OpenBSD 5.6.
                     60: For a comprehensive list, see the <a href="plus56.html">changelog</a> leading
                     61: to 5.6.
                     62: <p>
                     63:
                     64: <ul>
                     65: <li>...
                     66: <p>
                     67:
                     68:
                     69: <li>Installer improvements:
                     70:     <ul>
1.15      krw        71:     <li>Remove ftp and tape as install methods.
                     72:     <li>Preserve the disklabel (and next 6 blocks) when installing boot block on
                     73: 4k-sector disk drives.
                     74:     <li>Change the "Server?" question to "HTTP Server?" to allow unambiguous auto-install handling.
1.1       deraadt    75:     <li>...
                     76:     </ul>
                     77: <p>
                     78:
                     79: <li>New/extended platforms:
                     80:     <ul>
                     81:     <li>...
                     82:     </ul>
                     83: <p>
                     84:
                     85: <li>Improved hardware support, including:
                     86:     <ul>
1.13      dlg        87:     <li>SCSI Multipathing support via <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/mpath.4">mpath(4)</a> and associated path drivers on several architectures.
1.1       deraadt    88:     </ul>
                     89: <p>
                     90:
                     91: <li>Generic network stack improvements:
                     92:     <ul>
                     93:     <li>...
                     94:     </ul>
                     95: <p>
                     96:
                     97: <li>Routing daemons and other userland network improvements:
                     98:     <ul>
                     99:     <li>...
                    100:     </ul>
                    101: <p>
                    102:
                    103: <li>OpenSMTPD 5.4.2 (includes changes to 5.4.1):
                    104:     <ul>
                    105:     <li>...
                    106:     </ul>
                    107: <p>
                    108:
                    109: <li>Security improvements:
                    110:     <ul>
1.2       pascal    111:     <li>Changed the heuristics of the stack protector to also protect functions with local array definitions and references to local frame addresses.  This matches the -fstack-protector-strong option of upstream GCC.
                    112:     <li>Position-independent executables (PIE) are now used by default on powerpc.
                    113:     <li>Removed Kerberos.
                    114:     </ul>
                    115: <p>
                    116:
                    117: <li>Assorted improvements:
                    118:     <ul>
1.3       espie     119:     <li>locate databases for both base and xenocara, as
                    120:     <code>/usr/lib/locate/src.db</code> and
                    121:     <code>/usr/X11R6/lib/locate/xorg.db</code>.
                    122:     <li>Much faster package updates, due to package contents reordering that
                    123:     precludes re-downloading unchanged files.
1.16    ! krw       124:     <li>Fix many programs that failed when accessing disks having sector sizes other than 512 bytes, including
        !           125: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/badsect.8">badsect(8)</a>,
        !           126: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/df.1">df(1)</a>,
        !           127: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dump.8">dump(8)</a>,
        !           128: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dumpfs.8">dumpfs(8)</a>,
        !           129: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/fsck_ext2fs.8">fsck_ext2fs(8)</a>,
        !           130: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/fsck_ffs.8">fsck_ffs(8)</a>,
        !           131: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/fsdb.8">fsdb(8)</a>,
        !           132: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/growfs.8">growfs(8)</a>,
        !           133: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ncheck_ffs.8">ncheck_ffs(8)</a>,
        !           134: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/quotacheck.8">quotacheck(8)</a>,
        !           135: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/tunefs.8">tunefs(8)</a>.
1.1       deraadt   136:     </ul>
                    137: <p>
                    138:
1.2       pascal    139: <li>LibreSSL
1.1       deraadt   140:     <ul>
                    141:     <li>...
                    142:     </ul>
                    143: <p>
                    144:
1.2       pascal    145: <li>OpenSSH 6.7
1.1       deraadt   146:     <ul>
1.14      sobrado   147:     <li>Potentially-incompatible changes:
1.1       deraadt   148:       <ul>
1.14      sobrado   149:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    150:         The default set of ciphers and <i>MAC</i>s has been altered to remove
                    151:         unsafe algorithms.  In particular, <i>CBC ciphers</i> and
                    152:         <i>arcfour*</i> are disabled by default.
                    153:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    154:         Support for <i>tcpwrappers</i>/<i>libwrap</i> has been removed.
                    155:       <li>OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections
                    156:         using the "curve25519-sha256@libssh.org" <i>KEX exchange method</i>
                    157:         to fail when connecting with something that implements the
                    158:         specification correctly.  OpenSSH 6.7 disables this KEX method when
                    159:         speaking to one of the affected versions.
1.1       deraadt   160:       </ul>
                    161:     <li>New/changed features:
                    162:       <ul>
1.14      sobrado   163:       <li>Major internal refactoring to begin to make part of OpenSSH usable
                    164:         as a library.  So far the wire parsing, key handling and KRL code
                    165:         has been refactored.  Please note that we do not consider the API
                    166:         stable yet, nor do we offer the library in separable form.
                    167:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    168:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    169:         Add support for <i>Unix domain socket</i> forwarding.  A remote TCP
                    170:         port may be forwarded to a local Unix domain socket and vice versa or
                    171:         both ends may be a Unix domain socket.
                    172:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    173:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    174:         Add support for <i>SSHFP DNS records</i> for <i>Ed2551</i>9 key types.
                    175:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    176:         Allow resumption of interrupted uploads.
                    177:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    178:         When rekeying, skip file/DNS lookups of the hostkey if it is the same
                    179:         as the one sent during initial key exchange.  (bz#2154)
                    180:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    181:         Allow explicit ::1 and 127.0.0.1 forwarding bind addresses when
                    182:         <tt>GatewayPorts=no</tt>; allows client to choose address family.
                    183:         (bz#2222)
                    184:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    185:         Add a
                    186:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    187:         <tt>PermitUserRC</tt> option to control whether <tt>~/.ssh/rc</tt> is
                    188:         executed, mirroring the <tt>no-user-rc</tt> authorized_keys option.
                    189:         (bz#2160)
                    190:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    191:         Add a %C escape sequence for <tt>LocalCommand</tt> and
                    192:         <tt>ControlPath</tt> that expands to a unique identifer based on a
                    193:         hash of the tuple of (local host, remote user, hostname, port).  Helps
                    194:         avoid exceeding miserly pathname limits for Unix domain sockets in
                    195:         multiplexing control paths.  (bz#2220)
                    196:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    197:         Make the "Too many authentication failures" message include the user,
                    198:         source address, port and protocol in a format similar to the
                    199:         authentication success/failure messages.  (bz#2199)
                    200:       <li>Added <i>unit</i> and <i>fuzz</i> tests for refactored code.
1.1       deraadt   201:       </ul>
                    202:     <li>The following significant bugs have been fixed in this release:
                    203:       <ul>
1.14      sobrado   204:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    205:         Fix remote forwarding with same listen port but different listen
                    206:         address.
                    207:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    208:         Fix inverted test that caused <i>PKCS#11</i> keys that were explicitly
                    209:         listed in
                    210:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    211:         or on the commandline not to be preferred.
                    212:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    213:         Fix bug in KRL generation: multiple consecutive revoked certificate
                    214:         serial number ranges could be serialised to an invalid format.
                    215:         Readers of a broken KRL caused by this bug will fail closed, so no
                    216:         should-have-been-revoked key will be accepted.
                    217:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    218:         Reflect stdio-forward ("<tt>ssh -W host:port ...</tt>") failures in
                    219:         exit status.  Previously we were always returning 0.  (bz#2255)
                    220:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    221:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    222:         Make Ed25519 keys' title fit properly in the randomart border.
                    223:         (bz#2247)
                    224:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
                    225:         Only cleanup agent socket in the main agent process and not in any
                    226:         subprocesses it may have started (e.g. forked askpass).  Fixes agent
                    227:         sockets being zapped when askpass processes <i>fatal()</i>.  (bz#2236)
                    228:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>:
                    229:         Make stdout line-buffered; saves partial output getting lost when
                    230:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>
                    231:         <i>fatal()</i>s part-way through (e.g. when listing keys from an
                    232:         agent that supports key types that
                    233:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>
                    234:         doesn't).  (bz#2234)
                    235:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    236:         When hashing or removing hosts, don't choke on "@revoked" markers and
                    237:         don't remove "@cert-authority" markers.  (bz#2241)
                    238:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    239:         Don't fatal when hostname canonicalisation fails and a
                    240:         <tt>ProxyCommand</tt> is in use; continue and allow the
                    241:         <tt>ProxyCommand</tt> to connect anyway (e.g. to a host with a name
                    242:         outside the DNS behind a bastion).
                    243:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a>:
                    244:         When copying local->remote fails during read, don't send uninitialised
                    245:         heap to the remote end.
                    246:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    247:         Fix fatal "el_insertstr failed" errors when tab-completing filenames
                    248:         with a single quote char somewhere in the string.  (bz#2238)
                    249:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&amp;sektion=1">ssh-keyscan(1)</a>:
                    250:         Scan for Ed25519 keys by default.
                    251:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    252:         When using <tt>VerifyHostKeyDNS</tt> with a DNSSEC resolver,
                    253:         down-convert any certificate keys to plain keys and attempt SSHFP
                    254:         resolution.  Prevents a server from skipping SSHFP lookup and forcing
                    255:         a new-hostkey dialog by offering only certificate keys.
                    256:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    257:         Avoid crash at exit via NULL pointer reference.  (bz#2225)
                    258:       <li>Fix some strict-alignment errors.
1.1       deraadt   259:       </ul>
                    260:     </ul>
                    261: <p>
                    262:
                    263: <li>Ports and packages:
                    264:     <ul>
1.2       pascal    265:     <li>Over 8,800 ports.
1.1       deraadt   266:     <li>...
                    267:     </ul>
                    268: <p>
                    269: <li>Many pre-built packages for each architecture:
                    270:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    271:     <tr>
                    272:     <td valign="top" width="25%">
                    273:     <ul>
                    274:       <li>i386:       XXXX
                    275:       <li>sparc64:    XXXX
                    276:       <li>alpha:      XXXX
                    277:       <li>m68k:       XXXX
                    278:     </ul></td><td valign=top width="25%"><ul>
                    279:       <li>sh:         XXXX
                    280:       <li>amd64:      XXXX
                    281:       <li>powerpc:    XXXX
                    282:       <li>m88k:       XXXX
                    283:     </ul></td><td valign=top width="25%"><ul>
                    284:       <li>sparc:      XXXX
                    285:       <li>arm:        XXXX
                    286:       <li>hppa:       XXXX
                    287:     </ul></td><td valign=top width="25%"><ul>
                    288:       <li>vax:        XXXX
                    289:       <li>mips64:     XXXX
                    290:       <li>mips64el:   XXXX
                    291:   </ul></td></tr></table>
                    292: <p>
                    293:
                    294: <li>Some highlights:
                    295:     <ul>
1.2       pascal    296:     <li>GNOME 3.12.2                   <li>KDE 3.5.10
1.11      zhuk      297:     <li>KDE 4.13.3
1.1       deraadt   298:     <li>Xfce 4.10                      <li>MySQL 5.1.73
1.2       pascal    299:     <li>PostgreSQL 9.3.4               <li>Postfix 2.11.1
                    300:     <li>OpenLDAP 2.3.43 and 2.4.39     <li>Mozilla Firefox 31.0
                    301:     <li>Mozilla Thunderbird 31.0       <li>GHC 7.6.3
                    302:     <li>LibreOffice 4.1.6.2            <li>Emacs 21.4 and 24.3
                    303:     <li>Vim 7.4.135                    <li>PHP 5.3.28, 5.4.30 and 5.5.14
                    304:     <li>Python 2.7.8, 3.3.5 and 3.4.1  <li>Ruby 1.8.7.374, 1.9.3.545, 2.0.0.481 and 2.1.2
                    305:     <li>Tcl/Tk 8.5.15 and 8.6.1                <li>JDK 1.6.0.32 and 1.7.0.55
                    306:     <li>Mono 3.4.0                     <li>Chromium 36.0.1985.125
                    307:     <li>Groff 1.22.2                   <li>Go 1.3
                    308:     <li>GCC 4.6.4, 4.8.3 and 4.9.0     <li>LLVM/Clang 3.5 (20140228)
                    309:     <li>Node.js 0.10.28
1.1       deraadt   310:     </ul>
                    311: <p>
                    312:
                    313: <li>As usual, steady improvements in manual pages and other documentation.
                    314: <p>
                    315:
                    316: <li>The system includes the following major components from outside suppliers:
                    317:     <ul>
1.2       pascal    318:     <li>Xenocara (based on X.Org 7.7 with xserver 1.15.2 + patches,
                    319:       freetype 2.5.3, fontconfig 2.11.1, Mesa 10.2.3, xterm 309,
                    320:       xkeyboard-config 2.11 and more)
1.1       deraadt   321:     <li>Gcc 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.12      lteo      322:     <li>Perl 5.18.2 (+ patches)
1.2       pascal    323:     <li>Nginx 1.6.0 (+ patches)
                    324:     <li>SQLite 3.8.4.3 (+ patches)
1.1       deraadt   325:     <li>Sendmail 8.14.8, with libmilter
                    326:     <li>Bind 9.4.2-P2 (+ patches)
1.12      lteo      327:     <li>NSD 4.0.3
1.2       pascal    328:     <li>Unbound 1.4.22
1.1       deraadt   329:     <li>Sudo 1.7.2p8
                    330:     <li>Ncurses 5.7
                    331:     <li>Binutils 2.15 (+ patches)
                    332:     <li>Gdb 6.3 (+ patches)
1.12      lteo      333:     <li>Less 458 (+ patches)
1.1       deraadt   334:     <li>Awk Aug 10, 2011 version
                    335:     </ul>
                    336:
                    337: </ul>
                    338:
                    339: <a name="install"></a>
                    340: <hr>
                    341: <p>
                    342: <h3><font color="#0000e0">How to install</font></h3>
                    343: <p>
                    344: Following this are the instructions which you would have on a piece of
                    345: paper if you had purchased a CDROM set instead of doing an alternate
                    346: form of install.  The instructions for doing an FTP (or other style
                    347: of) install are very similar; the CDROM instructions are left intact
                    348: so that you can see how much easier it would have been if you had
                    349: purchased a CDROM instead.
                    350: <p>
                    351:
                    352: <hr>
                    353: Please refer to the following files on the three CDROMs or FTP mirror for
                    354: extensive details on how to install OpenBSD 5.6 on your machine:
                    355: <p>
                    356: <ul>
1.8       deraadt   357: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.alpha">
                    358:        .../OpenBSD/5.6/alpha/INSTALL.alpha (on CD1)</a>
1.1       deraadt   359: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/i386/INSTALL.i386">
                    360:        .../OpenBSD/5.6/i386/INSTALL.i386 (on CD1)</a>
1.8       deraadt   361: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.hppa">
                    362:        .../OpenBSD/5.6/hppa/INSTALL.hppa (on CD1)</a>
1.1       deraadt   363: <p>
                    364: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/amd64/INSTALL.amd64">
1.8       deraadt   365:        .../OpenBSD/5.6/amd64/INSTALL.amd64 (on CD2)</a>
1.1       deraadt   366: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/macppc/INSTALL.macppc">
1.8       deraadt   367:        .../OpenBSD/5.6/macppc/INSTALL.macppc (on CD2)</a>
1.1       deraadt   368: <p>
                    369: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc64/INSTALL.sparc64">
1.8       deraadt   370:        .../OpenBSD/5.6/sparc64/INSTALL.sparc64 (on CD3)</a>
1.1       deraadt   371: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc/INSTALL.sparc">
1.8       deraadt   372:        .../OpenBSD/5.6/sparc/INSTALL.sparc (on CD3)</a>
1.1       deraadt   373: <p>
                    374: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/alpha/INSTALL.alpha">
                    375:        .../OpenBSD/5.6/alpha/INSTALL.alpha</a>
                    376: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/armish/INSTALL.armish">
                    377:        .../OpenBSD/5.6/armish/INSTALL.armish</a>
                    378: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/armv7/INSTALL.armv7">
                    379:        .../OpenBSD/5.6/armv7/INSTALL.armv7</a>
                    380: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/aviion/INSTALL.aviion">
                    381:        .../OpenBSD/5.6/aviion/INSTALL.aviion</a>
                    382: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.hppa">
                    383:        .../OpenBSD/5.6/hppa/INSTALL.hppa</a>
                    384: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/landisk/INSTALL.landisk">
                    385:        .../OpenBSD/5.6/landisk/INSTALL.landisk</a>
                    386: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/loongson/INSTALL.loongson">
                    387:        .../OpenBSD/5.6/loongson/INSTALL.loongson</a>
                    388: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/luna88k/INSTALL.luna88k">
                    389:        .../OpenBSD/5.6/luna88k/INSTALL.luna88k</a>
                    390: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/macppc/INSTALL.macppc">
                    391:        .../OpenBSD/5.6/macppc/INSTALL.macppc</a>
                    392: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/octeon/INSTALL.octeon">
                    393:        .../OpenBSD/5.6/octeon/INSTALL.octeon</a>
                    394: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sgi/INSTALL.sgi">
                    395:        .../OpenBSD/5.6/sgi/INSTALL.sgi</a>
                    396: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/socppc/INSTALL.socppc">
                    397:        .../OpenBSD/5.6/socppc/INSTALL.socppc</a>
                    398: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc/INSTALL.sparc">
                    399:        .../OpenBSD/5.6/sparc/INSTALL.sparc</a>
                    400: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/vax/INSTALL.vax">
                    401:        .../OpenBSD/5.6/vax/INSTALL.vax</a>
                    402: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/zaurus/INSTALL.zaurus">
                    403:        .../OpenBSD/5.6/zaurus/INSTALL.zaurus</a>
                    404: </ul>
                    405: <hr>
                    406:
                    407: <p>
                    408: Quick installer information for people familiar with OpenBSD, and the
                    409: use of the "disklabel -E" command.  If you are at all confused when
                    410: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    411: <p>
                    412:
                    413: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    414: <ul>
                    415: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    416: release is on CD1. If your BIOS does not support booting from CD, you will need
                    417: to create a boot floppy to install from. To create a boot floppy write
                    418: <i>CD1:5.6/i386/floppy56.fs</i> to a floppy and boot via the floppy drive.
                    419:
                    420: <p>
                    421: Use <i>CD1:5.6/i386/floppyB56.fs</i> instead for greater SCSI controller
                    422: support, or <i>CD1:5.6/i386/floppyC56.fs</i> for better laptop support.
                    423:
                    424: <p>
                    425: If you can't boot from a CD or a floppy disk,
                    426: you can install across the network using PXE as described in
                    427: the included INSTALL.i386 document.
                    428:
                    429: <p>
                    430: If you are planning on dual booting OpenBSD with another OS, you will need to
                    431: read INSTALL.i386.
                    432:
                    433: <p>
                    434: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    435: at <i>CD1:5.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    436: use the
                    437: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    438: utility. The following is an example usage of
                    439: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    440: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    441: &quot;rfd0a&quot;.
                    442:
                    443: <ul><pre>
                    444: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    445: </pre></ul>
                    446:
                    447: <p>
                    448: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    449: your install will most likely fail. For more information on creating a boot
                    450: floppy and installing OpenBSD/i386 please refer to
                    451: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    452: </ul>
                    453:
                    454: <p>
                    455: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    456: <ul>
                    457: The 5.6 release of OpenBSD/amd64 is located on CD2.
                    458: Boot from the CD to begin the install - you may need to adjust
                    459: your BIOS options first.
                    460: If you can't boot from the CD, you can create a boot floppy to install from.
                    461: To do this, write <i>CD2:5.6/amd64/floppy56.fs</i> to a floppy, then
                    462: boot from the floppy drive.
                    463:
                    464: <p>
                    465: If you can't boot from a CD or a floppy disk,
                    466: you can install across the network using PXE as described in the included
                    467: INSTALL.amd64 document.
                    468:
                    469: <p>
                    470: If you are planning to dual boot OpenBSD with another OS, you will need to
                    471: read INSTALL.amd64.
                    472: </ul>
                    473:
                    474: <p>
                    475: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    476: <ul>
                    477: Burn the image from the FTP site to a CDROM, and power on your machine
                    478: while holding down the <i>C</i> key until the display turns on and
                    479: shows <i>OpenBSD/macppc boot</i>.
                    480:
                    481: <p>
                    482: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    483: /5.6/macppc/bsd.rd</i>
                    484: </ul>
                    485:
                    486: <p>
                    487: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    488: <ul>
                    489: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    490:
                    491: <p>
                    492: If this doesn't work, or if you don't have a CDROM drive, you can write
                    493: <i>CD3:5.6/sparc64/floppy56.fs</i> or <i>CD3:5.6/sparc64/floppyB56.fs</i>
                    494: (depending on your machine) to a floppy and boot it with <i>boot
                    495: floppy</i>. Refer to INSTALL.sparc64 for details.
                    496:
                    497: <p>
                    498: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    499: will most likely fail.
                    500:
                    501: <p>
                    502: You can also write <i>CD3:5.6/sparc64/miniroot56.fs</i> to the swap partition on
                    503: the disk and boot with <i>boot disk:b</i>.
                    504:
                    505: <p>
                    506: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    507: </ul>
                    508:
                    509: <p>
                    510: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    511: <ul>
                    512: <p>Write <i>FTP:5.6/alpha/floppy56.fs</i> or
                    513: <i>FTP:5.6/alpha/floppyB56.fs</i> (depending on your machine) to a diskette and
                    514: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    515:
                    516: <p>
                    517: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    518: will most likely fail.
                    519:
                    520: </ul>
                    521:
                    522: <p>
                    523: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    524: <ul>
                    525: <p>
                    526: After connecting a serial port, Thecus can boot directly from the network
                    527: either tftp or http. Configure the network using fconfig, reset,
                    528: then load bsd.rd, see INSTALL.armish for specific details.
                    529: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    530: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    531: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    532: More details are available in INSTALL.armish.
                    533: </ul>
                    534:
                    535: <p>
                    536: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    537: <ul>
                    538: <p>
                    539: Boot over the network by following the instructions in INSTALL.hppa or the
                    540: <a href="hppa.html#install">hppa platform page</a>.
                    541: </ul>
                    542:
                    543: <p>
                    544: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    545: <ul>
                    546: <p>
                    547: Write <i>miniroot56.fs</i> to the start of the CF
                    548: or disk, and boot normally.
                    549: </ul>
                    550:
                    551: <p>
                    552: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    553: <ul>
                    554: <p>
                    555: Write <i>miniroot56.fs</i> to a USB stick and boot bsd.rd from it
                    556: or boot bsd.rd via tftp.
                    557: Refer to the instructions in INSTALL.loongson for more details.
                    558: </ul>
                    559: <p>
                    560:
                    561: <p>
                    562: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    563: <ul>
                    564: <p>
                    565: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    566: from the PROM, and the bsd.rd from the bootloader.
                    567: Refer to the instructions in INSTALL.luna88k for more details.
                    568: </ul>
                    569:
                    570: <p>
                    571: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    572: <ul>
                    573: <p>
                    574: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    575: Refer to the instructions in INSTALL.octeon for more details.
                    576: </ul>
                    577:
                    578: <p>
                    579: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    580: <ul>
                    581: <p>
                    582: To install, burn cd56.iso on a CD-R, put it in the CD drive of your
                    583: machine and select <i>Install System Software</i> from the System Maintenance
                    584: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    585: CD-ROM, and need a proper invocation from the PROM prompt.
                    586: Refer to the instructions in INSTALL.sgi for more details.
                    587:
                    588: <p>
                    589: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    590: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    591: system type. Refer to the instructions in INSTALL.sgi for more details.
                    592: </ul>
                    593:
                    594: <p>
                    595: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    596: <ul>
                    597: <p>
                    598: After connecting a serial port, boot over the network via DHCP/tftp.
                    599: Refer to the instructions in INSTALL.socppc for more details.
                    600: </ul>
                    601:
                    602: <p>
                    603: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    604: <ul>
                    605: Boot from one of the provided install ISO images, using one of the two
                    606: commands listed below, depending on the version of your ROM.
                    607:
                    608: <ul><pre>
                    609: ok <strong>boot cdrom 5.6/sparc/bsd.rd</strong>
                    610: or
                    611: &gt; <strong>b sd(0,6,0)5.6/sparc/bsd.rd</strong>
                    612: </pre></ul>
                    613:
                    614: <p>
                    615: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    616: To do so you need to write <i>floppy56.fs</i> to a floppy.
                    617: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    618: To boot from the floppy use one of the two commands listed below,
                    619: depending on the version of your ROM.
                    620:
                    621: <ul><pre>
                    622: ok <strong>boot floppy</strong>
                    623: or
                    624: &gt; <strong>b fd()</strong>
                    625: </pre></ul>
                    626:
                    627: <p>
                    628: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    629: will most likely fail.
                    630:
                    631: <p>
                    632: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    633: setup a bootable tape, or install via network, as told in the
                    634: INSTALL.sparc file.
                    635: </ul>
                    636:
                    637: <p>
                    638: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    639: <ul>
                    640: Boot over the network via mopbooting as described in INSTALL.vax.
                    641: </ul>
                    642:
                    643: <p>
                    644: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    645: <ul>
                    646: <p>
                    647: Using the Linux built-in graphical ipkg installer, install the
                    648: openbsd56_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    649: for a few important details.
                    650: </ul>
                    651:
                    652: <p>
                    653: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    654: <ul>
                    655: src.tar.gz contains a source archive starting at /usr/src.  This file
                    656: contains everything you need except for the kernel sources, which are
                    657: in a separate archive.  To extract:
                    658: <p>
                    659: <ul><pre>
                    660: # <strong>mkdir -p /usr/src</strong>
                    661: # <strong>cd /usr/src</strong>
                    662: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    663: </pre></ul>
                    664: <p>
                    665: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    666: This file contains all the kernel sources you need to rebuild kernels.
                    667: To extract:
                    668: <p>
                    669: <ul><pre>
                    670: # <strong>mkdir -p /usr/src/sys</strong>
                    671: # <strong>cd /usr/src</strong>
                    672: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    673: </pre></ul>
                    674: <p>
                    675: Both of these trees are a regular CVS checkout.  Using these trees it
                    676: is possible to get a head-start on using the anoncvs servers as
                    677: described <a href="anoncvs.html">here</a>.
                    678: Using these files
                    679: results in a much faster initial CVS update than you could expect from
                    680: a fresh checkout of the full OpenBSD source tree.
                    681: <p>
                    682: </ul>
                    683:
                    684: <a name="upgrade"></a>
                    685: <hr>
                    686: <p>
                    687: <h3><font color="#0000e0">How to upgrade</font></h3>
                    688: <p>
1.6       deraadt   689: If you already have an OpenBSD 5.5 system, and do not want to reinstall,
1.1       deraadt   690: upgrade instructions and advice can be found in the
                    691: <a href="faq/upgrade56.html">Upgrade Guide</a>.
                    692:
                    693: <a name="ports"></a>
                    694: <hr>
                    695: <p>
                    696: <h3><font color="#0000e0">Ports Tree</font></h3>
                    697: <p>
                    698: A ports tree archive is also provided.  To extract:
                    699: <p>
                    700: <ul><pre>
                    701: # <strong>cd /usr</strong>
                    702: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    703: </pre></ul>
                    704: <p>
                    705: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    706: read the <a href="faq/ports/index.html">ports</a> page
                    707: if you know nothing about ports
                    708: at this point.  This text is not a manual of how to use ports.
                    709: Rather, it is a set of notes meant to kickstart the user on the
                    710: OpenBSD ports system.
                    711: <p>
                    712: The <i>ports/</i> directory represents a CVS (see the manpage for
                    713: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
                    714: cvs(1)</a> if
                    715: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    716: source tree, our ports tree is available via
                    717: <a href="anoncvs.html">AnonCVS</a>.
                    718: So, in order to keep current with it, you must make the <i>ports/</i> tree
                    719: available on a read-write medium and update the tree with a command
                    720: like:
                    721: <p>
                    722: <ul><pre>
                    723: # <strong>cd /usr/ports</strong>
1.6       deraadt   724: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_6</strong>
1.1       deraadt   725: </pre></ul>
                    726: <p>
                    727: [Of course, you must replace the server name here with a nearby anoncvs
                    728: server.]
                    729: <p>
                    730: Note that most ports are available as packages through FTP. Updated
                    731: packages for the 5.6 release will be made available if problems arise.
                    732: <p>
                    733: If you're interested in seeing a port added, would like to help out, or just
                    734: would like to know more, the mailing list
                    735: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    736: <p>
                    737: </body>
                    738: </html>