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

Annotation of www/31.html, Revision 1.10

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.1 Release</title>
                      5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
1.6       miod        7: <meta name="description" content="OpenBSD 3.1">
1.1       deraadt     8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 1999-2002 by OpenBSD.">
                     11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#24248E">
                     14:
                     15: <img alt="[OpenBSD]" height=30 width=141 src="images/smalltitle.gif">
                     16: <hr>
                     17:
                     18: <p>
1.6       miod       19: <a href=images/Systemagic.jpg><img align="left" width="255" height="323" src="images/Systemagic.jpg"></a>
                     20: <h2><font color="#0000e0">The OpenBSD 3.1 Release:</font></h2>
1.1       deraadt    21: <p>
                     22:
1.2       deraadt    23: To be released around May 19, 2002<br>
1.1       deraadt    24: Copyright 1997-2002, Theo de Raadt.<br>
1.6       miod       25: <font color="#e00000">ISBN 0-9683637-9-2</font>
1.1       deraadt    26: <p>
                     27:
1.6       miod       28: <a href="#new">What's New</a><br>
                     29: <a href="#install">How to install</a><br>
                     30: <a href="#ports">How to use the ports tree</a><br>
                     31: <a href="orders.html">Ordering a CD set</a><br>
1.1       deraadt    32:
                     33: <p>
1.6       miod       34: <h3><font color="#0000e0">
1.1       deraadt    35: To get the files for this release:
                     36: <ul>
                     37: <li>Order a CDROM from our ordering system.
1.6       miod       38: <li>See the information on <a href="ftp.html">The FTP page</a> for
1.1       deraadt    39:        a list of mirror machines.
1.6       miod       40: <li>Go to the <font color="#e00000">pub/OpenBSD/3.1/</font> directory on
1.1       deraadt    41:        one of the mirror sites.
                     42: <li>Briefly read the rest of this document.
1.6       miod       43: <li>Have a look at <a href="errata.html">The 3.1 Errata page</a> for a list
1.1       deraadt    44:        of bugs and workarounds.
1.6       miod       45: <li>See a <a href="plus31.html">detailed log of changes</a> between the
1.1       deraadt    46:        3.0 and 3.1 releases.
                     47: </ul>
                     48: </font></h3>
                     49: <br clear=all>
                     50: <br>
                     51: <p>
                     52:
                     53: <strong>Note:</strong> All applicable copyrights and credits can be found
                     54: in the applicable file sources found in the files src.tar.gz, srcsys.tar.gz,
                     55: XF4.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     56: files used to build packages from the ports.tar.gz file are not included on
                     57: the CDROM because of lack of space.
                     58: <p>
                     59:
1.6       miod       60: <a name="new"></a>
1.1       deraadt    61: <hr>
                     62: <p>
1.6       miod       63: <h3><font color="#0000e0">What's New</font></h3>
1.1       deraadt    64: <p>
                     65: This is a partial list of new features and systems included in OpenBSD 3.1.
1.6       miod       66: For a comprehensive list, see the <a href="plus31.html">changelog</a> leading
1.1       deraadt    67: to 3.1.
                     68: <p>
                     69:
                     70: <ul>
                     71: <li><a href="http://www.OpenSSH.com">OpenSSH</a> (supporting both the
                     72: SSH1 and SSH2 protocols) is now at version 3.2. Secure file transfers are
1.7       miod       73: encouraged using the greatly enhanced SFTP subsystem which comes both with
1.1       deraadt    74: an SFTP server and client.
                     75: <p>
                     76:
1.5       miod       77: <li>As usual, improvements to the documentation, notably the man pages and
                     78: the Web FAQ. A larger part of the website is now available in several
                     79: languages.
1.1       deraadt    80: <p>
                     81:
                     82: <li>More complete collection and better tested set of "ports".
                     83: <p>
                     84:
                     85: <li>Over 1000 pre-built and tested packages.
                     86: <p>
                     87:
1.5       miod       88: <li>Greatly improved hardware support in the
                     89: <a href="sparc64.html">OpenBSD/sparc64</a> port, and the addition of X11
                     90: support.
1.1       deraadt    91: <p>
                     92:
1.5       miod       93: <li>Numerous performance improvements to the <a
                     94: href="macppc.html">OpenBSD/macppc</a> port, as well as accelerated X11 servers
                     95: for some models.
                     96: <p>
                     97:
                     98: <li>A lot of enhancements to our new packet filter, <a
1.7       miod       99: href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf</a>,
                    100: including performance improvements, as well as the ability to filter other
                    101: protocols than the usual tcp, udp and icmp, such as esp.
                    102: <p>
                    103:
                    104: <li>An utility to achieve per-user pf rules changes, typically intended for
                    105: gateways, <a
                    106: href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8">authpf</a>.
                    107: <p>
                    108:
