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

Annotation of www/30.html, Revision 1.8

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
                    110: <li>KTH Kerberos 1.0.4
1.2       miod      111: <li>OpenSSH 3.0
1.1       deraadt   112: </ul>
                    113: <p>
                    114:
                    115: <li>Many improvements for security and reliability (look for the red
                    116: print in the <a href=plus30.html>complete changelog</a>).
                    117: <p>
1.7       mpech     118: </ul>
1.1       deraadt   119:
                    120: <a name=install></a>
                    121: <hr>
                    122: <p>
                    123: <h3><font color=#0000e0>How to install</font></h3>
                    124: <p>
                    125: Following this are the instructions which you would have on a piece of
                    126: paper if you had purchased a CDROM set instead of doing an alternate
                    127: form of install.  The instructions for doing an ftp (or other style
                    128: of) install are very similar; the CDROM instructions are left intact
                    129: so that you can see how much easier it would have been if you had
                    130: purchased a CDROM instead.
                    131: <p>
                    132:
                    133: <hr>
                    134: Please refer to the following files on the two CDROMs for extensive
                    135: details on how to install OpenBSD 3.0 on your machine:
                    136: <p>
                    137: <ul>
                    138: <li>   CD1:3.0/i386/INSTALL.i386
                    139: <li>   CD1:3.0/alpha/INSTALL.alpha
                    140: <p>
1.4       miod      141: <li>   CD2:3.0/macppc/INSTALL.macppc
1.1       deraadt   142: <li>   CD2:3.0/mvme68k/INSTALL.mvme68k
                    143: <li>   CD2:3.0/amiga/INSTALL.amiga
                    144: <li>   CD2:3.0/mac68k/INSTALL.mac68k
                    145: <li>   CD2:3.0/hp300/INSTALL.hp300
                    146: <li>   CD2:3.0/vax/INSTALL.vax
                    147: <p>
                    148: <li>   CD3:3.0/sparc/INSTALL.sparc
                    149: <li>   CD3:3.0/sparc64/INSTALL.sparc64
                    150: </ul>
                    151: <hr>
                    152:
                    153: <p>
                    154: Quick installer information for people familiar with OpenBSD, and the
                    155: use of the "disklabel -E" command.  If you are at all confused when
                    156: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    157: <p>
                    158:
                    159: <h3><font color=#e00000>OpenBSD/i386:</font></h3>
                    160: <ul>
                    161: <p>
                    162: 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.
                    163:
                    164: <p>
1.4       miod      165: Use <i>CD1:3.0/i386/floppyB30.fs</i> instead for greater scsi controller
                    166: support, or <i>CD1:3.0/i386/floppyC30.fs</i> for better laptop support.
                    167:
                    168: <p>
1.1       deraadt   169: If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.
                    170:
                    171: <p>
                    172: 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;.
                    173:
                    174: <ul><pre>
                    175: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    176: </pre></ul>
                    177:
                    178: <p>
                    179: 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>.
                    180: </ul>
                    181:
                    182: <p>
1.4       miod      183: <h3><font color=#e00000>OpenBSD/alpha:</font></h3>
1.1       deraadt   184: <ul>
                    185: <p>
1.4       miod      186: At the SRM prompt, enter <i>boot -fi 3.0/alpha/bsd.rd dka6</i> where <i>dka6</i>
                    187: is the short name for the CDROM drive (you can check with <i>show dev</i>).
1.1       deraadt   188:
1.4       miod      189: <p>If you can't boot from CDROM, write <i>CD1:3.0/alpha/floppy30.fs</i> or
                    190: <i>CD1:3.0/alpha/floppyB30.fs</i> (depending on your machine) to a diskette and
                    191: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
1.1       deraadt   192:
                    193: <p>
1.4       miod      194: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
1.1       deraadt   195:
1.4       miod      196: </ul>
1.1       deraadt   197:
                    198: <p>
1.4       miod      199: <h3><font color=#e00000>OpenBSD/macppc:</font></h3>
                    200: <ul>
                    201: <p>
                    202: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    203: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
1.1       deraadt   204:
                    205: <p>
