From owner-freebsd-current@FreeBSD.ORG Mon Sep 21 17:28:05 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB275106566C for ; Mon, 21 Sep 2009 17:28:05 +0000 (UTC) (envelope-from luizgustavo@luizgustavo.pro.br) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 0F9C68FC19 for ; Mon, 21 Sep 2009 17:28:04 +0000 (UTC) Received: by fxm22 with SMTP id 22so1633492fxm.36 for ; Mon, 21 Sep 2009 10:28:04 -0700 (PDT) MIME-Version: 1.0 Sender: luizgustavo@luizgustavo.pro.br Received: by 10.223.2.205 with SMTP id 13mr1212817fak.83.1253554083980; Mon, 21 Sep 2009 10:28:03 -0700 (PDT) In-Reply-To: <1253540159.15847.31.camel@bauer.cse.buffalo.edu> References: <1253540159.15847.31.camel@bauer.cse.buffalo.edu> Date: Mon, 21 Sep 2009 14:28:03 -0300 X-Google-Sender-Auth: 5eb62ce775a192ed Message-ID: <772ca7d0909211028oe62d398x13d6f672da2e27cd@mail.gmail.com> From: "Luiz Gustavo S. Costa" To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: 8.0-RC1 Available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Sep 2009 17:28:05 -0000 good new !!! the vimage is more stable on the BETA-4, i go update now the source !!! congratulations for FreeBSD team ! 2009/9/21 Ken Smith : > > The first of the Release Candidates for the FreeBSD 8.0 release cycle is > now available. =A0How many RC's we have will depend on how well 8.0-RC1 > does. =A0At the moment only one more RC is on the schedule but odds are > fairly high we will wind up inserting at least one more RC. =A0Between > BETA4 and RC1 a lot of work has gone into IPv6 issues as well as many > other issues that have been brought up from the public testing. =A0And a > patch set was committed by the people who handle porting ZFS to FreeBSD > that they felt makes ZFS production-ready. > > Details about the current target schedule along with much more detail > about the current status of the release is available here: > > =A0 =A0 =A0 =A0http://wiki.freebsd.org/8.0TODO > > There are two known problems with 8.0-RC1. =A0One known issue with the > 8.0-RC1 build was discovered after the builds got started so is not part > of the ISO images or FreeBSD-Update builds. =A0The issue is that local > IPv6 link-local addresses are not reachable. =A0A fix for it has been > committed to RELENG_8 so if you install from the 8.0-RC1 media or update > using FreeBSD-Update you will then need to update using csup/cvsup > mechanisms if you need that fix for your environment. =A0It should only > impact people using IPv6. > > The other known issue is that the flowtable may direct packets to the > wrong interface under certain routing conditions. We feel confident that > this bug will be fixed so the flowtable is enabled in RC1 to maximize > testing. If you experience routing problems, please temporarily disable > the flowtable using the sysctl =3D0 and report the results to the > freebsd-current@ mailing list. If we are unable to resolve this issue by > RC2, we will disable the flowtable in 8.0-RELEASE. > > If you notice problems you can report them through the normal Gnats PR > system or on the freebsd-current mailing list. =A0I do cross-post > announcements to freebsd-stable because this particular release is > "about to become a stable branch" but when it comes to watching for > issues related to the release most of the developers pay more attention > to the freebsd-current list. > > ISO images for all supported architectures are available on the FTP > sites, and a "memory stick" image is available for amd64/i386 > architectures. =A0For amd64/i386 architectures the cdrom and memstick > images include the documentation packages this time but no other > packages. =A0The DVD image includes a rough pass at what packages will be > available on the official release media but is subject to change between > now and release. =A0For sparc64 the DVD image has the set of packages tha= t > currently build for sparc64, which is a sub-set of the set provided for > amd64/i386. =A0The sparc64 disc1 does not have any packages on it because > I noticed a little too late that adding the doc packages to disc1 caused > it to overflow the target size. =A0For 8.0-RC2 sparc64 will have the > livefs bits split out to a separate image (which is the way all the > other architectures have been for a while now) and the doc packages will > be provided on disc1. =A0None of the other images include packages. > > If you are using csup/cvsup methods to update an older system the branch > tag to use is RELENG_8. > > The freebsd-update(8) utility supports binary upgrades of i386 and amd64 > systems running earlier FreeBSD releases. Systems running 7.0-RELEASE, > 7.1-RELEASE, 7.2-RELEASE, 8.0-BETA1, 8.0-BETA2, 8.0-BETA3, or 8.0-BETA4 > can upgrade as follows: > > # freebsd-update upgrade -r 8.0-RC1 > > During this process, FreeBSD Update may ask the user to help by merging > some configuration files or by confirming that the automatically > performed merging was done correctly. =A0Systems running 8.0-BETA3 may > print the warning > > =A0 =A0 =A0 =A0INDEX-OLD.all: Invalid arguments > > when downloading updates; this warning is a harmless bug (fixed in > 8.0-BETA4) and can be safely ignored. > > # freebsd-update install > > The system must be rebooted with the newly installed kernel before contin= uing. > > # shutdown -r now > > After rebooting, freebsd-update needs to be run again to install the new > userland components: > > # freebsd-update install > > At this point, users of systems being upgraded from FreeBSD 8.0-BETA2 or > earlier will be prompted by freebsd-update to rebuild all third-party > applications (e.g., ports installed from the ports tree) due to updates > in system libraries. =A0See: > > http://www.daemonology.net/blog/2009-07-11-freebsd-update-to-8.0-beta1.ht= ml > > for mode details. =A0After updating installed third-party applications > (and again, only if freebsd-update printed a message indicating that > this was necessary), run freebsd-update again so that it can delete the > old (no longer used) system libraries: > > # freebsd-update install > > Finally, reboot into 8.0-RC1: > > # shutdown -r now > > MD5/SHA256 checksums for the image files: > > MD5 (8.0-RC1-amd64-bootonly.iso) =3D a84d43c8adaba3fee9a618098668154e > MD5 (8.0-RC1-amd64-disc1.iso) =3D fb4f75c74144239b4994dc3ad040af33 > MD5 (8.0-RC1-amd64-dvd1.iso) =3D 5da3097634fbe049dd01ad4127d0f396 > MD5 (8.0-RC1-amd64-livefs.iso) =3D 43a483ea73cbbe80f0ef068502594363 > MD5 (8.0-RC1-amd64-memstick.img) =3D 9b1ffcab33ceed4dcdf1a0f3d862f811 > > MD5 (8.0-RC1-i386-bootonly.iso) =3D b569d950d6806c7c88a15d857bef6a02 > MD5 (8.0-RC1-i386-disc1.iso) =3D 1cfecd1489b8be4a6d06040b07af941b > MD5 (8.0-RC1-i386-dvd1.iso) =3D 474b54e73a04a2f573b8a26ad00e3077 > MD5 (8.0-RC1-i386-livefs.iso) =3D 7e5c3390c9f1e7915b9f229eb95f7e70 > MD5 (8.0-RC1-i386-memstick.img) =3D 532736e255f069f7f891d6ed4f14970e > > MD5 (8.0-RC1-ia64-bootonly.iso) =3D f53c920e46d3ceeb755617b2de20507a > MD5 (8.0-RC1-ia64-disc1.iso) =3D 504d3828b919563a83d7232d9a3a952b > MD5 (8.0-RC1-ia64-disc2.iso) =3D 5f22a63a89bff893038b32c0c53bf2eb > MD5 (8.0-RC1-ia64-disc3.iso) =3D bf17e84e9dfa62a6ce131e07bc701478 > MD5 (8.0-RC1-ia64-dvd1.iso) =3D b8cf5cc2feab96c98da12b6fb1623136 > MD5 (8.0-RC1-ia64-livefs.iso) =3D 2a83a1b32cfeb9a95f8ccc5e4cf36918 > > MD5 (8.0-RC1-pc98-bootonly.iso) =3D 60603f538db73c264ad7271da044e185 > MD5 (8.0-RC1-pc98-disc1.iso) =3D 7c00a58b4b8f3e94b25a4539116542bd > MD5 (8.0-RC1-pc98-livefs.iso) =3D aa67b1f3d8246381764a4df867e23f67 > > MD5 (8.0-RC1-powerpc-bootonly.iso) =3D a498cafdb4118f2d33007c5f0cf6ca0d > MD5 (8.0-RC1-powerpc-disc1.iso) =3D 4448a906a36356c479623c8b4af7e685 > MD5 (8.0-RC1-powerpc-disc2.iso) =3D bf9bf9e46da074a0787ca84da13251c8 > MD5 (8.0-RC1-powerpc-disc3.iso) =3D 2f600348579d4adc87b2a32f565f3f03 > MD5 (8.0-RC1-powerpc-livefs.iso) =3D 962f7d69cad7bb47e1cdfaf746b97f90 > > MD5 (8.0-RC1-sparc64-bootonly.iso) =3D 674724d0c2ddd997d86f91863c01ba20 > MD5 (8.0-RC1-sparc64-disc1.iso) =3D 9e896ac68263ff816e3721b8b31e63bb > MD5 (8.0-RC1-sparc64-dvd1.iso) =3D 8451f6fee8523cd33e3e7e973922d2cf > > SHA256 (8.0-RC1-amd64-bootonly.iso) =3D 0fcff1f76629c694be73133ad6ca5057a= 97a7030d824adb3a3a58bfe881528ab > SHA256 (8.0-RC1-amd64-disc1.iso) =3D 1b0246694012170ef83ce38395f4179c990d= 5689e1da2224a7cd2164770d1efb > SHA256 (8.0-RC1-amd64-dvd1.iso) =3D 63dec5385f549a22e6940a8d30d23be96dec0= c27253550787107918631021bcc > SHA256 (8.0-RC1-amd64-livefs.iso) =3D adda93a732168586272697d32824626898b= ee6c95ec2efc9e691e649489b99c2 > SHA256 (8.0-RC1-amd64-memstick.img) =3D d2d3f90d3fb3b11cb06734df3ff1eb843= 3e4184158c85d34c4bd41ba068e131c > > SHA256 (8.0-RC1-i386-bootonly.iso) =3D 6b3f78fe556cb396cb1734fdcdfdd36190= 13b4318f94b1736349e641a0745dbb > SHA256 (8.0-RC1-i386-disc1.iso) =3D 06094f54d0b9141b571a8d22727a9c639a4ff= b8a72dd05d12e995ef417eaaf37 > SHA256 (8.0-RC1-i386-dvd1.iso) =3D 02009c487ce5a00f52e45d2ccefc5c7b47edea= 110d1922ff21fe05ee7b1c8cb3 > SHA256 (8.0-RC1-i386-livefs.iso) =3D abcc0c3d975df784eaa4840af15555fc25f6= 10f8699619142185c77b396e00aa > SHA256 (8.0-RC1-i386-memstick.img) =3D f6ed2716312b6fcdf4bea15e4290a122d3= 4e569fda895fb8bdffa499eea6d9ce > > SHA256 (8.0-RC1-ia64-bootonly.iso) =3D c307cdfa5f98d84b367ac8ef939da6f42a= 2a0454c07ab0f7b7fe17b78c3f4c9e > SHA256 (8.0-RC1-ia64-disc1.iso) =3D 44612f9922e8ee2ca6453f9a54b81c01bf351= 486580fa7cc9cd031b2f0b132c6 > SHA256 (8.0-RC1-ia64-disc2.iso) =3D 01eb3badf81e2e64ab4ddcfd4921f5bc6710c= 6eb5eba514c92985266fcb805e5 > SHA256 (8.0-RC1-ia64-disc3.iso) =3D 31fd356921f9430233bc7bf0699676746c735= ddde9dc4d6ad21438ba66124912 > SHA256 (8.0-RC1-ia64-dvd1.iso) =3D a5bbdf0b0a338ffdc744f1d47513ebede568e8= 52c3e07062b7c0e2f2aafd108b > SHA256 (8.0-RC1-ia64-livefs.iso) =3D a3a5633900decc819982c50d672cdd653503= fe4edebcb566eb4b27784f073635 > > SHA256 (8.0-RC1-pc98-bootonly.iso) =3D 5d50fd76e3a1124189acaf54e5258b9238= 3ab0ce8b44b3e5b506020e011b9938 > SHA256 (8.0-RC1-pc98-disc1.iso) =3D 4007e728e8a51fa04663ce9a234db2c1e1f58= 7ebacc45bdeee0ba86261a89345 > SHA256 (8.0-RC1-pc98-livefs.iso) =3D 18f2d066e7fb31b7ea5d95fc70f1bb99e2a9= c6c72a45335858e461b9d4cad205 > > SHA256 (8.0-RC1-powerpc-bootonly.iso) =3D b3a63ef86773ea28c548082d46d7199= d4838648dfa1ecec82c881d90bb0ce9ca > SHA256 (8.0-RC1-powerpc-disc1.iso) =3D 7cd4e68f0e6bdf95090121ffd89383134c= 44447a6d1a18a800d58fb1dcd8d1c6 > SHA256 (8.0-RC1-powerpc-disc2.iso) =3D 65719abb58fc8d7904fcbd7052d807efbe= 44f137badbcfbe7cef623d738360c1 > SHA256 (8.0-RC1-powerpc-disc3.iso) =3D 9ec803dd266e752dcafe2fd3c6d5bb37b3= bb6ce00c1cb4683c84616f866ec44b > SHA256 (8.0-RC1-powerpc-livefs.iso) =3D 7ef3142568fc6c4837faa6cbbd371cf70= 9ee8e1d65df24ea538fba94095eebb5 > > SHA256 (8.0-RC1-sparc64-bootonly.iso) =3D 91fb4fee46c0a68520ce97351774725= ae95ad4479f06e5d0f3de3e07eeb422d9 > SHA256 (8.0-RC1-sparc64-disc1.iso) =3D 99c74dc6fa9b3185e12fa5084589d1f48f= 540082c5166026deccf673be46c343 > SHA256 (8.0-RC1-sparc64-dvd1.iso) =3D 777d8afc3330fae4089510d6b852ea1d1f9= 108a868b8ebb3d5a661b108a99196 > > -- > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0Ken Smith > - From there to here, from here to =A0 =A0 =A0| =A0 =A0 =A0 kensmith@buff= alo.edu > =A0there, funny things are everywhere. =A0 | > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0- Theodore Geisel | > > --=20 Luiz Gustavo Costa (Powered by BSD) *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ mundoUnix - Consultoria em Software Livre http://www.mundounix.com.br ICQ: 2890831 / MSN: contato@mundounix.com.br