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

Annotation of www/30.html, Revision 1.9

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.0 Release</title>
                      5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the main OpenBSD page">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 1999-2001 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>
                     19: <a href=images/Business.jpg><img align=left src=images/Business.jpg></a>
                     20: <h2><font color=#0000e0>The OpenBSD 3.0 Release:</font></h2>
                     21: <p>
                     22:
                     23: Released December 1, 2001<br>
                     24: Copyright 1997-2001, Theo de Raadt.<br>
                     25: <font color=#e00000>ISBN 0-9683637-7-6</font>
                     26: <p>
                     27:
                     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>
                     32:
                     33: <p>
                     34: <h3><font color=#0000e0>
                     35: To get the files for this release:
                     36: <ul>
                     37: <li>Order a CDROM from our ordering system.
                     38: <li>See the information on <a href=ftp.html>The FTP page</a> for
                     39:        a list of mirror machines
                     40: <li>Go to the <font color=#e00000>pub/OpenBSD/3.0/</font> directory on
                     41:        one of the mirror sites
                     42: <li>Briefly read the rest of this document.
1.3       miod       43: <li>Have a look at <a href=errata.html>The 3.0 Errata page</a> for a list
1.1       deraadt    44:        of bugs and workarounds.
                     45: <li>See a <a href=plus30.html>detailed log of changes</a> between the
1.2       miod       46:        2.9 and 3.0 releases.
1.1       deraadt    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:
                     60: <a name=new></a>
                     61: <hr>
                     62: <p>
                     63: <h3><font color=#0000e0>What's New</font></h3>
                     64: <p>
                     65: This is a partial list of new features and systems included in OpenBSD 3.0.
1.8       deraadt    66: For a comprehensive list, see the <a href=plus30.html>changelog</a> leading
1.1       deraadt    67: to 3.0.
                     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.0. Secure file transfers are
                     73: encouraged using the greatly enhanced SFTP subsystem which now comes both with
                     74: an SFTP server and client.
                     75: <p>
                     76:
                     77: <li>Extensive changes to the documentation, notably the man pages and
                     78: the Web FAQ. The manual pages now include useful examples to
                     79: supplement the explanations.
                     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.3       miod       88: <li>A new <a href="sparc64.html">OpenBSD/sparc64</a> port for UltraSPARC
                     89: hardware.
1.1       deraadt    90: <p>
                     91:
1.3       miod       92: <li>A new packet filter, <a
                     93: href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">PF</a>,
                     94: featuring NAT capabilities, with a mostly ipf-compatible syntax.
1.4       miod       95: <p>
1.1       deraadt    96:
                     97: <li>The system includes the following major components from outside suppliers:
                     98: <p>
                     99: <ul>
1.5       pvalchev  100: <li>XFree86 4.1.0 (and i386 contains 3.3.X servers also, thus providing support for all chipsets)
1.1       deraadt   101: <li>gcc 2.95.3 (+ patches)
1.3       miod      102: <li>perl 5.6.1 (+ patches)
                    103: <li>Apache 1.3.19, mod_ssl 2.8.2, OpenSSL 0.9.6b (+ patches), DSO support
1.1       deraadt   104: <li>groff 1.15
1.5       pvalchev  105: <li>sendmail 8.12.1
1.1       deraadt   106: <li>lynx 2.8.2 with HTTPS support added
                    107: <li>sudo 1.6.3p7
                    108: <li>ncurses 5.2
                    109: <li>Latest KAME IPv6
1.9     ! hin       110: <li>KTH Kerberos 1.0.8
        !           111: <li>Heimdal 0.3f (+ patches)
1.2       miod      112: <li>OpenSSH 3.0
1.1       deraadt   113: </ul>
                    114: <p>
                    115:
                    116: <li>Many improvements for security and reliability (look for the red
                    117: print in the <a href=plus30.html>complete changelog</a>).
                    118: <p>
