{"id":131,"date":"2009-11-27T11:54:59","date_gmt":"2009-11-27T09:54:59","guid":{"rendered":"http:\/\/grimstveit.no\/jakob\/blog\/?p=131"},"modified":"2009-11-27T15:36:15","modified_gmt":"2009-11-27T13:36:15","slug":"freebsd-8-0-release-ready-for-consumption-omnomnom","status":"publish","type":"post","link":"https:\/\/www.grimstveit.no\/jakob\/blog\/2009\/11\/27\/freebsd-8-0-release-ready-for-consumption-omnomnom\/","title":{"rendered":"FreeBSD 8.0-RELEASE, ready for consumption &#8211; omnomnom!"},"content":{"rendered":"<p>Finally, after a few days of mirror syncing and documentation preparation, The FreeBSD Release Engineering (RELENG) Team finally decided to announce the availability of <a href=\"http:\/\/news.google.com\/news?q=FreeBSD+8.0\">FreeBSD 8.0<\/a>!<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"135\" data-permalink=\"https:\/\/www.grimstveit.no\/jakob\/blog\/2009\/11\/27\/freebsd-8-0-release-ready-for-consumption-omnomnom\/logo-bw\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.grimstveit.no\/jakob\/blog\/wp-content\/uploads\/2009\/11\/logo-bw.png?fit=230%2C82&amp;ssl=1\" data-orig-size=\"230,82\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"FreeBSD logo\" data-image-description=\"&lt;p&gt;FreeBSD logo&lt;\/p&gt;\n\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/www.grimstveit.no\/jakob\/blog\/wp-content\/uploads\/2009\/11\/logo-bw.png?fit=230%2C82&amp;ssl=1\" class=\"aligncenter size-full wp-image-135\" title=\"FreeBSD logo\" src=\"https:\/\/i0.wp.com\/grimstveit.no\/jakob\/blog\/wp-content\/uploads\/2009\/11\/logo-bw.png?resize=230%2C82\" alt=\"FreeBSD logo\" width=\"230\" height=\"82\" \/><\/p>\n<p>The source code for 8.0 was got <a href=\"http:\/\/svn.freebsd.org\/viewvc\/base\/releng\/8.0\/UPDATING?r1=198606&amp;r2=199595\">it&#8217;s final touches<\/a> during the weekend, and on Sunday I had the oportunity to upgrade my server to the latest and greatest. After some upgrade jiffies conserning migration and upgrade of my experimental ZFS filesystem setup, everything seems to work without a hitch.<\/p>\n<p>The only notable showstopper I know about this far is the breakage of the fxp network interface driver, which was not ready in time for release. This will probably be fixed within a week or two, I assume.<\/p>\n<p>It&#8217;s a relief to have upgraded to <a href=\"http:\/\/en.wikipedia.org\/wiki\/ZFS\">ZFS v13<\/a>, by the way. Finally I can start trusting my now nearly 3TB striped storage setup :-).<\/p>\n<p>System information about the currently running system on my own server can be found at <a href=\"http:\/\/grimstveit.no\/admin\/phpsysinfo\">http:\/\/grimstveit.no\/admin\/phpsysinfo<\/a>.<\/p>\n<p><!--more--><\/p>\n<p>The highlights in the 8.0-RELEASE are the following:<\/p>\n<ul>\n<li>A new virtualization container named \u00e2\u20ac\u0153vimage\u00e2\u20ac\u009d has been implemented. This is a jail with a virtualized instance of the FreeBSD network stack and can be created by using jail(8) command.<\/li>\n<li>The FreeBSD netisr framework has been reimplemented for parallel threading support. This is a kernel network dispatch interface which allows device drivers (and other packet sources) to direct packets to protocols for directly dispatched or deferred processing. The new implementation supports up to one netisr thread per CPU, and several benchmarks on SMP machines show substantial performance improvement over the previous version.<\/li>\n<li>The FreeBSD TTY layer has been replaced with a new one which has better support for SMP and robust resource handling. A tty now has own mutex and it is expected to improve scalability when compared to the old implementation based on the Giant lock.<\/li>\n<li>[amd64, i386] The FreeBSD Linux emulation layer has been updated to version 2.6.16 and the default Linux infrastructure port is now emulators\/linux_base-f10 (Fedora 10).<\/li>\n<li>The FreeBSD GENERIC kernel now includes Trusted BSD MAC (Mandatory Access Control) support. No MAC policy module is loaded by default.<\/li>\n<li>The FreeBSD USB subsystem has been reimplemented to support modern devices and better SMP scalability. The new implementation includes Giant-lock-free device drivers, a Linux compatibility layer, usbconfig(8) utility, full support for split transaction and isochronous transaction, and so on.<\/li>\n<li>The FreeBSD CAM SCSI subsystem ( cam(4)) now includes experimental support for ATA\/SATA\/AHCI-compliant devices.<\/li>\n<li>The shared vnode locking for pathname lookups in the VFS(9) subsystem has been improved.<\/li>\n<li>The ZFS file system has been updated to version 13. The changes include ZFS operations by a regular user, L2ARC, ZFS Intent Log on separated disks (slog), sparse volumes, and so on.<\/li>\n<li>The FreeBSD NFS subsystem now supports RPCSEC_GSS authentication on both the client and server.<\/li>\n<li>The FreeBSD NFS subsystem now includes a new, experimental implementation with support for NFSv2, NFSv3, and NFSv4.<\/li>\n<li>The wireless network support layer (net80211) now supports multiple BSS instances on the supported network devices.<\/li>\n<li>The FreeBSD L2 address translation table has been reimplemented to reduce lock contention on parallel processing and simplify the routing logic.<\/li>\n<li>The IGMPv3 and SSM (Source-Specific Multicast) including IPv6 SSM and MLDv2 have been added.<\/li>\n<li>The ipsec(4) subsystem now supports NAT-Traversal (RFC 3948).<\/li>\n<li>The GCC stack protection (also known as ProPolice) has been enabled in the FreeBSD base system.<\/li>\n<li>The supported version of the GNOME desktop environment (x11\/gnome2) has been updated to 2.26.3.<\/li>\n<li>The supported version of the KDE desktop environment (x11\/kde4) has been updated to 4.3.1.<\/li>\n<\/ul>\n<p>Official announcement follows:<\/p>\n<pre>The FreeBSD Release Engineering Team is pleased to announce the availability\r\nof FreeBSD 8.0-RELEASE.  This release starts off the new 8-STABLE branch\r\nwhich improves on the functionality of FreeBSD 7.X and introduces many\r\nnew features.  Some of the highlights:\r\n\r\n       - Xen Dom-U, VirtualBox guest and host, hierarchal jails\r\n       - NFSv3 GSSAPI support, experimental NFSv4 client and server\r\n       - 802.11s D3.03 wireless mesh networking and Virtual Access Point\r\n         support\r\n       - ZFS no longer in experimental status\r\n       - ground-up rewrite of USB, including USB target support\r\n       - continued SMP scalability improvements in many areas, especially\r\n         VFS\r\n       - revised network link layer subsystem\r\n       - experimental MIPS architecture support\r\n\r\nFor a complete list of new features and known problems, please see the\r\nonline release notes and errata list, available at:\r\n\r\n   http:\/\/www.FreeBSD.org\/releases\/8.0R\/relnotes.html\r\n   http:\/\/www.FreeBSD.org\/releases\/8.0R\/errata.html\r\n\r\nFor more information about FreeBSD release engineering activities,\r\nplease see:\r\n\r\n   http:\/\/www.FreeBSD.org\/releng\/\r\n\r\n Dedication\r\n ----------\r\n\r\n The FreeBSD Project dedicates this release to the memories of\r\n Jean-Marc Zucconi (jmz@) and John Birrell (jb@) who passed away\r\n in May and November of 2009 respectively.  Jean-Marc and John were\r\n both FreeBSD committers since the mid-1990s and made extensive\r\n contributions to the operating system.  They will be missed.\r\n\r\n Availability\r\n -------------\r\n\r\nFreeBSD 8.0-RELEASE is now available for the amd64, i386, ia64, pc98,\r\npowerpc, and sparc64 architectures.\r\n\r\nFreeBSD 8.0 can be installed from bootable ISO images or over the\r\nnetwork.  Some architectures (currently amd64 and i386) also support\r\ninstalling from a USB memory stick.  The required files can be downloaded\r\nvia FTP or BitTorrent as described in the sections below.  While some\r\nof the smaller FTP mirrors may not carry all architectures, they will\r\nall generally contain the more common ones such as amd64 and i386.\r\n\r\nMD5 and SHA256 hashes for the release ISO and memory stick images are\r\nincluded at the bottom of this message.\r\n\r\nThe purpose of the images provided as part of the release are as follows:\r\n\r\n dvd1: This contains everything necessary to install the base FreeBSD\r\n       operating system, a collection of pre-built packages, and the\r\n       documentation.  It also supports booting into a \"livefs\" based\r\n       rescue mode.  This should be all you need if you can burn\r\n       and use DVD-sized media.\r\n\r\n disc1: This contains the base FreeBSD operating system and the\r\n       documentation packages for CDROM-sized media.  There are no\r\n       other packages.\r\n\r\n livefs: This contains support for booting into a \"livefs\" based\r\n       rescue mode but does not support doing an install from the\r\n       CD itself.  It is meant to help rescue an existing system\r\n       but could be used to do a network based install if necessary.\r\n\r\n bootonly: This supports booting a machine using the CDROM drive but\r\n       does not contain the support for installing FreeBSD from the\r\n       CD itself.  You would need to perform a network based install\r\n       (e.g. from an FTP server) after booting from the CD.\r\n\r\n memstick: This can be written to an USB memory stick (flash drive) and\r\n       used to do an install on machines capable of booting off USB\r\n       drives.  It also supports booting into a \"livefs\" based rescue\r\n       mode.  The documentation packages are provided but no other\r\n       packages.\r\n\r\nAs one example of how to use the memstick image, assuming the USB drive\r\nappears as \/dev\/da0 on your machine something like this should work:\r\n\r\n # dd if=8.0-RELEASE-amd64-memstick.img of=\/dev\/da0 bs=10240 conv=sync\r\n\r\nBe careful to make sure you get the target (of=) correct.\r\n\r\nFreeBSD 8.0-RELEASE can also be purchased on CD-ROM or DVD from several\r\nvendors.  One of the vendors that will be offering FreeBSD 8.0-based\r\nproducts is:\r\n\r\n~   FreeBSD Mall, Inc.        http:\/\/www.freebsdmall.com\/\r\n\r\n BitTorrent\r\n ----------\r\n\r\n8.0-RELEASE ISOs are available via BitTorrent.  A collection of torrent\r\nfiles to download the images is available at:\r\n\r\n       http:\/\/torrents.freebsd.org:8080\/\r\n\r\n FTP\r\n ---\r\n\r\nAt the time of this announcement the following FTP sites have\r\nFreeBSD 8.0-RELEASE available.\r\n\r\n       ftp:\/\/ftp.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp1.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp5.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp10.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp13.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp14.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp.br.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp.cz.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp.dk.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp.fr.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp.jp.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp.ru.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp1.ru.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp.tw.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp4.tw.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp.uk.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp1.us.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp5.us.freebsd.org\/pub\/FreeBSD\/\r\n       ftp:\/\/ftp10.us.freebsd.org\/pub\/FreeBSD\/\r\n\r\nHowever before trying these sites please check your regional mirror(s)\r\nfirst by going to:\r\n\r\n ftp:\/\/ftp..FreeBSD.org\/pub\/FreeBSD\r\n\r\nAny additional mirror sites will be labeled ftp2, ftp3 and so on.\r\n\r\nMore information about FreeBSD mirror sites can be found at:\r\n\r\n http:\/\/www.FreeBSD.org\/doc\/en_US.ISO8859-1\/books\/handbook\/mirrors-ftp.html\r\n\r\nFor instructions on installing FreeBSD, please see Chapter 2 of The\r\nFreeBSD Handbook.  It provides a complete installation walk-through\r\nfor users new to FreeBSD, and can be found online at:\r\n\r\n http:\/\/www.FreeBSD.org\/doc\/en_US.ISO8859-1\/books\/handbook\/install.html\r\n\r\n Updates from Source\r\n -------------------\r\n\r\nThe procedure for doing a source code based update is described in the\r\nFreeBSD Handbook:\r\n\r\n http:\/\/www.freebsd.org\/doc\/en_US.ISO8859-1\/books\/handbook\/synching.html\r\n http:\/\/www.freebsd.org\/doc\/en_US.ISO8859-1\/books\/handbook\/makeworld.html\r\n\r\nThe branch tag to use for updating the source is RELENG_8_0.\r\n\r\n FreeBSD Update\r\n --------------\r\n\r\nThe freebsd-update(8) utility supports binary upgrades of i386 and amd64\r\nsystems running earlier FreeBSD releases. Systems running 7.[012]-RELEASE,\r\n8.0-BETA[1234], or 8.0-RC[123] can upgrade as follows:\r\n\r\n# freebsd-update upgrade -r 8.0-RELEASE\r\n\r\nDuring this process, FreeBSD Update may ask the user to help by merging\r\nsome configuration files or by confirming that the automatically\r\nperformed merging was done correctly.\r\n\r\n# freebsd-update install\r\n\r\nThe system must be rebooted with the newly installed kernel before continuing.\r\n\r\n# shutdown -r now\r\n\r\nAfter rebooting, freebsd-update needs to be run again to install the new\r\nuserland components:\r\n\r\n# freebsd-update install\r\n\r\nAt this point, users of systems being upgraded from FreeBSD 8.0-BETA2 or\r\nearlier will be prompted by freebsd-update to rebuild all third-party\r\napplications (e.g., ports installed from the ports tree) due to updates\r\nin system libraries.  See:\r\n\r\nhttp:\/\/www.daemonology.net\/blog\/2009-07-11-freebsd-update-to-8.0-beta1.html\r\n\r\nfor more details.  After updating installed third-party applications\r\n(and again, only if freebsd-update printed a message indicating that\r\nthis was necessary), run freebsd-update again so that it can delete the\r\nold (no longer used) system libraries:\r\n\r\n# freebsd-update install\r\n\r\nFinally, reboot into 8.0-RELEASE:\r\n\r\n# shutdown -r now\r\n\r\n Support\r\n -------\r\n\r\nThe FreeBSD Security Team currently plans to support FreeBSD 8.0 until\r\nNovember 30th, 2010.  For more information on the Security Team and\r\ntheir support of the various FreeBSD branches see:\r\n\r\n http:\/\/www.freebsd.org\/security\/\r\n\r\n Acknowledgments\r\n ---------------\r\n\r\nMany companies donated equipment, network access, or man-hours to\r\nsupport the release engineering activities for FreeBSD 8.0 including\r\nThe FreeBSD Foundation, Hewlett-Packard, Yahoo!, NetApp,\r\nInternet Systems Consortium, and Sentex Communications.\r\n\r\nThe release engineering team for 8.0-RELEASE includes:\r\n\r\nKen Smith         Release Engineering,\r\n                                       amd64, i386, sparc64 Release Building,\r\n                                       Mirror Site Coordination\r\nRobert Watson      Release Engineering, Security\r\nKonstantin Belousov    Release Engineering\r\nMarc Fonvieille   Release Engineering, Documentation\r\nGeorge Neville-Neil    Release Engineering\r\nHiroki Sato            Release Engineering, Documentation\r\nBjoern Zeeb             Release Engineering\r\nMarcel Moolenaar    ia64, powerpc Release Building\r\nTakahashi Yoshihiro   PC98 Release Building\r\nJoe Marcus Clarke   Package Building\r\nErwin Lansing        Package Building\r\nMark Linimon\r\n      Package Building\r\nPav Lucistnik\r\n         Package Building\r\nIon-Mihai Tetcu     Package Building\r\nMartin Wilke (miwi@FreeBSD.org&gt;         Package Building\r\nColin Percival    Security Officer\r\n\r\n Trademark\r\n ---------\r\n\r\nFreeBSD is a registered trademark of The FreeBSD Foundation.\r\n\r\n ISO Image Checksums\r\n -------------------\r\n\r\nMD5 (8.0-RELEASE-amd64-bootonly.iso) = 49ccdac2e01b33c943ae89233c465ef1\r\nMD5 (8.0-RELEASE-amd64-disc1.iso) = eba84fbd08133cbc8c9ed67be27ee0c8\r\nMD5 (8.0-RELEASE-amd64-dvd1.iso) = 44c016ae8812a266f710d1845722366d\r\nMD5 (8.0-RELEASE-amd64-livefs.iso) = 8db54cfc97b2afa97fb13dbccace4bfa\r\nMD5 (8.0-RELEASE-amd64-memstick.img) = b4558fa30d13776988d86477e9631887\r\n\r\nMD5 (8.0-RELEASE-i386-bootonly.iso) = aede8888c250b648bf799d508bc9bf9d\r\nMD5 (8.0-RELEASE-i386-disc1.iso) = ace0afedfa7c6e0ad12c77b6652b02ab\r\nMD5 (8.0-RELEASE-i386-dvd1.iso) = 5336cd827991e4d4cff6d73c4a5ca105\r\nMD5 (8.0-RELEASE-i386-livefs.iso) = 7f4f0ab014f853c8a99c053c2dc12641\r\nMD5 (8.0-RELEASE-i386-memstick.img) = 0a769af739a92f5f495d1a6842e8150b\r\n\r\nMD5 (8.0-RELEASE-ia64-bootonly.iso) = be9dcfc2f638d5f86e21b0b344bec91b\r\nMD5 (8.0-RELEASE-ia64-disc1.iso) = e982547f376432d09be603b117f4da54\r\nMD5 (8.0-RELEASE-ia64-disc2.iso) = 5bc7616212e6977c4f054a84ef538615\r\nMD5 (8.0-RELEASE-ia64-disc3.iso) = cefe2fd4694f5065e55778f879dc5852\r\nMD5 (8.0-RELEASE-ia64-dvd1.iso) = 6b8df7fb34d5960ecf91a291926a1e6f\r\nMD5 (8.0-RELEASE-ia64-livefs.iso) = fe7933f2c1ddc2f4a90d5dfc48c38995\r\n\r\nMD5 (8.0-RELEASE-pc98-bootonly.iso) = 16a29c2e31025c02997de21aac5041bb\r\nMD5 (8.0-RELEASE-pc98-disc1.iso) = 58e423d5a0a69a72016ebbecde265abd\r\nMD5 (8.0-RELEASE-pc98-livefs.iso) = 6ad13607eb305338edd9501310e6699c\r\n\r\nMD5 (8.0-RELEASE-powerpc-bootonly.iso) = f60f73d55100f664c635c6848f00c6d8\r\nMD5 (8.0-RELEASE-powerpc-disc1.iso) = 1323203ffeb317f47219ed8927449980\r\nMD5 (8.0-RELEASE-powerpc-disc2.iso) = 5967750bf681428d59070a133b272bfd\r\nMD5 (8.0-RELEASE-powerpc-disc3.iso) = 43e4846683ce43fa8d6158c703767635\r\n\r\nMD5 (8.0-RELEASE-sparc64-bootonly.iso) = 75b2f04c29e6b81058944e42055fe604\r\nMD5 (8.0-RELEASE-sparc64-disc1.iso) = f4aa61db620c97089641a0c63531225a\r\nMD5 (8.0-RELEASE-sparc64-dvd1.iso) = 85307705213a86a383e21941ee34d8e2\r\nMD5 (8.0-RELEASE-sparc64-livefs.iso) = 1ff6d6a449975dcc829f328b866f8128\r\n\r\nSHA256 (8.0-RELEASE-amd64-bootonly.iso) = b0e07e8f92303b61220cba18691e86ab50d67c7df974bb62a6f1d4ffb94a1ee6\r\nSHA256 (8.0-RELEASE-amd64-disc1.iso) = 7d4583c20c651093b208170a7fd4ed5f38ee5af0cbe19fb742f67175a9fee10f\r\nSHA256 (8.0-RELEASE-amd64-dvd1.iso) = 408f7fdf3226d72564f2476fff365e4fd071bd48ddae26cd34755d808ad54b8b\r\nSHA256 (8.0-RELEASE-amd64-livefs.iso) = ae939a96b3b3691df84227a33de5d5f4a76d469379dca27114c3557ed443a8f3\r\nSHA256 (8.0-RELEASE-amd64-memstick.img) = b6cd7b0644f636f2099820ad1250940975fa3bfc19f74a0a94f69e75cc2be4c2\r\n\r\nSHA256 (8.0-RELEASE-i386-bootonly.iso) = 12e32cea29b2f7bf873df43321a1a93d45b48a6fbb37c8e1c7f3003d5ce82e5d\r\nSHA256 (8.0-RELEASE-i386-disc1.iso) = d7ef47a76a20a716c006a635b476ed3515830b8442ded2702ed015f0bde32bcf\r\nSHA256 (8.0-RELEASE-i386-dvd1.iso) = 8b7bc67599fffc443ebc08efae8a49dd4a0fed7512cfb02b963b9a218e7c286c\r\nSHA256 (8.0-RELEASE-i386-livefs.iso) = feb8998bf2b9dbd6ae86f24feb9ab3c25983dc62c9f4a27f6a5314c3a4a7b59a\r\nSHA256 (8.0-RELEASE-i386-memstick.img) = 7e9b9cd2fd7af0fa0715b826a034b83b0f732a544a51cac7539ead5522a08806\r\n\r\nSHA256 (8.0-RELEASE-ia64-bootonly.iso) = c594debd1cb629bf4c906da79c4a6d47b24cf4836d7690f18bc42ee9e31b6b92\r\nSHA256 (8.0-RELEASE-ia64-disc1.iso) = c7f4bd197ff9996ead66f4c77d077e115d18a2822e006bdfdc86a5824dcef37e\r\nSHA256 (8.0-RELEASE-ia64-disc2.iso) = bfcd99680bc15e1b66329a0e71eaf6b38b44d1909a3fb43ba5485238e6807dfd\r\nSHA256 (8.0-RELEASE-ia64-disc3.iso) = 8e8edea7117239af60c07c7e724567ea276fa32d8634f04dd30312e72b35df9a\r\nSHA256 (8.0-RELEASE-ia64-dvd1.iso) = bd1c9a3e8a6a287ee7bef62b3e15646d76a97dec3108177a7c606706a7ee9952\r\nSHA256 (8.0-RELEASE-ia64-livefs.iso) = 60a9a7738ad94765cad45dbc4f62913dd728b335d22bb4e5b065c0cae40a99db\r\n\r\nSHA256 (8.0-RELEASE-pc98-bootonly.iso) = 7df38839c8da226bca8ef18b00f0b680074267b8333a393c3431f9b620f0ab9f\r\nSHA256 (8.0-RELEASE-pc98-disc1.iso) = b41fb185b1e057ee36ae6e080021f309a379c3fdf5d45a0a40461092d31e052a\r\nSHA256 (8.0-RELEASE-pc98-livefs.iso) = 1313ec3d5a28af8a85c181cd702b2adb91c783db7e2ad2021d311686ce5e0c2d\r\n\r\nSHA256 (8.0-RELEASE-powerpc-bootonly.iso) = 78e18d76c24c9636b87f1946f2020a0a58fc70b80bcb925c27fa497b3c9e5bb4\r\nSHA256 (8.0-RELEASE-powerpc-disc1.iso) = 80f5c024b61629b77a73fd396917c68b4d0215019a5e5aaf5882cf14144764a2\r\nSHA256 (8.0-RELEASE-powerpc-disc2.iso) = 28c8e62c10b42fe5fb1e7a2235a6decbddbbfece0535ea42174c7ac937735068\r\nSHA256 (8.0-RELEASE-powerpc-disc3.iso) = e36db6e05b434a0256e977cab9e3eedb5984b2c45c400a14d7c69bbf4dda9065\r\n\r\nSHA256 (8.0-RELEASE-sparc64-bootonly.iso) = 941b5e76a67960045040c268894b8666f5b7a8cbd2e9f98186f2618abb5bf431\r\nSHA256 (8.0-RELEASE-sparc64-disc1.iso) = 2d0a74cf867fa34c5a073777cf2d8e2469906425c9a54068892bd2d58ac9c3c5\r\nSHA256 (8.0-RELEASE-sparc64-dvd1.iso) = 482447b382fa50ffdc80e02a0cfd774e0eecf7d009e5b06864e8a4f828536876\r\nSHA256 (8.0-RELEASE-sparc64-livefs.iso) = 7499ca1af16de7b3d431741b1551a4b59f277fda997d57cf2615155992beaef7<\/pre>\n<p>See also <a href=\"http:\/\/www.evilcoder.org\/2009\/11\/27\/welcome-to-freebsd-8\/\">&#8220;Welcome to FreeBSD 8!&#8221;<\/a> over at <a href=\"http:\/\/EvilCoder.org\">EvilCoder.org<\/a>!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Finally, after a few days of mirror syncing and documentation preparation, The FreeBSD Release Engineering (RELENG) Team finally decided to announce the availability of FreeBSD 8.0! The source code for 8.0 was got it&#8217;s final touches during the weekend, and on Sunday I had the oportunity to upgrade my server to the latest and greatest. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1],"tags":[5,4,41],"class_list":["post-131","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-freebsd","tag-geekish","tag-operating-system"],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8nTfx-27","jetpack-related-posts":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/posts\/131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/comments?post=131"}],"version-history":[{"count":11,"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/posts\/131\/revisions"}],"predecessor-version":[{"id":148,"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/posts\/131\/revisions\/148"}],"wp:attachment":[{"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/media?parent=131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/categories?post=131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.grimstveit.no\/jakob\/blog\/wp-json\/wp\/v2\/tags?post=131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}