From owner-freebsd-stable@FreeBSD.ORG Mon Oct 28 21:43:08 2013 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D401BB; Mon, 28 Oct 2013 21:43:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [208.86.227.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AE68213F; Mon, 28 Oct 2013 21:43:06 +0000 (UTC) Received: from glenbarber.us (c-71-224-221-174.hsd1.nj.comcast.net [71.224.221.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id 2B825106F7; Mon, 28 Oct 2013 21:43:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us 2B825106F7 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Mon, 28 Oct 2013 17:42:58 -0400 From: Glen Barber To: freebsd-stable@FreeBSD.org, freebsd-current@FreeBSD.org Subject: FreeBSD 10.0-BETA2 now available Message-ID: <20131028214258.GM1755@glenbarber.us> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kunpHVz1op/+13PW" Content-Disposition: inline X-Operating-System: FreeBSD 11.0-CURRENT amd64 User-Agent: Mutt/1.5.22 (2013-10-16) Cc: FreeBSD Release Engineering Team X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 21:43:08 -0000 --kunpHVz1op/+13PW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The second BETA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. The image checksums follow at the end of this email. ISO images and, for architectures that support it, the memory stick images are available here: ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.0/ (or any of the FreeBSD mirror sites). If you notice problems you can report them through the normal GNATS PR system or here on the -current mailing list. If you would like to use SVN to do a source based update of an existing system, use the "stable/10" branch. Important note to freebsd-update(8) users: Please be sure to follow the instructions in the EN-13:04.freebsd-update errata notice here before upgrading the system to 10.0-BETA2: http://www.freebsd.org/security/advisories/FreeBSD-EN-13:04.freebsd-update.asc For convenience, the following steps mention in the errata notice should be performed: a) Download the relevant patch from the location below, and verify the detached PGP signature using your PGP utility. # fetch # http://security.FreeBSD.org/patches/EN-13:04/freebsd-update.patch # fetch # http://security.FreeBSD.org/patches/EN-13:04/freebsd-update.patch.asc # gpg --verify freebsd-update.patch.asc b) Apply the patch. # cd /usr/src # patch < /path/to/patch c) Reinstall freebsd-update. # cd /usr/src/usr.sbin/freebsd-update # make install -DWITHOUT_MAN 3) To update your system via a binary patch: Systems running a RELEASE version of FreeBSD on the i386 or amd64 platforms can be updated via the freebsd-update(8) utility: # freebsd-update fetch # freebsd-update install On systems running 10.0-BETA1 (and ONLY systems running 10.0-BETA1), run the following command before using freebsd-update in order to fix it enough that it can update itself: # sed -i '' -e 's/%@/%~@/' /usr/sbin/freebsd-update Changes between -BETA1 and -BETA2 include: o Fix AHCI ATAPI emulation when backed with /dev/cd0 in virtio. o Improve XHCI stability. o Fix 'make delete-old-libs' and 'make check-libs' to delete .debug files created by WITH_DEBUG_FILES. o Upgrade to the latest version of mtree from NetBSD. o Enable the automatic creation of a certificate for sendmail. o Add support for "first boot" rc.d scripts. o Fix jail_parallel_start="YES", ip[46].addr when interface parameter is not defined, and a bug which prevented jails from starting when $jail_conf was used and no jail name was specified. o Disable the Xen userland event channel driver, which is not yet ready. o Update T4 and T5 firmwares (cxgbe(4)). o Please note the following: - If using the ZFS installation option in *and* have enabled full-disk encryption is enabled, a few entries will need to be manually added to loader.conf(5) before the 'bootpool' zpool will be available after the system boots. This manual step is expected to be fixed in the next 10.0 release cycle build. The entries that need to be added are: zpool_cache_load="YES" zpool_cache_type="/boot/zfs/zpool.cache" zpool_cache_name="/boot/zfs/zpool.cache" This can be done at the final menu of bsdinstall(8), when prompted to boot into the newly-installed system; alternatively, this can be done post-install, in which case, the following must be run before appending loader.conf(5): # zpool import -f bootpool ISO Checksums: amd64: SHA256 (FreeBSD-10.0-BETA2-amd64-bootonly.iso) = d42917c93b960050009c028229b01184f653a242395ac3be9f57066a945ad102 SHA256 (FreeBSD-10.0-BETA2-amd64-disc1.iso) = d0831ade5cfdc91c29a6574a615041502b29e78472c794a4bdee2763665b0b09 SHA256 (FreeBSD-10.0-BETA2-amd64-memstick.img) = 395465791ec9acb3e8549b1b230fb43a728c4abbd041d67b2cee9246960aa77c MD5 (FreeBSD-10.0-BETA2-amd64-bootonly.iso) = ff75c43b5e0a09f1957c3317c52fb66d MD5 (FreeBSD-10.0-BETA2-amd64-disc1.iso) = c33f6e670d1d99301291749f79b67bed MD5 (FreeBSD-10.0-BETA2-amd64-memstick.img) = 5e3173baa1a5056e04bb942fdedb6833 i386: SHA256 (FreeBSD-10.0-BETA2-i386-bootonly.iso) = 3cf216a9ec6e76e2afd51d3b76269e0a704f0e8023c5d2fd823a1606a842cf1e SHA256 (FreeBSD-10.0-BETA2-i386-disc1.iso) = f1c6610eb781979c1fd1abc18d3cd8670aa0eafcaf6d76aaa0a3e22f001b2585 SHA256 (FreeBSD-10.0-BETA2-i386-memstick.img) = 84370995d0d600c1ef6dc040e3d4357269ece479a6d8ee0794da5f5fd7c1f23b MD5 (FreeBSD-10.0-BETA2-i386-bootonly.iso) = 210fa90a1e515ae7bfe7d4ec696f5620 MD5 (FreeBSD-10.0-BETA2-i386-disc1.iso) = de9f383d0511c20528944270fb609ae8 MD5 (FreeBSD-10.0-BETA2-i386-memstick.img) = b92d95bccf8000e2736367966a8e4571 ia64: SHA256 (FreeBSD-10.0-BETA2-ia64-bootonly.iso) = abe97036e160d4e0445da2e2607f245df5a080096b753a11d6e77faf4f9539d9 SHA256 (FreeBSD-10.0-BETA2-ia64-disc1.iso) = 414b8552097bd26fe6f7f329bfe6a05dc3235566eb026db418ee3eb482d2f7a2 SHA256 (FreeBSD-10.0-BETA2-ia64-memstick.img) = 3ebc9baae350d210966f3b240dd3aaa0ed80ce810d3afc24e613b506207969f7 MD5 (FreeBSD-10.0-BETA2-ia64-bootonly.iso) = de0a3ae6763b68eca1ef1c0b98ccb4b6 MD5 (FreeBSD-10.0-BETA2-ia64-disc1.iso) = 6278a083cfea0f1551aae16d38e396de MD5 (FreeBSD-10.0-BETA2-ia64-memstick.img) = 3b4c23eed9f4e41b53a08f6d9e649339 powerpc: SHA256 (FreeBSD-10.0-BETA2-powerpc-bootonly.iso) = e80f77e34083a2919ed163c2ae44454715528710af9d1969873c4ee60f3154a0 SHA256 (FreeBSD-10.0-BETA2-powerpc-disc1.iso) = 750bbcd37c841e81177a25c56331f1003b6c49588d5fb811f609bf0f2189b781 SHA256 (FreeBSD-10.0-BETA2-powerpc-memstick.img) = 931e851b20f1a96bdd173ec641a9260b4a2df7c64666f3d4386321bf228837d5 MD5 (FreeBSD-10.0-BETA2-powerpc-bootonly.iso) = 605280fff20cac161687634b78c23bae MD5 (FreeBSD-10.0-BETA2-powerpc-disc1.iso) = 8f5ff4f44509fd7fab354fa0c3f1ce46 MD5 (FreeBSD-10.0-BETA2-powerpc-memstick.img) = 8031f1fe123b3ae0017872b9350d8446 powerpc64: SHA256 (FreeBSD-10.0-BETA2-powerpc-powerpc64-bootonly.iso) = 0211538da7f8b7f8902ddb883444bdbd5f3cbbe122ff9359eb67ccb8cf3c1615 SHA256 (FreeBSD-10.0-BETA2-powerpc-powerpc64-disc1.iso) = fe211e2305581c90e07c60905e8c15301ef71962c2676d2afd5a0d1186040200 SHA256 (FreeBSD-10.0-BETA2-powerpc-powerpc64-memstick.img) = d49320f4df6c31800cfede8975c985cb4068db2518bbfd89dcec5319d41a1101 MD5 (FreeBSD-10.0-BETA2-powerpc-powerpc64-bootonly.iso) = af7768fefde9b0bd60ab98ca8510e4be MD5 (FreeBSD-10.0-BETA2-powerpc-powerpc64-disc1.iso) = 8bfada4d49c8cf3d7bc06afbd09c327b MD5 (FreeBSD-10.0-BETA2-powerpc-powerpc64-memstick.img) = 1dc93c8d41247b1d328c90dc79911c4d sparc64: SHA256 (FreeBSD-10.0-BETA2-sparc64-bootonly.iso) = 6318fa18e7934ea94ef0489c121e8107d44e0633a20166447326fbd21396cf12 SHA256 (FreeBSD-10.0-BETA2-sparc64-disc1.iso) = 1c5376f0e383b33007b460d12ee94b09052cc499e21f3d32d3d9528319c0543e MD5 (FreeBSD-10.0-BETA2-sparc64-bootonly.iso) = 628067476bdc5b1d3491419139399dd7 MD5 (FreeBSD-10.0-BETA2-sparc64-disc1.iso) = 5cdfd2d83de51904b8c6db5072684870 Glen --kunpHVz1op/+13PW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBCAAGBQJSbtpiAAoJELls3eqvi17Q2JUP/j56FYocWgWbuwmmr3vnwg5h EeAe+zQcDmOvDjv/2rD7neooiWSqsKbPZjf+KfygnKyH7E6OWVvZHqesXclBC/qj U/j6p4A7NJ+eYQmCqj4XaJhao9rp7YDUzt91xYDmdYplwzfdLM6MePUpSS+lNtPx C6iSa/4jYpJnSHUMIsGeWdzLl3LGzcDj3tWR8l0z3KIa5zVc+BBaqJdntMw0yQSR ac9pg0spuTPdPlRVzKVetV2ie+agWWGmDIFADkPkTcTjpC3RCvsstq7c/L6xE332 HkzXagXT9P0hg2h7uginXRHp93tTsAdt3NP0AQJEYKb+x30qFxvprcfs2hwpcLr0 MGk4s8N4xNrHu99HVrQIPoMl9M1VhPPztp1S9Q4+6jbNzmfrEy5KW9EcoTW4S3tC xzTt6pAsxWTx/V/MH9w0zOjc4XCeIV8qPtllfRnwXPb14GxmeyJUEX4/3qHrSGXf je8qLj2ZhPg1esSRZS/4pfC47PQPaB/zlxXeumS1tq/J0IJ8Kzlejq1i2vey2wuu PJBocGmoSbJM2rfc1/TPYs2gb5axVQ7RLX6qtEseU5t6XEBjk+QytDj8xLRJ6ocs a929SjCooIut8s3nuJt/m0ASiKikEYKC6q5n6zZD1RIPVB+c8gdjmt5lUCA2J9ST zCZRTqc0+WIeyz2Vporb =3Bdp -----END PGP SIGNATURE----- --kunpHVz1op/+13PW--