1.7       mpech     119: </ul>
1.1       deraadt   120:
                    121: <a name=install></a>
                    122: <hr>
                    123: <p>
                    124: <h3><font color=#0000e0>How to install</font></h3>
                    125: <p>
                    126: Following this are the instructions which you would have on a piece of
                    127: paper if you had purchased a CDROM set instead of doing an alternate
                    128: form of install.  The instructions for doing an ftp (or other style
                    129: of) install are very similar; the CDROM instructions are left intact
                    130: so that you can see how much easier it would have been if you had
                    131: purchased a CDROM instead.
                    132: <p>
                    133:
                    134: <hr>
1.9     ! hin       135: Please refer to the following files on the three CDROMs for extensive
1.1       deraadt   136: details on how to install OpenBSD 3.0 on your machine:
                    137: <p>
                    138: <ul>
                    139: <li>   CD1:3.0/i386/INSTALL.i386
                    140: <li>   CD1:3.0/alpha/INSTALL.alpha
                    141: <p>
1.4       miod      142: <li>   CD2:3.0/macppc/INSTALL.macppc
1.1       deraadt   143: <li>   CD2:3.0/mvme68k/INSTALL.mvme68k
                    144: <li>   CD2:3.0/amiga/INSTALL.amiga
                    145: <li>   CD2:3.0/mac68k/INSTALL.mac68k
                    146: <li>   CD2:3.0/hp300/INSTALL.hp300
                    147: <li>   CD2:3.0/vax/INSTALL.vax
                    148: <p>
                    149: <li>   CD3:3.0/sparc/INSTALL.sparc
                    150: <li>   CD3:3.0/sparc64/INSTALL.sparc64
                    151: </ul>
                    152: <hr>
                    153:
                    154: <p>
                    155: Quick installer information for people familiar with OpenBSD, and the
                    156: use of the "disklabel -E" command.  If you are at all confused when
                    157: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    158: <p>
                    159:
                    160: <h3><font color=#e00000>OpenBSD/i386:</font></h3>
                    161: <ul>
                    162: <p>
                    163: 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.0/i386/floppy30.fs</i> to a floppy and boot via the floppy drive.
                    164:
                    165: <p>
1.4       miod      166: Use <i>CD1:3.0/i386/floppyB30.fs</i> instead for greater scsi controller
                    167: support, or <i>CD1:3.0/i386/floppyC30.fs</i> for better laptop support.
                    168:
                    169: <p>
1.1       deraadt   170: If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.
                    171:
                    172: <p>
                    173: To make a boot floopy under MS-DOS, use the &quot;rawrite&quot; utility located at <i>CD:/3.0/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;.
                    174:
                    175: <ul><pre>
                    176: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    177: </pre></ul>
                    178:
                    179: <p>
                    180: 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>.
                    181: </ul>
                    182:
                    183: <p>
1.4       miod      184: <h3><font color=#e00000>OpenBSD/alpha:</font></h3>
1.1       deraadt   185: <ul>
                    186: <p>
1.4       miod      187: At the SRM prompt, enter <i>boot -fi 3.0/alpha/bsd.rd dka6</i> where <i>dka6</i>
                    188: is the short name for the CDROM drive (you can check with <i>show dev</i>).
1.1       deraadt   189:
1.4       miod      190: <p>If you can't boot from CDROM, write <i>CD1:3.0/alpha/floppy30.fs</i> or
                    191: <i>CD1:3.0/alpha/floppyB30.fs</i> (depending on your machine) to a diskette and
                    192: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
1.1       deraadt   193:
                    194: <p>
1.4       miod      195: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
1.1       deraadt   196:
1.4       miod      197: </ul>
1.1       deraadt   198:
                    199: <p>
1.4       miod      200: <h3><font color=#e00000>OpenBSD/macppc:</font></h3>
                    201: <ul>
                    202: <p>
                    203: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    204: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
1.1       deraadt   205:
                    206: <p>
1.4       miod      207: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    208: /3.0/macppc/bsd.rd</i>
1.1       deraadt   209: </ul>
                    210:
                    211: <p>
