Re: DTrace unable to dump typedef'ed argument

2011-08-16 Thread Shrikanth Kamath
Nice. I checked that, things are looking more interesting now :) Thanks Ambrose. On Mon, Aug 15, 2011 at 6:29 AM, ambrosehuang ambrose ambrose...@gmail.com wrote: it has been fixed by kern/159064: [dtrace] MFC request for dtrace to fix invalid probe specifier 2011/8/14 ambrosehuang ambrose

Re: Clock stalls on Sabertooth 990FX

2011-08-16 Thread ambrosehuang ambrose
2011/8/16 Joe Schaefer joes...@gmail.com FWIW here's a patch I needed to get buildworld to complete against head (as of today): Index: secure/libexec/ssh-keysign/Makefile === --- secure/libexec/ssh-keysign/Makefile (revision

Alternate source trees

2011-08-16 Thread Matt Burke
I'm trying to setup a box to do automated FreeBSD builds for other hosts from multiple source trees. I have a couple of source trees mounted - for legibility's sake let's say /build/stable and /build/current. I also have a few obj dirs for different targets. The current obj tree is symlinked to

Re: top(1) loses process user time count when threads end

2011-08-16 Thread John Baldwin
On Saturday, August 06, 2011 1:57:35 pm Yuri wrote: On 08/06/2011 02:11, Alexander Best wrote: On Fri Aug 5 11, Yuri wrote: I have the process that first runs in 3 threads but later two active threads exit. top(1) shows this moment this way (1 sec intervals): 30833 yuri3

Re: Clock stalls on Sabertooth 990FX

2011-08-16 Thread Joe Schaefer
On Tue, Aug 16, 2011 at 7:39 AM, ambrosehuang ambrose ambrose...@gmail.com wrote: 2011/8/16 Joe Schaefer joes...@gmail.com FWIW here's a patch I needed to get buildworld to complete against head (as of today): Index: secure/libexec/ssh-keysign/Makefile

Re: Clock stalls on Sabertooth 990FX

2011-08-16 Thread Alexander Motin
Joe Schaefer wrote: If changing timecounter won't help, try please this patch: --- acpi_hpet.c.prev2010-12-25 11:28:45.0 +0200 +++ acpi_hpet.c 2011-05-11 14:30:59.0 +0300 @@ -190,7 +190,7 @@ restart: bus_write_4(sc-mem_res, HPET_TIMER_COMPARATOR(t-num),

Re: Clock stalls on Sabertooth 990FX

2011-08-16 Thread Joe Schaefer
On Tue, Aug 16, 2011 at 10:42 AM, Alexander Motin m...@freebsd.org wrote: Joe Schaefer wrote: If changing timecounter won't help, try please this patch: --- acpi_hpet.c.prev    2010-12-25 11:28:45.0 +0200 +++ acpi_hpet.c 2011-05-11 14:30:59.0 +0300 @@ -190,7 +190,7 @@

Re: Alternate source trees

2011-08-16 Thread Pieter de Goeje
On Tuesday 16 August 2011 14:09:32 Matt Burke wrote: I'm trying to setup a box to do automated FreeBSD builds for other hosts from multiple source trees. I have a couple of source trees mounted - for legibility's sake let's say /build/stable and /build/current. I also have a few obj dirs for

glabel on 9-BETA1

2011-08-16 Thread Mark Saad
All I was testing out an old bug and I am not sure if there is any known work-around on 9-BETA/HEAD Here is the issue. Install a new server , have it boot into multi-user mode. Then attempt to use glabel to label the root slice root@blindness:~# glabel label rootfs ada0p4 glabel: Can't store

Re: glabel on 9-BETA1

2011-08-16 Thread Test Rat
Mark Saad nones...@longcount.org writes: All I was testing out an old bug and I am not sure if there is any known work-around on 9-BETA/HEAD Here is the issue. Install a new server , have it boot into multi-user mode. Then attempt to use glabel to label the root slice root@blindness:~#

Re: glabel on 9-BETA1

2011-08-16 Thread Mark Saad
On Tue, Aug 16, 2011 at 5:01 PM, Test Rat ttse...@gmail.com wrote: Mark Saad nones...@longcount.org writes: All  I was testing out an old bug and I am not sure if there is any known work-around on 9-BETA/HEAD Here is the  issue.  Install a new server , have it boot into multi-user mode.

building my own release images from -CURRENT

2011-08-16 Thread Sean Bruno
Just trying some hackery with building my own release images from -CURRENT today. I've built world and my kernel, when I enter release and make memstick I get the following: ** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and

Re: building my own release images from -CURRENT

2011-08-16 Thread Test Rat
Sean Bruno sean...@yahoo-inc.com writes: Just trying some hackery with building my own release images from -CURRENT today. I've built world and my kernel, when I enter release and make memstick I get the following: ** Creating the temporary root environment in /var/tmp/temproot ***

Re: [nvi-iconv]Call for test

2011-08-16 Thread Test Rat
Zhihao Yuan lich...@gmail.com writes: On Sun, Aug 14, 2011 at 10:39 AM, Zhihao Yuan lich...@gmail.com wrote: Hi, hackers: My GSoC2011 project, Multibyte Encoding Support in Nvi is ready for testing. The proposal of the project is here:

Re: glabel on 9-BETA1

2011-08-16 Thread Andrey V. Elsukov
On 17.08.2011 0:10, Mark Saad wrote: root@blindness:~# glabel label rootfs ada0p4 glabel: Can't store metadata on ada0p4: Operation not permitted. In 7.2 and prior there was a sysctl that could be tweaked to allow for this to work , kern.geom.debugflag set to 16 would allow this to work.

Re: glabel on 9-BETA1

2011-08-16 Thread Sean
On Wed, 17 Aug 2011, Andrey V. Elsukov wrote: On 17.08.2011 0:10, Mark Saad wrote: root@blindness:~# glabel label rootfs ada0p4 glabel: Can't store metadata on ada0p4: Operation not permitted. In 7.2 and prior there was a sysctl that could be tweaked to allow for this to work ,