Re: DTrace broken on 9.0-Release?

2012-06-14 Thread Garrett Cooper
On Wed, Jun 13, 2012 at 9:33 PM, Ryan Goodfellow rgood...@eecs.wsu.edu wrote: Hi FreeBSD community, Today I downloaded and installed FreeBSD 9.0-RELEASE and followed the directions from http://wiki.freebsd.org/DTrace to get DTrace up and running.  The output of DTrace instrumenting a simple

[head tinderbox] failure on arm/arm

2012-06-14 Thread FreeBSD Tinderbox
TB --- 2012-06-14 07:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-14 07:10:00 - 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: DTrace broken on 9.0-Release?

2012-06-14 Thread Fabian Keil
Ryan Goodfellow rgood...@eecs.wsu.edu wrote: Today I downloaded and installed FreeBSD 9.0-RELEASE and followed the directions from http://wiki.freebsd.org/DTrace to get DTrace up and running. The output of DTrace instrumenting a simple program, however, is not correct. The program is as

csup ends up in sigwai after Shutting down connection to server, never exits

2012-06-14 Thread Anton Shterenlikht
On ia64 r235474 and r235163 I get: # csup -L2 /root/ports-supfile Parsing supfile /root/ports-supfile Connecting to cvsup.uk.FreeBSD.org Connected to 131.111.8.41 Server software version: SNAP_16_1h MD5 authentication started MD5 authentication successful Negotiating file attribute support

Re: csup ends up in sigwai after Shutting down connection to server, never exits

2012-06-14 Thread Anton Shterenlikht
On Thu, Jun 14, 2012 at 11:57:38AM +0100, Anton Shterenlikht wrote: On ia64 r235474 and r235163 I get: # csup -L2 /root/ports-supfile Parsing supfile /root/ports-supfile Connecting to cvsup.uk.FreeBSD.org Connected to 131.111.8.41 Server software version: SNAP_16_1h MD5 authentication

Re: CFR: backup GPT header support in pmbr and loader(8) (Re: Handbook mirroring section)

2012-06-14 Thread Andrey V. Elsukov
On 10.06.2012 17:48, Hiroki Sato wrote: ae Yes, i also have thought about this and this should work for most GEOM classes, ae but i revised again PMBR code and it seems that it will not work anyway :) ae Our PMBR doesn't use backup GPT header and table, and it doesn't verify ae correctness

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-14 Thread Konstantin Belousov
On Wed, Jun 13, 2012 at 08:32:19PM -0700, Tim Kientzle wrote: On Jun 12, 2012, at 1:49 AM, Konstantin Belousov wrote: On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: After investigating the issue it appeared that __flt_rounds symbol is not exported by libc. Applying the following

Re: CFR: backup GPT header support in pmbr and loader(8) (Re: Handbook mirroring section)

2012-06-14 Thread Olivier Smedts
2012/6/14 Andrey V. Elsukov a...@freebsd.org: Also, our PMBR image doesn't contain any partition entries and writing it to the disk with dd(1) makes the system unbootable. What you think if we will add one partition entry to the PMBR image? I modified your patch (the last hunk added) and it is

Re: csup ends up in sigwai after Shutting down connection to server, never exits

2012-06-14 Thread Jeremie Le Hen
Hi Anton, On Thu, Jun 14, 2012 at 11:57:38AM +0100, Anton Shterenlikht wrote: On ia64 r235474 and r235163 I get: # csup -L2 /root/ports-supfile Parsing supfile /root/ports-supfile Connecting to cvsup.uk.FreeBSD.org Connected to 131.111.8.41 Server software version: SNAP_16_1h MD5

Re: CFR: backup GPT header support in pmbr and loader(8) (Re: Handbook mirroring section)

2012-06-14 Thread Andrey V. Elsukov
On 14.06.2012 17:08, Olivier Smedts wrote: 2012/6/14 Andrey V. Elsukov a...@freebsd.org: Also, our PMBR image doesn't contain any partition entries and writing it to the disk with dd(1) makes the system unbootable. What you think if we will add one partition entry to the PMBR image? I

Re: CFR: backup GPT header support in pmbr and loader(8) (Re: Handbook mirroring section)

2012-06-14 Thread Warren Block
On Thu, 14 Jun 2012, Andrey V. Elsukov wrote: On 14.06.2012 17:08, Olivier Smedts wrote: 2012/6/14 Andrey V. Elsukov a...@freebsd.org: Also, our PMBR image doesn't contain any partition entries and writing it to the disk with dd(1) makes the system unbootable. What you think if we will add