1.10    ! tdeval    109: <li>The in-kernel software <a
        !           110: href="http://www.openbsd.org/cgi-bin/man.cgi?query=raid&sektion=4">raid</a>
        !           111: (RAIDframe) can now automatically detect and configure its raid devices at boot.
        !           112: Taking advantage of this, the system can have its root partition directly
        !           113: mounted from an auto-detected raid partition.
        !           114: <p>
        !           115:
1.7       miod      116: <li>Wavelan bridging is now possible on Prism-II based cards.
1.1       deraadt   117: <p>
                    118:
                    119: <li>The system includes the following major components from outside suppliers:
                    120: <p>
                    121: <ul>
1.6       miod      122: <li>XFree86 4.2.0 (and i386 contains 3.3.X servers also, thus providing support for all chipsets)</li>
                    123: <li>gcc 2.95.3 (+ patches)</li>
                    124: <li>perl 5.6.1 (+ patches)</li>
                    125: <li>Apache 1.3.24, mod_ssl 2.8.8, OpenSSL 0.9.6b (+ patches), DSO support</li>
                    126: <li>groff 1.15</li>
                    127: <li>sendmail 8.12.2</li>
                    128: <li>lynx 2.8.2rel.1 with HTTPS support added</li>
                    129: <li>sudo 1.6.5p2</li>
                    130: <li>ncurses 5.2</li>
                    131: <li>Latest KAME IPv6</li>
                    132: <li>KTH Kerberos 1.0.8</li>
                    133: <li>Heimdal 0.4e (+ patches)</li>
                    134: <li>OpenSSH 3.2</li>
1.1       deraadt   135: </ul>
                    136: <p>
                    137:
                    138: <li>Many improvements for security and reliability (look for the red
1.6       miod      139: print in the <a href="plus31.html">complete changelog</a>).
1.1       deraadt   140: <p>
                    141: </ul>
                    142:
1.6       miod      143: <a name="install"></a>
1.1       deraadt   144: <hr>
                    145: <p>
1.6       miod      146: <h3><font color="#0000e0">How to install</font></h3>
1.1       deraadt   147: <p>
                    148: Following this are the instructions which you would have on a piece of
                    149: paper if you had purchased a CDROM set instead of doing an alternate
                    150: form of install.  The instructions for doing an ftp (or other style
                    151: of) install are very similar; the CDROM instructions are left intact
                    152: so that you can see how much easier it would have been if you had
                    153: purchased a CDROM instead.
                    154: <p>
                    155:
                    156: <hr>
                    157: Please refer to the following files on the three CDROMs for extensive
                    158: details on how to install OpenBSD 3.1 on your machine:
                    159: <p>
                    160: <ul>
1.6       miod      161: <li>   CD1:3.1/i386/INSTALL.i386</li>
                    162: <li>   CD1:3.1/alpha/INSTALL.alpha</li>
1.1       deraadt   163: <p>
1.6       miod      164: <li>   CD2:3.1/macppc/INSTALL.macppc</li>
                    165: <li>   CD2:3.1/vax/INSTALL.vax</li>
1.1       deraadt   166: <p>
1.6       miod      167: <li>   CD3:3.1/sparc/INSTALL.sparc</li>
                    168: <li>   CD3:3.1/sparc64/INSTALL.sparc64</li>
1.1       deraadt   169: <p>
                    170: Only available via FTP:<br>
1.6       miod      171: <li>   CD4:3.1/mvme68k/INSTALL.mvme68k</li>
                    172: <li>   CD4:3.1/amiga/INSTALL.amiga</li>
                    173: <li>   CD4:3.1/mac68k/INSTALL.mac68k</li>
                    174: <li>   CD4:3.1/hp300/INSTALL.hp300</li>
1.1       deraadt   175: </ul>
                    176: <hr>
                    177:
                    178: <p>
                    179: Quick installer information for people familiar with OpenBSD, and the
                    180: use of the "disklabel -E" command.  If you are at all confused when
                    181: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    182: <p>
                    183:
1.6       miod      184: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
1.1       deraadt   185: <ul>
                    186: <p>
                    187: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386 release is on CD1. If your BIOS does not support booting from CD, you will need to create a boot floppy to install from. To create a boot floppy write <i>CD1:3.1/i386/floppy31.fs</i> to a floppy and boot via the floppy drive.
                    188:
                    189: <p>
                    190: Use <i>CD1:3.1/i386/floppyB31.fs</i> instead for greater scsi controller
                    191: support, or <i>CD1:3.1/i386/floppyC31.fs</i> for better laptop support.
                    192:
                    193: <p>
                    194: If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.
                    195:
                    196: <p>
