Bug 176591 - Panic at reboot on 9.1-RELEASE (GENERIC) when ipmi.ko is loaded
Summary: Panic at reboot on 9.1-RELEASE (GENERIC) when ipmi.ko is loaded
Status: Closed DUPLICATE of bug 171524
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 9.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: John Baldwin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 18:50 UTC by Alan Amesbury
Modified: 2015-02-06 16:40 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Amesbury 2013-03-01 18:50:00 UTC
On a vanilla installation of 9.1-RELEASE (straight from memstick), the system panics during a reboot when the ipmi kernel module is loaded.  The system behaves normally when the ipmi kernel module is not loaded.

Ordinary crash dumps didn't work, as the ability to write to the RAID on the system in question appeared to go away during the panic.  However, I was able to get the system to save a crash dump to a USB drive.  'kgdb' output is below.  I've also included the output of /var/run/dmesg.boot (also below).

The panic only seems to occur during reboot.  The system is otherwise stable, and has been subjected to some moderate disk- and memory-intensive loads for testing.  The only reasons the panic at reboot bugs me are a) it causes at least some of the filesystems to be uncleanly unmounted, and b) it shouldn't happen.  :-\

The hardware is a Dell PowerEdge R720, nothing terribly exotic.  I don't think it should make a difference, but I disabled the "lifecycle controller" stuff in BIOS.  Again, I've exercised the host; it seems to be OK.

I looked the PR database over and didn't see any bugs similar to this one.  I've also spent a bit of time with Google, and it looks like this is something not many people have yet encountered.  I don't know if that's because GENERIC doesn't include ipmi.ko and so people generally aren't encountering it, if my hardware is strange, some combination of the two, or something else entirely.

The crashdump compressed to about 26MB, which is a bit large to include here.  Please let me know if having access to it will help, and I'll try to make it available.  Also, let me know if you need additional information, or need me to try something else.

Thanks in advance.







#######################################  kgdb  OUTPUT STARTS

root@setup3:/boot/kernel # pwd
/boot/kernel
root@setup3:/boot/kernel # kgdb kernel /var/crash/vmcore.0
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...

Unread portion of the kernel message buffer:
<118>Mar  1 11:35:49 setup3 syslogd: exiting on signal 15
Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done

