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

Annotation of www/41.html, Revision 1.84

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.1 Release</title>
                      5: <link rev=made href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="description" content="OpenBSD 4.1">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
1.11      david      11: <meta name="copyright" content="This document copyright 2007 by OpenBSD.">
1.1       deraadt    12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     15:
                     16: <a href="index.html">
                     17: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     18: <hr>
                     19:
                     20: <p>
                     21: <a href="images/XXX.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" vspace="30"
                     23: src="images/XXX.jpg" alt="OpenBSD 4.1 logo"></a>
                     24: <h2><font color="#0000e0">The OpenBSD 4.1 Release:</font></h2>
                     25: <p>
1.11      david      26: To be released May 1, 2007<br>
1.1       deraadt    27: Copyright 1997-2007, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 978-0-9731791-9-4</font>
                     29: <br>
                     30: <a href="lyrics.html#41">4.1 Song: (not yet announced)</a>
                     31: <p>
                     32:
                     33: <a href="#new">What's New</a><br>
                     34: <a href="#install">How to install</a><br>
                     35: <a href="#upgrade">How to upgrade</a><br>
                     36: <a href="#ports">How to use the ports tree</a><br>
                     37: <a href="orders.html">Ordering a CD set</a><br>
                     38:
                     39: <p>
                     40: <h3><font color="#0000e0">
                     41: To get the files for this release:
                     42: <ul>
                     43: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     44: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     45:     a list of mirror machines.
                     46: <li>Go to the <font color="#e00000">pub/OpenBSD/4.1/</font> directory on
                     47:     one of the mirror sites.
                     48: <li>Briefly read the rest of this document.
1.10      deraadt    49: <li>Have a look at <a href="errata41.html">The 4.1 Errata page</a> for a list
1.1       deraadt    50:     of bugs and workarounds.
1.9       deraadt    51: <li>See a <a href="plus41.html">detailed log of changes</a> between the
1.1       deraadt    52:     4.0 and 4.1 releases.
                     53: </ul>
                     54: </font></h3>
                     55: <br clear=all>
                     56:
                     57: <strong>Note:</strong> All applicable copyrights and credits can be found
                     58: in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
                     59: XF4.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     60: files used to build packages from the ports.tar.gz file are not included on
                     61: the CDROM because of lack of space.
                     62: <p>
                     63:
                     64: <a name="new"></a>
                     65: <hr>
                     66: <p>
                     67: <h3><font color="#0000e0">What's New</font></h3>
                     68: <p>
                     69: This is a partial list of new features and systems included in OpenBSD 4.1.
1.9       deraadt    70: For a comprehensive list, see the <a href="plus41.html">changelog</a> leading
1.1       deraadt    71: to 4.1.
                     72: <p>
                     73:
                     74: <ul>
                     75:
                     76: <li>New/extended platforms:
                     77: <ul>
1.4       dlg        78: <li><a href="landisk.html">OpenBSD/landisk</a>.<br>
1.2       deraadt    79:     Various SH4-based appliances, made by IO-Data and resold by Plextor.
1.1       deraadt    80: <li><a href="sparc64.html">OpenBSD/sparc64</a>.<br>
1.31      kettenis   81:     UltraSPARC III based machines are now supported even better, and
                     82:     run at full speed now!
1.1       deraadt    83: </ul>
                     84: <p>
                     85:
1.6       deraadt    86: <li>Removed platforms:
                     87: <ul>
                     88: <li><a href="cats.html">OpenBSD/cats</a>.<br>
1.14      henning    89:     Because the machines are very hard to find, and the developers
1.6       deraadt    90:     hate them.
                     91: </ul>
                     92: <p>
                     93:
1.1       deraadt    94: <li>Improved hardware support, including:
                     95: <ul>
1.7       dlg        96: <li>New USB client controller support:
                     97: <ul>
                     98: <li>Support for the USB client functionality in the
1.28      henning    99: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxaudc&amp;sektion=4&amp;arch=zaurus">pxaudc(4)</a> driver on the Zaurus.
1.7       dlg       100: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbf&amp;sektion=4">usbf(4)</a> midlayer for USB Client controllers.
                    101: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdcef&amp;sektion=4">cdcef(4)</a> driver for providing a CDCE function on USB client controllers.
                    102: </ul>
