Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Odhiambo Washington
Someone please help me here:

root@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 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC
amd64

root@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@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@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 g...@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 

Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Odhiambo Washington
Fair enough. I will use svn instead. I've never liked freebsd-update.


On 17 December 2013 11:58, Niilo Kajander niilo.kajan...@gmail.com wrote:

 On Tue, Dec 17, 2013 at 10:49 AM, Odhiambo Washington
 odhia...@gmail.com wrote:
 
 
  Why does this fail? I have never used freebsd-update before. It's my 1st
  time.
 

 My understanding is that freebsd-update can't track changes between
 different svn revisions. It doesn't have a clue about -CURRENT or
 -STABLE as it only works for releases. If you intend to use
 freebsd-update in the future you should upgrade your system first
 using the install media.




-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
I can't hear you -- I'm using the scrambler.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Glen Barber
On Tue, Dec 17, 2013 at 11:49:39AM +0300, Odhiambo Washington wrote:
 Someone please help me here:
 
 root@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 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC
 amd64
 
 
 Why does this fail? I have never used freebsd-update before. It's my 1st
 time.
 

You are upgrading from 10.0-CURRENT, which is not supported by
freebsd-update.

You will need to check out the src/ tree of stable/10 or releng/10.0 and
do a source-based upgrade to -BETA or -RC, then you can use
freebsd-update for future upgrades.

Glen



pgpHvpZoELTnd.pgp
Description: PGP signature


Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Niilo Kajander
On Tue, Dec 17, 2013 at 10:49 AM, Odhiambo Washington
odhia...@gmail.com wrote:


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


My understanding is that freebsd-update can't track changes between
different svn revisions. It doesn't have a clue about -CURRENT or
-STABLE as it only works for releases. If you intend to use
freebsd-update in the future you should upgrade your system first
using the install media.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Odhiambo Washington
Aha! I already blew away the 10-CURRENT, downloaded the RC and installed
(on VMware). Now I can play with the stuff, including unbound,
freebsd-update.
BTW, I always used csup, then moved to svn on my systems. This
freebsd-update (sorry I always felt scared about it), how does it handle a
situation where I have a custom kernel?


On 17 December 2013 15:34, Glen Barber g...@freebsd.org wrote:

 On Tue, Dec 17, 2013 at 11:49:39AM +0300, Odhiambo Washington wrote:
  Someone please help me here:
 
  root@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 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC
  amd64
 

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

 You are upgrading from 10.0-CURRENT, which is not supported by
 freebsd-update.

 You will need to check out the src/ tree of stable/10 or releng/10.0 and
 do a source-based upgrade to -BETA or -RC, then you can use
 freebsd-update for future upgrades.

 Glen




-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
I can't hear you -- I'm using the scrambler.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Glen Barber
On Tue, Dec 17, 2013 at 03:53:22PM +0300, Odhiambo Washington wrote:
 Aha! I already blew away the 10-CURRENT, downloaded the RC and installed
 (on VMware). Now I can play with the stuff, including unbound,
 freebsd-update.
 BTW, I always used csup, then moved to svn on my systems. This
 freebsd-update (sorry I always felt scared about it), how does it handle a
 situation where I have a custom kernel?
 

The custom kernel will be replaced by the GENERIC kernel.

Glen



pgpJaHSXvDKp7.pgp
Description: PGP signature


Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Odhiambo Washington
..and I believe that is the one thing that drove me away from
freebsd-update.



On 17 December 2013 16:03, Glen Barber g...@freebsd.org wrote:

 On Tue, Dec 17, 2013 at 03:53:22PM +0300, Odhiambo Washington wrote:
  Aha! I already blew away the 10-CURRENT, downloaded the RC and installed
  (on VMware). Now I can play with the stuff, including unbound,
  freebsd-update.
  BTW, I always used csup, then moved to svn on my systems. This
  freebsd-update (sorry I always felt scared about it), how does it handle
 a
  situation where I have a custom kernel?
 

 The custom kernel will be replaced by the GENERIC kernel.

 Glen




-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
I can't hear you -- I'm using the scrambler.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD 10.0-RC2 Now Available

2013-12-16 Thread Glen Barber
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: