Date: Thu, 12 Mar 2015 17:34:17 +0530 From: Sibananda Sahu <sibananda.sahu@avagotech.com> To: freebsd-scsi@freebsd.org Subject: Kenrel panic in bus_dmamem_alloc() Message-ID: <4d8df3d1c15489c01665e69703ab0050@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
Recently I was working with the mrsas(4) driver and found that after
several operations when I unload and reload the driver the kernel was
entering into panic at the bus_dmamem_alloc() call.
I have attached the core.txt file.
Although this is primarily not related to SCSI, but still I thought if any
kind of help from any kernel developers will be very much helpful.
Below is the Back trace info extracted from the core text file:
Unread portion of the kernel message buffer:
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem
0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
Fatal trap 9: general protection fault while in kernel mode
cpuid = 2; apic id = 32
instruction pointer = 0x20:0xffffffff80ae16f3
stack pointer = 0x28:0xfffffe01213d41d0
frame pointer = 0x28:0xfffffe01213d4240
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1,
def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 1406 (kldload)
Error while mapping shared library sections:
./mrsas.ko: No such file or directory.
Reading symbols from /boot/kernel/ums.ko.symbols...done.
Loaded symbols for /boot/kernel/ums.ko.symbols
Reading symbols from /boot/kernel/uftdi.ko.symbols...done.
Loaded symbols for /boot/kernel/uftdi.ko.symbols
Reading symbols from /boot/kernel/ucom.ko.symbols...done.
Loaded symbols for /boot/kernel/ucom.ko.symbols
Error while reading shared library symbols:
./mrsas.ko: No such file or directory.
#0 doadump (textdump=0) at pcpu.h:219
219 pcpu.h: No such file or directory.
in pcpu.h
(kgdb) #0 doadump (textdump=0) at pcpu.h:219
#1 0xffffffff8033f5ae in db_dump (dummy=<value optimized out>, dummy2=0,
dummy3=0, dummy4=0x0) at /usr/src/sys/ddb/db_command.c:543
#2 0xffffffff8033f08d in db_command (cmd_table=<value optimized out>)
at /usr/src/sys/ddb/db_command.c:449
#3 0xffffffff8033ee04 in db_command_loop ()
at /usr/src/sys/ddb/db_command.c:502
#4 0xffffffff80341720 in db_trap (type=<value optimized out>, code=0)
at /usr/src/sys/ddb/db_main.c:231
#5 0xffffffff808b9bc3 in kdb_trap (type=9, code=0, tf=<value optimized
out>)
at /usr/src/sys/kern/subr_kdb.c:656
#6 0xffffffff80c4b442 in trap_fatal (frame=0xfffffe01213d4120,
eva=<value optimized out>) at /usr/src/sys/amd64/amd64/trap.c:877
#7 0xffffffff80c4b0bf in trap (frame=<value optimized out>)
at /usr/src/sys/amd64/amd64/trap.c:224
#8 0xffffffff80c32d02 in calltrap ()
at /usr/src/sys/amd64/amd64/exception.S:232
#9 0xffffffff80ae16f3 in vm_reserv_alloc_contig
(object=0xffffffff8166d9c8,
pindex=<value optimized out>, npages=<value optimized out>, low=0,
high=18446735281027570048, alignment=<value optimized out>,
boundary=<value optimized out>) at /usr/src/sys/vm/vm_reserv.c:252
#10 0xffffffff80ada2ee in vm_page_alloc_contig (object=0xffffffff8166d9c8,
pindex=1183744, req=546, npages=927, low=0, high=4294967295,
memattr=<value optimized out>) at /usr/src/sys/vm/vm_page.c:1741
#11 0xffffffff80acc153 in kmem_alloc_contig (vmem=0xffffffff8144bd80,
size=3796992, flags=1, low=0, high=4294967295, alignment=4)
at /usr/src/sys/vm/vm_kern.c:239
#12 0xffffffff80d454cd in bus_dmamem_alloc (dmat=0xfffff80099ba3480,
vaddr=0xfffffe00019aa0b8, flags=<value optimized out>,
mapp=0xfffffe00019aa0b0) at /usr/src/sys/x86/x86/busdma_machdep.c:551
#13 0xffffffff81a2500b in ?? ()
#14 0x0000000000000000 in ?? ()
Current language: auto; currently minimal
(kgdb)
Can anybody suggest me what might have gone wrong so this disaster
happened???
Thanks,
Sibananda Sahu
[-- Attachment #2 --]
FreeBSD10_STOCK dumped core - see /var/crash/vmcore.3
Thu Mar 12 00:27:49 IST 2015
FreeBSD FreeBSD10_STOCK 10.0-RELEASE FreeBSD 10.0-RELEASE #4: Thu Mar 5 01:20:35 IST 2015 root@FreeBSD10_STOCK:/usr/obj/usr/src/sys/GENERIC amd64
panic:
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:
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem 0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
Fatal trap 9: general protection fault while in kernel mode
cpuid = 2; apic id = 32
instruction pointer = 0x20:0xffffffff80ae16f3
stack pointer = 0x28:0xfffffe01213d41d0
frame pointer = 0x28:0xfffffe01213d4240
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 1406 (kldload)
Error while mapping shared library sections:
./mrsas.ko: No such file or directory.
Reading symbols from /boot/kernel/ums.ko.symbols...done.
Loaded symbols for /boot/kernel/ums.ko.symbols
Reading symbols from /boot/kernel/uftdi.ko.symbols...done.
Loaded symbols for /boot/kernel/uftdi.ko.symbols
Reading symbols from /boot/kernel/ucom.ko.symbols...done.
Loaded symbols for /boot/kernel/ucom.ko.symbols
Error while reading shared library symbols:
./mrsas.ko: No such file or directory.
#0 doadump (textdump=0) at pcpu.h:219
219 pcpu.h: No such file or directory.
in pcpu.h
(kgdb) #0 doadump (textdump=0) at pcpu.h:219
#1 0xffffffff8033f5ae in db_dump (dummy=<value optimized out>, dummy2=0,
dummy3=0, dummy4=0x0) at /usr/src/sys/ddb/db_command.c:543
#2 0xffffffff8033f08d in db_command (cmd_table=<value optimized out>)
at /usr/src/sys/ddb/db_command.c:449
#3 0xffffffff8033ee04 in db_command_loop ()
at /usr/src/sys/ddb/db_command.c:502
#4 0xffffffff80341720 in db_trap (type=<value optimized out>, code=0)
at /usr/src/sys/ddb/db_main.c:231
#5 0xffffffff808b9bc3 in kdb_trap (type=9, code=0, tf=<value optimized out>)
at /usr/src/sys/kern/subr_kdb.c:656
#6 0xffffffff80c4b442 in trap_fatal (frame=0xfffffe01213d4120,
eva=<value optimized out>) at /usr/src/sys/amd64/amd64/trap.c:877
#7 0xffffffff80c4b0bf in trap (frame=<value optimized out>)
at /usr/src/sys/amd64/amd64/trap.c:224
#8 0xffffffff80c32d02 in calltrap ()
at /usr/src/sys/amd64/amd64/exception.S:232
#9 0xffffffff80ae16f3 in vm_reserv_alloc_contig (object=0xffffffff8166d9c8,
pindex=<value optimized out>, npages=<value optimized out>, low=0,
high=18446735281027570048, alignment=<value optimized out>,
boundary=<value optimized out>) at /usr/src/sys/vm/vm_reserv.c:252
#10 0xffffffff80ada2ee in vm_page_alloc_contig (object=0xffffffff8166d9c8,
pindex=1183744, req=546, npages=927, low=0, high=4294967295,
memattr=<value optimized out>) at /usr/src/sys/vm/vm_page.c:1741
#11 0xffffffff80acc153 in kmem_alloc_contig (vmem=0xffffffff8144bd80,
size=3796992, flags=1, low=0, high=4294967295, alignment=4)
at /usr/src/sys/vm/vm_kern.c:239
#12 0xffffffff80d454cd in bus_dmamem_alloc (dmat=0xfffff80099ba3480,
vaddr=0xfffffe00019aa0b8, flags=<value optimized out>,
mapp=0xfffffe00019aa0b0) at /usr/src/sys/x86/x86/busdma_machdep.c:551
#13 0xffffffff81a2500b in ?? ()
#14 0x0000000000000000 in ?? ()
Current language: auto; currently minimal
(kgdb)
------------------------------------------------------------------------
ps -axl
UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
0 0 0 0 -52 0 0 0 - DLs - 0:01.69 [kernel]
0 1 0 0 23 0 9428 0 wait DLs - 0:00.30 [init]
0 2 0 0 -16 0 0 0 waiting_ DL - 0:00.00 [sctp_iterator]
0 3 0 0 -16 0 0 0 ccb_scan DL - 0:00.00 [xpt_thrd]
0 4 0 0 -16 0 0 0 - RL - 0:00.00 [pagedaemon]
0 5 0 0 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon]
0 6 0 0 155 0 0 0 pgzero DL - 0:00.00 [pagezero]
0 7 0 0 -16 0 0 0 psleep DL - 0:00.00 [bufdaemon]
0 8 0 0 -16 0 0 0 vlruwt DL - 0:00.00 [vnlru]
0 9 0 0 16 0 0 0 syncer DL - 0:00.00 [syncer]
0 10 0 0 -16 0 0 0 audit_wo DL - 0:00.00 [audit]
0 11 0 0 155 0 0 0 - RL - 0:41.46 [idle]
0 12 0 0 -53 0 0 0 - WL - 0:01.01 [intr]
0 13 0 0 -8 0 0 0 - DL - 0:00.25 [geom]
0 14 0 0 -16 0 0 0 - DL - 0:00.00 [rand_harvestq]
0 15 0 0 -68 0 0 0 - DL - 0:01.23 [usb]
0 16 0 0 20 0 0 0 sdflush DL - 0:00.00 [softdepflush]
0 815 1 0 52 0 14556 0 select Ds - 0:00.00 [dhclient]
65 851 1 0 52 0 14556 0 select Ds - 0:00.00 [dhclient]
0 858 1 0 52 0 16628 0 select Ds - 0:00.00 [moused]
0 879 1 0 52 0 16628 0 select Ds - 0:00.00 [moused]
0 896 1 0 20 0 13584 0 - Rs - 0:00.00 [devd]
0 1011 1 0 20 0 14424 0 select Ds - 0:00.01 [syslogd]
0 1133 1 0 22 0 60816 0 select Ds - 0:00.00 [sshd]
0 1136 1 0 20 0 23980 0 select Ds - 0:00.01 [sendmail]
25 1139 1 0 52 0 23980 0 pause Ds - 0:00.00 [sendmail]
0 1143 1 0 20 0 16520 0 nanslp Ds - 0:00.00 [cron]
0 1182 1 0 20 0 47656 0 wait Ds - 0:00.00 [login]
0 1183 1 0 20 0 47656 0 wait Ds - 0:00.00 [login]
0 1184 1 0 20 0 47656 0 wait Ds - 0:00.00 [login]
0 1185 1 0 20 0 47656 0 wait Ds - 0:00.00 [login]
0 1186 1 0 52 0 14420 0 ttyin Ds+ - 0:00.00 [getty]
0 1187 1 0 52 0 14420 0 ttyin Ds+ - 0:00.00 [getty]
0 1188 1 0 52 0 14420 0 ttyin Ds+ - 0:00.00 [getty]
0 1189 1 0 52 0 14420 0 ttyin Ds+ - 0:00.00 [getty]
0 1193 1133 0 20 0 86084 0 select Ds - 0:00.00 [sshd]
0 1196 1193 0 23 0 23492 0 pause Ds - 0:00.01 [csh]
0 1198 1182 0 20 0 23492 0 ttyin D+ - 0:00.01 [csh]
0 1356 1183 0 20 0 23492 0 ttyin D+ - 0:00.01 [csh]
0 1358 1184 0 20 0 23492 0 ttyin D+ - 0:00.00 [csh]
0 1361 1358 0 20 0 16988 0 - T - 0:00.00 [sh]
0 1369 1185 0 20 0 23492 0 pause D - 0:00.00 [csh]
0 1372 1369 0 21 0 16988 0 wait D+ - 0:00.00 [sh]
0 1373 1372 0 21 0 12320 0 ttyin D+ - 0:00.00 [cu]
0 1374 1373 0 20 0 12320 0 - R+ - 0:00.00 [cu]
0 1403 1361 0 -100 0 0 0 - ZW - 0:00.00 <defunct>
0 1406 1196 0 75 0 8168 0 - R+ - 0:00.00 [kldload]
------------------------------------------------------------------------
vmstat -s
7419255 cpu context switches
934552 device interrupts
817965 software interrupts
1107303 traps
1201636 system calls
22 kernel threads created
1069 fork() calls
315 vfork() calls
0 rfork() calls
0 swap pager pageins
0 swap pager pages paged in
0 swap pager pageouts
0 swap pager pages paged out
1262 vnode pager pageins
11974 vnode pager pages paged in
0 vnode pager pageouts
0 vnode pager pages paged out
0 page daemon wakeups
0 pages examined by the page daemon
0 pages reactivated
38797 copy-on-write faults
222 copy-on-write optimized faults
91471 zero fill pages zeroed
0 zero fill pages prezeroed
5 intransit blocking page faults
146438 total VM faults taken
1169 page faults requiring I/O
0 pages affected by kernel thread creation
39577 pages affected by fork()
14800 pages affected by vfork()
0 pages affected by rfork()
0 pages cached
302651 pages freed
0 pages freed by daemon
0 pages freed by exiting processes
5840 pages active
11014 pages inactive
0 pages in VM cache
27487 pages wired down
963000 pages free
4096 bytes per page
157277 total name lookups
cache hits (71% pos + 26% neg) system 0% per-directory
deletions 0%, falsehits 0%, toolong 0%
------------------------------------------------------------------------
vmstat -m
Type InUse MemUse HighUse Requests Size(s)
filecaps 1 1K - 3 16
kdtrace 177 36K - 1548 64,256
kenv 78 11K - 87 16,32,64,128
kqueue 0 0K - 30 256,2048
proc-args 30 2K - 758 16,32,64,128,256
acpitask 1 8K - 1
hhook 2 1K - 2 256
ithread 120 21K - 144 32,128,256
acpisem 20 3K - 20 128
KTRACE 100 13K - 100 128
CAM queue 15 4K - 73310 16,32,64,128,256,512,1024,2048,4096
acpidev 54 4K - 54 64
linker 214 136K - 388 16,32,64,128,256,512,1024,2048,4096
CAM dev queue 5 1K - 11 32
lockf 26 3K - 86 64,128
loginclass 3 1K - 19 64
devbuf 7365 17965K - 9280 16,32,64,128,256,512,1024,2048,4096
temp 31 2K - 2024 16,32,64,128,256,512,1024,2048
ip6ndp 4 1K - 4 64,128
module 475 60K - 481 128
mtx_pool 2 16K - 2
pmchooks 1 1K - 1 128
pgrp 28 4K - 57 128
session 21 3K - 26 128
proc 2 32K - 2
subproc 108 219K - 1468 512,4096
cred 68 11K - 6168 64,256
plimit 17 5K - 256 256
uidinfo 4 5K - 9 128,4096
kbdmux 8 18K - 8 16,512,1024,2048
CAM SIM 5 2K - 17 256
CAM XPT 27 2K - 30943 16,32,64,128,256,1024,2048
DEVFS3 181 46K - 206 256
DEVFS1 154 77K - 239 512
sysctl 0 0K - 255 16,32,64
sysctloid 4489 227K - 5793 16,32,64,128
sysctltmp 0 0K - 185 16,32,64,128,256
tidhash 1 32K - 1
callout 5 2184K - 5
umtx 282 36K - 282 128
p1003.1b 1 1K - 1 16
SWAP 2 549K - 2 64
bus 1257 110K - 11079 16,32,64,128,256,1024
bus-sc 96 1720K - 8068 16,32,64,128,256,512,1024,2048,4096
devstat 10 21K - 10 32,4096
eventhandler 80 7K - 80 64,128
DEVFS 30 1K - 31 16,32,128
DEVFSP 4 1K - 4 64
kobj 323 1292K - 1122 4096
Per-cpu 1 1K - 1 32
rman 186 21K - 602 16,32,128
sbuf 0 0K - 2405 16,32,64,128,256,512,1024,2048,4096
taskqueue 15 3K - 27 16,32,256
Unitno 23 2K - 3167 32,64
vmem 3 74K - 5 1024,2048,4096
Witness 1 128K - 1
ioctlops 0 0K - 3827 16,32,64,128,256,512,1024
select 15 2K - 15 128
iov 0 0K - 20039 64,128,256,512
msg 4 30K - 4 2048,4096
sem 4 106K - 4 2048,4096
shm 1 20K - 2 2048
tty 21 21K - 21 1024
pts 1 1K - 1 256
mbuf_tag 0 0K - 18 32
shmfd 1 8K - 1
soname 3 1K - 15983 16,32,128
pcb 16 661K - 42 16,32,128,1024,2048
acl 0 0K - 3 4096
vfscache 1 2048K - 1
cl_savebuf 0 0K - 9 64
vfs_hash 1 1024K - 1
vnodes 1 1K - 1 256
mount 16 1K - 119 16,32,64,128,256
vnodemarker 0 0K - 61 512
BPF 11 18K - 11 128,512,4096
ifnet 4 7K - 4 128,2048
ifaddr 53 14K - 54 32,64,128,256,512,2048,4096
ether_multi 17 1K - 24 16,32,64
clone 7 1K - 7 128
arpcom 2 1K - 2 16
lltable 10 4K - 10 256,512
routetbl 33 6K - 135 32,64,128,256,512
igmp 3 1K - 3 256
in_multi 2 1K - 3 256
sctp_a_it 0 0K - 3 16
sctp_vrf 1 1K - 1 64
sctp_ifa 4 1K - 4 128
sctp_ifn 2 1K - 2 128
sctp_iter 0 0K - 3 256
hostcache 1 28K - 1
syncache 1 64K - 1
in6_multi 15 2K - 15 32,256
mld 3 1K - 3 128
pfs_nodes 21 6K - 21 256
NFS FHA 1 2K - 1 2048
rpc 2 1K - 2 256
audit_evclass 187 6K - 228 32
pagedep 1 128K - 26 256
inodedep 1 1024K - 199 512
bmsafemap 2 9K - 114 256
newblk 1 2048K - 272 256
freefrag 0 0K - 66 128
freeblks 0 0K - 66 256
freefile 0 0K - 91 64
diradd 0 0K - 120 128
mkdir 0 0K - 12 128
dirrem 0 0K - 126 128
newdirblk 0 0K - 6 64
freework 1 1K - 111 16,128
jaddref 0 0K - 132 128
jremref 0 0K - 138 128
jnewblk 0 0K - 271 128
jfreefrag 0 0K - 66 128
jseg 1 1K - 50 128
jsegdep 3 1K - 607 64
sbdep 0 0K - 19 64
savedino 0 0K - 63 256
jblocks 2 1K - 2 128,256
ufs_dirhash 51 10K - 51 16,32,64,128,256,512
ufs_quota 1 1024K - 1
ufs_mount 3 21K - 4 512,4096
vm_pgdata 2 513K - 2 128
UMAHash 1 1K - 1 512
GEOM 88 15K - 3812 16,32,64,128,256,512,1024,2048
feeder 7 1K - 7 32
scsi_cd 0 0K - 18 16
memdesc 1 4K - 1 4096
scsi_da 0 0K - 1136 32,64
atkbddev 2 1K - 2 64
raid_data 0 0K - 492 32,128,256
CAM DEV 7 14K - 14646 2048
pci_link 16 2K - 16 64,128
acpi_perf 4 1K - 4 256
UART 6 5K - 6 16,1024
CAM CCB 4 8K - 18248 2048
md_nvidia_data 0 0K - 82 512
ddb_capture 1 48K - 1
md_sii_data 0 0K - 82 512
acpiintr 1 1K - 1 64
acpica 1052 105K - 64159 16,32,64,128,256,512,1024,2048
CAM path 9 1K - 44670 32
apmdev 1 1K - 1 128
madt_table 0 0K - 1 4096
isadev 7 1K - 7 128
CAM periph 6 2K - 14703 16,32,64,128,256
USB 90 133K - 98 16,32,128,256,512,1024,2048,4096
USBdev 78 16K - 78 32,64,128,512,4096
io_apic 2 4K - 2 2048
MCA 14 2K - 14 32,128
entropy 1026 65K - 1029 32,64,4096
cdev 7 2K - 7 256
msi 6 1K - 6 128
nexusdev 4 1K - 4 16
ata_pci 2 1K - 2 64
filedesc 46 92K - 1407 2048
sigio 1 1K - 1 64
------------------------------------------------------------------------
vmstat -z
ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP
UMA Kegs: 384, 0, 95, 5, 95, 0, 0
UMA Zones: 1152, 0, 95, 1, 95, 0, 0
UMA Slabs: 80, 0, 2245, 505, 20168, 0, 0
UMA RCntSlabs: 88, 0, 1254, 6, 1254, 0, 0
UMA Hash: 256, 0, 8, 7, 9, 0, 0
4 Bucket: 32, 0, 12, 488, 941, 0, 0
8 Bucket: 64, 0, 17, 541, 9665, 0, 0
16 Bucket: 128, 0, 56, 471, 163, 38, 0
32 Bucket: 256, 0, 46, 269, 192, 105, 0
64 Bucket: 512, 0, 95, 113, 3174, 104, 0
128 Bucket: 1024, 0, 137, 67, 999, 147, 0
vmem btag: 56, 0, 6874, 1007, 20050, 111, 0
VM OBJECT: 256, 0, 1516, 194, 16759, 0, 0
RADIX NODE: 144, 0, 3350, 1402, 48095, 51, 0
MAP: 240, 0, 3, 61, 3, 0, 0
KMAP ENTRY: 128, 0, 9, 518, 15, 0, 0
MAP ENTRY: 128, 0, 934, 585, 39207, 0, 0
VMSPACE: 448, 0, 30, 150, 1385, 0, 0
fakepg: 104, 0, 0, 0, 0, 0, 0
mt_zone: 4112, 0, 344, 1, 350, 0, 0
16: 16, 0, 2086, 926, 71713, 0, 0
32: 32, 0, 2304, 1571, 58587, 0, 0
64: 64, 0, 5401, 489, 36449, 0, 0
128: 128, 0, 4988, 1026, 68916, 0, 0
256: 256, 0, 721, 1634, 31649, 0, 0
512: 512, 0, 359, 161, 7678, 0, 0
1024: 1024, 0, 46, 190, 9730, 0, 0
2048: 2048, 0, 93, 2059, 63058, 0, 0
4096: 4096, 0, 436, 6, 6331, 0, 0
SLEEPQUEUE: 80, 0, 142, 385, 142, 0, 0
uint64 pcpu: 8, 0, 1386, 150, 1386, 0, 0
Files: 80, 0, 79, 421, 18026, 0, 0
TURNSTILE: 136, 0, 142, 178, 142, 0, 0
rl_entry: 40, 0, 44, 456, 44, 0, 0
umtx pi: 96, 0, 0, 0, 0, 0, 0
MAC labels: 40, 0, 0, 0, 0, 0, 0
PROC: 1208, 0, 46, 14, 1406, 0, 0
THREAD: 1168, 0, 129, 12, 140, 0, 0
cpuset: 72, 0, 86, 189, 98, 0, 0
audit_record: 1248, 0, 0, 0, 0, 0, 0
mbuf_packet: 256, 1611915, 2040, 465, 2514, 1, 0
mbuf: 256, 1611915, 511, 618, 6097, 0, 0
mbuf_cluster: 2048, 251860, 2501, 1, 2501,2501, 0
mbuf_jumbo_page: 4096, 125929, 0, 3, 7, 3, 0
mbuf_jumbo_9k: 9216, 111936, 0, 0, 0, 0, 0
mbuf_jumbo_16k: 16384, 83952, 0, 0, 0, 0, 0
mbuf_ext_refcnt: 4, 0, 0, 0, 0, 0, 0
g_bio: 248, 0, 0, 368, 2697581, 0, 0
ttyinq: 160, 0, 360, 140, 945, 0, 0
ttyoutq: 256, 0, 188, 127, 500, 0, 0
ata_request: 336, 0, 1, 153, 9824, 0, 0
vtnet_tx_hdr: 24, 0, 0, 0, 0, 0, 0
FPU_save_area: 512, 0, 0, 0, 0, 0, 0
VNODE: 472, 0, 851, 53, 944, 0, 0
VNODEPOLL: 112, 0, 0, 0, 0, 0, 0
BUF TRIE: 144, 0, 80, 26569, 627, 0, 0
S VFS Cache: 108, 0, 840, 420, 3316, 0, 0
STS VFS Cache: 148, 0, 0, 0, 0, 0, 0
L VFS Cache: 328, 0, 0, 0, 0, 0, 0
LTS VFS Cache: 368, 0, 0, 0, 0, 0, 0
NAMEI: 1024, 0, 0, 68, 68830, 0, 0
NCLNODE: 528, 0, 0, 0, 0, 0, 0
DIRHASH: 1024, 0, 72, 32, 72, 0, 0
pipe: 744, 0, 4, 51, 792, 0, 0
procdesc: 128, 0, 0, 0, 0, 0, 0
Mountpoints: 816, 0, 2, 13, 2, 0, 0
ksiginfo: 112, 0, 53, 997, 85, 0, 0
itimer: 352, 0, 0, 0, 0, 0, 0
KNOTE: 128, 0, 0, 527, 30, 0, 0
socket: 696, 129905, 18, 37, 2771, 0, 0
ipq: 56, 7881, 0, 0, 0, 0, 0
udp_inpcb: 392, 129910, 2, 118, 204, 0, 0
udpcb: 16, 130018, 2, 500, 204, 0, 0
tcp_inpcb: 392, 129910, 4, 116, 9, 0, 0
tcpcb: 1024, 129908, 4, 48, 9, 0, 0
tcptw: 88, 26010, 0, 0, 0, 0, 0
syncache: 160, 15375, 0, 75, 1, 0, 0
hostcache: 136, 15370, 0, 0, 0, 0, 0
tcpreass: 40, 15800, 0, 0, 0, 0, 0
sackhole: 32, 0, 0, 125, 15, 0, 0
sctp_ep: 1408, 129906, 0, 0, 0, 0, 0
sctp_asoc: 2352, 40000, 0, 0, 0, 0, 0
sctp_laddr: 48, 80012, 0, 332, 3, 0, 0
sctp_raddr: 728, 80000, 0, 0, 0, 0, 0
sctp_chunk: 136, 400026, 0, 0, 0, 0, 0
sctp_readq: 104, 400026, 0, 0, 0, 0, 0
sctp_stream_msg_out: 104, 400026, 0, 0, 0, 0, 0
sctp_asconf: 40, 400000, 0, 0, 0, 0, 0
sctp_asconf_ack: 48, 400060, 0, 0, 0, 0, 0
ripcb: 392, 129910, 1, 29, 1, 0, 0
unpcb: 240, 129920, 10, 246, 2548, 0, 0
rtentry: 200, 0, 13, 247, 14, 0, 0
selfd: 56, 0, 34, 534, 16701, 0, 0
SWAPMETA: 288, 503724, 0, 0, 0, 0, 0
FFS inode: 168, 0, 803, 186, 894, 0, 0
FFS1 dinode: 128, 0, 0, 0, 0, 0, 0
FFS2 dinode: 256, 0, 803, 187, 894, 0, 0
------------------------------------------------------------------------
vmstat -i
interrupt total rate
irq1: atkbd0 392 8
irq19: ehci0 1631 36
irq20: hpet0 uhci3+ 27829 618
irq21: uhci2 uhci4+ 62 1
irq22: atapci1 357 7
irq23: atapci0 3632 80
cpu0:timer 100007 2222
irq256: bce0 2945 65
cpu3:timer 200174 4448
cpu2:timer 180562 4012
cpu1:timer 103406 2297
irq258: 222196 4937
irq259: 221468 4921
irq260: 228192 5070
irq261: 225848 5018
Total 1518701 33748
------------------------------------------------------------------------
pstat -T
79/129902 files
0M/3851M swap space
------------------------------------------------------------------------
pstat -s
Device 512-blocks Used Avail Capacity
/dev/ukbd1 7888616 0 7888616 0%
------------------------------------------------------------------------
iostat
iostat: kvm_read(_tk_nin): invalid address (0x0)
iostat: disabling TTY statistics
ada0 cd0 pass0 cpu
KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id
31.84 79 2.47 0.93 3 0.00 0.00 0 0.00 0 0 12 2 85
------------------------------------------------------------------------
ipcs -a
Message Queues:
T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM QBYTES LSPID LRPID STIME RTIME CTIME
Shared Memory:
T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME
Semaphores:
T ID KEY MODE OWNER GROUP CREATOR CGROUP NSEMS OTIME CTIME
------------------------------------------------------------------------
ipcs -T
msginfo:
msgmax: 16384 (max characters in a message)
msgmni: 40 (# of message queues)
msgmnb: 2048 (max characters in a message queue)
msgtql: 40 (max # of messages in system)
msgssz: 8 (size of a message segment)
msgseg: 2048 (# of message segments in system)
shminfo:
shmmax: 536870912 (max shared memory segment size)
shmmin: 1 (min shared memory segment size)
shmmni: 192 (max number of shared memory identifiers)
shmseg: 128 (max shared memory segments per process)
shmall: 131072 (max amount of shared memory in pages)
seminfo:
semmni: 50 (# of semaphore identifiers)
semmns: 340 (# of semaphores in system)
semmnu: 150 (# of undo structures in system)
semmsl: 340 (max # of semaphores per id)
semopm: 100 (max # of operations per semop call)
semume: 50 (max # of undo entries per process)
semusz: 632 (size in bytes of undo structure)
semvmx: 32767 (semaphore maximum value)
semaem: 16384 (adjust on exit max value)
------------------------------------------------------------------------
nfsstat
Client Info:
Rpc Counts:
Getattr Setattr Lookup Readlink Read Write Create Remove
0 0 0 0 0 0 0 0
Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access
0 0 0 0 0 0 0 0
Mknod Fsstat Fsinfo PathConf Commit
0 0 0 0 0
Rpc Info:
TimedOut Invalid X Replies Retries Requests
0 0 0 0 0
Cache Info:
Attr Hits Misses Lkup Hits Misses BioR Hits Misses BioW Hits Misses
0 0 0 0 0 0 0 0
BioRLHits Misses BioD Hits Misses DirE Hits Misses Accs Hits Misses
0 0 0 0 0 0 0 0
Server Info:
Getattr Setattr Lookup Readlink Read Write Create Remove
0 0 0 0 0 0 0 0
Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access
0 0 0 0 0 0 0 0
Mknod Fsstat Fsinfo PathConf Commit
0 0 0 0 0
Server Ret-Failed
0
Server Faults
0
Server Cache Stats:
Inprog Idem Non-idem Misses
0 0 0 0
Server Write Gathering:
WriteOps WriteRPC Opsaved
0 0 0
------------------------------------------------------------------------
netstat -s
tcp:
916 packets sent
896 data packets (128379 bytes)
0 data packets (0 bytes) retransmitted
0 data packets unnecessarily retransmitted
0 resends initiated by MTU discovery
20 ack-only packets (19 delayed)
0 URG only packets
0 window probe packets
0 window update packets
0 control packets
1128 packets received
826 acks (for 128380 bytes)
14 duplicate acks
0 acks for unsent data
770 packets (40737 bytes) received in-sequence
0 completely duplicate packets (0 bytes)
0 old duplicate packets
0 packets with some dup. data (0 bytes duped)
0 out-of-order packets (0 bytes)
0 packets (0 bytes) of data after window
0 window probes
0 window update packets
0 packets received after close
0 discarded for bad checksums
0 discarded for bad header offset fields
0 discarded because packet too short
0 discarded due to memory problems
0 connection requests
1 connection accept
0 bad connection attempts
0 listen queue overflows
0 ignored RSTs in the windows
1 connection established (including accepts)
5 connections closed (including 0 drops)
0 connections updated cached RTT on close
0 connections updated cached RTT variance on close
0 connections updated cached ssthresh on close
0 embryonic connections dropped
810 segments updated rtt (of 810 attempts)
0 retransmit timeouts
0 connections dropped by rexmit timeout
0 persist timeouts
0 connections dropped by persist timeout
0 Connections (fin_wait_2) dropped because of timeout
0 keepalive timeouts
0 keepalive probes sent
0 connections dropped by keepalive
160 correct ACK header predictions
287 correct data packet header predictions
1 syncache entry added
0 retransmitted
0 dupsyn
0 dropped
1 completed
0 bucket overflow
0 cache overflow
0 reset
0 stale
0 aborted
0 badack
0 unreach
0 zone failures
1 cookie sent
0 cookies received
0 hostcache entries added
0 bucket overflow
0 SACK recovery episodes
0 segment rexmits in SACK recovery episodes
0 byte rexmits in SACK recovery episodes
15 SACK options (SACK blocks) received
0 SACK options (SACK blocks) sent
0 SACK scoreboard overflow
0 packets with ECN CE bit set
0 packets with ECN ECT(0) bit set
0 packets with ECN ECT(1) bit set
0 successful ECN handshakes
0 times ECN reduced the congestion window
udp:
76 datagrams received
0 with incomplete header
0 with bad data length field
0 with bad checksum
0 with no checksum
0 dropped due to no socket
61 broadcast/multicast datagrams undelivered
0 dropped due to full socket buffers
0 not for hashed pcb
15 delivered
15 datagrams output
0 times multicast source filter matched
ip:
1298 total packets received
0 bad header checksums
0 with size smaller than minimum
0 with data size < data length
0 with ip length > max ip packet size
0 with header length < data size
0 with data length < header length
0 with bad options
0 with incorrect version number
0 fragments received
0 fragments dropped (dup or out of space)
0 fragments dropped after timeout
0 packets reassembled ok
1204 packets for this host
90 packets for unknown/unsupported protocol
0 packets forwarded (0 packets fast forwarded)
4 packets not forwardable
0 packets received for unknown multicast group
0 redirects sent
931 packets sent from this host
0 packets sent with fabricated ip header
0 output packets dropped due to no bufs, etc.
0 output packets discarded due to no route
0 output datagrams fragmented
0 fragments created
0 datagrams that can't be fragmented
0 tunneling packets that can't find gif
0 datagrams with bad address in header
icmp:
0 calls to icmp_error
0 errors not generated in response to an icmp message
0 messages with bad code fields
0 messages less than the minimum length
0 messages with bad checksum
0 messages with bad length
0 multicast echo requests ignored
0 multicast timestamp requests ignored
0 message responses generated
0 invalid return addresses
0 no return routes
igmp:
7 messages received
0 messages received with too few bytes
0 messages received with wrong TTL
0 messages received with bad checksum
7 V1/V2 membership queries received
0 V3 membership queries received
0 membership queries received with invalid field(s)
7 general queries received
0 group queries received
0 group-source queries received
0 group-source queries dropped
0 membership reports received
0 membership reports received with invalid field(s)
0 membership reports received for groups to which we belong
0 V3 reports received without Router Alert
0 membership reports sent
arp:
2 ARP requests sent
0 ARP replies sent
90 ARP requests received
83 ARP replies received
173 ARP packets received
0 total packets dropped due to no ARP entry
0 ARP entrys timed out
0 Duplicate IPs seen
ip6:
0 total packets received
0 with size smaller than minimum
0 with data size < data length
0 with bad options
0 with incorrect version number
0 fragments received
0 fragments dropped (dup or out of space)
0 fragments dropped after timeout
0 fragments that exceeded limit
0 packets reassembled ok
0 packets for this host
0 packets forwarded
0 packets not forwardable
0 redirects sent
0 packets sent from this host
0 packets sent with fabricated ip header
0 output packets dropped due to no bufs, etc.
0 output packets discarded due to no route
0 output datagrams fragmented
0 fragments created
0 datagrams that can't be fragmented
0 packets that violated scope rules
0 multicast packets which we don't join
Mbuf statistics:
44 one mbuf
two or more mbuf:
bce0= 88
0 one ext mbuf
0 two or more ext mbuf
0 packets whose headers are not contiguous
0 tunneling packets that can't find gif
0 packets discarded because of too many headers
0 failures of source address selection
Source addresses selection rule applied:
icmp6:
0 calls to icmp6_error
0 errors not generated in response to an icmp6 message
0 errors not generated because of rate limitation
0 messages with bad code fields
0 messages < minimum length
0 bad checksums
0 messages with bad length
Histogram of error messages to be generated:
0 no route
0 administratively prohibited
0 beyond scope
0 address unreachable
0 port unreachable
0 packet too big
0 time exceed transit
0 time exceed reassembly
0 erroneous header field
0 unrecognized next header
0 unrecognized option
0 redirect
0 unknown
0 message responses generated
0 messages with too many ND options
0 messages with bad ND options
0 bad neighbor solicitation messages
0 bad neighbor advertisement messages
0 bad router solicitation messages
0 bad router advertisement messages
0 bad redirect messages
0 path MTU changes
rip6:
0 messages received
0 checksum calculations on inbound
0 messages with bad checksum
0 messages dropped due to no socket
0 multicast messages dropped due to no socket
0 messages dropped due to full socket buffers
0 delivered
0 datagrams output
------------------------------------------------------------------------
netstat -m
2551/1083/3634 mbufs in use (current/cache/total)
2036/466/2502/251860 mbuf clusters in use (current/cache/total/max)
2040/465 mbuf+clusters out of packet secondary zone in use (current/cache)
0/3/3/125929 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/111936 9k jumbo clusters in use (current/cache/total/max)
0/0/0/83952 16k jumbo clusters in use (current/cache/total/max)
4709K/1214K/5924K bytes allocated to network (current/cache/total)
0/2501/1 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters delayed (4k/9k/16k)
3/0/0 requests for jumbo clusters denied (4k/9k/16k)
0 requests for sfbufs denied
0 requests for sfbufs delayed
0 requests for I/O initiated by sendfile
------------------------------------------------------------------------
netstat -idW
Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll Drop
bce0 1500 <Link#1> 78:2b:cb:5e:41:ae 2053 0 0 934 0 0 0
bce0 1500 135.24.192.0 freebsd10_stock.l 1192 - - 931 - - -
bce1* 1500 <Link#2> 78:2b:cb:5e:41:af 0 0 0 0 0 0 0
lo0 16384 <Link#3> 0 0 0 0 0 0 0
lo0 16384 localhost ::1 0 - - 0 - - -
lo0 16384 fe80::1%lo0 fe80::1 0 - - 0 - - -
lo0 16384 your-net localhost 0 - - 0 - - -
------------------------------------------------------------------------
netstat -anr
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 135.24.192.1 UGS 0 931 bce0
127.0.0.1 link#3 UH 0 0 lo0
135.24.192.0/24 link#1 U 0 0 bce0
135.24.192.112 link#1 UHS 0 0 lo0
Internet6:
Destination Gateway Flags Netif Expire
::/96 ::1 UGRS lo0
::1 link#3 UH lo0
::ffff:0.0.0.0/96 ::1 UGRS lo0
fe80::/10 ::1 UGRS lo0
fe80::%lo0/64 link#3 U lo0
fe80::1%lo0 link#3 UHS lo0
ff01::%lo0/32 ::1 U lo0
ff02::/16 ::1 UGRS lo0
ff02::%lo0/32 ::1 U lo0
------------------------------------------------------------------------
netstat -anA
Active Internet connections (including servers)
Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state)
fffff800994ce000 tcp4 0 0 135.24.192.112.22 135.36.127.169.506 ESTABLISHED
fffff800994df000 tcp4 0 0 127.0.0.1.25 *.* LISTEN
fffff800994ce400 tcp4 0 0 *.22 *.* LISTEN
fffff800994ce800 tcp6 0 0 *.22 *.* LISTEN
fffff800990e5620 udp4 0 0 *.514 *.*
fffff800990e57a8 udp6 0 0 *.514 *.*
Active UNIX domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr
fffff800990dfb40 stream 0 0 fffff800109781d8 0 0 0 /var/run/devd.pipe
fffff800991201e0 dgram 0 0 0 fffff800990e9690 0 fffff800991202d0
fffff800991202d0 dgram 0 0 0 fffff800990e9690 0 fffff8009916ae10
fffff8009916ae10 dgram 0 0 0 fffff800990e9690 0 fffff800991204b0
fffff800991204b0 dgram 0 0 0 fffff800990e9690 0 fffff8009916b000
fffff8009916b000 dgram 0 0 0 fffff800990e9690 0 fffff800991205a0
fffff8009916b2d0 dgram 0 0 0 fffff800990e9780 0 0
fffff800991205a0 dgram 0 0 0 fffff800990e9690 0 0
fffff800990e9690 dgram 0 0 fffff80010960760 0 fffff800991201e0 0 /var/run/logpriv
fffff800990e9780 dgram 0 0 fffff80010960938 0 fffff8009916b2d0 0 /var/run/log
------------------------------------------------------------------------
netstat -aL
Current listen queue sizes (qlen/incqlen/maxqlen)
Proto Listen Local Address
tcp4 0/0/10 localhost.smtp
tcp4 0/0/128 *.ssh
tcp6 0/0/128 *.ssh
unix 0/0/4 /var/run/devd.pipe
------------------------------------------------------------------------
fstat
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x200007fffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x200007fffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x200007fffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x200007fffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x200007fffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x200007fffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x200007fffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x200007fffffffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 1 at 0x200000000000000
fstat: can't read file 2 at 0x400000000000000
fstat: can't read file 7 at 0x200000000000002
fstat: can't read file 8 at 0x400000000000000
fstat: can't read file 1 at 0x200007fffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x200007fffffffff
fstat: can't read file 8 at 0x4000000001fffff
USER CMD PID FD MOUNT INUM MODE SZ|DV R/W
root kldload 1406 root / 2 drwxr-xr-x 1024 r
root kldload 1406 wd / 27770112 drwxr-xr-x 512 r
root kldload 1406 text / 722388 -r-xr-xr-x 8384 r
root kldload 1406 ctty /dev 149 crw--w---- pts/0 rw
root kldload 1406 0 /dev 149 crw--w---- pts/0 rw
root cu 1374 root / 2 drwxr-xr-x 1024 r
root cu 1374 wd / 60352512 drwxr-xr-x 512 r
root cu 1374 text / 26725313 -r-xr-xr-x 62752 r
root cu 1374 ctty /dev 50 crw------- ttyv3 rw
root cu 1374 0 /dev 50 crw------- ttyv3 rw
root cu 1374 6 /dev 50 crw------- ttyv3 rw
root cu 1373 root / 2 drwxr-xr-x 1024 r
root cu 1373 wd / 60352512 drwxr-xr-x 512 r
root cu 1373 text / 26725313 -r-xr-xr-x 62752 r
root cu 1373 ctty /dev 50 crw------- ttyv3 rw
root cu 1373 0 /dev 50 crw------- ttyv3 rw
root cu 1373 6 /dev 50 crw------- ttyv3 rw
root sh 1372 root / 2 drwxr-xr-x 1024 r
root sh 1372 wd / 60352512 drwxr-xr-x 512 r
root sh 1372 text / 10593795 -r-xr-xr-x 141696 r
root sh 1372 ctty /dev 50 crw------- ttyv3 rw
root sh 1372 0 /dev 50 crw------- ttyv3 rw
root sh 1372 6 /dev 50 crw------- ttyv3 rw
root csh 1369 root / 2 drwxr-xr-x 1024 r
root csh 1369 wd / 60352512 drwxr-xr-x 512 r
root csh 1369 text / 10593793 -r-xr-xr-x 374120 r
root csh 1369 ctty /dev 50 crw------- ttyv3 rw
root sh 1361 root / 2 drwxr-xr-x 1024 r
root sh 1361 wd / 33065494 drwxr-xr-x 512 r
root sh 1361 text / 10593795 -r-xr-xr-x 141696 r
root sh 1361 ctty /dev 49 crw------- ttyv2 rw
root sh 1361 0 /dev 49 crw------- ttyv2 rw
root sh 1361 6 /dev 49 crw------- ttyv2 rw
root csh 1358 root / 2 drwxr-xr-x 1024 r
root csh 1358 wd / 33065494 drwxr-xr-x 512 r
root csh 1358 text / 10593793 -r-xr-xr-x 374120 r
root csh 1358 ctty /dev 49 crw------- ttyv2 rw
root csh 1356 root / 2 drwxr-xr-x 1024 r
root csh 1356 wd / 33065488 drwxr-xr-x 512 r
root csh 1356 text / 10593793 -r-xr-xr-x 374120 r
root csh 1356 ctty /dev 48 crw------- ttyv1 rw
root csh 1198 root / 2 drwxr-xr-x 1024 r
root csh 1198 wd / 60352512 drwxr-xr-x 512 r
root csh 1198 text / 10593793 -r-xr-xr-x 374120 r
root csh 1198 ctty /dev 47 crw------- ttyv0 rw
root csh 1196 root / 2 drwxr-xr-x 1024 r
root csh 1196 wd / 27770112 drwxr-xr-x 512 r
root csh 1196 text / 10593793 -r-xr-xr-x 374120 r
root csh 1196 ctty /dev 149 crw--w---- pts/0 rw
root sshd 1193 root / 2 drwxr-xr-x 1024 r
root sshd 1193 wd / 2 drwxr-xr-x 1024 r
root sshd 1193 text / 26728400 -r-xr-xr-x 292016 r
root sshd 1193 0 /dev 9 crw-rw-rw- null rw
root sshd 1193 6 /dev 9 crw-rw-rw- null rw
root getty 1189 root / 2 drwxr-xr-x 1024 r
root getty 1189 wd / 2 drwxr-xr-x 1024 r
root getty 1189 text / 26728518 -r-xr-xr-x 27976 r
root getty 1189 ctty /dev 54 crw------- ttyv7 rw
root getty 1189 0 /dev 54 crw------- ttyv7 rw
root getty 1188 root / 2 drwxr-xr-x 1024 r
root getty 1188 wd / 2 drwxr-xr-x 1024 r
root getty 1188 text / 26728518 -r-xr-xr-x 27976 r
root getty 1188 ctty /dev 53 crw------- ttyv6 rw
root getty 1188 0 /dev 53 crw------- ttyv6 rw
root getty 1187 root / 2 drwxr-xr-x 1024 r
root getty 1187 wd / 2 drwxr-xr-x 1024 r
root getty 1187 text / 26728518 -r-xr-xr-x 27976 r
root getty 1187 ctty /dev 52 crw------- ttyv5 rw
root getty 1187 0 /dev 52 crw------- ttyv5 rw
root getty 1186 root / 2 drwxr-xr-x 1024 r
root getty 1186 wd / 2 drwxr-xr-x 1024 r
root getty 1186 text / 26728518 -r-xr-xr-x 27976 r
root getty 1186 ctty /dev 51 crw------- ttyv4 rw
root getty 1186 0 /dev 51 crw------- ttyv4 rw
root login 1185 root / 2 drwxr-xr-x 1024 r
root login 1185 wd / 60352512 drwxr-xr-x 512 r
root login 1185 text / 26725379 -r-sr-xr-x 24752 r
root login 1185 ctty /dev 50 crw------- ttyv3 rw
root login 1185 0 /dev 50 crw------- ttyv3 rw
root login 1184 root / 2 drwxr-xr-x 1024 r
root login 1184 wd / 60352512 drwxr-xr-x 512 r
root login 1184 text / 26725379 -r-sr-xr-x 24752 r
root login 1184 ctty /dev 49 crw------- ttyv2 rw
root login 1184 0 /dev 49 crw------- ttyv2 rw
root login 1183 root / 2 drwxr-xr-x 1024 r
root login 1183 wd / 60352512 drwxr-xr-x 512 r
root login 1183 text / 26725379 -r-sr-xr-x 24752 r
root login 1183 ctty /dev 48 crw------- ttyv1 rw
root login 1183 0 /dev 48 crw------- ttyv1 rw
root login 1182 root / 2 drwxr-xr-x 1024 r
root login 1182 wd / 60352512 drwxr-xr-x 512 r
root login 1182 text / 26725379 -r-sr-xr-x 24752 r
root login 1182 ctty /dev 47 crw------- ttyv0 rw
root login 1182 0 /dev 47 crw------- ttyv0 rw
root cron 1143 root / 2 drwxr-xr-x 1024 r
root cron 1143 wd / 60432789 drwxr-x--- 512 r
root cron 1143 text / 26728471 -r-xr-xr-x 41024 r
root cron 1143 0 /dev 9 crw-rw-rw- null rw
smmsp sendmail 1139 root / 2 drwxr-xr-x 1024 r
smmsp sendmail 1139 wd / 60513027 drwxrwx--- 512 r
smmsp sendmail 1139 text / 26813954 -r-xr-sr-x 676064 r
smmsp sendmail 1139 0 /dev 9 crw-rw-rw- null r
root sendmail 1136 root / 2 drwxr-xr-x 1024 r
root sendmail 1136 wd / 60513026 drwxr-xr-x 512 r
root sendmail 1136 text / 26813954 -r-xr-sr-x 676064 r
root sendmail 1136 0 /dev 9 crw-rw-rw- null r
root sshd 1133 root / 2 drwxr-xr-x 1024 r
root sshd 1133 wd / 2 drwxr-xr-x 1024 r
root sshd 1133 text / 26728400 -r-xr-xr-x 292016 r
root sshd 1133 0 /dev 9 crw-rw-rw- null rw
root syslogd 1011 root / 2 drwxr-xr-x 1024 r
root syslogd 1011 wd / 2 drwxr-xr-x 1024 r
root syslogd 1011 text / 26728470 -r-xr-xr-x 39648 r
root syslogd 1011 0 /dev 9 crw-rw-rw- null rw
root syslogd 1011 6 /dev 9 crw-rw-rw- null rw
root syslogd 1011 12 /dev 9 crw-rw-rw- null rw
root syslogd 1011 18 / 60432940 -rw------- 4 w
root devd 896 root / 2 drwxr-xr-x 1024 r
root devd 896 wd / 2 drwxr-xr-x 1024 r
root devd 896 text / 722389 -r-xr-xr-x 1063048 r
root devd 896 0 /dev 9 crw-rw-rw- null rw
root devd 896 6 /dev 9 crw-rw-rw- null rw
root moused 879 root / 2 drwxr-xr-x 1024 r
root moused 879 wd / 2 drwxr-xr-x 1024 r
root moused 879 text / 26728394 -r-xr-xr-x 37872 r
root moused 879 0 /dev 9 crw-rw-rw- null rw
root moused 858 root / 2 drwxr-xr-x 1024 r
root moused 858 wd / 2 drwxr-xr-x 1024 r
root moused 858 text / 26728394 -r-xr-xr-x 37872 r
root moused 858 0 /dev 9 crw-rw-rw- null rw
_dhcp dhclient 851 root / 60432785 dr-xr-xr-x 512 r
_dhcp dhclient 851 wd / 60432785 dr-xr-xr-x 512 r
_dhcp dhclient 851 jail / 60432785 dr-xr-xr-x 512 r
_dhcp dhclient 851 text / 722336 -r-xr-xr-x 91904 r
_dhcp dhclient 851 0 /dev 9 crw-rw-rw- null rw
_dhcp dhclient 851 6 /dev 9 crw-rw-rw- null rw
root dhclient 815 root / 2 drwxr-xr-x 1024 r
root dhclient 815 wd / 2 drwxr-xr-x 1024 r
root dhclient 815 text / 722336 -r-xr-xr-x 91904 r
root dhclient 815 0 /dev 9 crw-rw-rw- null rw
root dhclient 815 6 /dev 9 crw-rw-rw- null rw
root init 1 root / 2 drwxr-xr-x 1024 r
root init 1 wd / 2 drwxr-xr-x 1024 r
root init 1 text / 722306 -r-xr-xr-x 939320 r
root kernel 0 root / 2 drwxr-xr-x 1024 r
root kernel 0 wd / 2 drwxr-xr-x 1024 r
------------------------------------------------------------------------
dmesg
Copyright (c) 1992-2014 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 10.0-RELEASE #4: Thu Mar 5 01:20:35 IST 2015
root@FreeBSD10_STOCK:/usr/obj/usr/src/sys/GENERIC amd64
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
WARNING: WITNESS option enabled, expect reduced performance.
CPU: Intel(R) Xeon(R) CPU E5606 @ 2.13GHz (2128.05-MHz K8-class CPU)
Origin = "GenuineIntel" Id = 0x206c2 Family = 0x6 Model = 0x2c Stepping = 2
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=0x29ee3ff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,POPCNT,AESNI>
AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
AMD Features2=0x1<LAHF>
TSC: P-state invariant, performance statistics
real memory = 4294967296 (4096 MB)
avail memory = 4097462272 (3907 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <DELL PE_SC3 >
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s)
cpu0 (BSP): APIC ID: 32
cpu1 (AP): APIC ID: 34
cpu2 (AP): APIC ID: 50
cpu3 (AP): APIC ID: 52
ioapic1: Changing APIC ID to 1
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 32-55 on motherboard
random: <Software, Yarrow> initialized
kbd1 at kbdmux0
acpi0: <DELL PE_SC3> on motherboard
acpi0: Power Button (fixed)
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <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
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
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> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
bce0: <Broadcom NetXtreme II BCM5716 1000Base-T (C0)> mem 0xda000000-0xdbffffff irq 36 at device 0.0 on pci1
miibus0: <MII bus> on bce0
brgphy0: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus0
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bce0: Ethernet address: 78:2b:cb:5e:41:ae
bce0: ASIC (0x57092008); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.11)
Coal (RX:6,6,18,18; TX:20,20,80,80)
bce1: <Broadcom NetXtreme II BCM5716 1000Base-T (C0)> mem 0xdc000000-0xddffffff irq 48 at device 0.1 on pci1
miibus1: <MII bus> on bce1
brgphy1: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus1
brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bce1: Ethernet address: 78:2b:cb:5e:41:af
bce1: ASIC (0x57092008); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.11)
Coal (RX:6,6,18,18; TX:20,20,80,80)
pcib2: <ACPI PCI-PCI bridge> at device 3.0 on pci0
pci5: <ACPI PCI bus> on pcib2
pci5: <mass storage, RAID> at device 0.0 (no driver attached)
pcib3: <ACPI PCI-PCI bridge> at device 7.0 on pci0
pci6: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> at device 9.0 on pci0
pci3: <ACPI PCI bus> on pcib4
pcib5: <ACPI PCI-PCI bridge> at device 10.0 on pci0
pci2: <ACPI PCI bus> on pcib5
pci0: <base peripheral, interrupt controller> at device 20.0 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.1 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.2 (no driver attached)
uhci0: <Intel 82801JI (ICH10) USB controller USB-D> port 0xec40-0xec5f irq 17 at device 26.0 on pci0
usbus0 on uhci0
uhci1: <Intel 82801JI (ICH10) USB controller USB-E> port 0xec60-0xec7f irq 18 at device 26.1 on pci0
usbus1 on uhci1
ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 0xdf0fe000-0xdf0fe3ff irq 19 at device 26.7 on pci0
usbus2: EHCI version 1.0
usbus2 on ehci0
pcib6: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci4: <ACPI PCI bus> on pcib6
uhci2: <Intel 82801JI (ICH10) USB controller USB-A> port 0xec80-0xec9f irq 21 at device 29.0 on pci0
usbus3 on uhci2
uhci3: <Intel 82801JI (ICH10) USB controller USB-B> port 0xeca0-0xecbf irq 20 at device 29.1 on pci0
usbus4 on uhci3
uhci4: <Intel 82801JI (ICH10) USB controller USB-C> port 0xecc0-0xecdf irq 21 at device 29.2 on pci0
usbus5 on uhci4
uhci5: <Intel 82801JI (ICH10) USB controller USB-F> port 0xece0-0xecff irq 20 at device 29.3 on pci0
usbus6 on uhci5
ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem 0xdf0ff000-0xdf0ff3ff irq 21 at device 29.7 on pci0
usbus7: EHCI version 1.0
usbus7 on ehci1
pcib7: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci7: <ACPI PCI bus> on pcib7
vgapci0: <VGA-compatible display> mem 0xd9800000-0xd9ffffff,0xde7fc000-0xde7fffff,0xde800000-0xdeffffff irq 19 at device 3.0 on pci7
vgapci0: Boot video device
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH10 SATA300 controller> port 0xe8e0-0xe8e7,0xe8d0-0xe8d3,0xe8e8-0xe8ef,0xe8d4-0xe8d7,0xec00-0xec0f,0xec10-0xec1f irq 23 at device 31.2 on pci0
ata2: <ATA channel> at channel 0 on atapci0
ata3: <ATA channel> at channel 1 on atapci0
atapci1: <Intel ICH10 SATA300 controller> port 0xe8f0-0xe8f7,0xe8d8-0xe8db,0xe8f8-0xe8ff,0xe8dc-0xe8df,0xec20-0xec2f,0xec30-0xec3f irq 22 at device 31.5 on pci0
ata4: <ATA channel> at channel 0 on atapci1
ata5: <ATA channel> at channel 1 on atapci1
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: console (9600,n,8,1)
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
qpi0: <QPI system bus> on motherboard
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,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
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
ppc0: cannot reserve I/O port range
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
Timecounters tick every 1.000 msec
random: unblocking device.
lock order reversal:
lock order reversal:
lock order reversal:
1st 0xffffffff81655ed8 entropy harvest mutex (entropy harvest mutex) @ /usr/src/sys/dev/random/random_harvestq.c:198
2nd 0xfffff8001001ec38 uart_hwmtx (uart_hwmtx) @ /usr/src/sys/dev/uart/uart_cpu.h:92
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00f73f2110
kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe00f73f21c0
witness_checkorder() at witness_checkorder+0xb8a/frame 0xfffffe00f73f2250
__mtx_lock_spin_flags() at __mtx_lock_spin_flags+0x4c/frame 0xfffffe00f73f22a0
uart_cnputc() at uart_cnputc+0x3b/frame 0xfffffe00f73f22c0
cnputc() at cnputc+0x7f/frame 0xfffffe00f73f22f0
cnputs() at cnputs+0x58/frame 0xfffffe00f73f2310
putchar() at putchar+0x137/frame 0xfffffe00f73f2390
kvprintf() at kvprintf+0xda/frame 0xfffffe00f73f2490
vprintf() at vprintf+0x87/frame 0xfffffe00f73f2560
printf() at printf+0x43/frame 0xfffffe00f73f25c0
witness_checkorder() at witness_checkorder+0x97e/frame 0xfffffe00f73f2650
__mtx_lock_spin_flags() at __mtx_lock_spin_flags+0x4c/frame 0xfffffe00f73f26a0
sc_puts() at sc_puts+0xb0/frame 0xfffffe00f73f26e0
sc_cnputc() at sc_cnputc+0xe5/frame 0xfffffe00f73f2710
cnputc() at cnputc+0x7f/frame 0xfffffe00f73f2740
cnputs() at cnputs+0x58/frame 0xfffffe00f73f2760
putchar() at putchar+0x137/frame 0xfffffe00f73f27e0
kvprintf() at kvprintf+0xda/frame 0xfffffe00f73f28e0
vprintf() at vprintf+0x87/frame 0xfffffe00f73f29b0
printf() at printf+0x43/frame 0xfffffe00f73f2a10
witness_checkorder() at witness_checkorder+0x97e/frame 0xfffffe00f73f2aa0
__mtx_lock_spin_flags() at __mtx_lock_spin_flags+0x4c/frame 0xfffffe00f73f2af0
msleep_spin_sbt() at msleep_spin_sbt+0x5b/frame 0xfffffe00f73f2b70
random_kthread() at random_kthread+0x78/frame 0xfffffe00f73f2bb0
fork_exit() at fork_exit+0x71/frame 0xfffffe00f73f2bf0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f73f2bf0
--- trap 0, rip = 0, rsp = 0xfffffe00f73f2cb0, rbp = 0 ---
1st 0xffffffff81655ed8 entropy harvest mutex (entropy harvest mutex) @ /usr/src/sys/dev/random/random_harvestq.c:198
2nd 0xffffffff813da868 scrlock (scrlock) @ /usr/src/sys/dev/syscons/syscons.c:2682
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00f73f2510
kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe00f73f25c0
witness_checkorder() at witness_checkorder+0xb8a/frame 0xfffffe00f73f2650
__mtx_lock_spin_flags() at __mtx_lock_spin_flags+0x4c/frame 0xfffffe00f73f26a0
sc_puts() at sc_puts+0xb0/frame 0xfffffe00f73f26e0
sc_cnputc() at sc_cnputc+0xe5/frame 0xfffffe00f73f2710
cnputc() at cnputc+0x7f/frame 0xfffffe00f73f2740
cnputs() at cnputs+0x58/frame 0xfffffe00f73f2760
putchar() at putchar+0x137/frame 0xfffffe00f73f27e0
kvprintf() at kvprintf+0xda/frame 0xfffffe00f73f28e0
vprintf() at vprintf+0x87/frame 0xfffffe00f73f29b0
printf() at printf+0x43/frame 0xfffffe00f73f2a10
witness_checkorder() at witness_checkorder+0x97e/frame 0xfffffe00f73f2aa0
__mtx_lock_spin_flags() at __mtx_lock_spin_flags+0x4c/frame 0xfffffe00f73f2af0
msleep_spin_sbt() at msleep_spin_sbt+0x5b/frame 0xfffffe00f73f2b70
random_kthread() at random_kthread+0x78/frame 0xfffffe00f73f2bb0
fork_exit() at fork_exit+0x71/frame 0xfffffe00f73f2bf0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f73f2bf0
--- trap 0, rip = 0, rsp = 0xfffffe00f73f2cb0, rbp = 0 ---
1st 0xffffffff81655ed8 entropy harvest mutex (entropy harvest mutex) @ /usr/src/sys/dev/random/random_harvestq.c:198
2nd 0xffffffff81449880 sleepq chain (sleepq chain) @ /usr/src/sys/kern/subr_sleepqueue.c:240
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00f73f2960
kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe00f73f2a10
witness_checkorder() at witness_checkorder+0xb8a/frame 0xfffffe00f73f2aa0
__mtx_lock_spin_flags() at __mtx_lock_spin_flags+0x4c/frame 0xfffffe00f73f2af0
msleep_spin_sbt() at msleep_spin_sbt+0x5b/frame 0xfffffe00f73f2b70
random_kthread() at random_kthread+0x78/frame 0xfffffe00f73f2bb0
fork_exit() at fork_exit+0x71/frame 0xfffffe00f73f2bf0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f73f2bf0
--- trap 0, rip = 0, rsp = 0xfffffe00f73f2cb0, rbp = 0 ---
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
usbus2: 480Mbps High Speed USB v2.0
usbus3: 12Mbps Full Speed USB v1.0
ugen2.1: <Intel> at usbus2
uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
ugen4.1: <Intel> at usbus4
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
usbus6: 12Mbps Full Speed USB v1.0
usbus7: 480Mbps High Speed USB v2.0
ugen6.1: <Intel> at usbus6
uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6
ugen7.1: <Intel> at usbus7
uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub5: 2 ports with 2 removable, self powered
uhub6: 2 ports with 2 removable, self powered
uhub2: 4 ports with 4 removable, self powered
ada0 at ata2 bus 0 scbus0 target 1 lun 0
ada0: <ST500NM0011 PA09> ATA-8 SATA 2.x device
ada0: Serial Number Z1M183DW
ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad5
ugen2.2: <vendor 0x0424> at usbus2
cd0 at ata4 bus 0 scbus2 target 0 lun 0
cd0: <PLDS DVD-ROM DH-16D6S BD11> Removable CD-ROM SCSI-0 device
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0: cd present [1213253 x 2048 byte records]
uhub8: <vendor 0x0424 product 0x2514, class 9/0, rev 2.00/0.00, addr 2> on usbus2
uhub8: MTT enabled
Netvsc initializing... SMP: AP CPU #3 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #1 Launched!
Timecounter "TSC" frequency 2128050156 Hz quality 1000
WARNING: WITNESS option enabled, expect reduced performance.
uhub8: 2 ports with 2 removable, self powered
uhub7: 8 ports with 8 removable, self powered
ugen2.3: <vendor 0x413c> at usbus2
uhub9: <vendor 0x413c USB 2.0 Hub MTT, class 9/0, rev 2.00/1.00, addr 3> on usbus2
uhub9: MTT enabled
uhub9: 4 ports with 3 removable, bus powered
ugen2.4: <Dell> at usbus2
ukbd0: <Dell Wired Multimedia Keyboard> on usbus2
kbd2 at ukbd0
ugen3.2: <Avocent> at usbus3
ugen4.2: <FTDI> at usbus4
ukbd1: <Keyboard> on usbus3
kbd3 at ukbd1
Trying to mount root from ufs:/dev/ufs/aarootfs [rw]...
WARNING: / was not properly dismounted
WARNING: /: mount pending error: blocks 816 files 1
Setting hostuuid: 4c4c4544-0039-3810-804a-b1c04f385231.
Setting hostid: 0x864f9216.
Entropy harvesting: interrupts ethernet point_to_point swi.
Starting file system checks:
** SU+J Recovering /dev/ufs/aarootfs
** Reading 33554432 byte journal from inode 4.
** Building recovery table.
** Resolving unreferenced inode list.
** Processing journal entries.
** 90 journal records in 5632 bytes for 51.14% utilization
** Freed 1 inodes (0 dirs) 9 blocks, and 16 frags.
***** FILE SYSTEM MARKED CLEAN *****
Mounting local file systems:.
Writing entropy file:.
Setting hostname: FreeBSD10_STOCK.
Starting Network: lo0 bce0 bce1.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
bce0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether 78:2b:cb:5e:41:ae
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
bce1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether 78:2b:cb:5e:41:af
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect
Starting devd.
Starting Network: bce1.
bce1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether 78:2b:cb:5e:41:af
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect
ums0: <Mouse> on usbus3
ums1: <Dell Wired Multimedia Keyboard> on usbus2
ums0: 3 buttons and [Z] coordinates ID=0
ums1: 3 buttons and [XYZ] coordinates ID=1
uftdi0: <FT232R USB UART> on usbus4
Starting dhclient.
DHCPREQUEST on bce0 to 255.255.255.255 port 67
DHCPACK from 135.24.192.2
Bogus Host Name option 12: FreeBSD10_STOCK (FreeBSD10_STOCK)
bound to 135.24.192.112 -- renewal in 43200 seconds.
Starting ums0 moused.
Starting ums1 moused.
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Creating and/or trimming log files.
Starting syslogd.
No core dumps found.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
32-bit compatibility ldconfig path: /usr/lib32
Clearing /tmp (X related).
Updating motd:.
Mounting late file systems:.
Configuring syscons: blanktime.
Performing sanity check on sshd configuration.
Starting sshd.
Starting sendmail_submit.
Starting sendmail_msp_queue.
Starting cron.
Starting background file system checks in 60 seconds.
Thu Mar 12 00:10:59 IST 2015
Mar 12 00:11:13 FreeBSD10_STOCK login: 2 LOGIN FAILURES ON ttyv0
Mar 12 00:11:15 FreeBSD10_STOCK login: ROOT LOGIN (root) ON ttyv0
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem 0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
mrsas0: Allocating rply desc memory 59392
mrsas0: Allocating sense buf memory 88992
mrsas0: Allocating Evt dtl buf memory 256
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: FW supports SED
mrsas0: FW supports JBOD Map
mrsas0: Jbod map is supported
mrsas0: MSI-x interrupts setup success
mrsas0: mrsas_ocr_thread
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da0: Serial Number 6XP5K97G0000M344EJAY
da0: 150.000MB/s transfers
da0: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da1: Serial Number 6XP5KA4B0000B3449XJM
da1: 150.000MB/s transfers
da1: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da2: Serial Number 6XP5KD810000M34475QH
da2: 150.000MB/s transfers
da2: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da3: Serial Number 6XP5K94F0000M344CQDB
da3: 150.000MB/s transfers
da3: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
mrsas0: Exit due to Shutdown from mrsas_ocr_thread
mrsas0: Jbod map sync failed, status=23
mrsas0: Preparing to shut down controller.
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> s/n 6XP5K97G0000M344EJAY detached
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> s/n 6XP5KA4B0000B3449XJM detached
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> s/n 6XP5KD810000M34475QH detached
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> s/n 6XP5K94F0000M344CQDB detached
(da0:mrsas0:1:47:0): Periph destroyed
(da1:mrsas0:1:48:0): Periph destroyed
(da3:mrsas0:1:50:0): Periph destroyed
(da2:mrsas0:1:49:0): Periph destroyed
mrsas0: detached
pci5: <mass storage, RAID> at device 0.0 (no driver attached)
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem 0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
mrsas0: Allocating rply desc memory 59392
mrsas0: Allocating sense buf memory 88992
mrsas0: Allocating Evt dtl buf memory 256
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: FW supports SED
mrsas0: FW supports JBOD Map
mrsas0: Jbod map is supported
mrsas0: MSI-x interrupts setup success
mrsas0: mrsas_ocr_thread
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da0: Serial Number 6XP5K97G0000M344EJAY
da0: 150.000MB/s transfers
da0: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da1: Serial Number 6XP5KA4B0000B3449XJM
da1: 150.000MB/s transfers
da1: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da2: Serial Number 6XP5KD810000M34475QH
da2: 150.000MB/s transfers
da2: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da3: Serial Number 6XP5K94F0000M344CQDB
da3: 150.000MB/s transfers
da3: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
mrsas0: Exit due to Shutdown from mrsas_ocr_thread
mrsas0: Jbod map sync failed, status=23
mrsas0: Preparing to shut down controller.
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> s/n 6XP5K97G0000M344EJAY detached
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> s/n 6XP5KA4B0000B3449XJM detached
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> s/n 6XP5KD810000M34475QH detached
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> s/n 6XP5K94F0000M344CQDB detached
(da0:mrsas0:1:47:0): Periph destroyed
(da3:mrsas0:1:50:0): Periph destroyed
(da2:mrsas0:1:49:0): Periph destroyed
(da1:mrsas0:1:48:0): Periph destroyed
mrsas0: detached
pci5: <mass storage, RAID> at device 0.0 (no driver attached)
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem 0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
mrsas0: Allocating rply desc memory 59392
mrsas0: Allocating sense buf memory 88992
mrsas0: Allocating Evt dtl buf memory 256
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: FW supports SED
mrsas0: FW supports JBOD Map
mrsas0: Jbod map is supported
mrsas0: MSI-x interrupts setup success
mrsas0: mrsas_ocr_thread
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da0: Serial Number 6XP5K97G0000M344EJAY
da0: 150.000MB/s transfers
da0: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da1: Serial Number 6XP5KA4B0000B3449XJM
da1: 150.000MB/s transfers
da1: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da2: Serial Number 6XP5KD810000M34475QH
da2: 150.000MB/s transfers
da2: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da3: Serial Number 6XP5K94F0000M344CQDB
da3: 150.000MB/s transfers
da3: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
mrsas0: Exit due to Shutdown from mrsas_ocr_thread
mrsas0: Jbod map sync failed, status=23
mrsas0: Preparing to shut down controller.
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> s/n 6XP5K97G0000M344EJAY detached
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> s/n 6XP5KA4B0000B3449XJM detached
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> s/n 6XP5KD810000M34475QH detached
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> s/n 6XP5K94F0000M344CQDB detached
(da3:mrsas0:1:50:0): Periph destroyed
(da2:mrsas0:1:49:0): Periph destroyed
(da1:mrsas0:1:48:0): Periph destroyed
(da0:mrsas0:1:47:0): Periph destroyed
mrsas0: detached
pci5: <mass storage, RAID> at device 0.0 (no driver attached)
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem 0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
mrsas0: Allocating rply desc memory 59392
mrsas0: Allocating sense buf memory 88992
mrsas0: Allocating Evt dtl buf memory 256
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: FW supports SED
mrsas0: FW supports JBOD Map
mrsas0: Jbod map is supported
mrsas0: MSI-x interrupts setup success
mrsas0: mrsas_ocr_thread
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da0: Serial Number 6XP5K97G0000M344EJAY
da0: 150.000MB/s transfers
da0: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da1: Serial Number 6XP5KA4B0000B3449XJM
da1: 150.000MB/s transfers
da1: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da2 at mrsas0 bus 1 scbus5 target 50 lun 0
da2: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da2: Serial Number 6XP5K94F0000M344CQDB
da2: 150.000MB/s transfers
da2: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da3 at mrsas0 bus 1 scbus5 target 49 lun 0
da3: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da3: Serial Number 6XP5KD810000M34475QH
da3: 150.000MB/s transfers
da3: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
mrsas0: Exit due to Shutdown from mrsas_ocr_thread
mrsas0: Jbod map sync failed, status=23
mrsas0: Preparing to shut down controller.
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> s/n 6XP5K97G0000M344EJAY detached
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> s/n 6XP5KA4B0000B3449XJM detached
da3 at mrsas0 bus 1 scbus5 target 49 lun 0
da3: <SEAGATE ST9300605SS 0004> s/n 6XP5KD810000M34475QH detached
da2 at mrsas0 bus 1 scbus5 target 50 lun 0
da2: <SEAGATE ST9300605SS 0004> s/n 6XP5K94F0000M344CQDB detached
(da0:mrsas0:1:47:0): Periph destroyed
(da3:mrsas0:1:49:0): Periph destroyed
(da2:mrsas0:1:50:0): Periph destroyed
(da1:mrsas0:1:48:0): Periph destroyed
mrsas0: detached
pci5: <mass storage, RAID> at device 0.0 (no driver attached)
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem 0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
mrsas0: Allocating rply desc memory 59392
mrsas0: Allocating sense buf memory 88992
mrsas0: Allocating Evt dtl buf memory 256
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: FW supports SED
mrsas0: FW supports JBOD Map
mrsas0: Jbod map is supported
mrsas0: MSI-x interrupts setup success
mrsas0: mrsas_ocr_thread
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da0: Serial Number 6XP5K97G0000M344EJAY
da0: 150.000MB/s transfers
da0: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da1: Serial Number 6XP5KA4B0000B3449XJM
da1: 150.000MB/s transfers
da1: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da2: Serial Number 6XP5KD810000M34475QH
da2: 150.000MB/s transfers
da2: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da3: Serial Number 6XP5K94F0000M344CQDB
da3: 150.000MB/s transfers
da3: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
mrsas0: Exit due to Shutdown from mrsas_ocr_thread
mrsas0: Jbod map sync failed, status=23
mrsas0: Preparing to shut down controller.
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> s/n 6XP5K97G0000M344EJAY detached
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> s/n 6XP5KA4B0000B3449XJM detached
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> s/n 6XP5KD810000M34475QH detached
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> s/n 6XP5K94F0000M344CQDB detached
(da0:mrsas0:1:47:0): Periph destroyed
(da3:mrsas0:1:50:0): Periph destroyed
(da2:mrsas0:1:49:0): Periph destroyed
(da1:mrsas0:1:48:0): Periph destroyed
mrsas0: detached
pci5: <mass storage, RAID> at device 0.0 (no driver attached)
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem 0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
mrsas0: Allocating rply desc memory 59392
mrsas0: Allocating sense buf memory 88992
mrsas0: Allocating Evt dtl buf memory 256
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: FW supports SED
mrsas0: FW supports JBOD Map
mrsas0: Jbod map is supported
mrsas0: MSI-x interrupts setup success
mrsas0: mrsas_ocr_thread
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da0: Serial Number 6XP5K97G0000M344EJAY
da0: 150.000MB/s transfers
da0: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da1: Serial Number 6XP5KA4B0000B3449XJM
da1: 150.000MB/s transfers
da1: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da2: Serial Number 6XP5KD810000M34475QH
da2: 150.000MB/s transfers
da2: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da3: Serial Number 6XP5K94F0000M344CQDB
da3: 150.000MB/s transfers
da3: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
Mar 12 00:18:04 FreeBSD10_STOCK login: ROOT LOGIN (root) ON ttyv1
Mar 12 00:18:09 FreeBSD10_STOCK login: ROOT LOGIN (root) ON ttyv2
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
Mar 12 00:19:34 FreeBSD10_STOCK login: ROOT LOGIN (root) ON ttyv3
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
(xpt0:mrsas0:1:-1:-1): rescan already queued
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: OCR started due to FW fault detected!
mrsas0: Found FW in FAULT state, will reset adapter.
mrsas0: resetting adapter from mrsas_reset_ctrl.
mrsas0: [ 5]waiting for OCR to be finished from mrsas_ioctl
mrsas0: Waiting for FW to come to ready state
mrsas0: [10]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [15]waiting for OCR to be finished from mrsas_ioctl
mrsas0: [20]waiting for OCR to be finished from mrsas_ioctl
mrsas0: FW now in Ready state
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.
mrsas0: Jbod map is supported
mrsas0: Reset successful
mrsas0: Reset Exit with 0.
mrsas0: Exit due to Shutdown from mrsas_ocr_thread
mrsas0: Jbod map sync failed, status=23
mrsas0: Preparing to shut down controller.
da0 at mrsas0 bus 1 scbus5 target 47 lun 0
da0: <SEAGATE ST9300605SS 0004> s/n 6XP5K97G0000M344EJAY detached
da1 at mrsas0 bus 1 scbus5 target 48 lun 0
da1: <SEAGATE ST9300605SS 0004> s/n 6XP5KA4B0000B3449XJM detached
da2 at mrsas0 bus 1 scbus5 target 49 lun 0
da2: <SEAGATE ST9300605SS 0004> s/n 6XP5KD810000M34475QH detached
da3 at mrsas0 bus 1 scbus5 target 50 lun 0
da3: <SEAGATE ST9300605SS 0004> s/n 6XP5K94F0000M344CQDB detached
(da3:mrsas0:1:50:0): Periph destroyed
(da2:mrsas0:1:49:0): Periph destroyed
(da1:mrsas0:1:48:0): Periph destroyed
(da0:mrsas0:1:47:0): Periph destroyed
mrsas0: detached
pci5: <mass storage, RAID> at device 0.0 (no driver attached)
AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.708.09.00
mrsas0: <AVAGO Invader SAS Controller> port 0xfc00-0xfcff mem 0xdf2f0000-0xdf2fffff,0xdf300000-0xdf3fffff irq 32 at device 0.0 on pci5
mrsas0: Waiting for FW to come to ready state
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 4 number of vectors
mrsas0: FW supports <96> MSIX vector,Online CPU 4 Current MSIX <4>
mrsas0: Avago Debug: MAX sge 0x106 MAX chain frame size 0x1000
mrsas0: Allocating ver buf memory size 256
mrsas0: Allocating IO req memory 237824
mrsas0: Allocating chain frame memory 3796992
Fatal trap 9: general protection fault while in kernel mode
cpuid = 2; apic id = 32
instruction pointer = 0x20:0xffffffff80ae16f3
stack pointer = 0x28:0xfffffe01213d41d0
frame pointer = 0x28:0xfffffe01213d4240
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 1406 (kldload)
------------------------------------------------------------------------
kernel config
options CONFIG_AUTOGENERATED
ident GENERIC
machine amd64
cpu HAMMER
makeoptions WITH_CTF=1
makeoptions DEBUG=-g
options XENHVM
options USB_DEBUG
options ATH_ENABLE_11N
options AH_AR5416_INTERRUPT_MITIGATION
options AH_SUPPORT_AR5416
options IEEE80211_SUPPORT_MESH
options IEEE80211_AMPDU_AGE
options IEEE80211_DEBUG
options SC_PIXEL_MODE
options VESA
options AHD_REG_PRETTY_PRINT
options AHC_REG_PRETTY_PRINT
options ATA_STATIC_ID
options WITNESS
options LOCK_PROFILING
options SMP
options KDB_TRACE
options KDB
options DDB
options INCLUDE_CONFIG_FILE
options DDB_CTF
options KDTRACE_HOOKS
options KDTRACE_FRAME
options MAC
options PROCDESC
options CAPABILITIES
options CAPABILITY_MODE
options AUDIT
options HWPMC_HOOKS
options KBD_INSTALL_CDEV
options PRINTF_BUFR_SIZE=128
options _KPOSIX_PRIORITY_SCHEDULING
options SYSVSEM
options SYSVMSG
options SYSVSHM
options STACK
options KTRACE
options SCSI_DELAY=5000
options COMPAT_FREEBSD7
options COMPAT_FREEBSD6
options COMPAT_FREEBSD5
options COMPAT_FREEBSD4
options COMPAT_FREEBSD32
options GEOM_LABEL
options GEOM_RAID
options GEOM_PART_GPT
options PSEUDOFS
options PROCFS
options CD9660
options MSDOSFS
options NFS_ROOT
options NFSLOCKD
options NFSD
options NFSCL
options MD_ROOT
options QUOTA
options UFS_GJOURNAL
options UFS_DIRHASH
options UFS_ACL
options SOFTUPDATES
options FFS
options SCTP
options TCP_OFFLOAD
options INET6
options INET
options PREEMPTION
options SCHED_ULE
options NEW_PCIB
options GEOM_PART_MBR
options GEOM_PART_EBR_COMPAT
options GEOM_PART_EBR
options GEOM_PART_BSD
device isa
device mem
device io
device uart_ns8250
device cpufreq
device acpi
device pci
device fdc
device ahci
device ata
device mvs
device siis
device ahc
device ahd
device esp
device hptiop
device isp
device mpt
device mps
device sym
device trm
device adv
device adw
device aic
device bt
device isci
device scbus
device ch
device da
device sa
device cd
device pass
device ses
device amr
device arcmsr
device ciss
device dpt
device hptmv
device hptnr
device hptrr
device hpt27xx
device iir
device ips
device mly
device twa
device tws
device aac
device aacp
device aacraid
device ida
device mlx
device twe
device atkbdc
device atkbd
device psm
device kbdmux
device vga
device splash
device sc
device agp
device cbb
device pccard
device cardbus
device uart
device ppc
device ppbus
device lpt
device ppi
device puc
device bxe
device de
device em
device igb
device ixgbe
device le
device ti
device txp
device vx
device miibus
device ae
device age
device alc
device ale
device bce
device bfe
device bge
device cas
device dc
device et
device fxp
device gem
device hme
device jme
device lge
device msk
device nfe
device nge
device pcn
device re
device rl
device sf
device sge
device sis
device sk
device ste
device stge
device tl
device tx
device vge
device vr
device wb
device xl
device cs
device ed
device ex
device ep
device fe
device sn
device xe
device wlan
device wlan_wep
device wlan_ccmp
device wlan_tkip
device wlan_amrr
device an
device ath
device ath_pci
device ath_hal
device ath_rate_sample
device ipw
device iwi
device iwn
device malo
device mwl
device ral
device wi
device wpi
device loop
device random
device padlock_rng
device rdrand_rng
device ether
device vlan
device tun
device md
device gif
device faith
device firmware
device bpf
device uhci
device ohci
device ehci
device xhci
device usb
device ukbd
device umass
device sound
device snd_cmi
device snd_csa
device snd_emu10kx
device snd_es137x
device snd_hda
device snd_ich
device snd_via8233
device mmc
device mmcsd
device sdhci
device virtio
device virtio_pci
device vtnet
device virtio_blk
device virtio_scsi
device virtio_balloon
device hyperv
device xenpci
device vmx
------------------------------------------------------------------------
ddb capture buffer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d8df3d1c15489c01665e69703ab0050>