1.8       dlg       103: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cas&amp;sektion=4">cas(4)</a> driver for Sun Cassini 10/100/Gigabit Ethernet devices.
1.12      jsg       104: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uow&amp;sektion=4">uow(4)</a> driver for Maxim/Dallas DS2490 USB 1-Wire devices.
1.13      jsg       105: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=owsbm&amp;sektion=4">owsbm(4)</a> driver for 1-Wire smart battery monitor devices.
1.12      jsg       106: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&amp;sektion=4">zyd(4)</a> driver for ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network devices.
                    107: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moscom&amp;sektion=4">moscom(4)</a> driver for MosChip Semiconductor MCS7703 based USB serial adapters.
1.37      tom       108: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glxsb&amp;sektion=4&amp;arch=i386">glxsb(4)</a> driver for hardware random numbers and AES acceleration on the AMD Geode LX processor.
1.12      jsg       109: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&amp;sektion=4">vic(4)</a> driver for VMware VMXnet Virtual Interface Controllers.
                    110: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;sektion=4">malo(4)</a> driver for  Marvell Libertas IEEE 802.11b/g wireless network devices.
                    111: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwdog&amp;sektion=4">pwdog(4)</a> driver for Quancom PWDOG1 watchdog timer devices.
                    112: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uberry&amp;sektion=4">uberry(4)</a> driver for Research In Motion Blackberry devices.
                    113: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;sektion=4">mbg(4)</a> driver for Meinberg Funkuhren radio clocks.
1.83      kettenis  114: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mesh&amp;sektion=4&amp;arch=macppc">mesh(4)</a> driver for the on-board SCSI controller of old world Apple Power Macintosh systems.
                    115: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mc&amp;sektion=4&amp;arch=macppc">mc(4)</a> driver for the on-board Ethernet of many old world Apple Power Macintosh systems
1.33      kettenis  116: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&amp;sektion=4">msk(4)</a> driver now supports many more Marvell Yukon-2 variants including dual port cards and fiber cards.
1.34      kettenis  117: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4">gem(4)</a> driver now supports fiber cards.
1.37      tom       118: <li>The <a href="amd64.html">OpenBSD/amd64</a>
1.35      otto      119: platform now has more accurate and robust time keeping.
1.37      tom       120: <li>The <a href="i386.html">OpenBSD/i386</a>
                    121: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&amp;sektion=8&amp;arch=i386">boot(8)</a>
                    122: program now works properly on Intel-based Macs.
1.75      tom       123: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a> driver has had support added for newer chipsets, including:
1.48      jasper    124: <ul>
1.75      tom       125: <li>AMD CS5536 IDE;
                    126: </li><li>Intel i31244;
                    127: </li><li>NVIDIA MCP67 PATA, MCP67 SATA.
1.48      jasper    128: </li></ul>
1.52      jasper    129: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com(4)</a> driver now supports ST16C654 devices.
1.75      tom       130: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;sektion=4">adt(4)</a> driver supports some newer chipsets, such as the ADT7475.
1.84    ! gwk       131: <li>The <a href="macppc.html">OpenBSD/macppc</a> platform now automatically turns the machine back on following an unexpected loss of power.
        !           132: <li>boot.mac an XCOFF formated boot loader for <a href="macppc.html">OpenBSD/macppc</a> capable of booting on many old world macs.
1.1       deraadt   133: </ul>
                    134: <p>
                    135:
                    136: <li>New tools:
                    137: <ul>
