Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2006 21:05:29 GMT
From:      Serge Barkov<sbarkov@cea.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/106233: System halts on Dell 2950
Message-ID:  <200612022105.kB2L5T5T059896@www.freebsd.org>
Resent-Message-ID: <200612022110.kB2LAC1e076643@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106233
>Category:       i386
>Synopsis:       System halts on Dell 2950
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 02 21:10:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Serge Barkov
>Release:        6.2-PRERELEASE
>Organization:
>Environment:
FreeBSD best.cea.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #9: Fri Dec  1 02:39:04 MSK 2006     serge@xxxx.ru:/src_sys/obj/src_sys/src/sys/BEST  i386

>Description:
System halts twice a day and it does not depend on the load.
On console there is an infinite cycle like output vmstat -i without "rate" column. Neither network nor keyboard does not answer (ctrl+esc, ctrl+alt+del, etc). The load on the server is high but it stops even when it is low (at night). On the other servers (not Dell 2950) with the same configuration there are no problems.
System - Dell 2950, Dell PERC 5/i (4 disks, raid 10), 2 xeon dual-core.
Here is kernel config, dmesg, loader.conf and sysctl.conf:

Kernel config:
options INCLUDE_CONFIG_FILE     # Include this file in kernel
machine i386
cpu I686_CPU
ident BEST

options PMAP_SHPGPERPROC=1000
options NBUF=1024
options MAXDSIZ=(2048UL*1024*1024)
options DFLDSIZ=(1024UL*1024*1024)

makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
#options SCHED_ULE # ULE scheduler
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
#options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output.  Adds ~215k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.

options DEVICE_POLLING

options QUOTA #enable disk quotas

device apic # I/O APIC
options SMP # Symmetric MultiProcessor Kernel

# Bus support.
#device eisa
device pci

# Floppy drives
device fdc

# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device ataraid # ATA RAID drives
device atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID # Static device numbering

# SCSI Controllers

# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
#device ch # SCSI media changers
device da # Direct Access (disks)
#device sa # Sequential Access (tape etc)
#device cd # CD
#device pass # Passthrough device (direct SCSI access)
#device ses # SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem

# RAID controllers
device mfi # LSI MegaRAID SAS

# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
#device psm # PS/2 mouse

device kbdmux # keyboard multiplexer

device vga # VGA video card driver

device splash # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device sc

device agp # support several AGP chipsets

# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports

# Parallel port
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
#device plip # TCP/IP over parallel
device ppi # Parallel port interface device
#device vpo # Requires scbus and da

# PCI Ethernet NICs.

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device miibus # MII bus support
device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet

# ISA Ethernet NICs.  pccard NICs included.

# Wireless NIC cards
device wlan # 802.11 support

# Pseudo devices.
device loop # Network loopback
device mem # Memory and kernel memory devices
device random # Entropy device
device ether # Ethernet support
#device sl # Kernel SLIP
#device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
#device faith # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter

# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse
device ural # Ralink Technology RT2500USB wireless NICs
device urio # Diamond Rio 500 MP3 player
device uscanner # Scanners
# USB Ethernet, requires miibus
device aue # ADMtek USB Ethernet
device axe # ASIX Electronics USB Ethernet
device cdce # Generic USB over Ethernet
device cue # CATC USB Ethernet
device kue # Kawasaki LSI USB Ethernet
device rue # RealTek RTL8150 USB Ethernet

# FireWire support
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)

#
# Watchdog routines.
#
#options MP_WATCHDOG
#
# Add software watchdog routines.
#
options SW_WATCHDOG

#
# Compile with kernel debugger related code.
#
options KDB

#
# Print a stack trace of the current thread on the console for a panic.
#
options KDB_TRACE

#
# Don't enter the debugger for a panic. Intended for unattended operation
# where you may want to enter the debugger from the console, but still want
# the machine to recover from a panic.
#
options KDB_UNATTENDED

---
dmesg:
Copyright (c) 1992-2006 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 6.2-PRERELEASE #9: Fri Dec  1 02:39:04 MSK 2006
    serge@xxxx.ru:/src_sys/obj/src_sys/src/sys/BEST
acpi_alloc_wakeup_handler: can't alloc wake memory
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3192.97-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf64  Stepping = 4
  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=0xe43d<SSE3,RSVD2,MON,DS_CPL,VMX,CNTX-ID,CX16,<b14>,<b15>>
  AMD Features=0x20100000<NX,LM>
  AMD Features2=0x1<LAHF>
  Cores per package: 2
  Logical CPUs per core: 2