1.4       miod      206: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    207: /3.0/macppc/bsd.rd</i>
1.1       deraadt   208: </ul>
                    209:
                    210: <p>
1.4       miod      211: <h3><font color=#e00000>OpenBSD/hp300:</font></h3>
1.1       deraadt   212: <ul>
                    213: <p>
1.4       miod      214: Put the CD2 in your CDROM drive and press the spacebar during the poweron
                    215: self-test. Enter the boot choice that corresponds to <i>SYS_CDBOOT</i>.
                    216:
                    217: <p>
                    218: Alternatively, you can boot over the network by following the instructions in
                    219: INSTALL.hp300.
1.1       deraadt   220: </ul>
                    221:
                    222: <p>
1.4       miod      223: <h3><font color=#e00000>OpenBSD/amiga:</font></h3>
1.1       deraadt   224: <ul>
                    225: <p>
1.4       miod      226: Create BSD partitions according to INSTALL.amiga's preparation section.
                    227: Mount the CD2 under AmigaOS as device CD0: Next, execute the following
                    228: CLI command: "CD0:3.0/amiga/utils/loadbsd CD0:3.0/amiga/bsd.rd".
1.1       deraadt   229: </ul>
                    230:
                    231: <p>
                    232: <h3><font color=#e00000>OpenBSD/mac68k:</font></h3>
                    233: <ul>
                    234: <p>
                    235: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    236: configurations.  Then, extract the Macside utilities from
                    237: CD2:3.0/mac68k/utils onto your hard disk.  Run Mkfs to create your
                    238: filesystems on the A/UX partitions you just made.  Then, use the
                    239: BSD/Mac68k Installer to copy all the sets in CD2:3.0/mac68k/ onto your
                    240: partitions.  Finally, you will be ready to configure the BSD/Mac68k
                    241: Booter with the location of your kernel and boot the system.
                    242: </ul>
                    243:
                    244: <p>
1.4       miod      245: <h3><font color=#e00000>OpenBSD/mvme68k:</font></h3>
                    246: <ul>
                    247: <p>
                    248: You can create a bootable installation tape or boot over the network.<br>
                    249: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    250: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    251: for more details.
                    252: </ul>
                    253:
                    254: <p>
                    255: <h3><font color=#e00000>OpenBSD/vax:</font></h3>
                    256: <ul>
                    257: <p>
                    258: Boot over the network via mopbooting as described in INSTALL.vax.
                    259: </ul>
                    260:
                    261: <p>
                    262: <h3><font color=#e00000>OpenBSD/sparc:</font></h3>
                    263: <ul>
                    264: <p>
                    265: 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.
                    266:
                    267: <ul><pre>
                    268: > <strong>boot cdrom 3.0/sparc/bsd.rd</strong>
                    269: or
                    270: > <strong>b sd(0,6,0)3.0/sparc/bsd.rd</strong>
                    271: </pre></ul>
                    272:
                    273: <p>
                    274: 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.
                    275:
                    276: <ul><pre>
                    277: > <strong>boot floppy</strong>
                    278: or
                    279: > <strong>boot fd()</strong>
                    280: </pre></ul>
                    281:
                    282: <p>
                    283: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    284:
                    285: <p>
                    286: If your sparc doesn't have a floppy drive nor a CD drive, you can either
                    287: setup a bootable tape, or install via network, as told in the
                    288: INSTALL.sparc file.
                    289: </ul>
                    290:
                    291: <p>
                    292: <h3><font color=#e00000>OpenBSD/sparc64:</font></h3>
1.1       deraadt   293: <ul>
                    294: <p>
1.4       miod      295: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    296:
                    297: <p>
                    298: If this doesn't work, or if you don't have a CDROM drive, you can write
                    299: <i>CD3:3.0/sparc64/floppy30.fs</i> to a floppy and boot it with <i>boot
                    300: floppy</i>.<br>
                    301: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    302:
                    303: <p>
1.5       pvalchev  304: You can also write <i>CD3:3.0/sparc64/miniroot30.fs</i> to the swap partition on
1.4       miod      305: the disk and boot with <i>boot disk:b</i>.
                    306:
                    307: <p>
                    308: If nothing works, you can boot over the network as described in INSTALL.sparc64