1.57      deanna    138: <li>BSD-licensed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&amp;sektion=1">pkg-config(1)</a>, a complete rewrite of the GNU tool of
1.70      deraadt   139: the same name, significantly smaller and more maintainable.
1.65      deanna    140: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&amp;sektion=8">hoststated(8)</a>, a layer 3 and layer 7 server load balancing daemon with host monitoring capacities.
1.73      fkr       141: <li>new BSD-licensed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8">ripd(8)</a>.
1.69      espie     142: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplg&amp;sektion=8">bgplg(8)</a>, a CGI looking glass for OpenBGPD, is now available for use with the system httpd.
1.67      reyk      143: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplgsh&amp;sektion=8">bgplgsh(8)</a>, a looking glass shell for OpenBGPD, is now avalilable for use as a restricted read-only command line interface.
1.1       deraadt   144: </ul>
                    145: <p>
                    146:
                    147: <li>New functionality:
                    148: <ul>
1.27      henning   149: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a>
                    150:     can now pipe logs directly to other programs, making real-time log analysis easier.
1.70      deraadt   151: <li>The IP_RECVTTL
1.30      henning   152: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&amp;sektion=4">ip(4)</a>
1.21      henning   153: socket option allows programs to receive the incoming ttl on raw and udp sockets.
1.70      deraadt   154: <li>The IP_MINTTL
1.30      henning   155: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&amp;sektion=4">ip(4)</a>
1.21      henning   156: socket option allows programs to ask the kernel to discard any packets with a ttl
1.29      henning   157: smaller than the given one, for implementing the IP TTL security hack aka the Generalized
1.21      henning   158: TTL Security Mechanism specified in RFC 3682.
1.70      deraadt   159: <li>Multiple, independent routing tables, with
1.30      henning   160: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
1.23      henning   161: acting as selector.
1.30      henning   162: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&amp;sektion=8">route(8)</a>
1.23      henning   163: can be told which table to work with now, and routing daemons have been modified to
                    164: cope as well.
1.70      deraadt   165: <li>The
1.30      henning   166: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&amp;sektion=4">pflog(4)</a>
1.23      henning   167: interface is now clonable.
1.30      henning   168: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
1.23      henning   169: can log to multiple pflog interfaces now, each rule can specify which pflog interface
                    170: to log to.
1.30      henning   171: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&amp;sektion=8">pflogd(8)</a> and
                    172: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamlogd&amp;sektion=8">spamlogd(8)</a>
1.23      henning   173: can now be told which pflog interface to work with.
1.70      deraadt   174: <li>The
1.30      henning   175: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>
1.23      henning   176: interface is now clonable as well, thus only there when actually needed.
1.24      henning   177: <li>
1.30      henning   178: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>
1.24      henning   179: can now expire table entries.
1.70      deraadt   180: <li>Allow
1.30      henning   181: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
1.70      deraadt   182:     rules inside anchors to have their counters reset, and make counter read
                    183:     &amp; reset an atomic operation.
1.24      henning   184: <li>
1.30      henning   185: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sensorsd&amp;sektion=8">sensorsd(8)</a>
1.24      henning   186: dampens status changes now, thus not alerting for a single wrong sensor read, since many
                    187: sensors lie once in a while.
1.46      beck      188: <li>
1.82      jcs       189: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> and
                    190: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamlogd&amp;sektion=8">spamlogd(8)</a> now support synchronisation of the greylist database across multiple hosts. The greytrapping mechanism now allows for whole domain traps, and noticing out of order MX use.
1.51      beck      191: <li>
1.82      jcs       192: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> database format has changed from DB_BTREE to DB_HASH for much better performance on large installations with big databases.
1.66      reyk      193: <li>
                    194: The
                    195: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a> driver and the
                    196: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brconfig&amp;sektion=8">brconfig(8)</a> tool now support
                    197: the Rapid Spanning Tree Protocol (RSTP).
                    198: The new RSTP mode is now used by default when enabled with the <em>stp</em> option.
1.77      krw       199: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd(4)</a> now supports reading from region protected DVDs.
                    200: <li>Detect
                    201: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&amp;sektion=8">MS-DOS filesystems</a>
                    202: and spoof disklabel partitions for them even when there is no MBR, e.g. on some newer iPods.
1.1       deraadt   203: </ul>
                    204: <p>
                    205: <li>Assorted improvements and code cleanup:
                    206: <ul>
1.25      otto      207: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&amp;sektion=8">fsck_ffs(8)</a>
                    208: command has been improved to be more robust to various forms of inode and
                    209: superblock corruption.
                    210: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&amp;sektion=1">top(1)</a>
                    211: command got some new ways of filtering the display.