real memory  = 3489300480 (3327 MB)
avail memory = 3415523328 (3257 MB)
ACPI APIC Table: <DELL   PE_SC3  >
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  2
 cpu2 (AP): APIC ID:  4
 cpu3 (AP): APIC ID:  6
ioapic0: Changing APIC ID to 8
ioapic1: Changing APIC ID to 9
ioapic1: WARNING: intbase 64 != expected base 24
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 64-87 on motherboard
kbd0 at kbdmux0
acpi0: <DELL PE_SC3> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 2.0 on pci0
pci6: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 0.0 on pci6
pci7: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 0.0 on pci7
pci8: <ACPI PCI bus> on pcib3
pcib4: <PCI-PCI bridge> at device 0.0 on pci8
pci9: <PCI bus> on pcib4
bce0: <Broadcom NetXtreme II BCM5708 1000Base-T (B1), v0.9.6> mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9
bce0: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz
miibus0: <MII bus> on bce0
brgphy0: <BCM5708C 10/100/1000baseTX PHY> on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
bce0: Ethernet address: 00:18:8b:2d:e0:4e
pcib5: <ACPI PCI-PCI bridge> at device 1.0 on pci7
pci10: <ACPI PCI bus> on pcib5
pcib6: <PCI-PCI bridge> at device 0.3 on pci6
pci11: <PCI bus> on pcib6
pcib7: <ACPI PCI-PCI bridge> at device 3.0 on pci0
pci1: <ACPI PCI bus> on pcib7
pcib8: <ACPI PCI-PCI bridge> at device 0.0 on pci1
pci2: <ACPI PCI bus> on pcib8
mfi0: <Dell PERC 5/i> mem 0xd80f0000-0xd80fffff,0xfc4e0000-0xfc4fffff irq 78 at device 14.0 on pci2
mfi0: 2195 (218158101s/0x0020/0) - Shutdown command received from host
mfi0: 2196 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028)
mfi0: 2197 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088
mfi0: 2198 (4278190095s/0x0008/0) - Battery Present
mfi0: 2199 (4278190123s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255)
mfi0: 2200 (4278190123s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255)
mfi0: 2201 (4278190123s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000
mfi0: 2202 (4278190123s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0)
mfi0: 2203 (4278190123s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000
mfi0: 2204 (4278190123s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1)
mfi0: 2205 (4278190123s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000
mfi0: 2206 (4278190123s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2)
mfi0: 2207 (4278190123s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000
mfi0: 2208 (4278190123s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3)
mfi0: 2209 (4278190123s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000
mfi0: 2210 (218158157s/0x0020/0) - Adapter ticks 218158157 elapsed 44s: Time established as 11/29/06 23:29:17; (44 seconds since power on)
mfi0: 2211 (218158213s/0x0008/0) - Battery temperature is normal
mfi0: 2212 (218158213s/0x0008/0) - Current capacity of the battery is above threshold
mfi0: 2213 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028)
mfi0: 2214 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088
mfi0: 2215 (4278190104s/0x0008/0) - Battery Present
mfi0: 2216 (4278190132s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255)
mfi0: 2217 (4278190133s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255)
mfi0: 2218 (4278190133s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000
mfi0: 2219 (4278190133s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0)
mfi0: 2220 (4278190133s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000
mfi0: 2221 (4278190133s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1)
mfi0: 2222 (4278190133s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000
mfi0: 2223 (4278190133s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2)
mfi0: 2224 (4278190133s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000
mfi0: 2225 (4278190133s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3)
mfi0: 2226 (4278190133s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000
mfi0: 2227 (218173106s/0x0020/0) - Adapter ticks 218173106 elapsed 53s: Time established as 11/30/06  3:38:26; (53 seconds since power on)
mfi0: 2228 (218173162s/0x0008/0) - Battery temperature is normal
mfi0: 2229 (218173162s/0x0008/0) - Battery started charging
mfi0: 2230 (218173162s/0x0008/0) - Current capacity of the battery is above threshold
mfi0: 2231 (218173682s/0x0008/0) - Battery charge complete
mfi0: 2232 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028)
mfi0: 2233 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088
mfi0: 2234 (4278190103s/0x0008/0) - Battery Present
mfi0: 2235 (4278190131s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255)
mfi0: 2236 (4278190132s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255)
mfi0: 2237 (4278190132s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000
mfi0: 2238 (4278190132s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0)
mfi0: 2239 (4278190132s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000
mfi0: 2240 (4278190132s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1)
mfi0: 2241 (4278190132s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000
mfi0: 2242 (4278190132s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2)
mfi0: 2243 (4278190132s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000
mfi0: 2244 (4278190132s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3)
mfi0: 2245 (4278190132s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000
mfi0: 2246 (218254996s/0x0020/0) - Adapter ticks 218254996 elapsed 52s: Time established as 12/01/06  2:23:16; (52 seconds since power on)
mfi0: 2247 (218255052s/0x0008/0) - Battery temperature is normal
mfi0: 2248 (218255052s/0x0008/0) - Battery started charging
mfi0: 2249 (218255052s/0x0008/0) - Current capacity of the battery is above threshold
mfi0: 2250 (218256677s/0x0008/0) - Battery charge complete
mfi0: 2251 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028)
mfi0: 2252 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088
mfi0: 2253 (4278190105s/0x0008/0) - Battery Present
mfi0: 2254 (4278190134s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255)
mfi0: 2255 (4278190135s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255)
mfi0: 2256 (4278190135s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000
mfi0: 2257 (4278190135s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0)
mfi0: 2258 (4278190135s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000
mfi0: 2259 (4278190135s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1)
mfi0: 2260 (4278190135s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000
mfi0: 2261 (4278190135s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2)
mfi0: 2262 (4278190135s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000
mfi0: 2263 (4278190135s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3)
mfi0: 2264 (4278190135s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000
mfi0: 2265 (218265502s/0x0020/0) - Adapter ticks 218265502 elapsed 55s: Time established as 12/01/06  5:18:22; (55 seconds since power on)
mfi0: 2266 (218265557s/0x0008/0) - Battery temperature is normal
mfi0: 2267 (218265557s/0x0008/0) - Battery started charging
mfi0: 2268 (218265557s/0x0008/0) - Current capacity of the battery is above threshold
mfi0: 2269 (218265882s/0x0008/0) - Battery charge complete
mfi0: 2270 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028)
mfi0: 2271 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088
mfi0: 2272 (4278190103s/0x0008/0) - Battery Present
mfi0: 2273 (4278190131s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255)
mfi0: 2274 (4278190132s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255)
mfi0: 2275 (4278190132s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000
mfi0: 2276 (4278190132s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0)
mfi0: 2277 (4278190132s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000
mfi0: 2278 (4278190132s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1)
mfi0: 2279 (4278190132s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000
mfi0: 2280 (4278190132s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2)
mfi0: 2281 (4278190132s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000
mfi0: 2282 (4278190132s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3)
mfi0: 2283 (4278190132s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000
mfi0: 2284 (218305976s/0x0020/0) - Adapter ticks 218305976 elapsed 52s: Time established as 12/01/06 16:32:56; (52 seconds since power on)
mfi0: 2285 (218306032s/0x0008/0) - Battery temperature is normal
mfi0: 2286 (218306032s/0x0008/0) - Battery started charging
mfi0: 2287 (218306032s/0x0008/0) - Current capacity of the battery is above threshold
mfi0: 2288 (218307072s/0x0008/0) - Battery charge complete
mfi0: 2289 (218343600s/0x0020/0) - Patrol Read started
mfi0: 2330 (218348020s/0x0020/0) - Patrol Read complete
mfi0: 2331 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028)
mfi0: 2332 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088
mfi0: 2333 (4278190103s/0x0008/0) - Battery Present
mfi0: 2334 (4278190131s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255)
mfi0: 2335 (4278190132s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255)
mfi0: 2336 (4278190132s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000
mfi0: 2337 (4278190132s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0)
mfi0: 2338 (4278190132s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000
mfi0: 2339 (4278190132s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1)
mfi0: 2340 (4278190132s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000
mfi0: 2341 (4278190132s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2)
mfi0: 2342 (4278190132s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000
mfi0: 2343 (4278190132s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3)
mfi0: 2344 (4278190132s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000
mfi0: 2345 (218409028s/0x0020/0) - Adapter ticks 218409028 elapsed 53s: Time established as 12/02/06 21:10:28; (53 seconds since power on)
pcib9: <PCI-PCI bridge> at device 0.2 on pci1
pci3: <PCI bus> on pcib9
pcib10: <ACPI PCI-PCI bridge> at device 4.0 on pci0
pci12: <ACPI PCI bus> on pcib10
pcib11: <PCI-PCI bridge> at device 5.0 on pci0
pci13: <PCI bus> on pcib11
pcib12: <ACPI PCI-PCI bridge> at device 6.0 on pci0
pci14: <ACPI PCI bus> on pcib12
pcib13: <PCI-PCI bridge> at device 7.0 on pci0
pci15: <PCI bus> on pcib13
pcib14: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci4: <ACPI PCI bus> on pcib14
pcib15: <PCI-PCI bridge> at device 0.0 on pci4
pci5: <PCI bus> on pcib15
bce1: <Broadcom NetXtreme II BCM5708 1000Base-T (B1), v0.9.6> mem 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5
bce1: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz
miibus1: <MII bus> on bce1
brgphy1: <BCM5708C 10/100/1000baseTX PHY> on miibus1
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
bce1: Ethernet address: 00:18:8b:2d:e0:4c
uhci0: <UHCI (generic) USB controller> port 0xdce0-0xdcff irq 21 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <UHCI (generic) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <UHCI (generic) USB controller> port 0xdcc0-0xdcdf irq 20 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <UHCI (generic) USB controller> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <UHCI (generic) USB controller> port 0xdca0-0xdcbf irq 21 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <UHCI (generic) USB controller> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfc600000-0xfc6003ff irq 21 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <EHCI (generic) USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
uhub4: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.0b, addr 2
uhub4: multiple transaction translators
uhub4: 4 ports with 4 removable, self powered
uhub4: device problem (SET_ADDR_FAILED), disabling port 1
pcib16: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci16: <ACPI PCI bus> on pcib16
pci16: <display, VGA> at device 13.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel 63XXESB2 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: does not respond
device_attach: fdc0 attach returned 6
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: does not respond
device_attach: fdc0 attach returned 6
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc8fff,0xc9000-0xc9fff,0xca000-0xcb7ff,0xec000-0xeffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
ppc0: parallel port not found.
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
Timecounters tick every 1.000 msec
acd0: CDRW <HL-DT-STCD-RW/DVD-ROM GCC-4244N/B101> at ata0-master UDMA33
mfi0: 2346 (218409083s/0x0008/0) - Battery temperature is normal
mfi0: 2347 (218409083s/0x0008/0) - Battery started charging
mfi0: 2348 (218409083s/0x0008/0) - Current capacity of the battery is above threshold
mfid0: <MFI Logical Disk> on mfi0
mfid0: 138752MB (284164096 sectors) RAID volume '' is optimal
SMP: AP CPU #1 Launched!
SMP: AP CPU #3 Launched!
SMP: AP CPU #2 Launched!
Trying to mount root from ufs:/dev/mfid0s1a
WARNING: / was not properly dismounted
bce0: link state changed to UP
mfi0: 2349 (218410968s/0x0008/0) - Battery charge complete

---
loader.conf:
hint.atkbd.0.flags="0x1"
kern.maxdsiz="2684354560" # 2.5GB
kern.dfldsiz="1073741824" # 1GB
kern.maxssiz="134217728" # 128MB

# kernel tuning
kern.ipc.nmbclusters="32768"
kern.maxfiles="40000"

# number of semaphore identifiers in the system - default is 10
kern.ipc.semmni=256

# other things that have to be set to allow increased semaphores without destabilizing system
kern.ipc.semmap=768
kern.ipc.semmnu=768
kern.ipc.semopm=2560
kern.ipc.semume=256

# number of semaphores in the system - default is 60
kern.ipc.semmns=393216

# max number of semaphores per id - default is 60
kern.ipc.semmsl=1536

---
sysctl.conf:
security.bsd.see_other_uids=0

kern.ipc.somaxconn=16384
security.bsd.see_other_uids=0
security.bsd.see_other_gids=0
security.bsd.unprivileged_read_msgbuf=0
net.inet.tcp.msl=7500
net.inet.tcp.blackhole=2
net.inet.udp.blackhole=1
net.inet.icmp.icmplim=50

kern.timecounter.hardware=TSC

>How-To-Repeat:
On my server it just happens several twice a day on my Dell 2950.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612022105.kB2L5T5T059896>