Re: FreeBSD 10.0-RC2 Now Available

From: Odhiambo Washington <odhiambo_at_gmail.com>
Date: Tue, 17 Dec 2013 11:49:39 +0300
Someone please help me here:

root_at_fbsd10:/usr/src/contrib/unbound # uname -a
FreeBSD fbsd10 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r254222: Sun Aug 11
20:14:02 UTC 2013     root_at_snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC
amd64

root_at_fbsd10:/usr/src/contrib/unbound # freebsd-update upgrade -r 10.0-RC2
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching public key from update5.freebsd.org... failed.
Fetching public key from update6.freebsd.org... failed.
Fetching public key from update2.freebsd.org... failed.
Fetching public key from update4.freebsd.org... failed.
Fetching public key from update3.freebsd.org... failed.
No mirrors remaining, giving up.

root_at_fbsd10:/usr/src/contrib/unbound # ping www.gmail.com
PING googlemail.l.google.com (74.125.230.182): 56 data bytes
64 bytes from 74.125.230.182: icmp_seq=0 ttl=59 time=11.663 ms
64 bytes from 74.125.230.182: icmp_seq=1 ttl=59 time=181.167 ms
64 bytes from 74.125.230.182: icmp_seq=2 ttl=59 time=9.048 ms
64 bytes from 74.125.230.182: icmp_seq=3 ttl=59 time=10.141 ms
^C
--- googlemail.l.google.com ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 9.048/53.005/181.167/74.000 ms

root_at_fbsd10:/usr/src/contrib/unbound # ping update5.freebsd.org
PING update5.freebsd.org (204.9.55.80): 56 data bytes
64 bytes from 204.9.55.80: icmp_seq=0 ttl=51 time=355.456 ms
64 bytes from 204.9.55.80: icmp_seq=1 ttl=51 time=765.279 ms
^C
--- update5.freebsd.org ping statistics ---
3 packets transmitted, 2 packets received, 33.3% packet loss
round-trip min/avg/max/stddev = 355.456/560.368/765.279/204.911 ms

Why does this fail? I have never used freebsd-update before. It's my 1st
time.





On 16 December 2013 18:44, Glen Barber <gjb_at_freebsd.org> wrote:

> The second RC 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 (or any of the FreeBSD mirror sites):
>
>     ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.0/
>
> If you notice problems you can report them through the normal GNATS PR
> system or here on the -stable mailing list.
>
> If you would like to use SVN to do a source based update of an existing
> system, use the "releng/10.0" branch.
>
> Important note to freebsd-update(8) users:  Please be sure to follow the
> instructions in the following FreeBSD Errata Notices before upgrading
> the system to 10.0-RC2:
>
>   - EN-13:04.freebsd-update:
>
> http://www.freebsd.org/security/advisories/FreeBSD-EN-13:04.freebsd-update.asc
>
>   - EN-13:05.freebsd-update:
>
> http://www.freebsd.org/security/advisories/FreeBSD-EN-13:05.freebsd-update.asc
>
>
> Note to those downloading dvd1.iso:
>
>     - While packages are available on dvd1.iso, the version of
>       bsdconfig(8) provided with 10.0-RC2 will not be able to install
>       them by default.  This will be fixed for 10.0-RC3.
>
>     - As a workaround for installing packages from the dvd, create
>       a directory to serve as the temporary pkg(8) repository
>       configuration directory, and fetch the configuration file that
>       will be included on the next set of -RC builds:
>
>         # mkdir -p /tmp/pkgrepo
>         # fetch -o /tmp/pkgrepo/FreeBSD_install_cdrom.conf \
>             http://people.FreeBSD.org/~gjb/FreeBSD_install_cdrom.conf
>
>     - Mount the dvd to the '/dist' directory:
>
>         # mkdir -p /dist
>         # mount -t cd9660 /dev/cd0 /dist
>
>     - To install a package, run:
>
>         # env REPOS_DIR=/tmp/pkgrepo pkg install <foo>
>
>     - To view the list of available packages on the DVD, run:
>
>         # env REPOS_DIR=/tmp/pkgrepo pkg rquery "%n"
>
> Pre-installed virtual machine images for 10.0-RC2 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/10.0-RC2/
>
> The disk images are available in both QCOW2, VHD, and VMDK format.  The
> image download size is approximately 135 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)
>
> Changes between -RC1 and -RC2 include:
>
>     - Fix a crash when attempting to use a non-disk device as an iSCSI
>       LUN.
>     - Fix handling of empty iSCSI authentication groups.
>     - Fix a regression in bsdinstall(8) that prevented the system from
>       decrypting GELI providers when installing ZFS on GELI.
>     - Several Radeon KMS bug fixes.
>     - Several wireless bug fixes.
>     - Several clang bug fixes.
>
> The freebsd-update(8) utility supports binary upgrades of amd64 and i386
> systems running earlier FreeBSD releases.  Systems running earlier
> FreeBSD releases can upgrade as follows:
>
> # freebsd-update upgrade -r 10.0-RC2
>
> During this process, freebsd-update(8) may ask the user to help by
> merging some configuration files or by confirming that the automatically
> performed merging was done correctly.
>
> # freebsd-update install
>
> The system must be rebooted with the newly installed kernel before
> continuing.
>
> # shutdown -r now
>
> After rebooting, freebsd-update needs to be run again to install the new
> userland components:
>
> # freebsd-update install
>
> It is recommended to rebuild and install all applications if possible,
> especially if upgrading from an earlier FreeBSD release, for example,
> FreeBSD 9.x.  Alternatively, the user can install misc/compat9x and
> other compatibility libraries, afterwards the system must be rebooted
> into the new userland:
>
> # shutdown -r now
>
> Finally, after rebooting, freebsd-update needs to be run again to remove
> stale files:
>
> # freebsd-update install
>
>
> == ISO CHECKSUMS ==
>
> - 10.0-RC2 amd64:
>         SHA256 (FreeBSD-10.0-RC2-amd64-bootonly.iso) =
> 25e3ab615fde64631683a6921fef98a0056f074c6119c68cf0263cf6fbebc67c
>         SHA256 (FreeBSD-10.0-RC2-amd64-disc1.iso) =
> 6525da2d1feddb1f16d615d76e5a4662c6fdd9a34869ce355c604f5ff147773d
>         SHA256 (FreeBSD-10.0-RC2-amd64-dvd1.iso) =
> c467000b653d2f41021493f45303951ec37cf90b3b9df90df64e0e6a882a7484
>         SHA256 (FreeBSD-10.0-RC2-amd64-memstick.img) =
> f5175f1767e89826517431beae7b4dd6f3d0ff4b60a0846bf85e9871fbba2201
>
>         MD5 (FreeBSD-10.0-RC2-amd64-bootonly.iso) =
> 41410074f07103e2cb80bd671f1f936e
>         MD5 (FreeBSD-10.0-RC2-amd64-disc1.iso) =
> 0724d22eb851c5fb4dae755dff23cb87
>         MD5 (FreeBSD-10.0-RC2-amd64-dvd1.iso) =
> b218662107301c5a07b193101623682f
>         MD5 (FreeBSD-10.0-RC2-amd64-memstick.img) =
> 23621e0e1d93fe7a635557a54218b6e1
>
>
> - 10.0-RC2 i386:
>         SHA256 (FreeBSD-10.0-RC2-i386-bootonly.iso) =
> cf8aa8097f9cafa1d360ec07b87d675b214361709139d14a422dbb3501281d89
>         SHA256 (FreeBSD-10.0-RC2-i386-disc1.iso) =
> add13ac64491f9aba16b9f4429f4f87c85d3147c1ea0c662ae7756d0c453ba4b
>         SHA256 (FreeBSD-10.0-RC2-i386-dvd1.iso) =
> d6c07f41c997914b6546e583932f1066b0edebf00f4425316ce588b8253ecc0a
>         SHA256 (FreeBSD-10.0-RC2-i386-memstick.img) =
> 99bbfe373892764f3cf04a92385bb4fe0da5e1863ca62905e0bdb83c00f45735
>
>         MD5 (FreeBSD-10.0-RC2-i386-bootonly.iso) =
> c32165dccef3ec006e2b068ec0159390
>         MD5 (FreeBSD-10.0-RC2-i386-disc1.iso) =
> a1a3466dbbcb2b61f3ec47adf9d884b5
>         MD5 (FreeBSD-10.0-RC2-i386-dvd1.iso) =
> e79b4455464fa6584519e3dd958f770c
>         MD5 (FreeBSD-10.0-RC2-i386-memstick.img) =
> 98db5de8c93df6ca7c7fa12967713c1b
>
>
> - 10.0-RC2 ia64:
>         SHA256 (FreeBSD-10.0-RC2-ia64-bootonly.iso) =
> 95c448db42b1454a2832040f2c62d9dd953753296e8a704f903e70e2d1f380f8
>         SHA256 (FreeBSD-10.0-RC2-ia64-disc1.iso) =
> cbb24e4f60c86df0640dc64d0f9988a2b154f06d502be5780d527cfeb0065051
>         SHA256 (FreeBSD-10.0-RC2-ia64-memstick.img) =
> 3aa3151b9e4ded7a49bc080545955070f4583e3bda4047bd11e1550ca4ea4239
>
>         MD5 (FreeBSD-10.0-RC2-ia64-bootonly.iso) =
> f4e85b8dc9b653aef3c8bf0e928dbac9
>         MD5 (FreeBSD-10.0-RC2-ia64-disc1.iso) =
> 837755f7d4018d81a7effd9f8a29007c
>         MD5 (FreeBSD-10.0-RC2-ia64-memstick.img) =
> 1fa4dccc1acd5fcbd0e592e9367804b1
>
>
> - 10.0-RC2 powerpc:
>         SHA256 (FreeBSD-10.0-RC2-powerpc-bootonly.iso) =
> 60927273629f0b13fe56e77cd36a4023472efbef8a5a2f564e1dcf189c229190
>         SHA256 (FreeBSD-10.0-RC2-powerpc-disc1.iso) =
> 84286500a00654e98d150fd34e848c6c7d4926c223c1e07bd61a8e68502a7b55
>         SHA256 (FreeBSD-10.0-RC2-powerpc-memstick.img) =
> 3b264061283dd33f92633b540dd0d7b62813286e13cd97a0a02806f0e970ce9c
>
>         MD5 (FreeBSD-10.0-RC2-powerpc-bootonly.iso) =
> 3d9e949a27d37f3b74b9310f29eb11cc
>         MD5 (FreeBSD-10.0-RC2-powerpc-disc1.iso) =
> e7ad79d232851be00a07aadeab4c3ca6
>         MD5 (FreeBSD-10.0-RC2-powerpc-memstick.img) =
> 5100d3886fe6b0f5b5ee3b8d8b1ad68f
>
>
> - 10.0-RC2 powerpc64:
>         SHA256 (FreeBSD-10.0-RC2-powerpc-powerpc64-bootonly.iso) =
> 75c39f014ef52d69ad3c94dc52424bca176188416be6bab1d36e2d5ebff05b05
>         SHA256 (FreeBSD-10.0-RC2-powerpc-powerpc64-disc1.iso) =
> 341063ca588f47d57a8b876952d4eff26aa9b01ee68dcea3cc864ef8230911bf
>         SHA256 (FreeBSD-10.0-RC2-powerpc-powerpc64-memstick.img) =
> 96ab6cd6b239e79b96c21d83b9f160fc3b596de957449b55b96ee94522fba64e
>
>         MD5 (FreeBSD-10.0-RC2-powerpc-powerpc64-bootonly.iso) =
> a073e62ac43da6af82467a4dde3e4963
>         MD5 (FreeBSD-10.0-RC2-powerpc-powerpc64-disc1.iso) =
> 21c3eb38d9f5f67308c7c83999b9b3bf
>         MD5 (FreeBSD-10.0-RC2-powerpc-powerpc64-memstick.img) =
> d2420ebf8c5794c24b017c29f6bb3731
>
>
> - 10.0-RC2 sparc64:
>         SHA256 (FreeBSD-10.0-RC2-sparc64-bootonly.iso) =
> f004072cbc3c2796a619c34dbceff122ea360420aff16b52b214cb5f6cd97d04
>         SHA256 (FreeBSD-10.0-RC2-sparc64-disc1.iso) =
> 23e9a7c8f48b03f0482ca4f3b00eed630abe23ede2bdc7047462229a3e2d405d
>
>         MD5 (FreeBSD-10.0-RC2-sparc64-bootonly.iso) =
> 7d47ecb5b2d023edee0f01842c2575c1
>         MD5 (FreeBSD-10.0-RC2-sparc64-disc1.iso) =
> fc9b2f445082f6f2435efedb69d95e6e
>
>
> == VM IMAGE CHECKSUMS ==
>
> - 10.0-RC2 amd64:
>         SHA256 (FreeBSD-10.0-RC2-amd64-20131215-r259404.qcow2.xz) =
> df4c1993dc675c18bd8dedc8b8314e315a6839f7777a5e3fd4ed36fd328717f9
>         SHA256 (FreeBSD-10.0-RC2-amd64-20131215-r259404.vhd.xz) =
> e6d854d3ab30ec9cd9df81818d1c39d413d26ee40e518111f809d2a5e97b79e5
>         SHA256 (FreeBSD-10.0-RC2-amd64-20131215-r259404.vmdk.xz) =
> 34e78061eb8387bbf18f3c53904e41208f11fa820b0ecb5388d0a3088befad3e
>
>         MD5 (FreeBSD-10.0-RC2-amd64-20131215-r259404.qcow2.xz) =
> 21ddab81ebd872002555a13e1dfb205f
>         MD5 (FreeBSD-10.0-RC2-amd64-20131215-r259404.vhd.xz) =
> 618660fa1021fc099b35d609b70c7c61
>         MD5 (FreeBSD-10.0-RC2-amd64-20131215-r259404.vmdk.xz) =
> a8e324dc04a9ae89b7e6f0fb9693a5b5
>
>
> - 10.0-RC2 i386:
>         SHA256 (FreeBSD-10.0-RC2-i386-20131215-r259404.qcow2.xz) =
> 7f837eba8cf43f25c704127631ecf86918af548970f76e7ccfc5d8d4d743bcd9
>         SHA256 (FreeBSD-10.0-RC2-i386-20131215-r259404.vhd.xz) =
> 7e6965c0f7250ef34e6dd0eb7ad158868ee7016b931fa267f4edc0adf264e77e
>         SHA256 (FreeBSD-10.0-RC2-i386-20131215-r259404.vmdk.xz) =
> cca4935ae0e5e0092b1fd17c718a49ca5c3d0a2c22c08d2503c4ca0b9cb54743
>
>         MD5 (FreeBSD-10.0-RC2-i386-20131215-r259404.qcow2.xz) =
> 7b244a368557f386c66745bdbdf84ff8
>         MD5 (FreeBSD-10.0-RC2-i386-20131215-r259404.vhd.xz) =
> 7a58c47b496f811f8b38763be0f75867
>         MD5 (FreeBSD-10.0-RC2-i386-20131215-r259404.vmdk.xz) =
> 9bd16405d8776e955a68bae39902b376
>
>
>
> Glen
> Love FreeBSD?  Support this and future releases with a donation to
> the FreeBSD Foundation!  https://www.freebsdfoundation.org/donate/
>
>


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
"I can't hear you -- I'm using the scrambler."
Received on Tue Dec 17 2013 - 07:50:20 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:45 UTC