kern/100974: panic: sorele. FreeBSD 6.1 RELEASE i386

Oleg Koreshkov okor at zone.salut.ru
Fri Jul 28 11:04:53 UTC 2006


>Number:         100974
>Category:       kern
>Synopsis:       panic: sorele. FreeBSD 6.1 RELEASE i386
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 28 11:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Koreshkov
>Release:        RELENG_6_1  (6.1-p3) i386
>Organization:
-
>Environment:
FreeBSD www4.domain.tld 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Fri Jul 28 09:39:55 MSD 2006     root at www4.domain.tld:/usr/obj/usr/src/sys/WWW4  i386
>Description:
The system panics with `sorele' message under moderate load (~50Mbit/s)
at random time (a few hours).
This is http + ftp server that distributes small static files (30K-50K),
i.e. a lot of small short-lived connections.


# kgdb /usr/obj/usr/src/sys/WWW4/kernel.debug /opt/crash/vmcore.0
[GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"]
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 "i386-marcel-freebsd".

Unread portion of the kernel message buffer:
panic: sorele
cpuid = 2
Uptime: 2h42m23s
Dumping 3583 MB (2 chunks)
  chunk 0: 1MB (159 pages) ... ok
  chunk 1: 3583MB (917216 pages) 3567 3551 3535 3519 3503 3487 3471 3455 3439 3423 3407 3391 3375 3359 3343 3327 3311 3295 3279 3263 3247 3231 3215 3199 3183 3167 3151 3135 3119 3103 3087 3071 3055 3039 3023 3007 2991 2975 2959 2943 2927 2911 2895 2879 2863 2847 2831 2815 2799 2783 2767 2751 2735 2719 2703 2687 2671 2655 2639 2623 2607 2591 2575 2559 2543 2527 2511 2495 2479 2463 2447 2431 2415 2399 2383 2367 2351 2335 2319 2303 2287 2271 2255 2239 2223 2207 2191 2175 2159 2143 2127 2111 2095 2079 2063 2047 2031 2015 1999 1983 1967 1951 1935 1919 1903 1887 1871 1855 1839 1823 1807 1791 1775 1759 1743 1727 1711 1695 1679 1663 1647 1631 1615 1599 1583 1567 1551 1535 1519 1503 1487 1471 1455 1439 1423 1407 1391 1375 1359 1343 1327 1311 1295 1279 1263 1247 1231 1215 1199 1183 1167 1151 1135 1119 1103 1087 1071 1055 1039 1023 1007 991 975 959 943 927 911 895 879 863 847 831 815 799 783 767 751 735 719 703 687 671 655 639 623 607 591 575 559 543 527 511 495 479 463 447 431 415 399 
 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15

#0  doadump () at pcpu.h:165
165     pcpu.h: No such file or directory.
        in pcpu.h
(kgdb) bt
#0  doadump () at pcpu.h:165
#1  0x8052724d in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:402
#2  0x80527575 in panic (fmt=0x8067edb0 "sorele") at /usr/src/sys/kern/kern_shutdown.c:558
#3  0x80560e54 in soclose (so=0x8c0092c8) at /usr/src/sys/kern/uipc_socket.c:491
#4  0x80550763 in soo_close (fp=0x8c6c6090, td=0x8ac21000) at /usr/src/sys/kern/sys_socket.c:317
#5  0x8050753c in fdrop_locked (fp=0x8c6c6090, td=0x8ac21000) at file.h:289
#6  0x80507489 in fdrop (fp=0x8c6c6090, td=0x8ac21000) at /usr/src/sys/kern/kern_descrip.c:2122
#7  0x80505a27 in closef (fp=0x8c6c6090, td=0x8ac21000) at /usr/src/sys/kern/kern_descrip.c:1942
#8  0x80502b81 in close (td=0x8ac21000, uap=0x0) at /usr/src/sys/kern/kern_descrip.c:1007
#9  0x8064b82b in syscall (frame=
      {tf_fs = 136446011, tf_es = 135987259, tf_ds = 2143223867, tf_edi = 0, tf_esi = 959, tf_ebp = 2143282504, tf_isp = -1314611868, tf_ebx = 0, tf_edx = 134955008, tf_ecx = 1, tf_eax = 6, tf_trapno = 0, tf_err = 2, tf_eip = 1209255839, tf_cs = 51, tf_eflags = 530, tf_esp = 2143282476, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:981
#10 0x806387df in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200
#11 0x00000033 in ?? ()
Previous frame inner to this frame (corrupt stack?)
(kgdb) frame 3
#3  0x80560e54 in soclose (so=0x8c0092c8) at /usr/src/sys/kern/uipc_socket.c:491
491             sorele(so);
(kgdb) list
486     discard:
487             ACCEPT_LOCK();
488             SOCK_LOCK(so);
489             KASSERT((so->so_state & SS_NOFDREF) == 0, ("soclose: NOFDREF"));
490             so->so_state |= SS_NOFDREF;
491             sorele(so);
492             return (error);
493     }
494
495     /*
(kgdb) print *so
$1 = {so_count = 0, so_type = 1, so_options = 260, so_linger = 0, so_state = 267, so_qstate = 0, 
  so_pcb = 0x8c3d7870, so_proto = 0x806bbe48, so_head = 0x0, so_incomp = {tqh_first = 0x0, 
    tqh_last = 0x0}, so_comp = {tqh_first = 0x0, tqh_last = 0x0}, so_list = {tqe_next = 0x0, 
    tqe_prev = 0x8c69c718}, so_qlen = 0, so_incqlen = 0, so_qlimit = 0, so_timeo = 0, 
  so_error = 0, so_sigio = 0x0, so_oobmark = 0, so_aiojobq = {tqh_first = 0x0, 
    tqh_last = 0x8c009310}, so_rcv = {sb_sel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
      si_thread = 0x0, si_note = {kl_list = {slh_first = 0x0}, 
        kl_lock = 0x8050b830 <knlist_mtx_lock>, kl_unlock = 0x8050b868 <knlist_mtx_unlock>, 
        kl_locked = 0x8050b8a4 <knlist_mtx_locked>, kl_lockarg = 0x8c00933c}, si_flags = 0}, 
    sb_mtx = {mtx_object = {lo_class = 0x806b1a24, lo_name = 0x80684225 "so_rcv", 
        lo_type = 0x80684225 "so_rcv", lo_flags = 196608, lo_list = {tqe_next = 0x0, 
          tqe_prev = 0x0}, lo_witness = 0x0}, mtx_lock = 2327973888, mtx_recurse = 0}, 
    sb_state = 32, sb_mb = 0x0, sb_mbtail = 0x0, sb_lastrecord = 0x0, sb_cc = 0, sb_hiwat = 17520, 
    sb_mbcnt = 0, sb_mbmax = 140160, sb_ctl = 0, sb_lowat = 1, sb_timeo = 0, sb_flags = 0}, 
  so_snd = {sb_sel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
        kl_list = {slh_first = 0x0}, kl_lock = 0x8050b830 <knlist_mtx_lock>, 
        kl_unlock = 0x8050b868 <knlist_mtx_unlock>, kl_locked = 0x8050b8a4 <knlist_mtx_locked>, 
        kl_lockarg = 0x8c0093b4}, si_flags = 0}, sb_mtx = {mtx_object = {lo_class = 0x806b1a24, 
        lo_name = 0x8068421e "so_snd", lo_type = 0x8068421e "so_snd", lo_flags = 196608, 
        lo_list = {tqe_next = 0x0, tqe_prev = 0x0}, lo_witness = 0x0}, mtx_lock = 4, 
      mtx_recurse = 0}, sb_state = 16, sb_mb = 0x8b740500, sb_mbtail = 0x8b740500, 
    sb_lastrecord = 0x8b740500, sb_cc = 30, sb_hiwat = 17520, sb_mbcnt = 256, sb_mbmax = 140160, 
    sb_ctl = 0, sb_lowat = 2048, sb_timeo = 0, sb_flags = 0}, so_upcall = 0, so_upcallarg = 0x0, 
  so_cred = 0x8933f900, so_label = 0x0, so_peerlabel = 0x0, so_gencnt = 4225315, 
  so_emuldata = 0x0, so_accf = 0x0}
(kgdb) frame 8
#8  0x80502b81 in close (td=0x8ac21000, uap=0x0) at /usr/src/sys/kern/kern_descrip.c:1007
1007            error = closef(fp, td);
(kgdb) print *fp
$2 = {f_list = {le_next = 0x8c1500d8, le_prev = 0x8c38b480}, f_type = 2, f_data = 0x0, f_flag = 7, 
  f_mtxp = 0x8850dbe0, f_ops = 0x806aec60, f_cred = 0x89358c00, f_count = 0, f_vnode = 0x0, 
  f_offset = 0, f_gcflag = 0, f_msgcount = 0, f_seqcount = 0, f_nextoff = 0, f_label = 0x0}
(kgdb) print *td
$3 = {td_proc = 0x8c558418, td_ksegrp = 0x8ac24a80, td_plist = {tqe_next = 0x0, 
    tqe_prev = 0x8c558428}, td_kglist = {tqe_next = 0x0, tqe_prev = 0x8ac24a8c}, td_slpq = {
    tqe_next = 0x0, tqe_prev = 0x8884b0c0}, td_lockq = {tqe_next = 0x0, tqe_prev = 0xb184fbb0}, 
  td_runq = {tqe_next = 0x0, tqe_prev = 0x0}, td_selq = {tqh_first = 0x0, tqh_last = 0x8ac21030}, 
  td_sleepqueue = 0x8884b0c0, td_turnstile = 0x88d63dc0, td_umtxq = 0x8a8c5300, td_tid = 100303, 
  td_flags = 83886083, td_inhibitors = 0, td_pflags = 0, td_dupfd = 0, td_wchan = 0x0, 
  td_wmesg = 0x0, td_lastcpu = 2 '\002', td_oncpu = 0 '\0', td_owepreempt = 0 '\0', td_locks = 0, 
  td_blocked = 0x0, td_ithd = 0x0, td_lockname = 0x0, td_contested = {lh_first = 0x890bce00}, 
  td_sleeplocks = 0x0, td_intr_nesting_level = 0, td_pinned = 0, td_mailbox = 0x0, 
  td_ucred = 0x89358c00, td_standin = 0x0, td_upcall = 0x0, td_sticks = 13931, td_uuticks = 0, 
  td_usticks = 0, td_intrval = 0, td_oldsigmask = {__bits = {0, 0, 0, 0}}, td_sigmask = {__bits = {
      0, 0, 0, 0}}, td_siglist = {__bits = {0, 0, 0, 0}}, td_generation = 3500429, td_sigstk = {
    ss_sp = 0x0, ss_size = 0, ss_flags = 4}, td_kflags = 0, td_xsig = 0, td_profil_addr = 0, 
  td_profil_ticks = 0, td_base_pri = 180 '?', td_priority = 40 '(', td_pcb = 0xb1a49d90, 
  td_state = TDS_RUNNING, td_retval = {0, 134955008}, td_slpcallout = {c_links = {sle = {
        sle_next = 0x0}, tqe = {tqe_next = 0x0, tqe_prev = 0x9c5783a8}}, c_time = 5089643, 
    c_arg = 0x8ac21000, c_func = 0x80546a1c <sleepq_timeout>, c_mtx = 0x0, c_flags = 18}, 
  td_frame = 0xb1a49d38, td_kstack_obj = 0x8ab63840, td_kstack = 2980347904, td_kstack_pages = 2, 
  td_altkstack_obj = 0x0, td_altkstack = 0, td_altkstack_pages = 0, td_critnest = 1, td_md = {
    md_spinlock_count = 1, md_saved_flags = 582}, td_sched = 0x8ac21154}
(kgdb) print *td->td_proc
$4 = {p_list = {le_next = 0x8aaac20c, le_prev = 0x8c558c48}, p_ksegrps = {tqh_first = 0x8ac24a80, 
    tqh_last = 0x8ac24a84}, p_threads = {tqh_first = 0x8ac21000, tqh_last = 0x8ac21008}, 
  p_suspended = {tqh_first = 0x0, tqh_last = 0x8c558430}, p_ucred = 0x89358c00, p_fd = 0x89321800, 
  p_fdtol = 0x0, p_stats = 0x89307400, p_limit = 0x8aca7900, p_sigacts = 0x8aac1000, p_flag = 256, 
  p_sflag = 1, p_state = PRS_NORMAL, p_pid = 4748, p_hash = {le_next = 0x0, le_prev = 0x8851da30}, 
  p_pglist = {le_next = 0x0, le_prev = 0x8aaac25c}, p_pptr = 0x8aaac20c, p_sibling = {
    le_next = 0x0, le_prev = 0x8aaac270}, p_children = {lh_first = 0x0}, p_mtx = {mtx_object = {
      lo_class = 0x806b1a24, lo_name = 0x806809d3 "process lock", 
      lo_type = 0x806809d3 "process lock", lo_flags = 4390912, lo_list = {tqe_next = 0x0, 
        tqe_prev = 0x0}, lo_witness = 0x0}, mtx_lock = 4, mtx_recurse = 0}, p_oppid = 0, 
  p_vmspace = 0x8a8c9e10, p_swtime = 4429, p_realtimer = {it_interval = {tv_sec = 0, tv_usec = 0}, 
    it_value = {tv_sec = 0, tv_usec = 0}}, p_rux = {rux_runtime = {sec = 109, 
      frac = 17539442132617021282}, rux_uticks = 2734, rux_sticks = 12676, rux_iticks = 0, 
    rux_uu = 22268158, rux_su = 87614698, rux_iu = 1}, p_crux = {rux_runtime = {sec = 0, 
      frac = 0}, rux_uticks = 0, rux_sticks = 0, rux_iticks = 0, rux_uu = 0, rux_su = 0, 
    rux_iu = 0}, p_profthreads = 0, p_maxthrwaits = 0, p_traceflag = 0, p_tracevp = 0x0, 
  p_tracecred = 0x0, p_textvp = 0x88cd1770, p_siglist = {__bits = {0, 0, 0, 0}}, p_lock = 0 '\0', 
  p_sigiolst = {slh_first = 0x0}, p_sigparent = 20, p_sig = 0, p_code = 0, p_stops = 0, 
  p_stype = 0, p_step = 0 '\0', p_pfsflags = 0 '\0', p_nlminfo = 0x0, p_aioinfo = 0x0, 
  p_singlethread = 0x0, p_suspcount = 0, p_xthread = 0x0, p_boundary_count = 0, 
  p_procscopegrp = 0x0, p_magic = 3203398350, p_comm = "anftpd", '\0' <repeats 13 times>, 
  p_pgrp = 0x8a8c59c0, p_sysent = 0x806c8840, p_args = 0x89347680, 
  p_cpulimit = 9223372036854775807, p_nice = 0 '\0', p_xstat = 0, p_klist = {kl_list = {
      slh_first = 0x0}, kl_lock = 0x8050b830 <knlist_mtx_lock>, 
    kl_unlock = 0x8050b868 <knlist_mtx_unlock>, kl_locked = 0x8050b8a4 <knlist_mtx_locked>, 
    kl_lockarg = 0x8c558480}, p_numthreads = 1, p_numksegrps = 1, p_md = {md_ldt = 0x0}, 
  p_itcallout = {c_links = {sle = {sle_next = 0x0}, tqe = {tqe_next = 0x0, tqe_prev = 0x0}}, 
    c_time = 0, c_arg = 0x0, c_func = 0, c_mtx = 0x0, c_flags = 16}, p_acflag = 1, p_ru = 0x0, 
  p_peers = 0x0, p_leader = 0x8c558418, p_emuldata = 0x0, p_label = 0x0, p_sched = 0x8c558624}
(kgdb) 


=======================================

# cat /sys/i386/conf/WWW4
machine	i386
cpu		I686_CPU
ident		WWW4

# To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		# Default places to look for devices.

makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols

options 	SMP			# SMP
options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
options 	KVA_PAGES=512		# KVA = 2Gb (Kernel Virtual Address space)

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 	GEOM_GPT		# GUID Partition Tables.

options 	SCSI_DELAY=3000		# Delay (in ms) before probing SCSI
options 	KTRACE			# ktrace(1) support
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

# SYSV IPC
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options		SHMALL=131072           # pages (512Mb)
options		SHMMAXPGS=131072
options		SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options		SEMMAP=512
options		SEMMNI=512
options		SEMMNS=512

# increase application segment size
options		MAXDSIZ=(1024UL*1024*1024)
options		MAXSSIZ=(128UL*1024*1024)

options 	INET			# InterNETworking
options     NMBCLUSTERS=32768	#MBUFS
options	ACCEPT_FILTER_HTTP	#accf_http
options	IPFIREWALL		#IP Firewall
options	IPFIREWALL_VERBOSE	#logging

device	      apic			# I/O APIC

# 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
device		ahc		# AHA2940 and onboard AIC7xxx devices
device		ahd		# AHA39320/29320 and onboard AIC79xx devices

# 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
device		amr		# AMI MegaRAID

# 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		agp		# support several AGP chipsets
device		splash		# Splash screen and screen saver support
device		sc		# default console driver

device		pmtimer		# suspend/resume support for the i8254.

device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		ppi		# Parallel port interface device

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device		puc

# PCI Ethernet NICs.
device		miibus		# MII bus support
device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card

# Pseudo devices.
device		loop		# Network loopback
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		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

=================================================



% 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 6.1-RELEASE-p3 #0: Fri Jul 28 09:39:55 MSD 2006
    root at www4.domain.tld:/usr/obj/usr/src/sys/WWW4
WARNING: MPSAFE network stack disabled, expect reduced performance.
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3192.01-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf43  Stepping = 3
  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=0x641d<SSE3,RSVD2,MON,DS_CPL,CNTX-ID,CX16,<b14>>
  AMD Features=0x20100000<NX,LM>
  Logical CPUs per core: 2
real memory  = 3757965312 (3583 MB)
avail memory = 3681017856 (3510 MB)
ACPI APIC Table: <A M I  OEMAPIC >
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  6
 cpu3 (AP): APIC ID:  7
ioapic0: Changing APIC ID to 8
ioapic1: Changing APIC ID to 9
ioapic2: Changing APIC ID to 10
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
ioapic2 <Version 2.0> irqs 48-71 on motherboard
kbd1 at kbdmux0
acpi0: <A M I OEMRSDT> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
cpu1: <ACPI CPU> on acpi0
acpi_throttle1: <ACPI CPU Throttling> on cpu1
acpi_throttle1: failed to attach P_CNT
device_attach: acpi_throttle1 attach returned 6
cpu2: <ACPI CPU> on acpi0
acpi_throttle2: <ACPI CPU Throttling> on cpu2
acpi_throttle2: failed to attach P_CNT
device_attach: acpi_throttle2 attach returned 6
cpu3: <ACPI CPU> on acpi0
acpi_throttle3: <ACPI CPU Throttling> on cpu3
acpi_throttle3: failed to attach P_CNT
device_attach: acpi_throttle3 attach returned 6
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <unknown> at device 0.1 (no driver attached)
pci0: <base peripheral> at device 1.0 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 2.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 0.0 on pci1
pci2: <ACPI PCI bus> on pcib2
pcib3: <PCI-PCI bridge> at device 3.0 on pci2
pci3: <PCI bus> on pcib3
amr0: <LSILogic MegaRAID 1.53> mem 0xfbff0000-0xfbffffff,0xfce80000-0xfcefffff irq 24 at device 0.0 on pci3
amr0: <LSILogic Intel(R) RAID Controller SRCU42X> Firmware 414C, BIOS H429, 128MB RAM
pcib4: <ACPI PCI-PCI bridge> at device 0.2 on pci1
pci4: <ACPI PCI bus> on pcib4
em0: <Intel(R) PRO/1000 Network Connection Version - 3.2.18> port 0xdc00-0xdc3f mem 0xfcfc0000-0xfcfdffff irq 54 at device 4.0 on pci4
em0: [GIANT-LOCKED]
em0: Ethernet address: 00:04:23:b5:1f:c2
em1: <Intel(R) PRO/1000 Network Connection Version - 3.2.18> port 0xdc80-0xdcbf mem 0xfcfe0000-0xfcffffff irq 55 at device 4.1 on pci4
em1: [GIANT-LOCKED]
em1: Ethernet address: 00:04:23:b5:1f:c3
uhci0: <Intel 82801EB (ICH5) USB controller USB-A> port 0xc880-0xc89f irq 16 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801EB (ICH5) USB controller USB-A> 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: <Intel 82801EB (ICH5) USB controller USB-B> port 0xcc00-0xcc1f irq 19 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801EB (ICH5) USB controller USB-B> 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: <Intel 82801EB (ICH5) USB controller USB-C> port 0xcc80-0xcc9f irq 18 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801EB (ICH5) USB controller USB-C> 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: <Intel 82801EB/R (ICH5) USB 2.0 controller> mem 0xfcdfec00-0xfcdfefff irq 23 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <Intel 82801EB/R (ICH5) 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
pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci5: <ACPI PCI bus> on pcib5
pci5: <display, VGA> at device 12.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH5 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
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_button0: <Power Button> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A, console
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xca7ff on isa0
ppc0: parallel port not found.
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x100>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to deny, logging unlimited
acd0: CDRW <Slimtype COMBO SOSC-2483K/KK0A> at ata0-master UDMA33
amrd0: <LSILogic MegaRAID logical drive> on amr0
amrd0: 139236MB (285155328 sectors) RAID 1 (optimal)
SMP: AP CPU #2 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #3 Launched!
Trying to mount root from ufs:/dev/amrd0s1a
em0: link state changed to UP
Limiting closed port RST response from 381 to 200 packets/sec
Limiting closed port RST response from 368 to 200 packets/sec
Limiting closed port RST response from 412 to 200 packets/sec
Limiting closed port RST response from 375 to 200 packets/sec
Limiting closed port RST response from 353 to 200 packets/sec
Limiting closed port RST response from 371 to 200 packets/sec
Limiting closed port RST response from 370 to 200 packets/sec
Limiting closed port RST response from 367 to 200 packets/sec
Limiting closed port RST response from 366 to 200 packets/sec
collecting pv entries -- suggest increasing PMAP_SHPGPERPROC


===============================

% cat /boot/loader.conf 

console="comconsole"
autoboot_delay="3"
beastie_disable="YES"

kern.ipc.nmbclusters=100000
kern.ipc.maxsockets=160000
kern.ipc.nsfbufs=10000

===============================

% cat /etc/sysctl.conf 
# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $
#

kern.ipc.somaxconn=2000

kern.maxfiles=80000
kern.maxfilesperproc=20000

net.inet.tcp.sendspace=16384
net.inet.tcp.recvspace=16384

>How-To-Repeat:
-
>Fix:
I don't know :(
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list