[head tinderbox] failure on powerpc/powerpc

2013-12-27 Thread FreeBSD Tinderbox
TB --- 2013-12-27 05:41:13 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-12-27 05:41:13 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on powerpc64/powerpc

2013-12-27 Thread FreeBSD Tinderbox
TB --- 2013-12-27 05:57:01 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-12-27 05:57:01 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Zenny
On 12/27/13, Mathieu Arnold m...@freebsd.org wrote: +--On 27 décembre 2013 00:42:36 +0100 Zenny garbytr...@gmail.com wrote: | Much awaited release, thanks!. However, does the freebsd-update from | the earlier version bork in case of ZFS on Root? Or is there a safe | way to upgrade without

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Mathieu Arnold
+--On 27 décembre 2013 12:26:49 +0100 Zenny garbytr...@gmail.com wrote: | On 12/27/13, Mathieu Arnold m...@freebsd.org wrote: | +--On 27 décembre 2013 00:42:36 +0100 Zenny garbytr...@gmail.com | wrote: | | Much awaited release, thanks!. However, does the freebsd-update from | | the earlier version

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Glen Barber
On Thu, Dec 26, 2013 at 11:25:21AM -0500, Glen Barber wrote: [...] Pre-installed virtual machine images for 10.0-RC3 are also available for amd64 and i386 architectures. The images are located under the 'snapshots' directory on FTP, here:

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Julian H. Stacey
The third RC build of the 10.0-RELEASE release cycle is now available Nice :-) Has someone checked src/ + ports/ has been re-made a seamless functional combination for named/bind ? There were various loose ends earlier (paths, defaults etc), after removal from src/. I'm asking as I think I

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Thomas Hoffmann
All the examples I've seen for updating bootcode assume GPT. If one has MBR (as I do) and assuming the following basic scheme: gpart show ada0 = 63 976773105 ada0 MBR (466G) 63 976773105 1 freebsd [active] (466G) gpart show ada0s1 =0 976773105 ada0s1 BSD

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Mathieu Arnold
+--On 27 décembre 2013 10:28:07 -0500 Thomas Hoffmann trh...@gmail.com wrote: | All the examples I've seen for updating bootcode assume GPT. If one has | MBR (as I do) and assuming the following basic scheme: | | gpart show ada0 | = 63 976773105 ada0 MBR (466G) | 63 976773105

Re: md2 on current and 10.

2013-12-27 Thread Ulrich Spörlein
On Fri, 2013-12-20 at 16:46:42 -0500, Mikhail T. wrote: Thinking more about the MD2, I'd say, FreeBSD should not have removed the algorithm. Although no longer deemed sufficiently secure, it is still in use and people using it on FreeBSD-8.x and 9.x today may wish to continue doing so after

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Warren Block
On Fri, 27 Dec 2013, Mathieu Arnold wrote: +--On 27 décembre 2013 10:28:07 -0500 Thomas Hoffmann trh...@gmail.com wrote: | All the examples I've seen for updating bootcode assume GPT. If one has | MBR (as I do) and assuming the following basic scheme: | | gpart show ada0 | = 63 976773105

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Matthew D. Fuller
On Fri, Dec 27, 2013 at 03:33:23PM +0100 I heard the voice of Mathieu Arnold, and lo! it spake thus: All you have to do is adapt it to run your particular setup, replacing da0 with the correct disk (and running it for each disk where your pool is, in my case, it was mfid0 and mfid1.) I've

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Mathieu Arnold
+--On 27 décembre 2013 10:17:14 -0600 Matthew D. Fuller fulle...@over-yonder.net wrote: | On Fri, Dec 27, 2013 at 03:33:23PM +0100 I heard the voice of | Mathieu Arnold, and lo! it spake thus: | | All you have to do is adapt it to run your particular setup, | replacing da0 with the correct disk

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Thomas Hoffmann
After I posted, it occurred to me to check out the ../bsdinstall/scripts/zfsboot script to see how the boot code was laid down when the MBR was created. It shows only: dd if=/boot/zfsboot of=/dev/ada0s1 count =1 But, adding to my confusion, the FreeBSD wiki for ZFS on root (MBR-style) shows

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Matthew D. Fuller
On Fri, Dec 27, 2013 at 05:21:12PM +0100 I heard the voice of Mathieu Arnold, and lo! it spake thus: You *don't* need it after installworld, or freebsd-update install. You *only* need it if you *explicitly* run zpool upgrade yourzpool. Well, that was my point; by removing the need to have to

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread John Baldwin
On Friday, December 27, 2013 11:08:08 am Warren Block wrote: On Fri, 27 Dec 2013, Mathieu Arnold wrote: +--On 27 décembre 2013 10:28:07 -0500 Thomas Hoffmann trh...@gmail.com wrote: | All the examples I've seen for updating bootcode assume GPT. If one has | MBR (as I do) and assuming

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Scot Hetzel
On Fri, Dec 27, 2013 at 10:08 AM, Warren Block wbl...@wonkity.com wrote: On Fri, 27 Dec 2013, Mathieu Arnold wrote: +--On 27 décembre 2013 10:28:07 -0500 Thomas Hoffmann trh...@gmail.com wrote: | All the examples I've seen for updating bootcode assume GPT. If one has | MBR (as I do) and

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Thomas Hoffmann
On Fri, Dec 27, 2013 at 12:15 PM, Scot Hetzel swhet...@gmail.com wrote: The correct way to install/update ZFS Boot code on an MBR disk is: Install boot Manager (required on first install) # gpart bootcode -b /boot/boot0 ad0 Note: /boot/mbr could also be used if you are not multibooting

