Re: Updating the tuning man page

2012-03-26 Thread Kevin Oberman
On Mon, Mar 26, 2012 at 8:55 PM, Eitan Adler wrote: > As some of you may know there is/was an effort to rewrite the tuning > man page at http://wiki.freebsd.org/SystemTuning . At the moment it > seems to have a lot of content with questions and unconfirmed data. > Any effort spent on improving the

Updating the tuning man page

2012-03-26 Thread Eitan Adler
As some of you may know there is/was an effort to rewrite the tuning man page at http://wiki.freebsd.org/SystemTuning . At the moment it seems to have a lot of content with questions and unconfirmed data. Any effort spent on improving the page would go a long way to improving the documentation. If

Re: DTrace/MIPS port

2012-03-26 Thread Adrian Chadd
On 26 March 2012 15:01, Oleksandr Tymoshenko wrote: > > These changes are now committed into the FreeBSD HEAD branch Great work! Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscri

Re: DTrace/MIPS port

2012-03-26 Thread Oleksandr Tymoshenko
On 01/03/2012 1:49 PM, Oleksandr Tymoshenko wrote: Hello, Last few weeks I've been working on DTrace port for MIPS architecture. I believe that project reached the stage when it's ready for public review/testing before going into the tree. Patch and some information could be found here: http://

Re: general protection fault panic

2012-03-26 Thread Steve Kargl
On Mon, Mar 26, 2012 at 04:17:50PM -0400, John Baldwin wrote: > On Monday, March 26, 2012 1:59:18 pm Steve Kargl wrote: > > On Mon, Mar 26, 2012 at 01:53:25PM -0400, John Baldwin wrote: > > > On Monday, March 26, 2012 1:41:55 pm Steve Kargl wrote: > > > > On Mon, Mar 26, 2012 at 01:18:37PM -0400, J

Re: general protection fault panic

2012-03-26 Thread Jos Backus
On Mon, Mar 26, 2012 at 1:29 PM, John Baldwin wrote: > On Monday, March 26, 2012 1:51:59 pm Jos Backus wrote: >> On Mon, Mar 26, 2012 at 10:41 AM, Steve Kargl >> wrote: >> > On Mon, Mar 26, 2012 at 01:18:37PM -0400, John Baldwin wrote: >> >> On Monday, March 26, 2012 12:21:29 pm Steve Kargl wrote

Re: general protection fault panic

2012-03-26 Thread John Baldwin
On Monday, March 26, 2012 1:51:59 pm Jos Backus wrote: > On Mon, Mar 26, 2012 at 10:41 AM, Steve Kargl > wrote: > > On Mon, Mar 26, 2012 at 01:18:37PM -0400, John Baldwin wrote: > >> On Monday, March 26, 2012 12:21:29 pm Steve Kargl wrote: > >> > >> You know your APIC ID is 0, so you should be abl

Re: general protection fault panic

2012-03-26 Thread John Baldwin
On Monday, March 26, 2012 1:59:18 pm Steve Kargl wrote: > On Mon, Mar 26, 2012 at 01:53:25PM -0400, John Baldwin wrote: > > On Monday, March 26, 2012 1:41:55 pm Steve Kargl wrote: > > > On Mon, Mar 26, 2012 at 01:18:37PM -0400, John Baldwin wrote: > > > > On Monday, March 26, 2012 12:21:29 pm Steve

Re: general protection fault panic

2012-03-26 Thread Steve Kargl
On Mon, Mar 26, 2012 at 01:53:25PM -0400, John Baldwin wrote: > On Monday, March 26, 2012 1:41:55 pm Steve Kargl wrote: > > On Mon, Mar 26, 2012 at 01:18:37PM -0400, John Baldwin wrote: > > > On Monday, March 26, 2012 12:21:29 pm Steve Kargl wrote: > > > > > > You know your APIC ID is 0, so you sh

Re: general protection fault panic

2012-03-26 Thread John Baldwin
On Monday, March 26, 2012 1:41:55 pm Steve Kargl wrote: > On Mon, Mar 26, 2012 at 01:18:37PM -0400, John Baldwin wrote: > > On Monday, March 26, 2012 12:21:29 pm Steve Kargl wrote: > > > > You know your APIC ID is 0, so you should be able to find the IRQ for > > vector > > 51 from here in apic_i

Re: general protection fault panic

2012-03-26 Thread Jos Backus
On Mon, Mar 26, 2012 at 10:41 AM, Steve Kargl wrote: > On Mon, Mar 26, 2012 at 01:18:37PM -0400, John Baldwin wrote: >> On Monday, March 26, 2012 12:21:29 pm Steve Kargl wrote: >> >> You know your APIC ID is 0, so you should be able to find the IRQ for vector >> 51 from here in apic_idt_to_irq():

Re: general protection fault panic