Waiting (max 60 seconds) for system process `syncer' to stop...Syncing disks, vnodes remaining...3 Sleeping thread (tid 100175, pid 17) owns a non-sleepable lock
KDB: stack backtrace of thread 100175:
#0 0xffffffff808f2d46 at mi_switch+0x186
#1 0xffffffff8092bb52 at sleepq_wait+0x42
#2 0xffffffff808f34d6 at _sleep+0x376
#3 0xffffffff81524227 at ipmi_submit_driver_request+0x97
#4 0xffffffff815249df at ipmi_set_watchdog+0xaf
#5 0xffffffff81524c8f at ipmi_wd_event+0x8f
#6 0xffffffff807bba7f at kern_do_pat+0x9f
#7 0xffffffff80983d17 at sched_sync+0x1e7
#8 0xffffffff808bb9ef at fork_exit+0x11f
#9 0xffffffff80bc368e at fork_trampoline+0xe
panic: sleeping thread
cpuid = 5
KDB: stack backtrace:
#0 0xffffffff809208a6 at kdb_backtrace+0x66
#1 0xffffffff808ea8be at panic+0x1ce
#2 0xffffffff8092ed22 at propagate_priority+0x1d2
#3 0xffffffff8092fa4e at turnstile_wait+0x1be
#4 0xffffffff808d8d48 at _mtx_lock_sleep+0xd8
#5 0xffffffff8097d543 at vn_syncer_add_to_worklist+0x143
#6 0xffffffff80981654 at reassignbuf+0xe4
#7 0xffffffff80965d52 at bdirty+0x42
#8 0xffffffff80969dc2 at bdwrite+0x52
#9 0xffffffff80af44d9 at ffs_freefile+0x269
#10 0xffffffff80b09041 at handle_workitem_freefile+0x101
#11 0xffffffff80b094d7 at process_worklist_item+0x377
#12 0xffffffff80b0d206 at softdep_process_worklist+0x96
#13 0xffffffff80b0f817 at softdep_flush+0x197
#14 0xffffffff808bb9ef at fork_exit+0x11f
#15 0xffffffff80bc368e at fork_trampoline+0xe
Uptime: 1m27s
Dumping 2568 out of 65471 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91%

Reading symbols from /boot/kernel/ipmi.ko...Reading symbols from /boot/kernel/ipmi.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ipmi.ko
Reading symbols from /boot/kernel/smbus.ko...Reading symbols from /boot/kernel/smbus.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/smbus.ko
#0  doadump (textdump=Variable "textdump" is not available.
) at pcpu.h:224
224     pcpu.h: No such file or directory.
        in pcpu.h
(kgdb) bt
#0  doadump (textdump=Variable "textdump" is not available.
) at pcpu.h:224
#1  0xffffffff808ea3a1 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:448
#2  0xffffffff808ea897 in panic (fmt=0x1 <Address 0x1 out of bounds>) at /usr/src/sys/kern/kern_shutdown.c:636
#3  0xffffffff8092ed22 in propagate_priority (td=Variable "td" is not available.
) at /usr/src/sys/kern/subr_turnstile.c:227
#4  0xffffffff8092fa4e in turnstile_wait (ts=Variable "ts" is not available.
) at /usr/src/sys/kern/subr_turnstile.c:743
#5  0xffffffff808d8d48 in _mtx_lock_sleep (m=0xffffffff812779e0, tid=18446741875159861472, opts=Variable "opts" is not available.
) at /usr/src/sys/kern/kern_mutex.c:471
#6  0xffffffff8097d543 in vn_syncer_add_to_worklist (bo=0xfffffe00250c2120, delay=28) at /usr/src/sys/kern/vfs_subr.c:1689
#7  0xffffffff80981654 in reassignbuf (bp=0xffffff8f829f6cc0) at /usr/src/sys/kern/vfs_subr.c:2023
#8  0xffffffff80965d52 in bdirty (bp=Variable "bp" is not available.
) at /usr/src/sys/kern/vfs_bio.c:1139
#9  0xffffffff80969dc2 in bdwrite (bp=0xffffff8f829f6cc0) at /usr/src/sys/kern/vfs_bio.c:1059
#10 0xffffffff80af44d9 in ffs_freefile (ump=Variable "ump" is not available.
) at /usr/src/sys/ufs/ffs/ffs_alloc.c:2224
#11 0xffffffff80b09041 in handle_workitem_freefile (freefile=0xfffffe00255c9c00) at /usr/src/sys/ufs/ffs/ffs_softdep.c:9435
#12 0xffffffff80b094d7 in process_worklist_item (mp=0xfffffe00250c0c60, target=10, flags=512) at /usr/src/sys/ufs/ffs/ffs_softdep.c:1745
#13 0xffffffff80b0d206 in softdep_process_worklist (mp=0xfffffe00250c0c60, full=0) at /usr/src/sys/ufs/ffs/ffs_softdep.c:1517
#14 0xffffffff80b0f817 in softdep_flush () at /usr/src/sys/ufs/ffs/ffs_softdep.c:1373
#15 0xffffffff808bb9ef in fork_exit (callout=0xffffffff80b0f680 <softdep_flush>, arg=0x0, frame=0xffffff9180cf3b00)
    at /usr/src/sys/kern/kern_fork.c:992
#16 0xffffffff80bc368e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:602
#17 0x0000000000000000 in ?? ()
#18 0x0000000000000000 in ?? ()
#19 0x0000000000000001 in ?? ()
#20 0x0000000000000000 in ?? ()
#21 0x0000000000000000 in ?? ()
#22 0x0000000000000000 in ?? ()
#23 0x0000000000000000 in ?? ()
#24 0x0000000000000000 in ?? ()
#25 0x0000000000000000 in ?? ()
#26 0x0000000000000000 in ?? ()
#27 0x0000000000000000 in ?? ()
#28 0x0000000000000000 in ?? ()
#29 0x0000000000000000 in ?? ()
#30 0x0000000000000000 in ?? ()
#31 0x0000000000000000 in ?? ()
#32 0x0000000000000000 in ?? ()
#33 0x0000000000000000 in ?? ()
#34 0x0000000000000000 in ?? ()
#35 0x0000000000000000 in ?? ()
#36 0x0000000000000000 in ?? ()
#37 0x0000000000000000 in ?? ()
#38 0x0000000000000000 in ?? ()
#39 0x0000000000000000 in ?? ()
#40 0x0000000000000000 in ?? ()
#41 0x0000000000000005 in ?? ()
#42 0xffffffff81244180 in tdq_cpu ()
#43 0xfffffe001c3a08e0 in ?? ()
#44 0x0000000000000000 in ?? ()
#45 0xffffff9180cf3950 in ?? ()
#46 0xffffff9180cf38f8 in ?? ()
#47 0xfffffe0019ca18e0 in ?? ()
#48 0xffffffff8091352e in sched_switch (td=0xffffffff812228a0, newtd=0x0, flags=Variable "flags" is not available.
) at /usr/src/sys/kern/sched_ule.c:1921
Previous frame inner to this frame (corrupt stack?)
(kgdb)





#######################################  /var/run/dmesg.boot  STARTS

Copyright (c) 1992-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012
    root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
CPU: Intel(R) Xeon(R) CPU E5-2650L 0 @ 1.80GHz (1800.04-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x206d7  Family = 6  Model = 2d  Stepping = 7
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x1fbee3ff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant, performance statistics
real memory  = 68719476736 (65536 MB)
avail memory = 66202648576 (63135 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <DELL   PE_SC3  >
FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs
FreeBSD/SMP: 2 package(s) x 8 core(s) x 2 SMT threads
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
 cpu4 (AP): APIC ID:  4
 cpu5 (AP): APIC ID:  5
 cpu6 (AP): APIC ID:  6
 cpu7 (AP): APIC ID:  7
 cpu8 (AP): APIC ID:  8
 cpu9 (AP): APIC ID:  9
 cpu10 (AP): APIC ID: 10
 cpu11 (AP): APIC ID: 11
 cpu12 (AP): APIC ID: 12
 cpu13 (AP): APIC ID: 13
 cpu14 (AP): APIC ID: 14
 cpu15 (AP): APIC ID: 15
 cpu16 (AP): APIC ID: 32
 cpu17 (AP): APIC ID: 33
 cpu18 (AP): APIC ID: 34
 cpu19 (AP): APIC ID: 35
 cpu20 (AP): APIC ID: 36
 cpu21 (AP): APIC ID: 37
 cpu22 (AP): APIC ID: 38
 cpu23 (AP): APIC ID: 39
 cpu24 (AP): APIC ID: 40
 cpu25 (AP): APIC ID: 41
 cpu26 (AP): APIC ID: 42
 cpu27 (AP): APIC ID: 43
 cpu28 (AP): APIC ID: 44
 cpu29 (AP): APIC ID: 45
 cpu30 (AP): APIC ID: 46
 cpu31 (AP): APIC ID: 47
ioapic1: Changing APIC ID to 1
ioapic2: Changing APIC ID to 2
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 32-55 on motherboard
ioapic2 <Version 2.0> irqs 64-87 on motherboard
kbd1 at kbdmux0
ctl: CAM Target Layer loaded
acpi0: <DELL PE_SC3> on motherboard
acpi0: Power Button (fixed)
ipmi0: KCS mode found at io 0xca8 on acpi
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
cpu4: <ACPI CPU> on acpi0
cpu5: <ACPI CPU> on acpi0
cpu6: <ACPI CPU> on acpi0
cpu7: <ACPI CPU> on acpi0
cpu8: <ACPI CPU> on acpi0
cpu9: <ACPI CPU> on acpi0
cpu10: <ACPI CPU> on acpi0
cpu11: <ACPI CPU> on acpi0
cpu12: <ACPI CPU> on acpi0
cpu13: <ACPI CPU> on acpi0
cpu14: <ACPI CPU> on acpi0
cpu15: <ACPI CPU> on acpi0
cpu16: <ACPI CPU> on acpi0
cpu17: <ACPI CPU> on acpi0
cpu18: <ACPI CPU> on acpi0
cpu19: <ACPI CPU> on acpi0
cpu20: <ACPI CPU> on acpi0
cpu21: <ACPI CPU> on acpi0
cpu22: <ACPI CPU> on acpi0
cpu23: <ACPI CPU> on acpi0
cpu24: <ACPI CPU> on acpi0
cpu25: <ACPI CPU> on acpi0
cpu26: <ACPI CPU> on acpi0
cpu27: <ACPI CPU> on acpi0
cpu28: <ACPI CPU> on acpi0
cpu29: <ACPI CPU> on acpi0
cpu30: <ACPI CPU> on acpi0
cpu31: <ACPI CPU> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x7f irq 8 on acpi0
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x5f irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 450
Event timer "HPET1" frequency 14318180 Hz quality 440
Event timer "HPET2" frequency 14318180 Hz quality 440
Event timer "HPET3" frequency 14318180 Hz quality 440
Event timer "HPET4" frequency 14318180 Hz quality 440
Event timer "HPET5" frequency 14318180 Hz quality 440
Event timer "HPET6" frequency 14318180 Hz quality 440
Event timer "HPET7" frequency 14318180 Hz quality 440
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> irq 53 at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
igb0: <Intel(R) PRO/1000 Network Connection version - 2.3.4> port 0xfc80-0xfc9f mem 0xdcb00000-0xdcbfffff,0xdcff0000-0xdcff3fff irq 38 at device 0.0 on pci1
igb0: Using MSIX interrupts with 9 vectors
igb0: Ethernet address: bc:30:5b:ed:f2:8c
igb0: Bound queue 0 to cpu 0
igb0: Bound queue 1 to cpu 1
igb0: Bound queue 2 to cpu 2
igb0: Bound queue 3 to cpu 3
igb0: Bound queue 4 to cpu 4
igb0: Bound queue 5 to cpu 5
igb0: Bound queue 6 to cpu 6
igb0: Bound queue 7 to cpu 7
igb1: <Intel(R) PRO/1000 Network Connection version - 2.3.4> port 0xfca0-0xfcbf mem 0xdcc00000-0xdccfffff,0xdcff4000-0xdcff7fff irq 37 at device 0.1 on pci1
igb1: Using MSIX interrupts with 9 vectors
igb1: Ethernet address: bc:30:5b:ed:f2:8d
igb1: Bound queue 0 to cpu 8
igb1: Bound queue 1 to cpu 9
igb1: Bound queue 2 to cpu 10
igb1: Bound queue 3 to cpu 11
igb1: Bound queue 4 to cpu 12
igb1: Bound queue 5 to cpu 13
igb1: Bound queue 6 to cpu 14
igb1: Bound queue 7 to cpu 15
igb2: <Intel(R) PRO/1000 Network Connection version - 2.3.4> port 0xfcc0-0xfcdf mem 0xdcd00000-0xdcdfffff,0xdcff8000-0xdcffbfff irq 36 at device 0.2 on pci1
igb2: Using MSIX interrupts with 9 vectors
igb2: Ethernet address: bc:30:5b:ed:f2:8e
igb2: Bound queue 0 to cpu 16
igb2: Bound queue 1 to cpu 17
igb2: Bound queue 2 to cpu 18
igb2: Bound queue 3 to cpu 19
igb2: Bound queue 4 to cpu 20
igb2: Bound queue 5 to cpu 21
igb2: Bound queue 6 to cpu 22
igb2: Bound queue 7 to cpu 23
igb3: <Intel(R) PRO/1000 Network Connection version - 2.3.4> port 0xfce0-0xfcff mem 0xdce00000-0xdcefffff,0xdcffc000-0xdcffffff irq 34 at device 0.3 on pci1
igb3: Using MSIX interrupts with 9 vectors
igb3: Ethernet address: bc:30:5b:ed:f2:8f
igb3: Bound queue 0 to cpu 24
igb3: Bound queue 1 to cpu 25
igb3: Bound queue 2 to cpu 26
igb3: Bound queue 3 to cpu 27
igb3: Bound queue 4 to cpu 28
igb3: Bound queue 5 to cpu 29
igb3: Bound queue 6 to cpu 30
igb3: Bound queue 7 to cpu 31
pcib2: <ACPI PCI-PCI bridge> irq 53 at device 2.0 on pci0
pci3: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> irq 53 at device 2.2 on pci0
pci2: <ACPI PCI bus> on pcib3
mfi0: <Dell PERC H710 Mini (monolithics)> port 0xec00-0xecff mem 0xddffc000-0xddffffff,0xddf80000-0xddfbffff irq 42 at device 0.0 on pci2
mfi0: Using MSI
mfi0: Megaraid SAS driver Ver 4.23 
mfi0: MaxCmd = 3f0 MaxSgl = 46 state = b73c03f0 
pcib4: <ACPI PCI-PCI bridge> irq 53 at device 3.0 on pci0
pci4: <ACPI PCI bus> on pcib4
pci0: <base peripheral> at device 5.0 (no driver attached)
pci0: <base peripheral> at device 5.2 (no driver attached)
pcib5: <PCI-PCI bridge> irq 16 at device 17.0 on pci0
pci5: <PCI bus> on pcib5
pci0: <simple comms> at device 22.0 (no driver attached)
pci0: <simple comms> at device 22.1 (no driver attached)
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xdf8fd000-0xdf8fd3ff irq 23 at device 26.0 on pci0
usbus0: EHCI version 1.0
usbus0 on ehci0
pcib6: <PCI-PCI bridge> at device 28.0 on pci0
pci6: <PCI bus> on pcib6
pcib7: <ACPI PCI-PCI bridge> irq 19 at device 28.7 on pci0
pci7: <ACPI PCI bus> on pcib7
pcib8: <PCI-PCI bridge> at device 0.0 on pci7
pci8: <PCI bus> on pcib8
pcib9: <PCI-PCI bridge> at device 0.0 on pci8
pci9: <PCI bus> on pcib9
pcib10: <PCI-PCI bridge> at device 0.0 on pci9
pci10: <PCI bus> on pcib10
vgapci0: <VGA-compatible display> mem 0xd8000000-0xd8ffffff,0xdeffc000-0xdeffffff,0xde000000-0xde7fffff irq 19 at device 0.0 on pci10
pcib11: <PCI-PCI bridge> at device 1.0 on pci8
pci11: <PCI bus> on pcib11
ehci1: <EHCI (generic) USB 2.0 controller> mem 0xdf8fe000-0xdf8fe3ff irq 22 at device 29.0 on pci0
usbus1: EHCI version 1.0
usbus1 on ehci1
pcib12: <PCI-PCI bridge> at device 30.0 on pci0
pci12: <PCI bus> on pcib12
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
ahci0: <Intel Patsburg AHCI SATA controller> port 0xdce8-0xdcef,0xdcf8-0xdcfb,0xdcf0-0xdcf7,0xdcfc-0xdcff,0xdcc0-0xdcdf mem 0xdf8ff000-0xdf8ff7ff irq 20 at device 31.2 on pci0
ahci0: AHCI v1.30 with 6 3Gbps ports, Port Multiplier not supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
pcib13: <ACPI Host-PCI bridge> on acpi0
pci64: <ACPI PCI bus> on pcib13
pcib14: <ACPI PCI-PCI bridge> irq 85 at device 1.0 on pci64
pci65: <ACPI PCI bus> on pcib14
pcib15: <ACPI PCI-PCI bridge> irq 85 at device 2.0 on pci64
pci66: <ACPI PCI bus> on pcib15
pcib16: <ACPI PCI-PCI bridge> irq 85 at device 3.0 on pci64
pci67: <ACPI PCI bus> on pcib16
pcib17: <ACPI PCI-PCI bridge> irq 85 at device 3.2 on pci64
pci68: <ACPI PCI bus> on pcib17
pci64: <base peripheral> at device 5.0 (no driver attached)
pci64: <base peripheral> at device 5.2 (no driver attached)
pcib18: <ACPI Host-PCI bridge> on acpi0
pci63: <ACPI PCI bus> on pcib18
pci63: <base peripheral> at device 8.0 (no driver attached)
pci63: <base peripheral> at device 9.0 (no driver attached)
pci63: <base peripheral> at device 10.0 (no driver attached)
pci63: <base peripheral> at device 10.1 (no driver attached)
pci63: <base peripheral> at device 10.2 (no driver attached)
pci63: <base peripheral> at device 10.3 (no driver attached)
pci63: <base peripheral> at device 11.0 (no driver attached)
pci63: <base peripheral> at device 11.3 (no driver attached)
pci63: <base peripheral> at device 12.0 (no driver attached)
pci63: <base peripheral> at device 12.1 (no driver attached)
pci63: <base peripheral> at device 12.2 (no driver attached)
pci63: <base peripheral> at device 12.3 (no driver attached)
pci63: <base peripheral> at device 12.6 (no driver attached)
pci63: <base peripheral> at device 12.7 (no driver attached)
pci63: <base peripheral> at device 13.0 (no driver attached)
pci63: <base peripheral> at device 13.1 (no driver attached)
pci63: <base peripheral> at device 13.2 (no driver attached)
pci63: <base peripheral> at device 13.3 (no driver attached)
pci63: <base peripheral> at device 13.6 (no driver attached)
pci63: <base peripheral> at device 14.0 (no driver attached)
pci63: <dasp> at device 14.1 (no driver attached)
pci63: <base peripheral> at device 15.0 (no driver attached)
pci63: <base peripheral> at device 15.1 (no driver attached)
pci63: <base peripheral> at device 15.2 (no driver attached)
pci63: <base peripheral> at device 15.3 (no driver attached)
pci63: <base peripheral> at device 15.4 (no driver attached)
pci63: <base peripheral> at device 15.5 (no driver attached)
pci63: <base peripheral> at device 15.6 (no driver attached)
pci63: <base peripheral> at device 16.0 (no driver attached)
pci63: <base peripheral> at device 16.1 (no driver attached)
pci63: <base peripheral> at device 16.2 (no driver attached)
pci63: <base peripheral> at device 16.3 (no driver attached)
pci63: <base peripheral> at device 16.4 (no driver attached)
pci63: <base peripheral> at device 16.5 (no driver attached)
pci63: <base peripheral> at device 16.6 (no driver attached)
pci63: <base peripheral> at device 16.7 (no driver attached)
pci63: <base peripheral> at device 17.0 (no driver attached)
pci63: <base peripheral> at device 19.0 (no driver attached)
pci63: <dasp> at device 19.1 (no driver attached)
pci63: <dasp> at device 19.4 (no driver attached)
pci63: <dasp> at device 19.5 (no driver attached)
pci63: <base peripheral> at device 19.6 (no driver attached)
pcib19: <ACPI Host-PCI bridge> on acpi0
pci127: <ACPI PCI bus> on pcib19
pci127: <base peripheral> at device 8.0 (no driver attached)
pci127: <base peripheral> at device 9.0 (no driver attached)
pci127: <base peripheral> at device 10.0 (no driver attached)
pci127: <base peripheral> at device 10.1 (no driver attached)
pci127: <base peripheral> at device 10.2 (no driver attached)
pci127: <base peripheral> at device 10.3 (no driver attached)
pci127: <base peripheral> at device 11.0 (no driver attached)
pci127: <base peripheral> at device 11.3 (no driver attached)
pci127: <base peripheral> at device 12.0 (no driver attached)
pci127: <base peripheral> at device 12.1 (no driver attached)
pci127: <base peripheral> at device 12.2 (no driver attached)
pci127: <base peripheral> at device 12.3 (no driver attached)
pci127: <base peripheral> at device 12.6 (no driver attached)
pci127: <base peripheral> at device 12.7 (no driver attached)
pci127: <base peripheral> at device 13.0 (no driver attached)
pci127: <base peripheral> at device 13.1 (no driver attached)
pci127: <base peripheral> at device 13.2 (no driver attached)
pci127: <base peripheral> at device 13.3 (no driver attached)
pci127: <base peripheral> at device 13.6 (no driver attached)
pci127: <base peripheral> at device 14.0 (no driver attached)
pci127: <dasp> at device 14.1 (no driver attached)
pci127: <base peripheral> at device 15.0 (no driver attached)
pci127: <base peripheral> at device 15.1 (no driver attached)
pci127: <base peripheral> at device 15.2 (no driver attached)
pci127: <base peripheral> at device 15.3 (no driver attached)
pci127: <base peripheral> at device 15.4 (no driver attached)
pci127: <base peripheral> at device 15.5 (no driver attached)
pci127: <base peripheral> at device 15.6 (no driver attached)
pci127: <base peripheral> at device 16.0 (no driver attached)
pci127: <base peripheral> at device 16.1 (no driver attached)
pci127: <base peripheral> at device 16.2 (no driver attached)
pci127: <base peripheral> at device 16.3 (no driver attached)
pci127: <base peripheral> at device 16.4 (no driver attached)
pci127: <base peripheral> at device 16.5 (no driver attached)
pci127: <base peripheral> at device 16.6 (no driver attached)
pci127: <base peripheral> at device 16.7 (no driver attached)
pci127: <base peripheral> at device 17.0 (no driver attached)
pci127: <base peripheral> at device 19.0 (no driver attached)
pci127: <dasp> at device 19.1 (no driver attached)
pci127: <dasp> at device 19.4 (no driver attached)
pci127: <dasp> at device 19.5 (no driver attached)
pci127: <base peripheral> at device 19.6 (no driver attached)
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
ipmi1: <IPMI System Interface> on isa0
device_attach: ipmi1 attach returned 16
ipmi1: <IPMI System Interface> on isa0
device_attach: ipmi1 attach returned 16
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xec000-0xeffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ppc0: cannot reserve I/O port range
AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
est1: <Enhanced SpeedStep Frequency Control> on cpu1
p4tcc1: <CPU Frequency Thermal Control> on cpu1
est2: <Enhanced SpeedStep Frequency Control> on cpu2
p4tcc2: <CPU Frequency Thermal Control> on cpu2
est3: <Enhanced SpeedStep Frequency Control> on cpu3
p4tcc3: <CPU Frequency Thermal Control> on cpu3
est4: <Enhanced SpeedStep Frequency Control> on cpu4
p4tcc4: <CPU Frequency Thermal Control> on cpu4
est5: <Enhanced SpeedStep Frequency Control> on cpu5
p4tcc5: <CPU Frequency Thermal Control> on cpu5
est6: <Enhanced SpeedStep Frequency Control> on cpu6
p4tcc6: <CPU Frequency Thermal Control> on cpu6
est7: <Enhanced SpeedStep Frequency Control> on cpu7
p4tcc7: <CPU Frequency Thermal Control> on cpu7
est8: <Enhanced SpeedStep Frequency Control> on cpu8
p4tcc8: <CPU Frequency Thermal Control> on cpu8
est9: <Enhanced SpeedStep Frequency Control> on cpu9
p4tcc9: <CPU Frequency Thermal Control> on cpu9
est10: <Enhanced SpeedStep Frequency Control> on cpu10
p4tcc10: <CPU Frequency Thermal Control> on cpu10
est11: <Enhanced SpeedStep Frequency Control> on cpu11
p4tcc11: <CPU Frequency Thermal Control> on cpu11
est12: <Enhanced SpeedStep Frequency Control> on cpu12
p4tcc12: <CPU Frequency Thermal Control> on cpu12
est13: <Enhanced SpeedStep Frequency Control> on cpu13
p4tcc13: <CPU Frequency Thermal Control> on cpu13
est14: <Enhanced SpeedStep Frequency Control> on cpu14
p4tcc14: <CPU Frequency Thermal Control> on cpu14
est15: <Enhanced SpeedStep Frequency Control> on cpu15
p4tcc15: <CPU Frequency Thermal Control> on cpu15
est16: <Enhanced SpeedStep Frequency Control> on cpu16
p4tcc16: <CPU Frequency Thermal Control> on cpu16
est17: <Enhanced SpeedStep Frequency Control> on cpu17
p4tcc17: <CPU Frequency Thermal Control> on cpu17
est18: <Enhanced SpeedStep Frequency Control> on cpu18
p4tcc18: <CPU Frequency Thermal Control> on cpu18
est19: <Enhanced SpeedStep Frequency Control> on cpu19
p4tcc19: <CPU Frequency Thermal Control> on cpu19
est20: <Enhanced SpeedStep Frequency Control> on cpu20
p4tcc20: <CPU Frequency Thermal Control> on cpu20
est21: <Enhanced SpeedStep Frequency Control> on cpu21
p4tcc21: <CPU Frequency Thermal Control> on cpu21
est22: <Enhanced SpeedStep Frequency Control> on cpu22
p4tcc22: <CPU Frequency Thermal Control> on cpu22
est23: <Enhanced SpeedStep Frequency Control> on cpu23
p4tcc23: <CPU Frequency Thermal Control> on cpu23
est24: <Enhanced SpeedStep Frequency Control> on cpu24
p4tcc24: <CPU Frequency Thermal Control> on cpu24
est25: <Enhanced SpeedStep Frequency Control> on cpu25
p4tcc25: <CPU Frequency Thermal Control> on cpu25
est26: <Enhanced SpeedStep Frequency Control> on cpu26
p4tcc26: <CPU Frequency Thermal Control> on cpu26
est27: <Enhanced SpeedStep Frequency Control> on cpu27
p4tcc27: <CPU Frequency Thermal Control> on cpu27
est28: <Enhanced SpeedStep Frequency Control> on cpu28
p4tcc28: <CPU Frequency Thermal Control> on cpu28
est29: <Enhanced SpeedStep Frequency Control> on cpu29
p4tcc29: <CPU Frequency Thermal Control> on cpu29
est30: <Enhanced SpeedStep Frequency Control> on cpu30
p4tcc30: <CPU Frequency Thermal Control> on cpu30
est31: <Enhanced SpeedStep Frequency Control> on cpu31
p4tcc31: <CPU Frequency Thermal Control> on cpu31
Timecounters tick every 1.000 msec
mfi0: 47795 (415474700s/0x0020/info) - Shutdown command received from host
mfi0: 47796 (boot + 4s/0x0020/info) - Firmware initialization started (PCI ID 005b/1000/1f38/1028)
mfi0: 47797 (boot + 4s/0x0020/info) - Firmware version 3.130.05-1462
mfi0: 47798 (boot + 5s/0x0008/info) - Battery Present
mfi0: 47799 (boot + 5s/0x0020/info) - Package version 21.0.1-0132
mfi0: 47800 (boot + 5s/0x0020/info) - Board Revision A01
mfi0: 47801 (boot + 18s/0x0004/info) - Enclosure PD 20(c None/p1) communication restored
mfi0: 47802 (boot + 18s/0x0002/info) - Inserted: Encl PD 20
mfi0: 47803 (boot + 18s/0x0002/info) - Inserted: PD 20(c None/p1) Info: enclPd=20, scsiType=d, portMap=00, sasAddr=5e4ae02096f92700,0000000000000000
mfi0: 47804 (boot + 18s/0x0002/info) - Inserted: PD 00(e0x20/s0)
mfi0: 47805 (boot + 18s/0x0002/info) - Inserted: PD 00(e0x20/s0) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=50014ee755563e2e,0000000000000000
mfi0: 47806 (boot + 18s/0x0002/info) - Inserted: PD 01(e0x20/s1)
mfi0: 47807 (boot + 18s/0x0002/info) - Inserted: PD 01(e0x20/s1) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=50014ee755563c42,0000000000000000
mfi0: 47808 (boot + 18s/0x0002/info) - Inserted: PD 02(e0x20/s2)
mfi0: 47809 (boot + 18s/0x0002/info) - Inserted: PD 02(e0x20/s2) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=50014ee7aaab973e,0000000000000000
mfi0: 47810 (boot + 18s/0x0002/info) - Inserted: PD 03(e0x20/s3)
mfi0: 47811 (boot + 18s/0x0002/info) - Inserted: PD 03(e0x20/s3) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=50014ee7aaab968e,0000000000000000
mfi0: 47812 (boot + 18s/0x0002/info) - Inserted: PD 21(e0x00/s0)
mfi0: 47813 (boot + 18s/0x0002/info) - Inserted: PD 21(e0x00/s0) Info: enclPd=00, scsiType=7f, portMap=00, sasAddr=500056b37789abfd,0000000000000000
mfi0: 47814 (415474766s/0x0020/info) - Time established as 03/01/13 17:39:26; (39 seconds since power on)
mfi0: 47815 (415474797s/0x0008/info) - Battery temperature is normal
mfi0: 47816 (415474797s/0x0008/info) - Current capacity of the battery is above threshold
mfi0: 47817 (415474913s/0x0020/info) - Host driver is loaded and operational
usbus0: 480Mbps High Speed USB v2.0
usbus1: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
ipmi0: IPMI device rev. 1, firmware rev. 1.06, version 2.0
ipmi0: Number of channels 6
ipmi0: Attached watchdog
AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
ACPI Error: Method parse/execution failed [\\_SB_.PCI0.HEC2.HSCI] (Node 0xfffffe001c080440), AE_NO_MEMORY (20110527/psparse-560)
ACPI Error: Method parse/execution failed [\\_GPE._L24] (Node 0xfffffe001c087c80), AE_NO_MEMORY (20110527/psparse-560)
ACPI Exception: AE_NO_MEMORY, while evaluating GPE method [_L24] (20110527/evgpe-606)
AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
mfid0 on mfi0
mfid0: 1715328MB (3512991744 sectors) RAID volume 'HOST' is optimal
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
ugen0.2: <vendor 0x8087> at usbus0
uhub2: <vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2> on usbus0
ugen1.2: <vendor 0x8087> at usbus1
uhub3: <vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2> on usbus1
uhub2: 6 ports with 6 removable, self powered
uhub3: 8 ports with 8 removable, self powered
cd0 at ahcich4 bus 0 scbus4 target 0 lun 0
cd0: <TSSTcorp DVD+-RW TS-L633J D150> Removable CD-ROM SCSI-0 device 
SMP: AP CPU #31 Launched!
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
SMP: AP CPU #3 Launched!
SMP: AP CPU #24 Launched!
SMP: AP CPU #15 Launched!
SMP: AP CPU #19 Launched!
SMP: AP CPU #14 Launched!
SMP: AP CPU #17 Launched!
SMP: AP CPU #13 Launched!
SMP: AP CPU #28 Launched!
SMP: AP CPU #9 Launched!
SMP: AP CPU #25 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #5 Launched!
SMP: AP CPU #30 Launched!
SMP: AP CPU #10 Launched!
SMP: AP CPU #29 Launched!
SMP: AP CPU #11 Launched!
SMP: AP CPU #16 Launched!
SMP: AP CPU #8 Launched!
SMP: AP CPU #18 Launched!
SMP: AP CPU #7 Launched!
SMP: AP CPU #22 Launched!
SMP: AP CPU #12 Launched!
SMP: AP CPU #27 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #20 Launched!
SMP: AP CPU #4 Launched!
SMP: AP CPU #23 Launched!
SMP: AP CPU #6 Launched!
SMP: AP CPU #26 Launched!
SMP: AP CPU #21 Launched!
Timecounter "TSC-low" frequency 14062820 Hz quality 1000
Root mount waiting for: usbus1 usbus0
ugen0.3: <Dell Computer Corp.> at usbus0
umass0: <Dell Computer Corp. Internal Dual SD, class 0/0, rev 2.00/1.10, addr 3> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4100
umass0:7:0:-1: Attached to scbus7
(probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 0 0 0 0 0 0 0 0 10 0 0 
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
(probe0:umass-sim0:0:0:0): Error 22, Unretryable error
da0 at umass-sim0 bus 0 scbus7 target 0 lun 0
da0: <Dell Internal Dual SD 1.:> Fixed Direct Access SCSI-5 device 
da0: 40.000MB/s transfers
da0: 972MB (1990656 512 byte sectors: 64H 32S/T 972C)
ugen0.4: <DELL> at usbus0
ukbd0: <DELL DELL USB Keyboard, class 0/0, rev 1.10/1.05, addr 4> on usbus0
kbd0 at ukbd0
ugen1.3: <vendor 0x13fe> at usbus1
umass1: <vendor 0x13fe Patriot Memory, class 0/0, rev 2.10/1.00, addr 3> on usbus1
umass1:  SCSI over Bulk-Only; quirks = 0x0100
umass1:8:1:-1: Attached to scbus8
Root mount waiting for: usbus0
da1 at umass-sim1 bus 1 scbus8 target 0 lun 0
da1: < Patriot Memory PMAP> Removable Direct Access SCSI-4 device 
da1: 40.000MB/s transfers
da1: 30160MB (61767680 512 byte sectors: 255H 63S/T 3844C)
GEOM: da1: geometry does not match label (64h,33s != 255h,63s).
GEOM: da1: media size does not match label.
ugen0.5: <no manufacturer> at usbus0
uhub4: <no manufacturer Gadget USB HUB, class 9/0, rev 2.00/0.00, addr 5> on usbus0
uhub4: 6 ports with 6 removable, self powered
Root mount waiting for: usbus0
ugen0.6: <Avocent> at usbus0
ukbd1: <Keyboard> on usbus0
kbd2 at ukbd1
ums0: <Mouse> on usbus0
ums0: 3 buttons and [Z] coordinates ID=0
ums1: <Mouse REL> on usbus0
ums1: 3 buttons and [XYZ] coordinates ID=0
Trying to mount root from ufs:/dev/mfid0p2 [rw]...
WARNING: / was not properly dismounted

How-To-Repeat: Install FreeBSD 9.1-RELEASE.
Add 'ipmi_load="YES"' to /boot/loader.conf.
Boot system.
Reboot system with 'reboot'.
Comment 1 kvarnakov 2013-07-22 12:51:27 UTC

ó Õ×ÁÖÅÎÉÅÍ, ëÉÒÉÌÌ ÷ÁÒÎÁËÏ×
ãÅÎÔÒ áÎÁÌÉÚÁ éÎÔÅÒÎÅÔ-òÅÓÕÒÓÏ×
ôÅÌ./ÆÁËÓ: +7 (499) 653-67-74 | íÏÂ.: +7 915-334-99-54
E-mail: kvarnakov@cair.ru
http://www.cair.ru | http://www.netpolice.ru
Comment 2 dd 2014-01-07 23:23:15 UTC
-Bump-

Same issue here on FreeBSD 9.1-RELEASE-p9 #1: Mon Jan  6 00:03:33 PST =
2014, disabled ipmi and its back to working normally.  I'm running on a =
Supermicro X7SPA-HF motherboard.

Daniel=
Comment 3 John Baldwin freebsd_committer freebsd_triage 2015-02-06 16:36:27 UTC
This was worked around by dropping the lock in the syncer in r272366, but that change was never MFC'd.  I'm committing a more proper fix today as well.
Comment 4 John Baldwin freebsd_committer freebsd_triage 2015-02-06 16:40:02 UTC
Update actually.  If you aren't running watchdogd then this was worked around post 9.1 release and should be fixed in newer releases already.

*** This bug has been marked as a duplicate of bug 171524 ***