1.1       deraadt   309: </ul>
                    310:
                    311: <p>
                    312: <h3><font color=#e00000>Notes about the source code:</font></h3>
                    313: <ul>
                    314: <p>
                    315: src.tar.gz contains a source archive starting at /usr/src.  This file
                    316: contains everything you need except for the kernel sources, which are
                    317: in a separate archive.  To extract:
                    318: <p>
                    319: <ul><pre>
                    320: # <strong>mkdir -p /usr/src</strong>
                    321: # <strong>cd /usr/src</strong>
                    322: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    323: </pre></ul>
                    324: <p>
                    325: srcsys.tar.gz contains a source archive starting at /usr/src/sys.
                    326: This file contains all the kernel sources you need to rebuild kernels.
                    327: To extract:
                    328: <p>
                    329: <ul><pre>
                    330: # <strong>mkdir -p /usr/src/sys</strong>
                    331: # <strong>cd /usr/src</strong>
                    332: # <strong>tar xvfz /tmp/srcsys.tar.gz</strong>
                    333: </pre></ul>
                    334: <p>
                    335: Both of these trees are a regular CVS checkout.  Using these trees it
                    336: is possible to get a head-start on using the anoncvs servers as
                    337: described at <a href=anoncvs.html>http://www.OpenBSD.org/anoncvs.html</a>.
                    338: Using these files
                    339: results in a much faster initial CVS update than you could expect from
                    340: a fresh checkout of the full OpenBSD source tree.
                    341: <p>
                    342: </ul>
                    343: <a name=ports></a>
                    344: <hr>
                    345: <p>
                    346: <h3><font color=#0000e0>Ports Tree</font></h3>
                    347: <p>
                    348: A ports tree archive is also provided.  To extract:
                    349: <p>
                    350: <ul><pre>
                    351: # <strong>cd /usr</strong>
                    352: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    353: # <strong>cd ports</strong>
                    354: </pre></ul>
                    355: <p>
                    356: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    357: read <a href=ports.html>http://www.OpenBSD.org/ports.html</a>
                    358: if you know nothing about ports
                    359: at this point.  This text is not a manual of how to use ports.
                    360: Rather, it is a set of notes meant to kickstart the user on the
                    361: OpenBSD ports system.
                    362: <p>
                    363: Certainly, the OpenBSD ports system is not complete.  It is doubtful it
                    364: will ever be. However, it is growing very fast and getting more stable.
                    365: Almost all ports provided with this release should build without problems
                    366: on most architectures (over 1200 packages build on i386, for instance).
                    367: <p>
                    368: The <i>ports/</i> directory represents a CVS (see the manpage for
                    369: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&apropos=0&sektion=1&manpath=OpenBSD+Current&arch=i386&format=html">
                    370: cvs(1)</a> if
                    371: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    372: source tree, our ports tree is available via anoncvs.  So, in
                    373: order to keep current with it, you must make the <i>ports/</i> tree
                    374: available on a read-write medium and update the tree with a command
                    375: like:
                    376: <p>
                    377: <ul><pre>
1.3       miod      378: # <strong>cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -Pd -rOPENBSD_3_0</strong>
1.1       deraadt   379: </pre></ul>
                    380: <p>
                    381: [Of course, you must replace the local directory and server name here
                    382: with the location of your ports collection and a nearby anoncvs
                    383: server.]
                    384: <p>
                    385: Note that most ports are available as packages through ftp. Updated
                    386: packages for the 3.0 release will be made available if problems arise.
                    387: <p>
                    388: If you're interested in seeing a port added, would like to help out, or just
                    389: would like to know more, the mailing list ports@openbsd.org is a good
                    390: place to know.
                    391: <p>
                    392:
                    393: <hr>
                    394: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    395: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.8     ! deraadt   396: <br><small>$OpenBSD: 30.html,v 1.7 2001/10/23 07:49:01 mpech Exp $</small>
1.1       deraadt   397:
                    398: </body>
                    399: </html>