Re: csup ends up in sigwai after Shutting down connection to server, never exits

2012-06-14 Thread Anton Shterenlikht
On Thu, Jun 14, 2012 at 03:20:16PM +0200, Jeremie Le Hen wrote: Hi Anton, On Thu, Jun 14, 2012 at 11:57:38AM +0100, Anton Shterenlikht wrote: On ia64 r235474 and r235163 I get: # csup -L2 /root/ports-supfile Parsing supfile /root/ports-supfile Connecting to cvsup.uk.FreeBSD.org

Re: CFR: backup GPT header support in pmbr and loader(8) (Re: Handbook mirroring section)

2012-06-14 Thread John Baldwin
On Thursday, June 14, 2012 8:11:11 am Andrey V. Elsukov wrote: On 10.06.2012 17:48, Hiroki Sato wrote: ae Yes, i also have thought about this and this should work for most GEOM classes, ae but i revised again PMBR code and it seems that it will not work anyway :) ae Our PMBR doesn't use

Re: csup ends up in sigwai after Shutting down connection to server, never exits

2012-06-14 Thread Andreas Tobler
On 14.06.12 17:04, Anton Shterenlikht wrote: On Thu, Jun 14, 2012 at 03:20:16PM +0200, Jeremie Le Hen wrote: Hi Anton, On Thu, Jun 14, 2012 at 11:57:38AM +0100, Anton Shterenlikht wrote: On ia64 r235474 and r235163 I get: # csup -L2 /root/ports-supfile Parsing supfile /root/ports-supfile

Re: DTrace broken on 9.0-Release?

2012-06-14 Thread George Neville-Neil
Top post. File a PR and assign it to me (gnn) please. I'm on vacation until Sunday but I am actively working on DTrace when I'm not on vacation. Best, Geo On Jun 14, 2012, at 02:53 , Fabian Keil wrote: Ryan Goodfellow rgood...@eecs.wsu.edu wrote: Today I downloaded and installed FreeBSD

Re: CFR: backup GPT header support in pmbr and loader(8) (Re: Handbook mirroring section)

2012-06-14 Thread Olivier Smedts
2012/6/14 Andrey V. Elsukov a...@freebsd.org: On 14.06.2012 17:08, Olivier Smedts wrote: 2012/6/14 Andrey V. Elsukov a...@freebsd.org: Also, our PMBR image doesn't contain any partition entries and writing it to the disk with dd(1) makes the system unbootable. What you think if we will add

Re: CFR: backup GPT header support in pmbr and loader(8) (Re: Handbook mirroring section)

2012-06-14 Thread Andrey V. Elsukov
On 14.06.2012 20:05, Olivier Smedts wrote: gpart(8) works only when GPT's geom exists, when PMBR is damaged GEOM_PART_GPT can't detect GPT and thus you can't use it. IMO, GEOM_PART_GPT should not depend on the MBR do detect GPT. That's the problem which should be fixed ; adding a partition

[head tinderbox] failure on arm/arm

2012-06-14 Thread FreeBSD Tinderbox
TB --- 2012-06-14 16:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-14 16:00:00 - 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: DTrace broken on 9.0-Release?

2012-06-14 Thread Ryan Goodfellow
Hi everyone, and thank you for the very prompt responses. I did indeed compile world with CFLAGS+=-fno-omit-frame-poiner in my make.conf. I will file the PR shortly. Thank You Ryan G On Jun 14, 2012, at 9:00 AM, George Neville-Neil g...@neville-neil.com wrote: Top post. File a PR and

[head tinderbox] failure on arm/arm

2012-06-14 Thread FreeBSD Tinderbox
TB --- 2012-06-15 01:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-15 01:00:00 - 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: [head tinderbox] failure on arm/arm

2012-06-14 Thread Warner Losh
On Jun 14, 2012, at 9:11 PM, FreeBSD Tinderbox wrote: /src/sys/arm/s3c2xx0/s3c24x0_machdep.c: In function 'initarm': /src/sys/arm/s3c2xx0/s3c24x0_machdep.c:252: error: too few arguments to function 'fake_preload_metadata' Odd... This looks like a stale build. 252 no longer has that call on

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-14 Thread Tim Kientzle
On Jun 14, 2012, at 5:34 AM, Konstantin Belousov wrote: On Wed, Jun 13, 2012 at 08:32:19PM -0700, Tim Kientzle wrote: On Jun 12, 2012, at 1:49 AM, Konstantin Belousov wrote: On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: After investigating the issue it appeared that __flt_rounds symbol