1.4       miod      212: <h3><font color=#e00000>OpenBSD/hp300:</font></h3>
1.1       deraadt   213: <ul>
                    214: <p>
1.4       miod      215: Put the CD2 in your CDROM drive and press the spacebar during the poweron
                    216: self-test. Enter the boot choice that corresponds to <i>SYS_CDBOOT</i>.
                    217:
                    218: <p>
                    219: Alternatively, you can boot over the network by following the instructions in
                    220: INSTALL.hp300.
1.1       deraadt   221: </ul>
                    222:
                    223: <p>
1.4       miod      224: <h3><font color=#e00000>OpenBSD/amiga:</font></h3>
1.1       deraadt   225: <ul>
                    226: <p>
1.4       miod      227: Create BSD partitions according to INSTALL.amiga's preparation section.
                    228: Mount the CD2 under AmigaOS as device CD0: Next, execute the following
                    229: CLI command: "CD0:3.0/amiga/utils/loadbsd CD0:3.0/amiga/bsd.rd".
1.1       deraadt   230: </ul>
                    231:
                    232: <p>
                    233: <h3><font color=#e00000>OpenBSD/mac68k:</font></h3>
                    234: <ul>
                    235: <p>
                    236: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    237: configurations.  Then, extract the Macside utilities from
                    238: CD2:3.0/mac68k/utils onto your hard disk.  Run Mkfs to create your
                    239: filesystems on the A/UX partitions you just made.  Then, use the
                    240: BSD/Mac68k Installer to copy all the sets in CD2:3.0/mac68k/ onto your
                    241: partitions.  Finally, you will be ready to configure the BSD/Mac68k
                    242: Booter with the location of your kernel and boot the system.
                    243: </ul>
                    244:
                    245: <p>
1.4       miod      246: <h3><font color=#e00000>OpenBSD/mvme68k:</font></h3>
                    247: <ul>
                    248: <p>
                    249: You can create a bootable installation tape or boot over the network.<br>
                    250: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    251: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    252: for more details.
                    253: </ul>
                    254:
                    255: <p>
                    256: <h3><font color=#e00000>OpenBSD/vax:</font></h3>
                    257: <ul>
                    258: <p>
                    259: Boot over the network via mopbooting as described in INSTALL.vax.
                    260: </ul>
                    261:
                    262: <p>
                    263: <h3><font color=#e00000>OpenBSD/sparc:</font></h3>
                    264: <ul>
                    265: <p>
                    266: The 3.0 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.
                    267:
                    268: <ul><pre>
                    269: > <strong>boot cdrom 3.0/sparc/bsd.rd</strong>
                    270: or
                    271: > <strong>b sd(0,6,0)3.0/sparc/bsd.rd</strong>
                    272: </pre></ul>
                    273:
                    274: <p>
                    275: 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.0/sparc/floppy30.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.
                    276:
                    277: <ul><pre>
                    278: > <strong>boot floppy</strong>
                    279: or
                    280: > <strong>boot fd()</strong>
                    281: </pre></ul>
                    282:
                    283: <p>
                    284: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    285:
                    286: <p>
                    287: If your sparc doesn't have a floppy drive nor a CD drive, you can either
                    288: setup a bootable tape, or install via network, as told in the
                    289: INSTALL.sparc file.
                    290: </ul>
                    291:
                    292: <p>
                    293: <h3><font color=#e00000>OpenBSD/sparc64:</font></h3>
1.1       deraadt   294: <ul>
                    295: <p>
1.4       miod      296: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    297:
                    298: <p>
                    299: If this doesn't work, or if you don't have a CDROM drive, you can write
                    300: <i>CD3:3.0/sparc64/floppy30.fs</i> to a floppy and boot it with <i>boot
                    301: floppy</i>.<br>
                    302: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    303:
                    304: <p>
1.5       pvalchev  305: You can also write <i>CD3:3.0/sparc64/miniroot30.fs</i> to the swap partition on
1.4       miod      306: the disk and boot with <i>boot disk:b</i>.
                    307:
                    308: <p>
                    309: If nothing works, you can boot over the network as described in INSTALL.sparc64