1.36      kurt      212: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a>
                    213: file descriptor handling has been improved to eliminate several race and deadlock conditions and improve performance.
1.38      tom       214: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&amp;sektion=8">MS-DOS filesystem</a>
                    215: has had a potential corruption issue fixed, and is more reliable when given
                    216: a corrupted filesystem to mount.
1.76      krw       217: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&amp;sektion=8">MS-DOS filesystem</a>
                    218: and the
                    219: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&arch=i386">fdisk(8)</a>
                    220: command have been enhanced to work on devices with 2048 byte sectors,
                    221: e.g. newer iPods.
1.47      niallo    222: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&amp;sektion=1">OpenRCS</a> tools
1.54      niallo    223: are smarter at handling files, especially when dealing with binary files.
                    224: GNU RCS compatibility has also been improved.
1.56      jasper    225: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a>
                    226: editor now displays column numbers in the status bar.  It has also
                    227: received several improvements which make it more reliable: line
                    228: numbers, file insertions, and search wrapping all now work as
1.55      jasper    229: expected.
1.64      deanna    230: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&amp;sektion=1">systat(1)</a>
1.63      deanna    231: command has a cleaner look, and a display was added for hardware sensors.
1.68      kettenis  232: <li>The <a href="alpha.html">OpenBSD/alpha</a> platform now uses gcc3.
1.77      krw       233: <li>Improved support for usb attached cd drives and ever more odd
                    234: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass(4)</a>
1.79      jmc       235: devices.
1.77      krw       236: <li>Don't treat NetBSD or FreeBSD MBR partitions as substitutes for an OpenBSD partition. i.e. don't try to boot from them or use them to store OpenBSD disklabels.
1.47      niallo    237: </ul>
1.1       deraadt   238: <p>
                    239:
                    240: <li>Install/Upgrade process changes
                    241: <ul>
1.70      deraadt   242: <li>More reliable detection of disk and cd devices.
                    243: <li>More reliable installation from MSDOS FAT partitions.
                    244: <li>New sanity check in case sets for the wrong architecture are selected.
                    245: <li>No need to specify the filesystem types of source partitions during disk
                    246:     or cd installs.
                    247: <li>No need to select a source partition during disk or cd installs when
                    248:     there is only one to choose from.
1.1       deraadt   249: </ul>
                    250: <p>
                    251:
1.17      henning   252: <li>OpenBGPD 4.1:
                    253: <ul>
1.79      jmc       254: <li>Fixes for sessions with tcp md5sig and ipsec. Now sessions can be migrated
1.70      deraadt   255:     from and to any form of ipsec and tcpmd5 with just a simple
                    256:     <em>bgpctl reload</em>, and the session migrates the next time it gets
                    257:     established.
                    258: <li>Include file support in the config parser.
                    259: <li>Can now use the new IP_MINTTL socket option to implement the ttl security
                    260:     mechanism.
1.17      henning   261: </ul>
                    262: <p>
                    263:
1.78      claudio   264: <li>OpenOSPFD 4.1:
                    265: <ul>
                    266: <li>Reload support added. It is no longer needed to restart ospfd after a
                    267:     configuration change.
                    268: <li>Multiple networks per interface are now supported.
                    269: <li>It is now possible to specify the route metric and type for each
                    270:     redistribution rule.
                    271: </ul>
                    272: <p>
                    273:
1.17      henning   274: <li>OpenNTPD 4.1:
                    275: <ul>
1.70      deraadt   276: <li>Greatly improved support for timedelta sensors.
                    277: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&amp;sektion=8">ntpd</a>
                    278:     now uses a strictly monotonically increasing time (uptime, basically)
                    279:     for its internal timers, so setting the system clock doesn't influence
                    280:     query rates, trust levels, etc. any more.
1.17      henning   281: </ul>
                    282: <p>
                    283:
1.71      pvalchev  284: <li>Over 4200 ports, 4000 pre-built packages (for i386), minor robustness improvements
1.40      espie     285: in package tools. Some highlights:
                    286: <ul>
                    287: <li>gstreamer-0.10 tools.
                    288: <li>OpenOffice.org package, available through ftp for size reasons.
                    289: <li>KDE 3.5.6 and koffice 1.6.2.
1.45      espie     290: <li>a large (&gt; 500) number of new/updated perl modules, from CPAN, including
                    291: most of the catalyst web framework.
1.42      bernd     292: <li>NetBeans 5.5 Java IDE.
1.43      jasper    293: <li>updated Linux emulation support by using Fedora Core libraries.
1.44      jasper    294: <li>Mozilla Firefox 2.0.0.2 (with translations).
                    295: <li>PostgreSQL 8.2.3.
1.40      espie     296: </ul>
1.1       deraadt   297: <p>
                    298:
                    299: <li>As usual, steady improvements in manual pages and other documentation.
                    300: <p>
                    301:
                    302: <li>The system includes the following major components from outside suppliers:
                    303: <ul>
                    304: <li>X.Org 6.9.0 (+ patches, and i386 contains XFree86 3.3.6 servers
                    305: (+ patches) for legacy chipsets not supported by X.Org)
                    306: <li>Gcc 2.95.3
                    307: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    308: and 3.3.5
                    309: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    310: <li>Perl 5.8.8 (+ patches)
1.15      henning   311: <li>our improved and secured version of Apache 1.3, with SSL/TLS and DSO support
1.1       deraadt   312: <li>OpenSSL 0.9.7j (+ patches)
                    313: <li>Groff 1.15
1.11      david     314: <li>Sendmail 8.14.0, with libmilter
                    315: <li>Bind 9.3.4 (+ patches)
1.1       deraadt   316: <li>Lynx 2.8.5rel.4 with HTTPS and IPv6 support (+ patches)
                    317: <li>Sudo 1.6.8p9
                    318: <li>Ncurses 5.2
                    319: <li>Latest KAME IPv6
                    320: <li>Heimdal 0.7.2 (+ patches)
                    321: <li>Arla 0.35.7
                    322: <li>Binutils 2.15 (+ patches)
                    323: <li>Gdb 6.3 (+ patches)
                    324: </ul>
                    325: <p>
                    326:
                    327: </ul>
                    328:
                    329: <a name="install"></a>
                    330: <hr>
                    331: <p>
                    332: <h3><font color="#0000e0">How to install</font></h3>
                    333: <p>
                    334: Following this are the instructions which you would have on a piece of
                    335: paper if you had purchased a CDROM set instead of doing an alternate
                    336: form of install.  The instructions for doing an FTP (or other style
                    337: of) install are very similar; the CDROM instructions are left intact
                    338: so that you can see how much easier it would have been if you had
                    339: purchased a CDROM instead.
                    340: <p>
                    341:
                    342: <hr>
                    343: Please refer to the following files on the three CDROMs or FTP mirror for
                    344: extensive details on how to install OpenBSD 4.1 on your machine:
                    345: <p>
                    346: <ul>
                    347: <li>CD1:4.1/i386/INSTALL.i386
                    348: <p>
                    349: <li>CD2:4.1/amd64/INSTALL.amd64
                    350: <li>CD2:4.1/macppc/INSTALL.macppc
                    351: <p>
                    352: <li>CD3:4.1/sparc/INSTALL.sparc
                    353: <li>CD3:4.1/sparc64/INSTALL.sparc64
                    354: <p>
                    355: <li>FTP:.../OpenBSD/4.1/alpha/INSTALL.alpha
                    356: <li>FTP:.../OpenBSD/4.1/armish/INSTALL.armish
                    357: <li>FTP:.../OpenBSD/4.1/hp300/INSTALL.hp300
                    358: <li>FTP:.../OpenBSD/4.1/hppa/INSTALL.hppa
