From owner-freebsd-current@FreeBSD.ORG Mon Oct 14 17:00:42 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A0FF7B0; Mon, 14 Oct 2013 17:00:42 +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 57C1A277A; Mon, 14 Oct 2013 17:00:42 +0000 (UTC) Received: from glenbarber.us (c-71-224-221-174.hsd1.nj.comcast.net [71.224.221.174]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id 7A051B0A1; Mon, 14 Oct 2013 17:00:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us 7A051B0A1 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Mon, 14 Oct 2013 13:00:38 -0400 From: Glen Barber To: freebsd-current@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-snapshots@FreeBSD.org Subject: FreeBSD 10.0-BETA1 now available Message-ID: <20131014170038.GE2029@glenbarber.us> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jKBxcB1XkHIR0Eqt" Content-Disposition: inline X-Operating-System: FreeBSD 11.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Release Engineering Team X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 17:00:42 -0000 --jKBxcB1XkHIR0Eqt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The first 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: Due to a last minute problem found in the 10.0-BETA1 freebsd-update(8) builds, freebsd-update(8) is NOT supported for 10.0-BETA1 upgrades. Please do not use freebsd-update(8) to upgrade to 10.0-BETA1. Please be aware that cvsup and CVS are not supported methods of updating the src/ tree. Also note, due to the size of the images, the ports.txz distribution is not included in 10.0-BETA1, however is expected to be included with disc1.iso for subsequent builds during the release cycle. The ports tree can be fetched either with the portsnap(8) utility, or using svnlite using any of the mirrors listed here: http://www.freebsd.org/doc/en/books/handbook/svn-mirrors.html Changes between -ALPHA5 and -BETA1 include: o Introduce freebsd-version(1), which is intended to be used as an auditing tool, to determine the userland patch level when it differs from what 'uname -r' reports. o Improve ZFS lzjb decompress performance. =20 o Add two new MIPS CPU families - mips24k and mips74k. o The "jail__*" rc.conf(5) variables for per-jail configuration are automatically converted to /var/run/jail..conf before the jail(8) utility is invoked, so the new jail.conf(5) syntax is used. o Remove most of the ATF tools and the _atf user. o Updates to random(4). Please note the following: - In 10.0-BETA1, it is not possible for random(4) to be loaded as a kernel module via kldload(8). If not using GENERIC, and the system kernel configuration excludes 'device random', please include random(4) in the kernel configuration file. The fix for this issue is pending review, and is expected to be fixed in 10.0-BETA2. o Updates to bsdinstall(8). Please note the following: - 10.0-BETA1 introduces a number of updates to bsdinstall(8), notably the ability to install to a full ZFS filesystem. Please keep in mind that this is an experimental feature. - 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 10.0-BETA2. The entries that need to be added are: zpool_cache_load=3D"YES" zpool_cache_type=3D"/boot/zfs/zpool.cache" zpool_cache_name=3D"/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 Pre-installed virtual machine images for 10.0-BETA1 are also available for amd64 and i386 architectures. The images are located under the 'snapshots' directory on FTP, here: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/20131012/10.0-BET= A1/ The disk images are available in both QCOW2 and VMDK format. The image download size is approximately 136 MB, which decompress to a 20GB sparse image. The partition layout is: - 512k - freebsd-boot GPT partition type (bootfs GPT label) - 1GB - freebsd-swap GPT partition type (swapfs GPT label) - ~17GB - freebsd-ufs GPT partition type (rootfs GPT label) ISO Checksums: amd64 SHA256 (FreeBSD-10.0-BETA1-amd64-bootonly.iso) =3D d3c28a2b972fb38f6b29= 81729d72b50fcbb5ca07835e9d4e3cfa014e27527631 SHA256 (FreeBSD-10.0-BETA1-amd64-disc1.iso) =3D 226b88265e11accd4a873d5= fa49e4eaf87f22c00a6580c23879bd18cdb6077b3 SHA256 (FreeBSD-10.0-BETA1-amd64-memstick.img) =3D 1ff5f2e25a212a213873= e8670b88cbbf88e55105844ad44e425f73a99ebfd795 MD5 (FreeBSD-10.0-BETA1-amd64-bootonly.iso) =3D 13879ecb4dd06a8931c5373= db61af4bc MD5 (FreeBSD-10.0-BETA1-amd64-disc1.iso) =3D 4a6ba36de48ac51a5f1c060b32= 8e01c4 MD5 (FreeBSD-10.0-BETA1-amd64-memstick.img) =3D 85a2ae840db8b7cf59a002f= 4bc014d38 i386 SHA256 (FreeBSD-10.0-BETA1-i386-bootonly.iso) =3D 07c53db7588db0bf350bf= 374fe11b1973908ddf875cf110a306fb524760385d8 SHA256 (FreeBSD-10.0-BETA1-i386-disc1.iso) =3D 2d57b022f47359b2f3e11770= 7058aa0d4e410705563a5e2cd74b5e516ca299b5 SHA256 (FreeBSD-10.0-BETA1-i386-memstick.img) =3D 6a4e065c78799921675d9= ed219e605326a2d362c4a52b039ce99ce8af3874f23 MD5 (FreeBSD-10.0-BETA1-i386-bootonly.iso) =3D b9f43e74e2d33dad5d3ef4eb= 1f8720e1 MD5 (FreeBSD-10.0-BETA1-i386-disc1.iso) =3D 552be24b9b6a18b649c4a7fb97a= f72f6 MD5 (FreeBSD-10.0-BETA1-i386-memstick.img) =3D 7f77b584dcd47c7ef506c150= cd4b6823 ia64 SHA256 (FreeBSD-10.0-BETA1-ia64-bootonly.iso) =3D 50a63645a25fe32dc4a79= 8e62c1223b4f30338094dd29d721c5b3d09af8a8ebd SHA256 (FreeBSD-10.0-BETA1-ia64-disc1.iso) =3D a92d5b7ffc6976b2c1c72469= feaec02b24a5f743c2db4937002cbafc9054359c SHA256 (FreeBSD-10.0-BETA1-ia64-memstick.img) =3D fa74b5d72590e6c8961fa= 77a3bcd9f8f4f16e8e1115be05be6a694efcf7b9807 MD5 (FreeBSD-10.0-BETA1-ia64-bootonly.iso) =3D 4dfdab8653c6e23cf0d5da62= 4985c568 MD5 (FreeBSD-10.0-BETA1-ia64-disc1.iso) =3D 94ed426913097ebdda68382e8b3= 7db9d MD5 (FreeBSD-10.0-BETA1-ia64-memstick.img) =3D ab9710f1f17ccd06a37b46ff= 23831c56 powerpc SHA256 (FreeBSD-10.0-BETA1-powerpc-bootonly.iso) =3D 526d97055f4dbd4899= cdfc453609c24e3c3184562d61a295b617a8412a93aed0 SHA256 (FreeBSD-10.0-BETA1-powerpc-disc1.iso) =3D 0afcfdd26ed6cb1882226= 06fbf7cb1488343f460c70c3be6a7426093860d8a51 SHA256 (FreeBSD-10.0-BETA1-powerpc-memstick.img) =3D f6772e05f966d67c0e= 6e5c82986b4ec1eeeb44622a756638ff2f73aed66346ea MD5 (FreeBSD-10.0-BETA1-powerpc-bootonly.iso) =3D f28cd0dea86733c9384b0= cda5aacb72b MD5 (FreeBSD-10.0-BETA1-powerpc-disc1.iso) =3D f0c440bcb952bd86e1596255= 4ae24b16 MD5 (FreeBSD-10.0-BETA1-powerpc-memstick.img) =3D 42661e222189530f3faae= 69c428bd0ce powerpc64 SHA256 (FreeBSD-10.0-BETA1-powerpc-powerpc64-bootonly.iso) =3D f62dad40= a593a6e690dc54100a6d26b0f2029af1bda4144bd10b12076aaeb513 SHA256 (FreeBSD-10.0-BETA1-powerpc-powerpc64-disc1.iso) =3D 6aaa5d392cb= 4cdb555e4ef6e1805b9d7efcbf3eb92c142298def1415410ce092 SHA256 (FreeBSD-10.0-BETA1-powerpc-powerpc64-memstick.img) =3D 5db7fc6e= 448870ff53c1ea1b40008d244f27962b38dbdaa3232b162b2e2e00d0 MD5 (FreeBSD-10.0-BETA1-powerpc-powerpc64-bootonly.iso) =3D 603fce7c27f= 8fd4c55fa9e7380ae5542 MD5 (FreeBSD-10.0-BETA1-powerpc-powerpc64-disc1.iso) =3D b67d0fe1d5b019= d6961dbb3dcc04fa13 MD5 (FreeBSD-10.0-BETA1-powerpc-powerpc64-memstick.img) =3D e4083c808a7= 263aa26c9fb943bd2c8dc sparc64 SHA256 (FreeBSD-10.0-BETA1-sparc64-bootonly.iso) =3D 6c8ebc06be941ad3d7= ebbd7bcbc289fd8d150664eb71171ca98f8eef27941b0f SHA256 (FreeBSD-10.0-BETA1-sparc64-disc1.iso) =3D 60761fb88c7eb3b9397e5= 9a170ea02cb6e95ada7aa6f3b50ef5c99f6c3aaf5fe MD5 (FreeBSD-10.0-BETA1-sparc64-bootonly.iso) =3D 07c959194946873e2326d= c1a34c3b75d MD5 (FreeBSD-10.0-BETA1-sparc64-disc1.iso) =3D 5173acba64d32f6ab7cf45ee= 55620fa2 VM Image Checksums: amd64: SHA256 (FreeBSD-10.0-BETA1-amd64.qcow2.xz) =3D 6d837b0f7b9f460e99dfb915= d77c04d498faaf795edba42aaaec9745de20bd15 SHA256 (FreeBSD-10.0-BETA1-amd64.vmdk.xz) =3D 694ded4fc767c9aa58f3f9f08= b3fc52a6db293a2e6219ea01dc9dee12a6cc11f MD5 (FreeBSD-10.0-BETA1-amd64.qcow2.xz) =3D 3b99ca17904304d2bd1d2c23aa5= 59146 MD5 (FreeBSD-10.0-BETA1-amd64.vmdk.xz) =3D b55f45265a275bb9aa5361d823b7= 8770 i386: SHA256 (FreeBSD-10.0-BETA1-i386.qcow2.xz) =3D 914aa8df98d7a6c4cafe8bddc= 2fa20b985612d36ad1b209fc3283959cc89c6a0 SHA256 (FreeBSD-10.0-BETA1-i386.vmdk.xz) =3D c585975b94bf15129e5a68dc69= c9e8e1b02c970468361a9327230b3a045152c7 MD5 (FreeBSD-10.0-BETA1-i386.qcow2.xz) =3D dad81ab2ea0b15bdacdb5fa7c684= 2e60 MD5 (FreeBSD-10.0-BETA1-i386.vmdk.xz) =3D f89ddca64717043e7988ace7b1890= 4b1 Glen --jKBxcB1XkHIR0Eqt Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBCAAGBQJSXCM2AAoJELls3eqvi17Q3bIP/jhYxgBw3YgR3MLY1Zk09eiz N7rUsbF/iUwYrduwFwBUfq4Yed4n/jXhj8AaWM+UbOsq0pmFjL+z+uNPO2gsRGBv jcnKfcAsH7Q/dGnWZfMtWdteom1CZPakUMbnjZJkNvy93BamWsHn3N7OG61Baw9l 8NXHy+RXEgmTC1nNPQ4qMGKIYhb6jMqpdKYCcdKQdnLDjuHB8/gC6GQD579C5V/Z H9WzXSM6Z37xKCSGcjFMOa3me0tmLmmjrCyIyDKh+yWYlLqtpJHaJejvhoLoI2qo 10i/FaxUJx1hQuvXskcGghP663lOqXn3IgcwE9YFWmjhNlZ7zIlGtYP2fiDalHmN bqmp0fYgDvl7KavuB+1ijI7fxlX0gWg+hUK04HSrPWJHerirv4jFrHXxabl3Ex9p uG9N5IH7lUvAPngIajPStl2ZTLEnlEU/QDkMLRK3fLb3XmPi02kAf+EY0lLmSU5Z fkTxxEXljuV92AFvLkoVlNZ27P6v9qg/IVL+8YUjaWZPnp9cOOEkSU9JrH+abuUO Z6hXgHTACP2BAjM7hCBOEsYTPxhuAbmlqHHYZylrQdtiavAZ+PcvPCVnLIPLNSnD YjoJK5XnbMdNu512MpDCSHaloTzwniZrXzkWPdMiZgzcR1oObAiZm+paHZpfxKCn Z/cGPIff//uWza1cTETu =1GrD -----END PGP SIGNATURE----- --jKBxcB1XkHIR0Eqt--