1.1       deraadt   310: </ul>
                    311:
                    312: <p>
                    313: <h3><font color=#e00000>Notes about the source code:</font></h3>
                    314: <ul>
                    315: <p>
                    316: src.tar.gz contains a source archive starting at /usr/src.  This file
                    317: contains everything you need except for the kernel sources, which are
                    318: in a separate archive.  To extract:
                    319: <p>
                    320: <ul><pre>
                    321: # <strong>mkdir -p /usr/src</strong>
                    322: # <strong>cd /usr/src</strong>
                    323: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    324: </pre></ul>
                    325: <p>
                    326: srcsys.tar.gz contains a source archive starting at /usr/src/sys.
                    327: This file contains all the kernel sources you need to rebuild kernels.
                    328: To extract:
                    329: <p>
                    330: <ul><pre>
                    331: # <strong>mkdir -p /usr/src/sys</strong>
                    332: # <strong>cd /usr/src</strong>
                    333: # <strong>tar xvfz /tmp/srcsys.tar.gz</strong>
                    334: </pre></ul>
                    335: <p>
                    336: Both of these trees are a regular CVS checkout.  Using these trees it
                    337: is possible to get a head-start on using the anoncvs servers as
                    338: described at <a href=anoncvs.html>http://www.OpenBSD.org/anoncvs.html</a>.
                    339: Using these files
                    340: results in a much faster initial CVS update than you could expect from
                    341: a fresh checkout of the full OpenBSD source tree.
                    342: <p>
                    343: </ul>
                    344: <a name=ports></a>
                    345: <hr>
                    346: <p>
                    347: <h3><font color=#0000e0>Ports Tree</font></h3>
                    348: <p>
                    349: A ports tree archive is also provided.  To extract:
                    350: <p>
                    351: <ul><pre>
                    352: # <strong>cd /usr</strong>
                    353: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    354: # <strong>cd ports</strong>
                    355: </pre></ul>
                    356: <p>
                    357: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    358: read <a href=ports.html>http://www.OpenBSD.org/ports.html</a>
                    359: if you know nothing about ports
                    360: at this point.  This text is not a manual of how to use ports.
                    361: Rather, it is a set of notes meant to kickstart the user on the
                    362: OpenBSD ports system.
                    363: <p>
                    364: Certainly, the OpenBSD ports system is not complete.  It is doubtful it
                    365: will ever be. However, it is growing very fast and getting more stable.
                    366: Almost all ports provided with this release should build without problems
                    367: on most architectures (over 1200 packages build on i386, for instance).
                    368: <p>
                    369: The <i>ports/</i> directory represents a CVS (see the manpage for
                    370: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&apropos=0&sektion=1&manpath=OpenBSD+Current&arch=i386&format=html">
                    371: cvs(1)</a> if
                    372: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    373: source tree, our ports tree is available via anoncvs.  So, in
                    374: order to keep current with it, you must make the <i>ports/</i> tree
                    375: available on a read-write medium and update the tree with a command
                    376: like:
                    377: <p>
                    378: <ul><pre>
1.3       miod      379: # <strong>cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -Pd -rOPENBSD_3_0</strong>
1.1       deraadt   380: </pre></ul>
                    381: <p>
                    382: [Of course, you must replace the local directory and server name here
                    383: with the location of your ports collection and a nearby anoncvs
                    384: server.]
                    385: <p>
                    386: Note that most ports are available as packages through ftp. Updated
                    387: packages for the 3.0 release will be made available if problems arise.
                    388: <p>
                    389: If you're interested in seeing a port added, would like to help out, or just
                    390: would like to know more, the mailing list ports@openbsd.org is a good
                    391: place to know.
                    392: <p>
                    393:
                    394: <hr>
                    395: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    396: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.9     ! hin       397: <br><small>$OpenBSD: 30.html,v 1.8 2001/10/23 09:33:39 deraadt Exp $</small>
1.1       deraadt   398:
                    399: </body>
                    400: </html>