Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Marc G. Fournier
On Fri, 23 Jun 2006, Charles Swiger wrote: On Jun 23, 2006, at 4:44 PM, Marc G. Fournier wrote: procs memory pagedisks faults cpu r b w avmfre flt re pi po fr sr da0 pa0 in sy cs us sy id 1 42 1 10249060 161668 1290 54 12 3 1409 220

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Chuck Swiger
Marc G. Fournier wrote: [ ... ] 31750 vnode pager pageins 15954 vnode pager pageouts It's the vnode pager, not the swap pager. AIUI, that's mostly paging in and out pages of running binaries (from the image on disk), not moving stuff in and out of swapspace. ah, okay ... Yeah-- it's

kernel can't find root filesystem

2006-06-23 Thread Robert Ames
I have an ancient machine that used to run 5.4-RELEASE. I installed 6.1-RELEASE and since the install the kernel has trouble finding the root filesystem when it boots and prompts me for it each time. After I type in the root filesystem specification at the mountroot prompt it boots up and runs f

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Mark Linimon
On Fri, Jun 23, 2006 at 11:02:35PM -0300, Marc G. Fournier wrote: > Just bothers me that its been running 4.x for 3 years now, no problems > and as soon as I upgrade it to 6.x, all the headaches start :( I am well familiar with Mr. Murphy and all his works :-) mcl

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Marc G. Fournier
On Fri, 23 Jun 2006, Matthew D. Fuller wrote: On Fri, Jun 23, 2006 at 10:02:22PM -0300 I heard the voice of Marc G. Fournier, and lo! it spake thus: Which is odd, no, if I'm hardly swapping? Well, 31750 vnode pager pageins 15954 vnode pager pageouts It's the vnode pager, not the sw

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Matthew D. Fuller
On Fri, Jun 23, 2006 at 10:02:22PM -0300 I heard the voice of Marc G. Fournier, and lo! it spake thus: > > Which is odd, no, if I'm hardly swapping? Well, > >>31750 vnode pager pageins > >>15954 vnode pager pageouts It's the vnode pager, not the swap pager. AIUI, that's mostly paging i

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Marc G. Fournier
On Fri, 23 Jun 2006, Matthew D. Fuller wrote: On Fri, Jun 23, 2006 at 07:12:54PM -0300 I heard the voice of Marc G. Fournier, and lo! it spake thus: 31750 vnode pager pageins 209538 vnode pager pages paged in 15954 vnode pager pageouts 219494 vnode pager pages paged out This ma

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Matthew D. Fuller
On Fri, Jun 23, 2006 at 07:12:54PM -0300 I heard the voice of Marc G. Fournier, and lo! it spake thus: > > 31750 vnode pager pageins >209538 vnode pager pages paged in > 15954 vnode pager pageouts >219494 vnode pager pages paged out This may be something to look at. My workstatio

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Marc G. Fournier
On Fri, 23 Jun 2006, Charles Swiger wrote: On Jun 23, 2006, at 4:44 PM, Marc G. Fournier wrote: procs memory pagedisks faults cpu r b w avmfre flt re pi po fr sr da0 pa0 in sy cs us sy id 1 42 1 10249060 161668 1290 54 12 3 1409 220

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Charles Swiger
On Jun 23, 2006, at 4:44 PM, Marc G. Fournier wrote: procs memory pagedisks faults cpu r b w avmfre flt re pi po fr sr da0 pa0 in sy cs us sy id 1 42 1 10249060 161668 1290 54 12 3 1409 2202 102 0 751 6416 3350 24 15 61 0 3

Re: FreeBSD 6.x on Dual PIII server only seeing one CPU ...

2006-06-23 Thread Vinny Abello
I would double check the second CPU is still functioning. Perhaps the cause of your crash/reboot is the CPU failing and now there is only one functional CPU in the system. Check the POST when the system boots. At 04:44 PM 6/23/2006, Marc G. Fournier wrote: Now, looking back in my /var/log/mes

Re: FreeBSD 6.x on Dual PIII server only seeing one CPU ...

2006-06-23 Thread Marc G. Fournier
Now, looking back in my /var/log/messages files, I was right, it did see two CPUs when I first installed the OS: May 26 20:47:23 pluto kernel: cpu0 (BSP): APIC ID: 3 May 26 20:47:23 pluto kernel: cpu1 (AP): APIC ID: 0 Now, on June 10th, I'm seeing: Jun 10 01:17:03 pluto kernel: iir0: SCSI-B,

vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-23 Thread Marc G. Fournier
The machine doesn't appear to have hung yet, but: procs memory pagedisks faults cpu r b w avmfre flt re pi po fr sr da0 pa0 in sy cs us sy id 1 42 1 10249060 161668 1290 54 12 3 1409 2202 102 0 751 6416 3350 24 15 61 0 39 0 10

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-23 Thread Max Laier
On Friday 23 June 2006 18:03, Gavin Atkinson wrote: > On Fri, 2006-06-23 at 13:46 +0200, Martin Blapp wrote: > > Hi, > > > > Maybe this is the solution ? IMHO there is a race window > > open between the first tp->t_session test and the locking > > of the proc tree. > > I'm not sure if t_session is

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-23 Thread Robert Watson
On Fri, 23 Jun 2006, Martin Blapp wrote: As I understand it, spltty() is now a no-op. Does this mean that this code is now essentially running without any locks that were used to serialise changes to struct tty in days gone by? Or is the whole tty subsystem still running under Giant? I th

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-23 Thread Martin Blapp
Hi, I'm not sure if t_session is supposed to be protected by the proctree Correct. lock though. With an initial glance of the code, it would seem odd to be protected by the proctree lock, although I can't see any other locks Someone with more knowledge of this code will probably know the a

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-23 Thread Gavin Atkinson
On Fri, 2006-06-23 at 13:46 +0200, Martin Blapp wrote: > Hi, > > Maybe this is the solution ? IMHO there is a race window > open between the first tp->t_session test and the locking > of the proc tree. I'm not sure if t_session is supposed to be protected by the proctree lock though. With an ini

Re: Asus A8V IRQ/serial problems

2006-06-23 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Daniel O'Connor" <[EMAIL PROTECTED]> writes: : On Friday 23 June 2006 14:34, M. Warner Losh wrote: : > isa_irq_pending can only really be called on isa bus attachments... : > : > Why don't you have ISA in your kernel. I thought it was still required. :

Re: Help? 6.1-S: Fatal trap 12: page fault while in kernel mode

2006-06-23 Thread Gavin Atkinson
On Thu, 2006-06-15 at 16:22 -0700, David Wolfskill wrote: > I had one of these a couple of weeks ago or so; I had been distracted by > some more urgent matters that came up (the panic was on a machine under > test; the more urgent matters were little things like needing to deploy > a handful of res

ahd(4) poor performance

2006-06-23 Thread Volodymyr Kostyrko
Hi all. > uname -a FreeBSD someserver 6.1-STABLE FreeBSD 6.1-STABLE #13: Thu Jun 22 20:55:06 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/OGRE i386 I have: ahd0: port 0xdc00-0xdcff,0xd800-0xd8ff mem 0xdfbfe000-0xdfbf irq 66 at device 7.0 on pci3 ahd0: [GIANT-LOCKED] aic7902: Ul

FreeBSD 6-STABLE. Route specific send & receive buffer sizes not working?

2006-06-23 Thread Jason Thomson
or am I missing something? See attached file below. route add -sendpipe -recvpipe works on FreeBSD 4.x, but not on 6-STABLE (or on 5.4 either - although that's not shown). I'm trying to set the parameters for specific routes so that I can properly account for the bw delay product. (I don't w

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-23 Thread Martin Blapp
Hi, Maybe this is the solution ? IMHO there is a race window open between the first tp->t_session test and the locking of the proc tree. Martin +++ src/sys/kern/tty.c --- src/sys/kern/tty.c + sx_slock(&proctree_lock); if (tp->t_session) { -

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-23 Thread Martin Blapp
Hi, (kgdb) p *tp->t_session Cannot access memory at address 0x0 So here the problem is. Why is tp->t_session empty ? Maybe it has been already free() earlier and we have some race here ? "Race" was exactly my conclusion last time I looked into this. http://docs.FreeBSD.org/cgi/mid.cgi?200412

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-23 Thread Gavin Atkinson
On Thu, 2006-06-22 at 23:27 +0200, Martin Blapp wrote: > Hi, > > >>> Unfortunaltly I get this with the debug kernel. > >>> Does one have to boot with the debug.kernel itself > >>> to get a trace which is usable ? > > Sigh. A recompile helped ! > > (kgdb) where > #0 doadump () at pcpu.h:165 > #1

Re: hp-dx5150/panic on boot

2006-06-23 Thread Danny Braniss
> > > hi, > > > this box (HP-dx5150/amd dual core) panics with > > > panic: ohci_add_done: addr 0x000cdc30 not found > > > in both 32/64bit mode with a very resent 6.1. > > > the verbose boot is in: > > > ftp://ftp/users/danny/freebsd/hp-dx5150.cons > > sould be: > > ftp://ftp.cs.huji.ac.il

Re: hp-dx5150/panic on boot

2006-06-23 Thread Danny Braniss
> > hi, > > this box (HP-dx5150/amd dual core) panics with > > panic: ohci_add_done: addr 0x000cdc30 not found > > in both 32/64bit mode with a very resent 6.1. > > the verbose boot is in: > > ftp://ftp/users/danny/freebsd/hp-dx5150.cons > sould be: > ftp://ftp.cs.huji.ac.il/users/dan