1.3       deraadt   359: <li>FTP:.../OpenBSD/4.1/landisk/INSTALL.landisk
1.1       deraadt   360: <li>FTP:.../OpenBSD/4.1/luna88k/INSTALL.luna88k
                    361: <li>FTP:.../OpenBSD/4.1/mac68k/INSTALL.mac68k
                    362: <li>FTP:.../OpenBSD/4.1/mvme68k/INSTALL.mvme68k
                    363: <li>FTP:.../OpenBSD/4.1/mvme88k/INSTALL.mvme88k
                    364: <li>FTP:.../OpenBSD/4.1/sgi/INSTALL.sgi
                    365: <li>FTP:.../OpenBSD/4.1/vax/INSTALL.vax
                    366: <li>FTP:.../OpenBSD/4.1/zaurus/INSTALL.zaurus
                    367: </ul>
                    368: <hr>
                    369:
                    370: <p>
                    371: Quick installer information for people familiar with OpenBSD, and the
                    372: use of the "disklabel -E" command.  If you are at all confused when
                    373: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    374: <p>
                    375:
                    376: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    377: <ul>
                    378: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    379: release is on CD1. If your BIOS does not support booting from CD, you will need
                    380: to create a boot floppy to install from. To create a boot floppy write
                    381: <i>CD1:4.1/i386/floppy41.fs</i> to a floppy and boot via the floppy drive.
                    382:
                    383: <p>
                    384: Use <i>CD1:4.1/i386/floppyB41.fs</i> instead for greater SCSI controller
                    385: support, or <i>CD1:4.1/i386/floppyC41.fs</i> for better laptop support.
                    386:
                    387: <p>
                    388: If you can't boot from a CD or a floppy disk,
                    389: you can install across the network using PXE as described in
                    390: the included INSTALL.i386 document.
                    391:
                    392: <p>
                    393: If you are planning on dual booting OpenBSD with another OS, you will need to
                    394: read INSTALL.i386.
                    395:
                    396: <p>
                    397: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    398: at <i>CD1:4.1/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    399: use the
                    400: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    401: utility. The following is an example usage of
                    402: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    403: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    404: &quot;rfd0a&quot;.
                    405:
                    406: <ul><pre>
                    407: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    408: </pre></ul>
                    409:
                    410: <p>
                    411: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    412: your install will most likely fail. For more information on creating a boot
                    413: floppy and installing OpenBSD/i386 please refer to
                    414: <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    415: </ul>
                    416:
                    417: <p>
                    418: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    419: <ul>
                    420: The 4.1 release of OpenBSD/amd64 is located on CD2.
                    421: Boot from the CD to begin the install - you may need to adjust
                    422: your BIOS options first.
                    423: If you can't boot from the CD, you can create a boot floppy to install from.
                    424: To do this, write <i>CD2:4.1/amd64/floppy41.fs</i> to a floppy, then
                    425: boot from the floppy drive.
                    426:
                    427: <p>
                    428: If you can't boot from a CD or a floppy disk,
                    429: you can install across the network using PXE as described in the included
                    430: INSTALL.amd64 document.
                    431:
                    432: <p>
                    433: If you are planning to dual boot OpenBSD with another OS, you will need to
                    434: read INSTALL.amd64.
                    435: </ul>
                    436:
                    437: <p>
                    438: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    439: <ul>
                    440: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    441: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    442:
                    443: <p>
                    444: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    445: /4.1/macppc/bsd.rd</i>
                    446: </ul>
                    447:
                    448: <p>
                    449: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    450: <ul>
                    451: The 4.1 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    452: can use one of the two commands listed below, depending on the version of your
                    453: ROM.
                    454:
                    455: <ul><pre>
                    456: ok <strong>boot cdrom 4.1/sparc/bsd.rd</strong>
                    457: or
                    458: &gt; <strong>b sd(0,6,0)4.1/sparc/bsd.rd</strong>
                    459: </pre></ul>
                    460:
                    461: <p>
                    462: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    463: To do so you need to write <i>CD3:4.1/sparc/floppy41.fs</i> to a floppy.
                    464: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    465: To boot from the floppy use one of the two commands listed below,
                    466: depending on the version of your ROM.
                    467:
                    468: <ul><pre>
                    469: ok <strong>boot floppy</strong>
                    470: or
                    471: &gt; <strong>b fd()</strong>
                    472: </pre></ul>
                    473:
                    474: <p>
                    475: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    476: will most likely fail.
                    477:
                    478: <p>
                    479: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    480: setup a bootable tape, or install via network, as told in the
                    481: INSTALL.sparc file.
                    482: </ul>
                    483:
                    484: <p>
                    485: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    486: <ul>
                    487: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    488:
                    489: <p>
                    490: If this doesn't work, or if you don't have a CDROM drive, you can write
                    491: <i>CD3:4.1/sparc64/floppy41.fs</i> or <i>CD3:4.1/sparc64/floppyB41.fs</i>
                    492: (depending on your machine) to a floppy and boot it with <i>boot
                    493: floppy</i>. Refer to INSTALL.sparc64 for details.
                    494:
                    495: <p>
                    496: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    497: will most likely fail.
                    498:
                    499: <p>
                    500: You can also write <i>CD3:4.1/sparc64/miniroot41.fs</i> to the swap partition on
                    501: the disk and boot with <i>boot disk:b</i>.
                    502:
                    503: <p>
                    504: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    505: </ul>
                    506:
                    507: <p>
                    508: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    509: <ul>
                    510: <p>Write <i>FTP:4.1/alpha/floppy41.fs</i> or
                    511: <i>FTP:4.1/alpha/floppyB41.fs</i> (depending on your machine) to a diskette and
                    512: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    513:
                    514: <p>
                    515: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    516: will most likely fail.
                    517:
                    518: </ul>
                    519:
                    520: <p>
                    521: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    522: <ul>
                    523: <p>
                    524: After connecting a serial port, Thecus can boot directly from the network
                    525: either tftp or http. Configure the network using fconfig, reset,
                    526: then load bsd.rd, see INSTALL.armish for specific details.
                    527: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    528: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    529: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    530: More details are available in INSTALL.armish.
                    531: </ul>
                    532:
                    533: <p>