2012-03-26 Thread Steve Kargl
On Mon, Mar 26, 2012 at 01:18:37PM -0400, John Baldwin wrote: > On Monday, March 26, 2012 12:21:29 pm Steve Kargl wrote: > > You know your APIC ID is 0, so you should be able to find the IRQ for vector > 51 from here in apic_idt_to_irq(): > > irq = lapics[apic_id].la_ioint_irqs[vector - AP

Re: general protection fault panic

2012-03-26 Thread John Baldwin
On Monday, March 26, 2012 12:21:29 pm Steve Kargl wrote: > On Mon, Mar 26, 2012 at 08:43:59AM -0700, Steve Kargl wrote: > > On Mon, Mar 26, 2012 at 10:59:35AM -0400, John Baldwin wrote: > > > On Friday, March 23, 2012 6:23:13 pm Steve Kargl wrote: > > > > Haven't seen one of these in a long time. >

Re: ACPI refcount increasing

2012-03-26 Thread Sevan / Venture37
On 26/03/2012 06:42, Poul-Henning Kamp wrote: I tried -current as of approx one day ago and was greeted with a kernel printf flooding the screen with something about a ACPI(?) mutex(?) refcount increasing. I got the same when I built a new kernel last Thursday. Sevan panic: from debugger G

Re: ACPI refcount increasing

2012-03-26 Thread Jung-uk Kim
On Monday 26 March 2012 01:42 am, Poul-Henning Kamp wrote: > I tried -current as of approx one day ago and was greeted with a > kernel printf flooding the screen with something about a ACPI(?) > mutex(?) refcount increasing. > > I were unable to divine any identifying info from the messages > becau

Re: general protection fault panic

2012-03-26 Thread Steve Kargl
On Mon, Mar 26, 2012 at 08:43:59AM -0700, Steve Kargl wrote: > On Mon, Mar 26, 2012 at 10:59:35AM -0400, John Baldwin wrote: > > On Friday, March 23, 2012 6:23:13 pm Steve Kargl wrote: > > > Haven't seen one of these in a long time. > > > > > > %uname -a > > > FreeBSD troutmask.apl.washington.edu

Re: /usr/bin/tar creates invalid lib file

2012-03-26 Thread Tim Kientzle
On Mar 26, 2012, at 1:42 AM, Andriy Gapon wrote: > on 26/03/2012 11:04 Boris Samorodov said the following: >> 26.03.2012 03:25, Tim Kientzle пишет: >>> Boris: What filesystem are you using? >> >> zfs >> > > Could this particular instance of the problem be triggered by > http://www.freebsd.org/

Re: general protection fault panic

2012-03-26 Thread Steve Kargl
On Mon, Mar 26, 2012 at 10:59:35AM -0400, John Baldwin wrote: > On Friday, March 23, 2012 6:23:13 pm Steve Kargl wrote: > > Haven't seen one of these in a long time. > > > > %uname -a > > FreeBSD troutmask.apl.washington.edu 10.0-CURRENT FreeBSD > > 10.0-CURRENT #0 r233282: Wed Mar 21 12:39:16 PDT

[head tinderbox] failure on ia64/ia64

2012-03-26 Thread FreeBSD Tinderbox
TB --- 2012-03-26 15:19:45 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-26 15:19:45 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-03-26 15:19:45 - cleaning the object tree TB --- 2012-03-26 15:19:45 - cvsupping the source tree TB --- 2012-03-26 15:19:45 - /usr/bin/c

[head tinderbox] failure on i386/i386

2012-03-26 Thread FreeBSD Tinderbox
TB --- 2012-03-26 13:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-26 13:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-03-26 13:20:00 - cleaning the object tree TB --- 2012-03-26 13:20:05 - cvsupping the source tree TB --- 2012-03-26 13:20:05 - /usr/bin/c

[head tinderbox] failure on i386/pc98

2012-03-26 Thread FreeBSD Tinderbox
TB --- 2012-03-26 13:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-26 13:20:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-03-26 13:20:00 - cleaning the object tree TB --- 2012-03-26 13:20:00 - cvsupping the source tree TB --- 2012-03-26 13:20:00 - /usr/bin/c

Re: general protection fault panic

2012-03-26 Thread John Baldwin
On Friday, March 23, 2012 6:23:13 pm Steve Kargl wrote: > Haven't seen one of these in a long time. > > %uname -a > FreeBSD troutmask.apl.washington.edu 10.0-CURRENT FreeBSD > 10.0-CURRENT #0 r233282: Wed Mar 21 12:39:16 PDT 2012 > ka...@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/SPEW amd6

Re: LSI supported mps(4) driver available

2012-03-26 Thread Gary Palmer
On Mon, Mar 26, 2012 at 08:05:59PM +1030, Matt Thyer wrote: > On Mar 26, 2012 3:43 AM, "Garrett Cooper" wrote: > > > > On Sun, Mar 25, 2012 at 5:16 AM, Matt Thyer wrote: > > > On 21 January 2012 09:58, Kenneth D. Merry wrote: > > > > > >> On Fri, Jan 20, 2012 at 23:14:20 -, Steven Hartland w

Re: Virtual Manager Vacancy

2012-03-26 Thread Matthias Apitz
El día Monday, March 26, 2012 a las 07:12:20AM -0500, Chuck Burns escribió: > On 3/25/2012 9:35 PM, Super Bisquit wrote: > > I'm a retired 69 year old pregnant male looking for part-time work > > during my career break. > > I'm not a pregnant male, I just look like it > > ouch. :( D

[head tinderbox] failure on amd64/amd64

2012-03-26 Thread FreeBSD Tinderbox
TB --- 2012-03-26 07:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-26 07:00:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-03-26 07:00:00 - cleaning the object tree TB --- 2012-03-26 07:00:00 - cvsupping the source tree TB --- 2012-03-26 07:00:00 - /usr/bin

Re: /usr/bin/tar creates invalid lib file

2012-03-26 Thread Andriy Gapon
on 26/03/2012 15:01 Boris Samorodov said the following: > On 26.03.2012 15:36, Andriy Gapon wrote: >> on 26/03/2012 13:30 Boris Samorodov said the following: >>> On 26.03.2012 12:42, Andriy Gapon wrote: on 26/03/2012 11:04 Boris Samorodov said the following: > 26.03.2012 03:25, Tim Kientzl

Re: Virtual Manager Vacancy

2012-03-26 Thread Chuck Burns
On 3/25/2012 9:35 PM, Super Bisquit wrote: I'm a retired 69 year old pregnant male looking for part-time work during my career break. I'm not a pregnant male, I just look like it ouch. :( Chuck ___ freebsd-current@freebsd.org mailing lis

Re: /usr/bin/tar creates invalid lib file

2012-03-26 Thread Boris Samorodov
On 26.03.2012 15:36, Andriy Gapon wrote: on 26/03/2012 13:30 Boris Samorodov said the following: On 26.03.2012 12:42, Andriy Gapon wrote: on 26/03/2012 11:04 Boris Samorodov said the following: 26.03.2012 03:25, Tim Kientzle пишет: Boris: What filesystem are you using? zfs Could this p

Re: /usr/bin/tar creates invalid lib file

2012-03-26 Thread Andriy Gapon
on 26/03/2012 13:30 Boris Samorodov said the following: > On 26.03.2012 12:42, Andriy Gapon wrote: >> on 26/03/2012 11:04 Boris Samorodov said the following: >>> 26.03.2012 03:25, Tim Kientzle пишет: Boris: What filesystem are you using? >>> >>> zfs >> >> Could this particular instance of the

Re: /usr/bin/tar creates invalid lib file

2012-03-26 Thread Boris Samorodov
On 26.03.2012 12:42, Andriy Gapon wrote: on 26/03/2012 11:04 Boris Samorodov said the following: 26.03.2012 03:25, Tim Kientzle пишет: Boris: What filesystem are you using? zfs Could this particular instance of the problem be triggered by http://www.freebsd.org/cgi/query-pr.cgi?pr=164445

[head tinderbox] failure on mips/mips

2012-03-26 Thread FreeBSD Tinderbox
TB --- 2012-03-26 09:16:28 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-26 09:16:28 - starting HEAD tinderbox run for mips/mips TB --- 2012-03-26 09:16:28 - cleaning the object tree TB --- 2012-03-26 09:16:31 - cvsupping the source tree TB --- 2012-03-26 09:16:31 - /usr/bin/c

Re: LSI supported mps(4) driver available

2012-03-26 Thread Matt Thyer
On Mar 26, 2012 3:43 AM, "Garrett Cooper" wrote: > > On Sun, Mar 25, 2012 at 5:16 AM, Matt Thyer wrote: > > On 21 January 2012 09:58, Kenneth D. Merry wrote: > > > >> On Fri, Jan 20, 2012 at 23:14:20 -, Steven Hartland wrote: > >> > - Original Message - > >> > From: "Kenneth D. Merry

[head tinderbox] failure on i386/i386

2012-03-26 Thread FreeBSD Tinderbox
TB --- 2012-03-26 07:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-26 07:00:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-03-26 07:00:00 - cleaning the object tree TB --- 2012-03-26 07:00:04 - cvsupping the source tree TB --- 2012-03-26 07:00:04 - /usr/bin/c

Re: /usr/bin/tar creates invalid lib file

2012-03-26 Thread Andriy Gapon
on 26/03/2012 11:04 Boris Samorodov said the following: > 26.03.2012 03:25, Tim Kientzle пишет: >> Boris: What filesystem are you using? > > zfs > Could this particular instance of the problem be triggered by http://www.freebsd.org/cgi/query-pr.cgi?pr=164445 ? -- Andriy Gapon

Re: /usr/bin/tar creates invalid lib file

2012-03-26 Thread Boris Samorodov
26.03.2012 03:25, Tim Kientzle пишет: > > On Mar 25, 2012, at 2:43 PM, Gleb Kurtsou wrote: > >> On (25/03/2012 10:53), Tim Kientzle wrote: >>> >>> On Mar 25, 2012, at 5:53 AM, Boris Samorodov wrote: >>> On 24.03.2012 21:00, Tim Kientzle wrote: > > On Mar 23, 2012, at 9:51 PM, Boris S