Re: Panic during -CURRENT buildworld

2001-05-19 Thread Niels Chr. Bank-Pedersen
On Fri, May 18, 2001 at 09:25:59PM -0700, David Wolfskill wrote: I haven't seen anyone else reporting any problems similar to what I experienced, so I'm not about to claim there's something that's definitely broken I have seen exactly the same - the machine (IBM thinkpad T21) freezes

panic: workitem_free: still on list

2001-05-19 Thread Bob Bishop
Hi, This happened during a buildworld with a kernel built from: cvsup Fri May 18 04:06:02 BST 2001 On reboot, I got the manual fsck jive with the bad superblock: values disagree ,,with,, first alternate, and had to re-enable softupdates on / Config is basically GENERIC + SMP. dmesg is

Re: GENERIC kernel hangs at boot (uhci-related)

2001-05-19 Thread John Polstra
In article [EMAIL PROTECTED], Warner Losh [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] John Polstra writes: : When booting GENERIC, the kernel probes most (all?) of the devices and : gets to the point where it says, Waiting 15 seconds for SCSI devices : to settle. At that point it

Re: GENERIC kernel hangs at boot (uhci-related)

2001-05-19 Thread John Polstra
I have some more information about this now. There is a BIOS knob USB IRQ which can be set to Disabled or Enabled. If it is Disabled, the hangs occur as I described. If it is Enabled, everything works fine. I think it ought to boot in either case (-4.x does). I am not actually using the USB

Re: GENERIC kernel hangs at boot (uhci-related)

2001-05-19 Thread Mike Smith
I have some more information about this now. There is a BIOS knob USB IRQ which can be set to Disabled or Enabled. If it is Disabled, the hangs occur as I described. If it is Enabled, everything works fine. I think it ought to boot in either case (-4.x does). I am not actually using the

Re: GENERIC kernel hangs at boot (uhci-related)

2001-05-19 Thread John Polstra
In article [EMAIL PROTECTED], John Polstra [EMAIL PROTECTED] wrote: I have a strong suspicion that backing out sys/pci/uhci_pci.c revision 1.32 will make this problem go away. I'll test that next. Yep, I reverted that file to revision 1.31 and the hangs went away even with the USB IRQ

Re: GENERIC kernel hangs at boot (uhci-related)

2001-05-19 Thread John Polstra
In article [EMAIL PROTECTED], Mike Smith [EMAIL PROTECTED] wrote: You're not tying up an interrupt; PCI interrupts are shared. With the new PCI code, even if you turn it off, we'll just turn it right back on again. 8) But if IRQ 5 is assigned to the uhci device, then it's not available

Re: GENERIC kernel hangs at boot (uhci-related)

2001-05-19 Thread Mike Smith
In article [EMAIL PROTECTED], Mike Smith [EMAIL PROTECTED] wrote: You're not tying up an interrupt; PCI interrupts are shared. With the new PCI code, even if you turn it off, we'll just turn it right back on again. 8) But if IRQ 5 is assigned to the uhci device, then it's not

Do they know your secrets?

2001-05-19 Thread craig19_633
Title: WebDetective2001 Web Detective 2001 The easy way to find the Truth about anyone and anything with Web Detective 2001 Stop Wasting Your Time on Search Engines that

panic: mutex vm not owned...

2001-05-19 Thread Szilveszter Adam
Hello everybody, I guess I was just being too happy so it had to get me this time:-) I was building Mozilla when it struck. Today's -CURRENT, kernel world in sync, no softupdates. panic: mutex vm not owned at ../../vm/vm_page.h:328 Debugger(panic) Stopped at Debugger trace: Debugger panic

Re: panic: workitem_free: still on list

2001-05-19 Thread Alex Zepeda
On Sat, May 19, 2001 at 02:53:57PM +0100, Bob Bishop wrote: On reboot, I got the manual fsck jive with the bad superblock: values disagree ,,with,, first alternate, and had to re-enable softupdates on / This hasn't bit me ever. Abridged backtrace: panic() workitem_free()

Re: panic: mutex vm not owned...

2001-05-19 Thread Alfred Perlstein
* Szilveszter Adam [EMAIL PROTECTED] [010519 16:53] wrote: Hello everybody, I guess I was just being too happy so it had to get me this time:-) I was building Mozilla when it struck. Today's -CURRENT, kernel world in sync, no softupdates. panic: mutex vm not owned at

Re: panic: mutex vm not owned...

2001-05-19 Thread Alfred Perlstein
* Alfred Perlstein [EMAIL PROTECTED] [010519 21:57] wrote: * Szilveszter Adam [EMAIL PROTECTED] [010519 16:53] wrote: Hello everybody, I guess I was just being too happy so it had to get me this time:-) I was building Mozilla when it struck. Today's -CURRENT, kernel world in sync, no

kernel trap 12 with interrupts disabled

2001-05-19 Thread Michael Harnois
is the message I get as soon as I'm done booting with a kernel build from this evening's cvsup. No other messages ... sorry, no serial console ... -- Michael D. Harnois[EMAIL PROTECTED] Redeemer Lutheran Church Washburn, Iowa Censorship is the

Re: kernel trap 12 with interrupts disabled

2001-05-19 Thread Alfred Perlstein
* Michael Harnois [EMAIL PROTECTED] [010519 22:44] wrote: is the message I get as soon as I'm done booting with a kernel build from this evening's cvsup. No other messages ... sorry, no serial console ... You'll have to provide more info before anyone can help you. Can you at least get a DDB

Re: Panic during -CURRENT buildworld

2001-05-19 Thread Clive Lin
Panic w/ softupdate disappears after I grab this revision of ffs_softdep.c: ident /usr/src/sys/ufs/ffs/ffs_softdep.c /usr/src/sys/ufs/ffs/ffs_softdep.c: $FreeBSD: src/sys/ufs/ffs/ffs_softdep.c,v 1.97 2001/05/19 19:24:26 mckusick Exp $ Now it's fairly smooth to buildworld, installworld,