1.8       miod      197: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located at <i>CD:/3.1/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a> utility. The following is an example usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.
1.1       deraadt   198:
                    199: <ul><pre>
                    200: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    201: </pre></ul>
                    202:
                    203: <p>
                    204: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or your install will most likely fail. For more information on creating a boot floppy and installing OpenBSD/i386 please refer to <a href="faq/faq4.html#4.1">FAQ4.1</a>.
                    205: </ul>
                    206:
                    207: <p>
1.6       miod      208: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
1.1       deraadt   209: <ul>
                    210: <p>
                    211: At the SRM prompt, enter <i>boot -fi 3.1/alpha/bsd.rd dka6</i> where <i>dka6</i>
                    212: is the short name for the CDROM drive (you can check with <i>show dev</i>).
                    213:
                    214: <p>If you can't boot from CDROM, write <i>CD1:3.1/alpha/floppy31.fs</i> or
                    215: <i>CD1:3.1/alpha/floppyB31.fs</i> (depending on your machine) to a diskette and
                    216: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    217:
                    218: <p>
                    219: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    220:
                    221: </ul>
                    222:
                    223: <p>
1.6       miod      224: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
1.1       deraadt   225: <ul>
                    226: <p>
                    227: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    228: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    229:
                    230: <p>
                    231: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    232: /3.1/macppc/bsd.rd</i>
                    233: </ul>
                    234:
                    235: <p>
1.6       miod      236: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
1.1       deraadt   237: <ul>
                    238: <p>
                    239: Put the CD4 in your CDROM drive and press the spacebar during the poweron
                    240: self-test. Enter the boot choice that corresponds to <i>SYS_CDBOOT</i>.
                    241:
                    242: <p>
                    243: Alternatively, you can boot over the network by following the instructions in
                    244: INSTALL.hp300.
                    245: </ul>
                    246:
                    247: <p>
1.6       miod      248: <h3><font color="#e00000">OpenBSD/amiga:</font></h3>
1.1       deraadt   249: <ul>
                    250: <p>
                    251: Create BSD partitions according to INSTALL.amiga's preparation section.
                    252: Mount the CD4 under AmigaOS as device CD0: Next, execute the following
                    253: CLI command: "CD0:3.1/amiga/utils/loadbsd CD0:3.1/amiga/bsd.rd".
                    254: </ul>
                    255:
                    256: <p>
1.6       miod      257: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
1.1       deraadt   258: <ul>
                    259: <p>
                    260: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    261: configurations.  Then, extract the Macside utilities from
                    262: CD4:3.1/mac68k/utils onto your hard disk.  Run Mkfs to create your
                    263: filesystems on the A/UX partitions you just made.  Then, use the
                    264: BSD/Mac68k Installer to copy all the sets in CD4:3.1/mac68k/ onto your
                    265: partitions.  Finally, you will be ready to configure the BSD/Mac68k
                    266: Booter with the location of your kernel and boot the system.
                    267: </ul>
                    268:
                    269: <p>
1.6       miod      270: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
1.1       deraadt   271: <ul>
                    272: <p>
                    273: You can create a bootable installation tape or boot over the network.<br>
                    274: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    275: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    276: for more details.
                    277: </ul>
                    278:
                    279: <p>
1.6       miod      280: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
1.1       deraadt   281: <ul>
                    282: <p>
                    283: Boot over the network via mopbooting as described in INSTALL.vax.
                    284: </ul>
                    285:
                    286: <p>
1.6       miod      287: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
1.1       deraadt   288: <ul>
                    289: <p>
                    290: The 3.1 release of OpenBSD/sparc is located on CD3. To boot off of this CD you can use one of the two commands listed below, depending on the version of your ROM.
                    291:
                    292: <ul><pre>
                    293: > <strong>boot cdrom 3.1/sparc/bsd.rd</strong>
                    294: or
                    295: > <strong>b sd(0,6,0)3.1/sparc/bsd.rd</strong>
                    296: </pre></ul>
                    297:
                    298: <p>
                    299: If your sparc does not have a CD drive, you can alternatively boot from floppy. To do so you need to write &quot;CD3:3.1/sparc/floppy31.fs&quot; to a floppy. For more information see <a href="faq/faq4.html#4.1">FAQ4.1</a>. To boot from the floppy use one of the two commands listed below, depending on the version of your ROM.
                    300:
                    301: <ul><pre>
                    302: > <strong>boot floppy</strong>
                    303: or
                    304: > <strong>boot fd()</strong>
                    305: </pre></ul>
                    306:
                    307: <p>
                    308: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    309:
                    310: <p>
                    311: If your sparc doesn't have a floppy drive nor a CD drive, you can either
                    312: setup a bootable tape, or install via network, as told in the
                    313: INSTALL.sparc file.
                    314: </ul>
                    315:
                    316: <p>