1.3       deraadt   534: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
1.1       deraadt   535: <ul>
                    536: <p>
1.3       deraadt   537: Boot over the network by following the instructions in INSTALL.hp300.
1.1       deraadt   538: </ul>
                    539:
                    540: <p>
1.3       deraadt   541: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
1.1       deraadt   542: <ul>
                    543: <p>
1.3       deraadt   544: Boot over the network by following the instructions in INSTALL.hppa or the
                    545: <a href="hppa.html#install">hppa platform page</a>.
1.1       deraadt   546: </ul>
                    547:
                    548: <p>
1.3       deraadt   549: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
1.1       deraadt   550: <ul>
1.11      david     551: <p>
1.3       deraadt   552: Write <i>CD3:4.1/landisk/miniroot41.fs</i> to the start of the CF
                    553: or disk, and boot normally.
1.1       deraadt   554: </ul>
                    555:
                    556: <p>
                    557: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    558: <ul>
                    559: <p>
                    560: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    561: Alternatively, you can create a bootable tape and boot from it. Refer to
                    562: the instructions in INSTALL.luna88k for more details.
                    563: </ul>
                    564:
                    565: <p>
                    566: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    567: <ul>
                    568: <p>
                    569: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    570: <i>FTP:4.1/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    571: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    572: Refer to the instructions in INSTALL.mac68k for more details.
                    573: </ul>
                    574:
                    575: <p>
                    576: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    577: <ul>
                    578: <p>
                    579: You can create a bootable installation tape or boot over the network.<br>
                    580: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    581: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    582: for more details.
                    583: </ul>
                    584:
                    585: <p>
                    586: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    587: <ul>
                    588: <p>
                    589: You can create a bootable installation tape or boot over the network.<br>
                    590: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    591: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    592: for more details.
                    593: </ul>
                    594:
                    595: <p>
                    596: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    597: <ul>
                    598: <p>
                    599: Burn cd41.iso on a CD-R, put it in the CD drive of your machine and
                    600: select <i>Install System Software</i> from the System Maintenance menu.
                    601:
                    602: <p>
                    603: If your machine doesn't have a CD drive, you can
                    604: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    605: Refer to the instructions in INSTALL.sgi for more details.
                    606: </ul>
                    607:
                    608: <p>
                    609: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    610: <ul>
                    611: Boot over the network via mopbooting as described in INSTALL.vax.
                    612: </ul>
                    613:
                    614: <p>
                    615: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    616: <ul>
                    617: <p>
                    618: Using the Linux built-in graphical ipkg installer, install the
                    619: openbsd41_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    620: for a few important details.
                    621: </ul>
                    622:
                    623: <p>
                    624: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    625: <ul>
                    626: src.tar.gz contains a source archive starting at /usr/src.  This file
                    627: contains everything you need except for the kernel sources, which are
                    628: in a separate archive.  To extract:
                    629: <p>
                    630: <ul><pre>
                    631: # <strong>mkdir -p /usr/src</strong>
                    632: # <strong>cd /usr/src</strong>
                    633: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    634: </pre></ul>
                    635: <p>
                    636: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    637: This file contains all the kernel sources you need to rebuild kernels.
                    638: To extract:
                    639: <p>
                    640: <ul><pre>
                    641: # <strong>mkdir -p /usr/src/sys</strong>
                    642: # <strong>cd /usr/src</strong>
                    643: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    644: </pre></ul>
                    645: <p>
                    646: Both of these trees are a regular CVS checkout.  Using these trees it
                    647: is possible to get a head-start on using the anoncvs servers as
                    648: described <a href="anoncvs.html">here</a>.
                    649: Using these files
                    650: results in a much faster initial CVS update than you could expect from
                    651: a fresh checkout of the full OpenBSD source tree.
                    652: <p>
                    653: </ul>
                    654:
                    655: <a name="upgrade"></a>
                    656: <hr>
                    657: <p>
                    658: <h3><font color="#0000e0">How to upgrade</font></h3>
                    659: <p>
                    660: If you already have an OpenBSD 4.0 system, and do not want to reinstall,
                    661: upgrade instructions and advice can be found in the
                    662: <a href="faq/upgrade41.html">Upgrade Guide</a>.
                    663:
                    664: <a name="ports"></a>
                    665: <hr>
                    666: <p>
                    667: <h3><font color="#0000e0">Ports Tree</font></h3>
                    668: <p>
                    669: A ports tree archive is also provided.  To extract:
                    670: <p>
                    671: <ul><pre>
                    672: # <strong>cd /usr</strong>
                    673: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    674: # <strong>cd ports</strong>
                    675: </pre></ul>
                    676: <p>
                    677: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    678: read the <a href="ports.html">ports</a> page
                    679: if you know nothing about ports
                    680: at this point.  This text is not a manual of how to use ports.
                    681: Rather, it is a set of notes meant to kickstart the user on the
                    682: OpenBSD ports system.
                    683: <p>
                    684: The <i>ports/</i> directory represents a CVS (see the manpage for
                    685: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">
                    686: cvs(1)</a> if
                    687: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    688: source tree, our ports tree is available via anoncvs.  So, in
                    689: order to keep current with it, you must make the <i>ports/</i> tree
                    690: available on a read-write medium and update the tree with a command
                    691: like:
                    692: <p>
                    693: <ul><pre>
1.11      david     694: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_1</strong>
1.1       deraadt   695: </pre></ul>
                    696: <p>
                    697: [Of course, you must replace the local directory and server name here
                    698: with the location of your ports collection and a nearby anoncvs
                    699: server.]
                    700: <p>
                    701: Note that most ports are available as packages through FTP. Updated
                    702: packages for the 4.1 release will be made available if problems arise.
                    703: <p>
                    704: If you're interested in seeing a port added, would like to help out, or just
                    705: would like to know more, the mailing list ports@openbsd.org is a good
                    706: place to know.
                    707: <p>
                    708:
                    709: <hr>
                    710: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    711: alt="OpenBSD"></a>
                    712: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    713: <br><small>
1.84    ! gwk       714: $OpenBSD: 41.html,v 1.83 2007/03/11 20:38:23 kettenis Exp $
1.1       deraadt   715: </small>
                    716:
                    717: </body>
                    718: </html>