NFS - arm/AVILA problem

2013-12-27 Thread Berislav Purgar
Hello I have problem with NFS on current. Timecounters tick every 10.000 msec ada0 at ata0 bus 0 scbus0 target 0 lun 0 ada0: ST640211CF 3.07 CFA-0 device ada0: Serial Number 3ME3GRCZ ada0: 16.700MB/s transfers (PIO4, PIO 8192bytes) ada0: 3906MB (7999488 512 byte sectors: 16H 63S/T 7936C)

Re: panic on sparc64 running 10-beta4

2013-12-27 Thread Marius Strobl
On Sun, Dec 08, 2013 at 02:50:23PM +0100, Marius Strobl wrote: On Wed, Dec 04, 2013 at 11:01:30AM -0500, Kurt Lidl wrote: I installed a sparc V120 (4GB memory, dual 72GB disks) with the 10-beta4 install image today. Installation went fine. I rebooted the machine, and then went to get

Re: Committing PEFS to CURRENT

2013-12-27 Thread Alexandre Biancalana
On Tue, Oct 8, 2013 at 12:12 AM, Gleb Kurtsou gleb.kurt...@gmail.comwrote: On (07/10/2013 21:59), Outback Dingo wrote: On Mon, Oct 7, 2013 at 9:42 PM, Gleb Kurtsou gleb.kurt...@gmail.com wrote: On Mon, Oct 7, 2013 at 6:24 PM, John-Mark Gurney j...@funkthat.com wrote: But will

Re: Committing PEFS to CURRENT

2013-12-27 Thread John-Mark Gurney
Alexandre Biancalana wrote this message on Fri, Dec 27, 2013 at 17:20 -0200: On Tue, Oct 8, 2013 at 12:12 AM, Gleb Kurtsou gleb.kurt...@gmail.comwrote: On (07/10/2013 21:59), Outback Dingo wrote: On Mon, Oct 7, 2013 at 9:42 PM, Gleb Kurtsou gleb.kurt...@gmail.com wrote: On Mon,

Re: NFS - arm/AVILA problem

2013-12-27 Thread Rick Macklem
Berislav Purgar wrote: Hello I have problem with NFS on current. Timecounters tick every 10.000 msec ada0 at ata0 bus 0 scbus0 target 0 lun 0 ada0: ST640211CF 3.07 CFA-0 device ada0: Serial Number 3ME3GRCZ ada0: 16.700MB/s transfers (PIO4, PIO 8192bytes) ada0: 3906MB (7999488

Re: panic on sparc64 running 10-beta4

2013-12-27 Thread Kurt Lidl
On 12/27/13 1:42 PM, Marius Strobl wrote: On Sun, Dec 08, 2013 at 02:50:23PM +0100, Marius Strobl wrote: On Wed, Dec 04, 2013 at 11:01:30AM -0500, Kurt Lidl wrote: I installed a sparc V120 (4GB memory, dual 72GB disks) with the 10-beta4 install image today. Installation went fine. I rebooted

Re: iwn trouble

2013-12-27 Thread Adrian Chadd
Hi, I just fixed the Intel 6150 support. I'm emailing this from said Intel 6150. Please update to the very latest -HEAD and try! Thanks! -a On 22 December 2013 06:25, Hannes Mehnert han...@mehnert.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA384 Hi, I'm running current and