1.6       miod      317: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
1.1       deraadt   318: <ul>
                    319: <p>
                    320: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    321:
                    322: <p>
                    323: If this doesn't work, or if you don't have a CDROM drive, you can write
                    324: <i>CD3:3.1/sparc64/floppy31.fs</i> to a floppy and boot it with <i>boot
                    325: floppy</i>.<br>
                    326: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    327:
                    328: <p>
                    329: You can also write <i>CD3:3.1/sparc64/miniroot31.fs</i> to the swap partition on
                    330: the disk and boot with <i>boot disk:b</i>.
                    331:
                    332: <p>
                    333: If nothing works, you can boot over the network as described in INSTALL.sparc64
                    334: </ul>
                    335:
                    336: <p>
1.6       miod      337: <h3><font color="#e00000">Notes about the source code:</font></h3>
1.1       deraadt   338: <ul>
                    339: <p>
                    340: src.tar.gz contains a source archive starting at /usr/src.  This file
                    341: contains everything you need except for the kernel sources, which are
                    342: in a separate archive.  To extract:
                    343: <p>
                    344: <ul><pre>
                    345: # <strong>mkdir -p /usr/src</strong>
                    346: # <strong>cd /usr/src</strong>
                    347: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    348: </pre></ul>
                    349: <p>
                    350: srcsys.tar.gz contains a source archive starting at /usr/src/sys.
                    351: This file contains all the kernel sources you need to rebuild kernels.
                    352: To extract:
                    353: <p>
                    354: <ul><pre>
                    355: # <strong>mkdir -p /usr/src/sys</strong>
                    356: # <strong>cd /usr/src</strong>
                    357: # <strong>tar xvfz /tmp/srcsys.tar.gz</strong>
                    358: </pre></ul>
                    359: <p>
                    360: Both of these trees are a regular CVS checkout.  Using these trees it
                    361: is possible to get a head-start on using the anoncvs servers as
                    362: described at <a href=anoncvs.html>http://www.OpenBSD.org/anoncvs.html</a>.
                    363: Using these files
                    364: results in a much faster initial CVS update than you could expect from
                    365: a fresh checkout of the full OpenBSD source tree.
                    366: <p>
                    367: </ul>
1.6       miod      368: <a name="ports"></a>
1.1       deraadt   369: <hr>
                    370: <p>
1.6       miod      371: <h3><font color="#0000e0">Ports Tree</font></h3>
1.1       deraadt   372: <p>
                    373: A ports tree archive is also provided.  To extract:
                    374: <p>
                    375: <ul><pre>
                    376: # <strong>cd /usr</strong>
                    377: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    378: # <strong>cd ports</strong>
                    379: </pre></ul>
                    380: <p>
                    381: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.6       miod      382: read <a href="ports.html">http://www.OpenBSD.org/ports.html</a>
1.1       deraadt   383: if you know nothing about ports
                    384: at this point.  This text is not a manual of how to use ports.
                    385: Rather, it is a set of notes meant to kickstart the user on the
                    386: OpenBSD ports system.
                    387: <p>
                    388: Certainly, the OpenBSD ports system is not complete.  It is doubtful it
                    389: will ever be. However, it is growing very fast and getting more stable.
                    390: Almost all ports provided with this release should build without problems
1.3       miod      391: on most architectures (over 1500 packages build on i386, for instance).
1.1       deraadt   392: <p>
                    393: The <i>ports/</i> directory represents a CVS (see the manpage for
                    394: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&apropos=0&sektion=1&manpath=OpenBSD+Current&arch=i386&format=html">
                    395: cvs(1)</a> if
                    396: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    397: source tree, our ports tree is available via anoncvs.  So, in
                    398: order to keep current with it, you must make the <i>ports/</i> tree
                    399: available on a read-write medium and update the tree with a command
                    400: like:
                    401: <p>
                    402: <ul><pre>
1.3       miod      403: # <strong>cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -Pd -rOPENBSD_3_1</strong>
1.1       deraadt   404: </pre></ul>
                    405: <p>
                    406: [Of course, you must replace the local directory and server name here
                    407: with the location of your ports collection and a nearby anoncvs
                    408: server.]
                    409: <p>
                    410: Note that most ports are available as packages through ftp. Updated
                    411: packages for the 3.1 release will be made available if problems arise.
                    412: <p>
                    413: If you're interested in seeing a port added, would like to help out, or just
                    414: would like to know more, the mailing list ports@openbsd.org is a good
                    415: place to know.
                    416: <p>
                    417:
                    418: <hr>
1.6       miod      419: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    420: alt="OpenBSD"></a>
1.1       deraadt   421: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.10    ! tdeval    422: <br><small>$OpenBSD: 31.html,v 1.9 2002/04/18 01:28:19 horacio Exp $</small>
1.1       deraadt   423:
                    424: </body>
                    425: </html>