Date: Wed, 25 Apr 2012 14:08:48 +0200 From: Monthadar Al Jaberi <monthadar@gmail.com> To: FreeBSD virtualization mailing list <freebsd-virtualization@freebsd.org> Subject: vimage tool crash when deleting a jail @netisr_process_workstream_proto Message-ID: <CA%2BsBSoLs6sbyJr2%2BVLwAbTY%2BKs2gB0orEpRXK-KWVr1Z543jYg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
Not sure if I should post this on virt or jail.
I am not sure about this, but I thought it was an amd64 specific thing
(had posted about it some time ago), but now I also get a panic on
i386. What is weird is that if I add options VNET_DEBUG to the kernel
config I dont get the panic! Debug output after vimage -c jid=0:
hhook_vnet_uninit: hhook_head type=1, id=1 cleanup required
hhook_vnet_uninit: hhook_head type=1, id=0 cleanup required
Also There seem to be a LOR after running vimage -c jid=0
lock order reversal:
1st 0xc1037dac allprison (allprison) @ /usr/src/sys/kern/kern_jail.c:970
2nd 0xc11b23f4 vnet_sysinit_sxlock (vnet_sysinit_sxlock) @
/usr/src/sys/net/vnet.c:615
KDB: stack backtrace:
db_trace_self_wrapper(c0e95cbb,6b636f6c,20402029,7273752f,6372732f,...)
at db_trace_self_wrapper+0x26
kdb_backtrace(c09e2ecb,c0e9974c,c1183ed0,267,e1b409f8,...) at kdb_backtrace+0x2a
_witness_debugger(c0e9974c,c11b23f4,c0ea92c5,c7d64fc8,c0ea9418,...) at
_witness_debugger+0x25
witness_checkorder(c11b23f4,1,c0ea9418,267,0,...) at witness_checkorder+0x86f
_sx_slock(c11b23f4,0,c0ea9418,267,cad672e0,...) at _sx_slock+0x9a
vnet_sysinit(cad7f000,c0ff9700,5560,cad7e028,c0fb3588,...) at vnet_sysinit+0x2b
vnet_alloc(cad7e028,c0e8c936,0,10,0,...) at vnet_alloc+0x168
kern_jail_set(cad672e0,c9470d00,1,c9470d00,0,...) at kern_jail_set+0x1bb4
sys_jail_set(cad672e0,e1b40cec,c0edada8,c0e9a9a6,c1047f40,...) at
sys_jail_set+0x50
syscall(e1b40d28) at syscall+0x2de
Xint0x80_syscall() at Xint0x80_syscall+0x21
--- syscall (507, FreeBSD ELF32, sys_jail_set), eip = 0x280bfd5b, esp
= 0xbfbfe23c, ebp = 0xbfbfe328 ---
This is my setup:
Host PC: Ubuntu 11.04 (Linux bane 2.6.38-12-generic)
VirtualBox: 4.1.6 r74713
FreeBSD gues: i386 head@234636 (attaching kernel config)
I compile and install /usr/src/tools/tools/vimage
running:
vimage -c jid=0
vimage -d jid=0
crashes the kernel (attaching core.txt.2)
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0xdeadc0e6
fault code = supervisor read, page not present
instruction pointer = 0x20:0xc0a78d20
stack pointer = 0x28:0xc7980c48
frame pointer = 0x28:0xc7980c90
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 12 (swi1: netisr 0)
#0 doadump (textdump=0) at pcpu.h:244
244 pcpu.h: No such file or directory.
in pcpu.h
(kgdb) #0 doadump (textdump=0) at pcpu.h:244
#1 0xc05104b3 in db_dump (dummy=-1062761184, dummy2=0, dummy3=-1,
dummy4=0xc798096c "") at /usr/src/sys/ddb/db_command.c:538
#2 0xc050fbd1 in db_command (last_cmdp=0xc10000dc, cmd_table=0x0, dopager=1)
at /usr/src/sys/ddb/db_command.c:449
#3 0xc050fd2a in db_command_loop () at /usr/src/sys/ddb/db_command.c:502
#4 0xc0511d1d in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:231
#5 0xc09de976 in kdb_trap (type=12, code=0, tf=0xc7980c08)
at /usr/src/sys/kern/subr_kdb.c:654
#6 0xc0cf2eff in trap_fatal (frame=0xc7980c08, eva=3735929062)
at /usr/src/sys/i386/i386/trap.c:1013
#7 0xc0cf32ee in trap_pfault (frame=0xc7980c08, usermode=0, eva=3735929062)
at /usr/src/sys/i386/i386/trap.c:936
#8 0xc0cf40b1 in trap (frame=0xc7980c08) at /usr/src/sys/i386/i386/trap.c:546
#9 0xc0cdd8ec in calltrap () at /usr/src/sys/i386/i386/exception.s:169
#10 0xc0a78d20 in swi_net (arg=0xc1825880) at /usr/src/sys/net/netisr.c:805
#11 0xc0979d75 in intr_event_execute_handlers (p=0xc7dc6598, ie=0xc7e95300)
at /usr/src/sys/kern/kern_intr.c:1260
#12 0xc097ac49 in ithread_loop (arg=0xc7e0f7a0)
at /usr/src/sys/kern/kern_intr.c:1273
#13 0xc0976fa8 in fork_exit (callout=0xc097aba0 <ithread_loop>,
arg=0xc7e0f7a0, frame=0xc7980d28) at /usr/src/sys/kern/kern_fork.c:992
#14 0xc0cdd994 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:276
(kgdb)
It seems that it crashes on netisr_process_workstream_proto, why are
we even in this function? Is someone sending a packet?
--
Monthadar Al Jaberi
[-- Attachment #2 --]
challenger dumped core - see /var/crash/vmcore.2
Wed Apr 25 13:52:30 CEST 2012
FreeBSD challenger 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Wed Apr 25 13:09:22 CEST 2012 root@challenger:/usr/obj/usr/src/sys/VNET_NO_WLAN_NO_DBG i386
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 "i386-marcel-freebsd"...
Unread portion of the kernel message buffer:
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0xdeadc0e6
fault code = supervisor read, page not present
instruction pointer = 0x20:0xc0a78d20
stack pointer = 0x28:0xc7980c48
frame pointer = 0x28:0xc7980c90
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 12 (swi1: netisr 0)
#0 doadump (textdump=0) at pcpu.h:244
244 pcpu.h: No such file or directory.
in pcpu.h
(kgdb) #0 doadump (textdump=0) at pcpu.h:244
#1 0xc05104b3 in db_dump (dummy=-1062761184, dummy2=0, dummy3=-1,
dummy4=0xc798096c "") at /usr/src/sys/ddb/db_command.c:538
#2 0xc050fbd1 in db_command (last_cmdp=0xc10000dc, cmd_table=0x0, dopager=1)
at /usr/src/sys/ddb/db_command.c:449
#3 0xc050fd2a in db_command_loop () at /usr/src/sys/ddb/db_command.c:502
#4 0xc0511d1d in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:231
#5 0xc09de976 in kdb_trap (type=12, code=0, tf=0xc7980c08)
at /usr/src/sys/kern/subr_kdb.c:654
#6 0xc0cf2eff in trap_fatal (frame=0xc7980c08, eva=3735929062)
at /usr/src/sys/i386/i386/trap.c:1013
#7 0xc0cf32ee in trap_pfault (frame=0xc7980c08, usermode=0, eva=3735929062)
at /usr/src/sys/i386/i386/trap.c:936
#8 0xc0cf40b1 in trap (frame=0xc7980c08) at /usr/src/sys/i386/i386/trap.c:546
#9 0xc0cdd8ec in calltrap () at /usr/src/sys/i386/i386/exception.s:169
#10 0xc0a78d20 in swi_net (arg=0xc1825880) at /usr/src/sys/net/netisr.c:805
#11 0xc0979d75 in intr_event_execute_handlers (p=0xc7dc6598, ie=0xc7e95300)
at /usr/src/sys/kern/kern_intr.c:1260
#12 0xc097ac49 in ithread_loop (arg=0xc7e0f7a0)
at /usr/src/sys/kern/kern_intr.c:1273
#13 0xc0976fa8 in fork_exit (callout=0xc097aba0 <ithread_loop>,
arg=0xc7e0f7a0, frame=0xc7980d28) at /usr/src/sys/kern/kern_fork.c:992
#14 0xc0cdd994 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:276
(kgdb)
------------------------------------------------------------------------
ps -axl
UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
0 0 0 0 -16 0 0 0 - DLs - 0:00.02 [kernel]
0 1 0 0 52 0 9192 3324368 wait DLs - 0:00.02 [init]
0 2 0 0 -16 0 0 0 ctl_work DL - 0:00.00 [ctl_thrd]
0 3 0 0 -16 0 0 0 waiting_ DL - 0:00.00 [sctp_iterato
0 4 0 0 -16 0 0 0 ccb_scan DL - 0:00.00 [xpt_thrd]
0 5 0 0 -16 0 0 0 psleep DL - 0:00.00 [pagedaemon]
0 6 0 0 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon]
0 7 0 0 155 0 0 0 pgzero DL - 0:00.00 [pagezero]
0 8 0 0 -16 0 0 0 psleep DL - 0:00.00 [bufdaemon]
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:23.49 [idle]
0 12 0 0 -84 0 0 0 - WL - 0:00.12 [intr]
0 13 0 0 -8 0 0 0 - DL - 0:00.18 [geom]
0 14 0 0 -16 0 0 0 - DL - 0:00.00 [yarrow]
0 15 0 0 -68 0 0 0 - DL - 0:00.00 [usb]
0 16 0 0 -16 0 0 0 vlruwt DL - 0:00.00 [vnlru]
0 17 0 0 -16 0 0 0 sdflush DL - 0:00.00 [softdepflush
0 140 1 0 52 0 9784 2804400 pause Ds - 0:00.03 [adjkerntz]
0 352 1 0 52 0 10008 3418960 select Ds - 0:00.00 [dhclient]
65 355 1 0 25 0 10008 1936976 select Ds - 0:00.00 [dhclient]
0 475 1 0 52 0 10008 1934192 select Ds - 0:00.00 [dhclient]
65 478 1 0 26 0 10008 3409680 select Ds - 0:00.00 [dhclient]
0 596 1 0 52 0 10008 3416176 select Ds - 0:00.00 [dhclient]
65 600 1 0 26 0 10008 1923376 select Ds - 0:00.00 [dhclient]
0 769 1 0 52 0 8824 3394224 select Ds - 0:00.00 [devd]
0 893 1 0 21 0 9904 3707376 select Ds - 0:00.00 [syslogd]
0 913 1 0 52 0 9924 1103248 select Ds - 0:00.00 [rpcbind]
0 954 1 0 52 0 9904 1099536 select Ds - 0:00.00 [mountd]
0 960 1 0 52 0 9792 1918736 select Ds - 0:00.00 [nfsd]
0 961 960 0 52 0 9792 1935120 rpcsvc D - 0:00.00 [nfsd]
0 964 1 0 52 0 271980 1098608 select Ds - 0:00.00 [rpc.statd]
0 967 1 0 52 0 9952 1945328 rpcsvc Ds - 0:00.00 [rpc.lockd]
0 1005 1 0 20 0 11936 1944400 select Ds - 0:00.00 [ntpd]
0 1019 1 0 52 0 14060 1941616 select Ds - 0:00.00 [sshd]
0 1022 1 0 23 0 12432 3323440 select Ds - 0:00.00 [sendmail]
25 1025 1 0 52 0 12432 2806256 pause Ds - 0:00.00 [sendmail]
0 1029 1 0 52 0 9936 1972528 nanslp Ds - 0:00.00 [cron]
0 1047 1 0 52 0 9984 3407216 select Ds - 0:00.00 [inetd]
0 1064 1 0 24 0 10400 1940688 wait Ds - 0:00.02 [login]
0 1065 1 0 52 0 9892 3411536 ttyin Ds+ - 0:00.02 [getty]
0 1066 1 0 52 0 9892 3403504 ttyin Ds+ - 0:00.02 [getty]
0 1067 1 0 52 0 9892 1949040 ttyin Ds+ - 0:00.02 [getty]
0 1068 1 0 52 0 9892 1942544 ttyin Ds+ - 0:00.02 [getty]
0 1069 1 0 52 0 9892 3396080 ttyin Ds+ - 0:00.02 [getty]
0 1070 1 0 52 0 9892 1936048 ttyin Ds+ - 0:00.02 [getty]
0 1071 1 0 52 0 9892 1106032 ttyin Ds+ - 0:00.02 [getty]
0 1072 1064 0 21 0 10676 3717584 pause D - 0:00.03 [csh]
0 1076 1072 0 21 0 1616 3511968 - R+ - 0:00.00 [vimage]
------------------------------------------------------------------------
vmstat -s
34005 cpu context switches
2069 device interrupts
3245 software interrupts
671534 traps
95430 system calls
17 kernel threads created
868 fork() calls
191 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
341 vnode pager pageins
2438 vnode pager pages paged in
1 vnode pager pageouts
1 vnode pager pages paged out
0 page daemon wakeups
0 pages examined by the page daemon
93 pages reactivated
29918 copy-on-write faults
203 copy-on-write optimized faults
599773 zero fill pages zeroed
1329 zero fill pages prezeroed
5 intransit blocking page faults
669891 total VM faults taken
0 pages affected by kernel thread creation
31228 pages affected by fork()
6797 pages affected by vfork()
0 pages affected by rfork()
0 pages cached
594031 pages freed
0 pages freed by daemon
0 pages freed by exiting processes
57200 pages active
1756 pages inactive
42 pages in VM cache
16275 pages wired down
820609 pages free
4096 bytes per page
17855 total name lookups
cache hits (84% pos + 8% neg) system 0% per-directory
deletions 0%, falsehits 0%, toolong 0%
------------------------------------------------------------------------
vmstat -m
Type InUse MemUse HighUse Requests Size(s)
ac97 2 1K - 2 16,512
isadev 10 1K - 10 64
acpiintr 1 1K - 1 32
cdev 8 1K - 8 128
feeder 14 1K - 16 16,64
sigio 1 1K - 1 32
filedesc 51 13K - 1079 16,256,512
kdtrace 165 33K - 1193 64,256
kenv 75 7K - 85 16,32,64,128,4096
kqueue 0 0K - 62 128,1024
proc-args 32 2K - 365 16,32,64,128,256
hhook 4 1K - 4 128
ithread 73 6K - 73 16,64,128
prison 1 2K - 1 2048
KTRACE 100 13K - 100 128
linker 118 5K - 120 16,32,512
lockf 35 2K - 59 32,64
loginclass 2 1K - 2 64
ata_pci 1 1K - 1 32
kbdmux 6 18K - 6 16,256,1024,2048
mixer 1 4K - 1 4096
ip6ndp 7 1K - 8 64,128
temp 25 225K - 4435 16,32,64,128,256,512,1024,2048,4096
devbuf 846 20800K - 919 16,32,64,128,256,512,1024,2048,4096
LED 6 1K - 6 16,64
module 465 30K - 465 64,128
mtx_pool 2 8K - 2 4096
pmchooks 1 1K - 1 64
acpica 2086 120K - 30493 16,32,64,128,256,512,1024,4096
subproc 141 219K - 1170 256,4096
proc 2 8K - 2 4096
session 29 2K - 30 64
pgrp 31 2K - 34 64
cred 62 6K - 3336 64,128
uidinfo 4 2K - 4 64,1024
plimit 13 4K - 147 256
acpitask 1 1K - 1 1024
CAM periph 8 1K - 24 16,32,64,128
sysctltmp 0 0K - 266 16,32,64,128,4096
sysctloid 2847 89K - 2994 16,32,64
sysctl 0 0K - 260 16,32,64
tidhash 1 8K - 1
callout 3 768K - 3
umtx 310 30K - 310 64,128
p1003.1b 1 1K - 1 16
SWAP 2 277K - 2 64
CAM XPT 50 22K - 122 16,32,64,1024,2048
bus-sc 41 85K - 1665 16,64,128,256,512,1024,2048,4096
bus 982 43K - 3399 16,32,64,128,256,1024
devstat 8 17K - 8 16,4096
eventhandler 92 5K - 92 32,64,128
acpisem 16 2K - 16 64,128
scsi_cd 0 0K - 4 16
kobj 337 674K - 439 2048
Per-cpu 1 1K - 1 16
CAM dev queue 4 1K - 4 128
rman 102 7K - 484 16,32,64
sbuf 0 0K - 813 16,32,64,128,256,512,1024,2048,4096
ctlmem 5062 10113K - 5062 64,2048
ctlblk 200 800K - 200 4096
stack 0 0K - 1 128
taskqueue 19 1K - 19 16,64
Unitno 18 2K - 222 16,64
ramdisk 1 4096K - 1
acpidev 27 1K - 27 32
Witness 1 104K - 1
iov 0 0K - 402 16,64,128,256
select 24 2K - 24 64
ioctlops 0 0K - 719 16,32,64,128,256,512,1024
msg 4 25K - 4 1024,4096
sem 4 101K - 4 1024,4096
shm 1 12K - 1
tty 19 10K - 21 512,1024
mbuf_tag 0 0K - 47 32,64
shmfd 1 4K - 1 4096
pcb 67 156K - 132 16,64,512,1024,2048,4096
soname 11 1K - 1141 16,32,128
vfscache 1 1024K - 1
vfs_hash 1 512K - 1
ctlpool 532 138K - 532 16,512
vnodes 2 1K - 2 128
mount 220 8K - 433 16,32,64,128,256,1024
vnodemarker 0 0K - 17 512
BPF 21 26K - 22 64,128,256,4096
ether_multi 27 1K - 48 16,32,64
ifaddr 69 14K - 79 16,32,64,128,256,512,2048
ifnet 8 7K - 9 64,1024
USBdev 8 3K - 8 32,128,1024
arpcom 3 1K - 3 16
lltable 20 5K - 22 128,256
USB 14 3K - 14 16,32,64,1024
pci_link 8 1K - 8 16,128
routetbl 41 5K - 208 16,32,64,128,256
vnet_data_free 1 1K - 1 16
vnet_data 2 48K - 2
vnet 2 1K - 2 32
igmp 6 1K - 7 128
CAM queue 18 1K - 56 16
CAM SIM 4 1K - 4 128
in_multi 4 1K - 7 128
sctp_iter 0 0K - 5 256
sctp_ifn 4 1K - 4 128
sctp_ifa 6 1K - 6 128
sctp_vrf 2 1K - 2 64
sctp_a_it 0 0K - 5 16
hostcache 1 16K - 2
syncache 2 144K - 2
ip6_moptions 2 1K - 2 32,128
in6_multi 13 2K - 13 16,256
in6_mfilter 1 1K - 1 512
DEVFS1 88 22K - 95 256
mld 6 1K - 7 128
NLM 0 0K - 1 16
rpc 92 11K - 250 16,32,64,128,256,512,1024
audit_evclass 179 3K - 218 16
jblocks 2 1K - 2 128
savedino 0 0K - 23 256
sbdep 0 0K - 2 32
jsegdep 112 4K - 243 32
jseg 12 2K - 13 128
jfreefrag 0 0K - 1 64
jnewblk 0 0K - 52 64
jmvref 0 0K - 8 64
jremref 0 0K - 95 64
jaddref 0 0K - 95 64
freework 26 4K - 49 16,128
newdirblk 4 1K - 6 32
dirrem 25 2K - 83 64
mkdir 8 1K - 12 64
diradd 43 3K - 83 64
freefile 2 1K - 40 32
freeblks 25 4K - 48 128
freefrag 1 1K - 1 64
newblk 40 69K - 53 128
bmsafemap 5 5K - 10 128,4096
inodedep 91 535K - 147 256
pagedep 27 68K - 30 128
ufs_dirhash 27 5K - 27 16,32,64,512
ufs_mount 6 23K - 7 256,2048,4096
vm_pgdata 2 65K - 2 64
DEVFS3 111 14K - 122 128,256
DEVFS 18 1K - 19 16,64
DEVFSP 3 1K - 3 32
atkbddev 2 1K - 2 32
NFS fh 7 1K - 35 32,64
apmdev 1 1K - 1 64
newnfsmnt 7 5K - 7 512,1024
madt_table 0 0K - 1 2048
pfs_nodes 21 3K - 21 128
io_apic 1 1K - 1 1024
entropy 1024 64K - 1024 64
GEOM 83 12K - 517 16,32,64,128,256,512,1024,2048
MCA 4 1K - 4 128
nexusdev 5 1K - 5 16
ddb_capture 1 48K - 1
------------------------------------------------------------------------
vmstat -z
ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP
UMA Kegs: 128, 0, 165, 15, 171, 0, 0
UMA Zones: 224, 0, 165, 22, 171, 0, 0
UMA Slabs: 284, 0, 3404, 12, 3930, 0, 0
UMA RCntSlabs: 544, 0, 678, 1, 678, 0, 0
UMA Hash: 128, 0, 2, 28, 2, 0, 0
16 Bucket: 76, 0, 209, 41, 209, 0, 0
32 Bucket: 140, 0, 146, 22, 146, 0, 0
64 Bucket: 268, 0, 140, 0, 140, 11, 0
128 Bucket: 524, 0, 222, 2, 222, 615, 0
VM OBJECT: 148, 0, 945, 95, 10579, 0, 0
MAP: 140, 0, 7, 49, 7, 0, 0
KMAP ENTRY: 72, 57505, 34, 496, 6900, 0, 0
MAP ENTRY: 72, 0, 489, 253, 19556, 0, 0
fakepg: 72, 0, 0, 0, 0, 0, 0
mt_zone: 2060, 0, 311, 0, 311, 0, 0
16: 16, 0, 118, 491, 330, 0, 0
16: 16, 0, 53, 556, 12977, 0, 0
16: 16, 0, 260, 552, 1629, 0, 0
16: 16, 0, 1832, 604, 2324, 0, 0
16: 16, 0, 31, 578, 408, 0, 0
16: 16, 0, 64, 545, 221, 0, 0
16: 16, 0, 21, 588, 320, 0, 0
16: 16, 0, 400, 412, 516, 0, 0
32: 32, 0, 4, 561, 377, 0, 0
32: 32, 0, 491, 639, 14344, 0, 0
32: 32, 0, 641, 489, 1353, 0, 0
32: 32, 0, 546, 471, 791, 0, 0
32: 32, 0, 55, 510, 253, 0, 0
32: 32, 0, 151, 414, 341, 0, 0
32: 32, 0, 140, 538, 559, 0, 0
32: 32, 0, 89, 476, 174, 0, 0
64: 64, 0, 1236, 180, 1286, 0, 0
64: 64, 0, 1636, 311, 2281, 0, 0
64: 64, 0, 294, 237, 400, 0, 0
64: 64, 0, 875, 187, 2160, 0, 0
64: 64, 0, 86, 268, 2088, 0, 0
64: 64, 0, 521, 305, 809, 0, 0
64: 64, 0, 128, 285, 572, 0, 0
64: 64, 0, 67, 228, 87, 0, 0
128: 128, 0, 175, 95, 301, 0, 0
128: 128, 0, 152, 178, 1668, 0, 0
128: 128, 0, 346, 164, 384, 0, 0
128: 128, 0, 4, 146, 62, 0, 0
128: 128, 0, 65, 85, 1742, 0, 0
128: 128, 0, 145, 125, 407, 0, 0
128: 128, 0, 130, 110, 165, 0, 0
128: 128, 0, 39, 111, 41, 0, 0
256: 256, 0, 0, 75, 16, 0, 0
256: 256, 0, 0, 75, 12, 0, 0
256: 256, 0, 306, 99, 342, 0, 0
256: 256, 0, 116, 34, 117, 0, 0
256: 256, 0, 121, 74, 345, 0, 0
256: 256, 0, 73, 122, 1751, 0, 0
256: 256, 0, 89, 91, 117, 0, 0
256: 256, 0, 108, 42, 123, 0, 0
512: 512, 0, 2, 46, 352, 0, 0
512: 512, 0, 2, 14, 2, 0, 0
512: 512, 0, 20, 36, 82, 0, 0
512: 512, 0, 1, 15, 1, 0, 0
512: 512, 0, 33, 55, 56, 0, 0
512: 512, 0, 5, 27, 293, 0, 0
512: 512, 0, 14, 34, 43, 0, 0
512: 512, 0, 267, 13, 267, 0, 0
1024: 1024, 0, 2, 18, 37, 0, 0
1024: 1024, 0, 2, 18, 1052, 0, 0
1024: 1024, 0, 10, 74, 372, 0, 0
1024: 1024, 0, 1, 7, 1, 0, 0
1024: 1024, 0, 2, 26, 12, 0, 0
1024: 1024, 0, 9, 27, 116, 0, 0
1024: 1024, 0, 10, 26, 19, 0, 0
1024: 1024, 0, 0, 12, 2, 0, 0
2048: 2048, 0, 14, 20, 48, 0, 0
2048: 2048, 0, 0, 4, 1, 0, 0
2048: 2048, 0, 344, 76, 447, 0, 0
2048: 2048, 0, 1, 3, 1, 0, 0
2048: 2048, 0, 1, 3, 2, 0, 0
2048: 2048, 0, 5060, 60, 5154, 0, 0
2048: 2048, 0, 0, 8, 6, 0, 0
2048: 2048, 0, 1, 3, 1, 0, 0
4096: 4096, 0, 5, 15, 3432, 0, 0
4096: 4096, 0, 7, 2, 7, 0, 0
4096: 4096, 0, 232, 22, 233, 0, 0
4096: 4096, 0, 4, 5, 6, 0, 0
4096: 4096, 0, 0, 0, 0, 0, 0
4096: 4096, 0, 3, 2, 155, 0, 0
4096: 4096, 0, 1, 8, 7, 0, 0
4096: 4096, 0, 52, 38, 1080, 0, 0
Files: 56, 0, 117, 285, 4817, 0, 0
TURNSTILE: 72, 0, 156, 54, 156, 0, 0
umtx pi: 52, 0, 0, 0, 0, 0, 0
MAC labels: 20, 0, 0, 0, 0, 0, 0
PROC: 716, 0, 48, 42, 1076, 0, 0
THREAD: 732, 0, 115, 40, 115, 0, 0
SLEEPQUEUE: 48, 0, 156, 198, 156, 0, 0
VMSPACE: 232, 0, 32, 121, 1061, 0, 0
cpuset: 40, 0, 61, 215, 61, 0, 0
audit_record: 824, 0, 0, 0, 0, 0, 0
mbuf_packet: 256, 0, 768, 512, 1129, 0, 0
mbuf: 256, 0, 2, 638, 937, 0, 0
mbuf_cluster: 2048, 25600, 1280, 76, 1314, 0, 0
mbuf_jumbo_page: 4096, 12800, 0, 0, 0, 0, 0
mbuf_jumbo_9k: 9216, 19200, 0, 0, 0, 0, 0
mbuf_jumbo_16k: 16384, 12800, 0, 0, 0, 0, 0
mbuf_ext_refcnt: 4, 0, 0, 0, 0, 0, 0
g_bio: 140, 0, 0, 224, 5189, 0, 0
ttyinq: 152, 0, 120, 114, 255, 0, 0
ttyoutq: 256, 0, 64, 56, 136, 0, 0
ata_request: 208, 0, 1, 168, 4095, 0, 0
ata_composite: 180, 0, 0, 0, 0, 0, 0
VNODE: 272, 0, 597, 47, 642, 0, 0
VNODEPOLL: 60, 0, 0, 0, 0, 0, 0
NAMEI: 1024, 0, 0, 48, 7986, 0, 0
S VFS Cache: 72, 0, 538, 98, 1159, 0, 0
STS VFS Cache: 92, 0, 0, 0, 0, 0, 0
L VFS Cache: 292, 0, 0, 0, 0, 0, 0
LTS VFS Cache: 312, 0, 0, 0, 0, 0, 0
NCLNODE: 352, 0, 7, 26, 7, 0, 0
DIRHASH: 1024, 0, 27, 21, 27, 0, 0
capability: 16, 0, 0, 0, 0, 0, 0
pipe: 400, 0, 4, 46, 622, 0, 0
Mountpoints: 656, 0, 10, 8, 10, 0, 0
ksiginfo: 80, 0, 65, 991, 66, 0, 0
itimer: 220, 0, 1, 53, 2, 0, 0
KNOTE: 72, 0, 0, 265, 64, 0, 0
socket: 416, 25605, 63, 45, 500, 0, 0
unpcb: 172, 25622, 10, 105, 185, 0, 0
ipq: 32, 904, 0, 0, 0, 0, 0
udp_inpcb: 252, 25605, 26, 49, 248, 0, 0
udpcb: 8, 25781, 26, 583, 248, 0, 0
tcp_inpcb: 252, 25605, 34, 56, 48, 0, 0
tcpcb: 688, 25600, 20, 45, 48, 0, 0
tcptw: 52, 5184, 14, 130, 14, 0, 0
syncache: 120, 15360, 0, 0, 0, 0, 0
hostcache: 76, 15400, 0, 0, 0, 0, 0
tcpreass: 20, 1690, 0, 0, 0, 0, 0
sackhole: 20, 0, 0, 0, 0, 0, 0
sctp_ep: 932, 25600, 0, 0, 0, 0, 0
sctp_asoc: 1504, 40000, 0, 0, 0, 0, 0
sctp_laddr: 24, 80040, 0, 290, 5, 0, 0
sctp_raddr: 500, 80000, 0, 0, 0, 0, 0
sctp_chunk: 96, 400000, 0, 0, 0, 0, 0
sctp_readq: 76, 400000, 0, 0, 0, 0, 0
sctp_stream_msg_out: 72, 400044, 0, 0, 0, 0, 0
sctp_asconf: 24, 400055, 0, 0, 0, 0, 0
sctp_asconf_ack: 24, 400055, 0, 0, 0, 0, 0
ripcb: 252, 25605, 3, 42, 3, 0, 0
rtentry: 108, 0, 17, 163, 21, 0, 0
selfd: 28, 0, 70, 565, 2193, 0, 0
SWAPMETA: 276, 121576, 0, 0, 0, 0, 0
FFS inode: 116, 0, 554, 139, 595, 0, 0
FFS1 dinode: 128, 0, 0, 0, 0, 0, 0
FFS2 dinode: 256, 0, 554, 61, 594, 0, 0
tcp_inpcb: 252, 25605, 0, 0, 0, 0, 0
tcpcb: 688, 25600, 0, 0, 0, 0, 0
tcptw: 52, 5184, 0, 0, 0, 0, 0
sackhole: 20, 0, 0, 0, 0, 0, 0
sctp_ep: 932, 25600, 0, 0, 0, 0, 0
sctp_asoc: 1504, 40000, 0, 0, 0, 0, 0
sctp_laddr: 24, 80040, 0, 0, 0, 0, 0
sctp_raddr: 500, 80000, 0, 0, 0, 0, 0
sctp_chunk: 96, 400000, 0, 0, 0, 0, 0
sctp_readq: 76, 400000, 0, 0, 0, 0, 0
sctp_stream_msg_out: 72, 400044, 0, 0, 0, 0, 0
sctp_asconf: 24, 400055, 0, 0, 0, 0, 0
sctp_asconf_ack: 24, 400055, 0, 0, 0, 0, 0
ripcb: 252, 25605, 0, 0, 0, 0, 0
rtentry: 108, 0, 0, 0, 0, 0, 0
------------------------------------------------------------------------
vmstat -i
interrupt total rate
irq1: atkbd0 122 6
irq14: ata0 1626 81
irq15: ata1 17 0
irq16: em1 158 7
irq17: em2 4 0
irq19: em0 ehci0 142 7
cpu0:timer 1813 90
cpu3:timer 761 38
cpu1:timer 783 39
cpu2:timer 733 36
Total 6159 307
------------------------------------------------------------------------
pstat -T
117/12328 files
0M/2047M swap space
------------------------------------------------------------------------
pstat -s
Device 512-blocks Used Avail Capacity
/dev/ad1 4193976 0 4193976 0%
------------------------------------------------------------------------
iostat
iostat: kvm_read(_tk_nin): invalid address (0x0)
iostat: disabling TTY statistics
ada0 ada1 cd0 cpu
KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id
35.08 75 2.58 3.13 3 0.01 0.00 0 0.00 1 0 8 0 91
------------------------------------------------------------------------
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: 616 (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
14 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 7 7 0 0
Rpc Info:
TimedOut Invalid X Replies Retries Requests
0 0 0 0 28
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:
119 packets sent
42 data packets (4380 bytes)
0 data packets (0 bytes) retransmitted
0 data packets unnecessarily retransmitted
0 resends initiated by MTU discovery
42 ack-only packets (7 delayed)
0 URG only packets
0 window probe packets
0 window update packets
35 control packets
98 packets received
77 acks (for 4394 bytes)
0 duplicate acks
0 acks for unsent data
56 packets (3576 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
21 connection requests
0 connection accepts
0 bad connection attempts
0 listen queue overflows
0 ignored RSTs in the windows
21 connections established (including accepts)
14 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
77 segments updated rtt (of 77 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
0 correct ACK header predictions
21 correct data packet header predictions
0 syncache entries added
0 retransmitted
0 dupsyn
0 dropped
0 completed
0 bucket overflow
0 cache overflow
0 reset
0 stale
0 aborted
0 badack
0 unreach
0 zone failures
0 cookies 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
0 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:
114 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
56 broadcast/multicast datagrams undelivered
0 dropped due to full socket buffers
0 not for hashed pcb
58 delivered
58 datagrams output
0 times multicast source filter matched
ip:
239 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
208 packets for this host
0 packets for unknown/unsupported protocol
0 packets forwarded (0 packets fast forwarded)
31 packets not forwardable
0 packets received for unknown multicast group
0 redirects sent
173 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:
0 messages received
0 messages received with too few bytes
0 messages received with wrong TTL
0 messages received with bad checksum
0 V1/V2 membership queries received
0 V3 membership queries received
0 membership queries received with invalid field(s)
0 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:
6 ARP requests sent
0 ARP replies sent
47 ARP requests received
5 ARP replies received
107 ARP packets received
0 total packets dropped due to no ARP entry
0 ARP entrys timed out
0 Duplicate IPs seen
ip6:
4 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
4 packets for this host
0 packets forwarded
0 packets not forwardable
0 redirects sent
4 packets sent from this host
0 packets sent with fabricated ip header
0 output packets dropped due to no bufs, etc.
2 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
Input histogram:
UDP: 4
Mbuf statistics:
2 one mbuf
two or more mbuf:
lo0= 2
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:
4 same address
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
770/1150/1920 mbufs in use (current/cache/total)
768/588/1356/25600 mbuf clusters in use (current/cache/total/max)
768/512 mbuf+clusters out of packet secondary zone in use (current/cache)
0/0/0/12800 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/19200 9k jumbo clusters in use (current/cache/total/max)
0/0/0/12800 16k jumbo clusters in use (current/cache/total/max)
1728K/1463K/3192K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/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
0 calls to protocol drain routines
------------------------------------------------------------------------
netstat -id
Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll Drop
em0 1500 <Link#1> 08:00:27:2e:31:e1 114 0 0 136 0 0 0
em0 1500 192.168.56.0 192.168.56.102 112 - - 133 - - -
usbus 0 <Link#2> 0 0 0 0 0 0 0
em1 1500 <Link#3> 08:00:27:40:bd:05 231 0 0 44 0 0 0
em1 1500 192.168.132.0 challenger.terran 73 - - 40 - - -
em2 1500 <Link#4> 08:00:27:52:3f:fd 1 0 0 2 0 0 0
em2 1500 172.16.0.0 172.16.3.71 0 - - 0 - - -
usbus 0 <Link#5> 0 0 0 0 0 0 0
lo0 16384 <Link#6> 4 0 0 4 0 0 0
lo0 16384 localhost ::1 4 - - 4 - - -
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 192.168.132.1 UGS 0 19 em1
127.0.0.1 link#6 UH 0 0 lo0
172.16.0.0/16 link#4 U 0 0 em2
172.16.3.71 link#4 UHS 0 0 lo0
192.168.56.0/24 link#1 U 0 133 em0
192.168.56.102 link#1 UHS 0 0 lo0
192.168.132.0/24 link#3 U 0 21 em1
192.168.132.85 link#3 UHS 0 0 lo0
Internet6:
Destination Gateway Flags Netif Expire
::/96 ::1 UGRS lo0
::1 link#6 UH lo0
::ffff:0.0.0.0/96 ::1 UGRS lo0
fe80::/10 ::1 UGRS lo0
fe80::%lo0/64 link#6 U lo0
fe80::1%lo0 link#6 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)
cac2c560 tcp4 0 0 127.0.0.1.25 *.* LISTEN
cac62ac0 tcp4 0 0 *.22 *.* LISTEN
cac63000 tcp6 0 0 *.22 *.* LISTEN
cac632b0 tcp4 0 0 *.749 *.* LISTEN
cac63560 tcp6 0 0 *.748 *.* LISTEN
cac47560 tcp6 0 0 *.2049 *.* LISTEN
cac47810 tcp4 0 0 *.2049 *.* LISTEN
cac0d560 tcp4 0 0 *.623 *.* LISTEN
cac05810 tcp6 0 0 *.623 *.* LISTEN
cac47ac0 tcp4 0 0 *.768 *.* LISTEN
cac48000 tcp6 0 0 *.768 *.* LISTEN
cac3f2b0 tcp4 0 0 *.111 *.* LISTEN
cac3f560 tcp6 0 0 *.111 *.* LISTEN
cac25ac0 tcp4 0 0 192.168.56.102.747 192.168.56.1.2049 ESTABLISHED
cac06bfc tcp4 0 0 192.168.56.102.726 192.168.56.1.48021 TIME_WAIT
cac06c30 tcp4 0 0 192.168.56.102.624 192.168.56.1.2049 TIME_WAIT
cac0d810 tcp4 0 0 192.168.56.102.766 192.168.56.1.2049 ESTABLISHED
cac06c64 tcp4 0 0 192.168.56.102.648 192.168.56.1.48021 TIME_WAIT
cac06c98 tcp4 0 0 192.168.56.102.780 192.168.56.1.2049 TIME_WAIT
cac0dac0 tcp4 0 0 192.168.56.102.690 192.168.56.1.2049 ESTABLISHED
cac06ccc tcp4 0 0 192.168.56.102.708 192.168.56.1.48021 TIME_WAIT
cac06d00 tcp4 0 0 192.168.56.102.799 192.168.56.1.2049 TIME_WAIT
cac25810 tcp4 0 0 192.168.56.102.729 192.168.56.1.2049 ESTABLISHED
cac06d34 tcp4 0 0 192.168.56.102.686 192.168.56.1.48021 TIME_WAIT
cac06d68 tcp4 0 0 192.168.56.102.832 192.168.56.1.2049 TIME_WAIT
cac05560 tcp4 0 0 192.168.56.102.693 192.168.56.1.2049 ESTABLISHED
cac06d9c tcp4 0 0 192.168.56.102.939 192.168.56.1.48021 TIME_WAIT
cac06dd0 tcp4 0 0 192.168.56.102.992 192.168.56.1.2049 TIME_WAIT
cac04000 tcp4 0 0 192.168.56.102.893 192.168.56.1.2049 ESTABLISHED
cac06e04 tcp4 0 0 192.168.56.102.607 192.168.56.1.48021 TIME_WAIT
cac06e38 tcp4 0 0 192.168.56.102.904 192.168.56.1.2049 TIME_WAIT
cac0d2b0 tcp4 0 0 192.168.56.102.762 192.168.56.1.2049 ESTABLISHED
cac06e6c tcp4 0 0 192.168.56.102.969 192.168.56.1.48021 TIME_WAIT
cac07000 tcp4 0 0 192.168.56.102.887 192.168.56.1.2049 TIME_WAIT
ca8036e4 udp4 0 0 *.69 *.*
ca8c61f8 udp4 0 0 127.0.0.1.123 *.*
ca8c6000 udp6 0 0 fe80:6::1.123 *.*
ca8063f0 udp6 0 0 ::1.123 *.*
ca8067e0 udp4 0 0 172.16.3.71.123 *.*
ca8069d8 udp4 0 0 192.168.132.85.123 *.*
ca8021f8 udp4 0 0 192.168.56.102.123 *.*
ca806ad4 udp6 0 0 *.123 *.*
ca806bd0 udp4 0 0 *.123 *.*
ca802dc8 udp4 0 0 *.650 *.*
ca803000 udp6 0 0 *.769 *.*
ca806ccc udp6 0 0 *.619 *.*
ca806dc8 udp4 0 0 *.* *.*
ca8028dc udp4 0 0 *.623 *.*
ca8026e4 udp6 0 0 *.623 *.*
ca8c63f0 udp6 0 0 *.2049 *.*
ca8c60fc udp4 0 0 *.2049 *.*
ca8068dc udp4 0 0 *.768 *.*
ca8065e8 udp6 0 0 *.768 *.*
ca8022f4 udp6 0 0 *.* *.*
ca8038dc udp4 0 0 *.687 *.*
ca802000 udp4 0 0 *.111 *.*
ca803ccc udp6 0 0 *.929 *.*
ca806000 udp6 0 0 *.111 *.*
ca8066e4 udp4 0 0 *.514 *.*
ca8064ec udp6 0 0 *.514 *.*
Active UNIX domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr
ca8bfac0 stream 0 0 cac2faa0 0 0 0 /var/run/rpcbind.sock
ca9a1ac0 stream 0 0 ca7fd660 0 0 0 /var/run/devd.pipe
ca9a135c dgram 0 0 0 ca8c0560 0 ca8bf4b4
ca8c0810 dgram 0 0 0 ca8c060c 0 0
ca8bf4b4 dgram 0 0 0 ca8c0560 0 ca8bf560
ca8bf560 dgram 0 0 0 ca8c0560 0 ca8c035c
ca8c035c dgram 0 0 0 ca8c0560 0 ca8e5000
ca8e5000 dgram 0 0 0 ca8c0560 0 0
ca8c0560 dgram 0 0 ca7ef000 0 ca9a135c 0 /var/run/logpriv
ca8c060c dgram 0 0 ca7ef110 0 ca8c0810 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
tcp4 0/0/128 *.749
tcp6 0/0/128 *.748
tcp6 0/0/5 *.nfsd
tcp4 0/0/5 *.nfsd
tcp4 0/0/128 *.asf-rmcp
tcp6 0/0/128 *.asf-rmcp
tcp4 0/0/128 *.768
tcp6 0/0/128 *.768
tcp4 0/0/128 *.sunrpc
tcp6 0/0/128 *.sunrpc
unix 0/0/128 /var/run/rpcbind.sock
unix 0/0/4 /var/run/devd.pipe
------------------------------------------------------------------------
fstat
USER CMD PID FD MOUNT INUM MODE SZ|DV R/W
root vimage 1076 root / 2 drwxr-xr-x 1024 r
root vimage 1076 wd / 663040 drwxr-xr-x 512 r
root vimage 1076 text / 1942272 -r-xr-xr-x 10120 r
root vimage 1076 ctty /dev 46 crw------- ttyv0 rw
root vimage 1076 0 /dev 46 crw------- ttyv0 rw
root vimage 1076 1 /dev 46 crw------- ttyv0 rw
root vimage 1076 2 /dev 46 crw------- ttyv0 rw
root csh 1072 root / 2 drwxr-xr-x 1024 r
root csh 1072 wd / 663040 drwxr-xr-x 512 r
root csh 1072 text / 618383 -r-xr-xr-x 340524 r
root csh 1072 ctty /dev 46 crw------- ttyv0 rw
root csh 1072 15 /dev 46 crw------- ttyv0 rw
root csh 1072 16 /dev 46 crw------- ttyv0 rw
root csh 1072 17 /dev 46 crw------- ttyv0 rw
root csh 1072 18 /dev 46 crw------- ttyv0 rw
root csh 1072 19 /dev 46 crw------- ttyv0 rw
root getty 1071 root / 2 drwxr-xr-x 1024 r
root getty 1071 wd / 2 drwxr-xr-x 1024 r
root getty 1071 text / 1954509 -r-xr-xr-x 22516 r
root getty 1071 ctty /dev 53 crw------- ttyv7 rw
root getty 1071 0 /dev 53 crw------- ttyv7 rw
root getty 1071 1 /dev 53 crw------- ttyv7 rw
root getty 1071 2 /dev 53 crw------- ttyv7 rw
root getty 1070 root / 2 drwxr-xr-x 1024 r
root getty 1070 wd / 2 drwxr-xr-x 1024 r
root getty 1070 text / 1954509 -r-xr-xr-x 22516 r
root getty 1070 ctty /dev 52 crw------- ttyv6 rw
root getty 1070 0 /dev 52 crw------- ttyv6 rw
root getty 1070 1 /dev 52 crw------- ttyv6 rw
root getty 1070 2 /dev 52 crw------- ttyv6 rw
root getty 1069 root / 2 drwxr-xr-x 1024 r
root getty 1069 wd / 2 drwxr-xr-x 1024 r
root getty 1069 text / 1954509 -r-xr-xr-x 22516 r
root getty 1069 ctty /dev 51 crw------- ttyv5 rw
root getty 1069 0 /dev 51 crw------- ttyv5 rw
root getty 1069 1 /dev 51 crw------- ttyv5 rw
root getty 1069 2 /dev 51 crw------- ttyv5 rw
root getty 1068 root / 2 drwxr-xr-x 1024 r
root getty 1068 wd / 2 drwxr-xr-x 1024 r
root getty 1068 text / 1954509 -r-xr-xr-x 22516 r
root getty 1068 ctty /dev 50 crw------- ttyv4 rw
root getty 1068 0 /dev 50 crw------- ttyv4 rw
root getty 1068 1 /dev 50 crw------- ttyv4 rw
root getty 1068 2 /dev 50 crw------- ttyv4 rw
root getty 1067 root / 2 drwxr-xr-x 1024 r
root getty 1067 wd / 2 drwxr-xr-x 1024 r
root getty 1067 text / 1954509 -r-xr-xr-x 22516 r
root getty 1067 ctty /dev 49 crw------- ttyv3 rw
root getty 1067 0 /dev 49 crw------- ttyv3 rw
root getty 1067 1 /dev 49 crw------- ttyv3 rw
root getty 1067 2 /dev 49 crw------- ttyv3 rw
root getty 1066 root / 2 drwxr-xr-x 1024 r
root getty 1066 wd / 2 drwxr-xr-x 1024 r
root getty 1066 text / 1954509 -r-xr-xr-x 22516 r
root getty 1066 ctty /dev 48 crw------- ttyv2 rw
root getty 1066 0 /dev 48 crw------- ttyv2 rw
root getty 1066 1 /dev 48 crw------- ttyv2 rw
root getty 1066 2 /dev 48 crw------- ttyv2 rw
root getty 1065 root / 2 drwxr-xr-x 1024 r
root getty 1065 wd / 2 drwxr-xr-x 1024 r
root getty 1065 text / 1954509 -r-xr-xr-x 22516 r
root getty 1065 ctty /dev 47 crw------- ttyv1 rw
root getty 1065 0 /dev 47 crw------- ttyv1 rw
root getty 1065 1 /dev 47 crw------- ttyv1 rw
root getty 1065 2 /dev 47 crw------- ttyv1 rw
root login 1064 root / 2 drwxr-xr-x 1024 r
root login 1064 wd / 663040 drwxr-xr-x 512 r
root login 1064 text / 1948588 -r-sr-xr-x 21256 r
root login 1064 ctty /dev 46 crw------- ttyv0 rw
root login 1064 0 /dev 46 crw------- ttyv0 rw
root login 1064 1 /dev 46 crw------- ttyv0 rw
root login 1064 2 /dev 46 crw------- ttyv0 rw
root login 1064 3* local dgram ca9a135c <-> ca8c0560
root inetd 1047 root / 2 drwxr-xr-x 1024 r
root inetd 1047 wd / 2 drwxr-xr-x 1024 r
root inetd 1047 text / 1942329 -r-xr-xr-x 42436 r
root inetd 1047 0 /dev 32 crw-rw-rw- null rw
root inetd 1047 1 /dev 32 crw-rw-rw- null rw
root inetd 1047 2 /dev 32 crw-rw-rw- null rw
root inetd 1047 3 / 994693 -rw------- 4 w
root inetd 1047 4* pipe ca6b7320 <-> ca6b73dc 0 rw
root inetd 1047 5* internet dgram udp ca8036e4
root inetd 1047 6* pipe ca6b73dc <-> ca6b7320 0 rw
root cron 1029 root / 2 drwxr-xr-x 1024 r
root cron 1029 wd / 994567 drwxr-x--- 512 r
root cron 1029 text / 1942266 -r-xr-xr-x 34796 r
root cron 1029 0 /dev 32 crw-rw-rw- null rw
root cron 1029 1 /dev 32 crw-rw-rw- null rw
root cron 1029 2 /dev 32 crw-rw-rw- null rw
root cron 1029 3 / 994692 -rw------- 4 w
smmsp sendmail 1025 root / 2 drwxr-xr-x 1024 r
smmsp sendmail 1025 wd / 994590 drwxrwx--- 512 r
smmsp sendmail 1025 text / 1942929 -r-xr-sr-x 707376 r
smmsp sendmail 1025 0 /dev 32 crw-rw-rw- null r
smmsp sendmail 1025 1 /dev 32 crw-rw-rw- null w
smmsp sendmail 1025 2 /dev 32 crw-rw-rw- null w
smmsp sendmail 1025 3* local dgram ca8c0810 <-> ca8c060c
smmsp sendmail 1025 4 / 994685 -rw------- 50 w
root sendmail 1022 root / 2 drwxr-xr-x 1024 r
root sendmail 1022 wd / 994587 drwxr-xr-x 512 r
root sendmail 1022 text / 1942929 -r-xr-sr-x 707376 r
root sendmail 1022 0 /dev 32 crw-rw-rw- null r
root sendmail 1022 1 /dev 32 crw-rw-rw- null w
root sendmail 1022 2 /dev 32 crw-rw-rw- null w
root sendmail 1022 3* internet stream tcp cac2c560
root sendmail 1022 4* local dgram ca8bf4b4 <-> ca8c0560
root sendmail 1022 5 / 994691 -rw------- 79 w
root sshd 1019 root / 2 drwxr-xr-x 1024 r
root sshd 1019 wd / 2 drwxr-xr-x 1024 r
root sshd 1019 text / 1944210 -r-xr-xr-x 244912 r
root sshd 1019 0 /dev 32 crw-rw-rw- null rw
root sshd 1019 1 /dev 32 crw-rw-rw- null rw
root sshd 1019 2 /dev 32 crw-rw-rw- null rw
root sshd 1019 3* internet6 stream tcp cac63000
root sshd 1019 4* internet stream tcp cac62ac0
root ntpd 1005 root / 2 drwxr-xr-x 1024 r
root ntpd 1005 wd / 2 drwxr-xr-x 1024 r
root ntpd 1005 text / 1942509 -r-xr-xr-x 354048 r
root ntpd 1005 0 /dev 32 crw-rw-rw- null rw
root ntpd 1005 1 /dev 32 crw-rw-rw- null rw
root ntpd 1005 2 /dev 32 crw-rw-rw- null rw
root ntpd 1005 3* local dgram ca8bf560 <-> ca8c0560
root ntpd 1005 20* internet dgram udp ca806bd0
root ntpd 1005 21* internet6 dgram udp ca806ad4
root ntpd 1005 22* internet dgram udp ca8021f8
root ntpd 1005 23* internet dgram udp ca8069d8
root ntpd 1005 24* internet dgram udp ca8067e0
root ntpd 1005 25* internet6 dgram udp ca8063f0
root ntpd 1005 26* internet6 dgram udp ca8c6000
root ntpd 1005 27* internet dgram udp ca8c61f8
root ntpd 1005 28* route raw 0 cac50000
root rpc.lockd 967 root / 2 drwxr-xr-x 1024 r
root rpc.lockd 967 wd / 2 drwxr-xr-x 1024 r
root rpc.lockd 967 text / 1942873 -r-xr-xr-x 51756 r
root rpc.lockd 967 0 /dev 32 crw-rw-rw- null rw
root rpc.lockd 967 1 /dev 32 crw-rw-rw- null rw
root rpc.lockd 967 2 /dev 32 crw-rw-rw- null rw
root rpc.lockd 967 3* local dgram ca8c035c <-> ca8c0560
root rpc.statd 964 root / 2 drwxr-xr-x 1024 r
root rpc.statd 964 wd / 2 drwxr-xr-x 1024 r
root rpc.statd 964 text / 1942876 -r-xr-xr-x 18864 r
root rpc.statd 964 0 /dev 32 crw-rw-rw- null rw
root rpc.statd 964 1 /dev 32 crw-rw-rw- null rw
root rpc.statd 964 2 /dev 32 crw-rw-rw- null rw
root rpc.statd 964 3 / 1563321 -rw-r--r-- 729 r
root rpc.statd 964 4* internet6 dgram udp ca8026e4
root rpc.statd 964 5* internet6 stream tcp cac05810
root rpc.statd 964 6* internet dgram udp ca8028dc
root rpc.statd 964 7* internet stream tcp cac0d560
root rpc.statd 964 8 / 994658 -rw-r--r-- 1292 rw
root rpc.statd 964 9* local dgram ca8e5000 <-> ca8c0560
root nfsd 961 root / 2 drwxr-xr-x 1024 r
root nfsd 961 wd / 2 drwxr-xr-x 1024 r
root nfsd 961 text / 1942487 -r-xr-xr-x 18320 r
root nfsd 961 0 /dev 32 crw-rw-rw- null rw
root nfsd 961 1 /dev 32 crw-rw-rw- null rw
root nfsd 961 2 /dev 32 crw-rw-rw- null rw
root nfsd 961 3 / 994656 -rw------- 0 rw
root nfsd 961 4 / 994657 -rw------- 0 rw
root nfsd 960 root / 2 drwxr-xr-x 1024 r
root nfsd 960 wd / 2 drwxr-xr-x 1024 r
root nfsd 960 text / 1942487 -r-xr-xr-x 18320 r
root nfsd 960 0 /dev 32 crw-rw-rw- null rw
root nfsd 960 1 /dev 32 crw-rw-rw- null rw
root nfsd 960 2 /dev 32 crw-rw-rw- null rw
root nfsd 960 3 / 994656 -rw------- 0 rw
root nfsd 960 4 / 994657 -rw------- 0 rw
root nfsd 960 5* internet stream tcp cac47810
root nfsd 960 6* internet6 stream tcp cac47560
root mountd 954 root / 2 drwxr-xr-x 1024 r
root mountd 954 wd / 2 drwxr-xr-x 1024 r
root mountd 954 text / 1942452 -r-xr-xr-x 39248 r
root mountd 954 0 /dev 32 crw-rw-rw- null rw
root mountd 954 1 /dev 32 crw-rw-rw- null rw
root mountd 954 2 /dev 32 crw-rw-rw- null rw
root mountd 954 3 / 994684 -rw------- 3 w
root mountd 954 4 / 1563321 -rw-r--r-- 729 r
root mountd 954 5* internet6 dgram udp ca8065e8
root mountd 954 6* internet6 stream tcp cac48000
root mountd 954 7* internet dgram udp ca8068dc
root mountd 954 8* internet stream tcp cac47ac0
root rpcbind 913 root / 2 drwxr-xr-x 1024 r
root rpcbind 913 wd / 2 drwxr-xr-x 1024 r
root rpcbind 913 text / 1942891 -r-xr-xr-x 39524 r
root rpcbind 913 0 /dev 32 crw-rw-rw- null rw
root rpcbind 913 1 /dev 32 crw-rw-rw- null rw
root rpcbind 913 2 /dev 32 crw-rw-rw- null rw
root rpcbind 913 3 / 994670 -r--r--r-- 0 r
root rpcbind 913 4* internet6 dgram udp ca8022f4
root rpcbind 913 5* local stream ca8bfac0
root rpcbind 913 6* internet6 dgram udp ca806000
root rpcbind 913 7* internet6 dgram udp ca803ccc
root rpcbind 913 8* internet6 stream tcp cac3f560
root rpcbind 913 9* internet dgram udp ca802000
root rpcbind 913 10* internet dgram udp ca8038dc
root rpcbind 913 11* internet stream tcp cac3f2b0
root syslogd 893 root / 2 drwxr-xr-x 1024 r
root syslogd 893 wd / 2 drwxr-xr-x 1024 r
root syslogd 893 text / 1942878 -r-xr-xr-x 36096 r
root syslogd 893 0 /dev 32 crw-rw-rw- null rw
root syslogd 893 1 /dev 32 crw-rw-rw- null rw
root syslogd 893 2 /dev 32 crw-rw-rw- null rw
root syslogd 893 3 / 994654 -rw------- 3 w
root syslogd 893 4* local dgram ca8c060c
root syslogd 893 5* local dgram ca8c0560
root syslogd 893 6* internet6 dgram udp ca8064ec
root syslogd 893 7* internet dgram udp ca8066e4
root syslogd 893 8 /dev 15 crw------- klog r
root syslogd 893 10 - - bad -
root syslogd 893 11 / 995719 -rw-r--r-- 126603 w
root syslogd 893 12 / 994627 -rw------- 64 w
root syslogd 893 13 / 994620 -rw------- 8371 w
root syslogd 893 14 / 994652 -rw-r----- 5595 w
root syslogd 893 15 / 994623 -rw-r--r-- 64 w
root syslogd 893 16 / 994628 -rw------- 64 w
root syslogd 893 17 / 994621 -rw------- 30859 w
root syslogd 893 18 / 994622 -rw------- 64 w
root syslogd 893 19 / 994626 -rw-r----- 64 w
root devd 769 root / 2 drwxr-xr-x 1024 r
root devd 769 wd / 2 drwxr-xr-x 1024 r
root devd 769 text / 1136761 -r-xr-xr-x 471960 r
root devd 769 0 /dev 32 crw-rw-rw- null rw
root devd 769 1 /dev 32 crw-rw-rw- null rw
root devd 769 2 /dev 32 crw-rw-rw- null rw
root devd 769 3 /dev 6 crw------- devctl r
root devd 769 4* local stream ca9a1ac0
root devd 769 5 / 994650 -rw------- 3 w
_dhcp dhclient 600 root / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 600 wd / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 600 jail / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 600 text / 1136744 -r-xr-xr-x 77408 r
_dhcp dhclient 600 0 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 600 1 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 600 2 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 600 3 / 994639 -rw------- 3 w
_dhcp dhclient 600 5* route raw 0 ca800d00
_dhcp dhclient 600 6* pipe ca72a88c <-> ca72a7d0 0 rw
_dhcp dhclient 600 7 / 994619 ---------- 784 w
_dhcp dhclient 600 8 /dev 24 crw------- bpf rw
_dhcp dhclient 600 9* internet raw ip ca8e3dc8
root dhclient 596 root / 2 drwxr-xr-x 1024 r
root dhclient 596 wd / 2 drwxr-xr-x 1024 r
root dhclient 596 text / 1136744 -r-xr-xr-x 77408 r
root dhclient 596 0 /dev 32 crw-rw-rw- null rw
root dhclient 596 1 /dev 32 crw-rw-rw- null rw
root dhclient 596 2 /dev 32 crw-rw-rw- null rw
root dhclient 596 3 / 994639 -rw------- 3 w
root dhclient 596 5* pipe ca72a7d0 <-> ca72a88c 0 rw
_dhcp dhclient 478 root / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 478 wd / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 478 jail / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 478 text / 1136744 -r-xr-xr-x 77408 r
_dhcp dhclient 478 0 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 478 1 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 478 2 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 478 3 / 994636 -rw------- 3 w
_dhcp dhclient 478 5* route raw 0 ca805680
_dhcp dhclient 478 6* pipe ca6b83dc <-> ca6b8320 0 rw
_dhcp dhclient 478 7 / 994632 ---------- 946 w
_dhcp dhclient 478 8 /dev 24 crw------- bpf rw
_dhcp dhclient 478 9* internet raw ip caa791f8
root dhclient 475 root / 2 drwxr-xr-x 1024 r
root dhclient 475 wd / 2 drwxr-xr-x 1024 r
root dhclient 475 text / 1136744 -r-xr-xr-x 77408 r
root dhclient 475 0 /dev 32 crw-rw-rw- null rw
root dhclient 475 1 /dev 32 crw-rw-rw- null rw
root dhclient 475 2 /dev 32 crw-rw-rw- null rw
root dhclient 475 3 / 994636 -rw------- 3 w
root dhclient 475 5* pipe ca6b8320 <-> ca6b83dc 0 rw
_dhcp dhclient 355 root / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 355 wd / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 355 jail / 994569 dr-xr-xr-x 512 r
_dhcp dhclient 355 text / 1136744 -r-xr-xr-x 77408 r
_dhcp dhclient 355 0 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 355 1 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 355 2 /dev 32 crw-rw-rw- null rw
_dhcp dhclient 355 3 / 994633 -rw------- 3 w
_dhcp dhclient 355 5* route raw 0 ca8004e0
_dhcp dhclient 355 6* pipe ca72ad3c <-> ca72ac80 0 rw
_dhcp dhclient 355 7 / 994618 ---------- 596 w
_dhcp dhclient 355 8 /dev 24 crw------- bpf rw
_dhcp dhclient 355 9* internet raw ip ca8e4000
root dhclient 352 root / 2 drwxr-xr-x 1024 r
root dhclient 352 wd / 2 drwxr-xr-x 1024 r
root dhclient 352 text / 1136744 -r-xr-xr-x 77408 r
root dhclient 352 0 /dev 32 crw-rw-rw- null rw
root dhclient 352 1 /dev 32 crw-rw-rw- null rw
root dhclient 352 2 /dev 32 crw-rw-rw- null rw
root dhclient 352 3 / 994633 -rw------- 3 w
root dhclient 352 5* pipe ca72ac80 <-> ca72ad3c 0 rw
root adjkerntz 140 root / 2 drwxr-xr-x 1024 r
root adjkerntz 140 wd / 2 drwxr-xr-x 1024 r
root adjkerntz 140 text / 1136642 -r-xr-xr-x 7560 r
root adjkerntz 140 0 /dev 32 crw-rw-rw- null rw
root adjkerntz 140 1 /dev 32 crw-rw-rw- null rw
root adjkerntz 140 2 /dev 32 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 / 1136765 -r-xr-xr-x 772636 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-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 10.0-CURRENT #0: Wed Apr 25 13:09:22 CEST 2012
root@challenger:/usr/obj/usr/src/sys/VNET_NO_WLAN_NO_DBG i386
WARNING: WITNESS option enabled, expect reduced performance.
CPU: Intel(R) Xeon(R) CPU W3565 @ 3.20GHz (3180.23-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x106a5 Family = 6 Model = 1a Stepping = 5
Features=0x1783fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE,SSE2,HTT>
Features2=0x201<SSE3,SSSE3>
AMD Features=0x20100800<SYSCALL,NX,LM>
AMD Features2=0x1<LAHF>
real memory = 3758030848 (3583 MB)
avail memory = 3664244736 (3494 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <VBOX VBOXAPIC>
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s)
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
cpu2 (AP): APIC ID: 2
cpu3 (AP): APIC ID: 3
pnpbios: Bad PnP BIOS data checksum
WARNING: VIMAGE (virtualized network stack) is a highly experimental feature.
ioapic0: Changing APIC ID to 4
ioapic0 <Version 1.1> irqs 0-23 on motherboard
kbd1 at kbdmux0
ctl: CAM Target Layer loaded
acpi0: <VBOX VBOXXSDT> on motherboard
acpi0: Power Button (fixed)
acpi0: Sleep Button (fixed)
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
attimer0: <AT timer> port 0x40-0x43,0x50-0x53 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd000-0xd00f at device 1.1 on pci0
ata0: <ATA channel> at channel 0 on atapci0
ata1: <ATA channel> at channel 1 on atapci0
vgapci0: <VGA-compatible display> mem 0xe0000000-0xe3ffffff irq 18 at device 2.0 on pci0
em0: <Intel(R) PRO/1000 Legacy Network Connection 1.0.4> port 0xd010-0xd017 mem 0xf0000000-0xf001ffff irq 19 at device 3.0 on pci0
em0: Ethernet address: 08:00:27:2e:31:e1
pci0: <base peripheral> at device 4.0 (no driver attached)
pcm0: <Intel ICH (82801AA)> port 0xd100-0xd1ff,0xd200-0xd23f irq 21 at device 5.0 on pci0
pcm0: <SigmaTel STAC9700/83/84 AC97 Codec>
ohci0: <OHCI (generic) USB controller> mem 0xf0804000-0xf0804fff irq 22 at device 6.0 on pci0
usbus0 on ohci0
pci0: <bridge> at device 7.0 (no driver attached)
em1: <Intel(R) PRO/1000 Legacy Network Connection 1.0.4> port 0xd240-0xd247 mem 0xf0820000-0xf083ffff irq 16 at device 8.0 on pci0
em1: Ethernet address: 08:00:27:40:bd:05
em2: <Intel(R) PRO/1000 Legacy Network Connection 1.0.4> port 0xd248-0xd24f mem 0xf0840000-0xf085ffff irq 17 at device 9.0 on pci0
em2: Ethernet address: 08:00:27:52:3f:fd
ehci0: <Intel 82801FB (ICH6) USB 2.0 controller> mem 0xf0860000-0xf0860fff irq 19 at device 11.0 on pci0
usbus1: EHCI version 1.0
usbus1 on ehci0
acpi_acad0: <AC Adapter> 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]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse Explorer, device ID 4
qpi0: <QPI system bus> on motherboard
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc8fff,0xe2000-0xe2fff pnpid ORM0000 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
atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0
Event timer "RTC" frequency 32768 Hz quality 0
ppc0: parallel port not found.
smist0: <SpeedStep SMI> on cpu0
device_attach: smist0 attach returned 6
smist1: <SpeedStep SMI> on cpu1
device_attach: smist1 attach returned 6
smist2: <SpeedStep SMI> on cpu2
device_attach: smist2 attach returned 6
smist3: <SpeedStep SMI> on cpu3
device_attach: smist3 attach returned 6
Timecounters tick every 10.000 msec
pcm0: measured ac97 link rate at 33023 Hz
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 480Mbps High Speed USB v2.0
ugen0.1: <Apple> at usbus0
uhub0: <Apple OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
uhub0: 8 ports with 8 removable, self powered
uhub1: 8 ports with 8 removable, self powered
ada0 at ata0 bus 0 scbus0 target 0 lun 0
ada0: <VBOX HARDDISK 1.0> ATA-6 device
ada0: 33.300MB/s transfers (UDMA2, PIO 65536bytes)
ada0: 40960MB (83886080 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad0
ada1 at ata0 bus 0 scbus0 target 1 lun 0
ada1: <VBOX HARDDISK 1.0> ATA-6 device
ada1: 33.300MB/s transfers (UDMA2, PIO 65536bytes)
ada1: 65536MB (134217728 512 byte sectors: 16H 63S/T 16383C)
ada1: Previously was known as ad1
cd0 at ata1 bus 0 scbus1 target 0 lun 0
cd0: <VBOX CD-ROM 1.0> Removable CD-ROM SCSI-0 device
cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present
SMP: AP CPU #3 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
WARNING: WITNESS option enabled, expect reduced performance.
Trying to mount root from ufs:/dev/ada0p2 [rw]...
WARNING: / was not properly dismounted
Setting hostuuid: fe3c0dab-dc6e-45f5-b3c6-6d218f2d4e5d.
Setting hostid: 0x98119f50.
Entropy harvesting: interrupts ethernet point_to_point kickstart.
Starting file system checks:
** SU+J Recovering /dev/ada0p2
** Reading 33554432 byte journal from inode 4.
** Building recovery table.
** Resolving unreferenced inode list.
** Processing journal entries.
** 51 journal records in 2560 bytes for 63.75% utilization
** Freed 0 inodes (0 dirs) 0 blocks, and 3 frags.
***** FILE SYSTEM MARKED CLEAN *****
Mounting local file systems:
WARNING: /usr/target_root was not properly dismounted
.
lock order reversal:
1st 0xca64dd18 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2159
2nd 0xe18f78c4 bufwait (bufwait) @ /usr/src/sys/ufs/ffs/ffs_vnops.c:260
3rd 0xca6f46b8 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2159
KDB: stack backtrace:
db_trace_self_wrapper(c0e95cbb,632e7262,3531323a,6f000a39,632e7370,...) at db_trace_self_wrapper+0x26
kdb_backtrace(c09e2ecb,c0e99765,c1184ca0,86f,c7ae0340,...) at kdb_backtrace+0x2a
_witness_debugger(c0e99765,ca6f46b8,c0e879e4,c7d692d0,c0ea195a,...) at _witness_debugger+0x25
witness_checkorder(ca6f46b8,9,c0ea195a,86f,0,...) at witness_checkorder+0x86f
__lockmgr_args(ca6f46b8,80100,ca6f46d8,0,0,...) at __lockmgr_args+0x8b5
ffs_lock(c7ae044c,c09f52ec,c0e9ee5e,5e2,c0fb3588,...) at ffs_lock+0x8a
VOP_LOCK1_APV(c0fdfe40,c7ae044c,ca6a9670,c0ff1e40,ca6f4660,...) at VOP_LOCK1_APV+0xf3
_vn_lock(ca6f4660,80100,c0ea195a,86f,eb,...) at _vn_lock+0x5e
vget(ca6f4660,80100,ca6a95c0,50,0,...) at vget+0xb9
vfs_hash_get(ca646cd0,f2d38,80000,ca6a95c0,c7ae0598,...) at vfs_hash_get+0xe6
ffs_vgetf(ca646cd0,f2d38,80000,c7ae0598,1,...) at ffs_vgetf+0x49
softdep_sync_buf(ca64dcc0,e18f7864,1,106,0,...) at softdep_sync_buf+0xac9
ffs_syncvnode(ca64dcc0,1,0,c1184cb0,ca6a9670,...) at ffs_syncvnode+0x24c
ffs_truncate(ca64dcc0,200,0,880,c7dace80,...) at ffs_truncate+0x83e
ufs_direnter(ca64dcc0,ca6f4660,c7ae0904,c7ae0bb8,0,...) at ufs_direnter+0x93a
ufs_makeinode(c7ae0bb8,c0fe0360,c7ae0afc,c7ae0a58,c0d19b7a,...) at ufs_makeinode+0x61c
ufs_create(c7ae0afc,ca646cd0,c0ff20c0,ca64dcc0,c7ae0b14,...) at ufs_create+0x30
VOP_CREATE_APV(c0fdfe40,c7ae0afc,c7ae0bb8,c7ae0a94,0,...) at VOP_CREATE_APV+0xda
vn_open_cred(c7ae0b78,c7ae0c40,1a4,0,c7dace80,...) at vn_open_cred+0x215
vn_open(c7ae0b78,c7ae0c40,1a4,ca685dc8,c09b017e,...) at vn_open+0x3b
kern_openat(ca6a95c0,ffffff9c,28808518,0,602,...) at kern_openat+0x1ec
kern_open(ca6a95c0,28808518,0,601,1b6,...) at kern_open+0x35
sys_open(ca6a95c0,c7ae0cec,c0edada8,c0e9a616,c10492c0,...) at sys_open+0x30
syscall(c7ae0d28) at syscall+0x2de
Xint0x80_syscall() at Xint0x80_syscall+0x21
--- syscall (5, FreeBSD ELF32, sys_open), eip = 0x281e5463, esp = 0xbfbfddac, ebp = 0xbfbfde68 ---
Setting hostname: challenger.
Starting dhclient.
Starting dhclient.
Starting dhclient.
Starting Network: lo0 em0 em1 em2.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 08:00:27:2e:31:e1
inet 192.168.56.102 netmask 0xffffff00 broadcast 192.168.56.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 08:00:27:40:bd:05
inet 192.168.132.85 netmask 0xffffff00 broadcast 192.168.132.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
em2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 08:00:27:52:3f:fd
inet 172.16.3.71 netmask 0xffff0000 broadcast 172.16.255.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
Starting devd.
dhclient already running? (pid=355).
dhclient already running? (pid=478).
dhclient already running? (pid=600).
route: writing to routing socket: File exists
add net default: gateway 192.168.132.1: route already in table
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
add net fe80::: gateway ::1
add net ff02::: gateway ::1
Mounting NFS file systems:.
Creating and/or trimming log files.
Starting syslogd.
No core dumps found.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
Setting date via ntp.
25 Apr 13:51:25 ntpdate[910]: step time server 192.168.132.222 offset -0.779464 sec
Starting rpcbind.
NFS access cache time=60
Clearing /tmp (X related).
Starting mountd.
NFSv4 is disabled
Starting nfsd.
Starting statd.
Starting lockd.
Updating motd:.
Starting ntpd.
Configuring syscons: keymap blanktime.
Starting sshd.
Starting cron.
Starting inetd.
Wed Apr 25 13:51:26 CEST 2012
Apr 25 13:51:29 challenger login: ROOT LOGIN (root) ON ttyv0
lock order reversal:
1st 0xc1037dac allprison (allprison) @ /usr/src/sys/kern/kern_jail.c:970
2nd 0xc11b23f4 vnet_sysinit_sxlock (vnet_sysinit_sxlock) @ /usr/src/sys/net/vnet.c:615
KDB: stack backtrace:
db_trace_self_wrapper(c0e95cbb,6b636f6c,20402029,7273752f,6372732f,...) at db_trace_self_wrapper+0x26
kdb_backtrace(c09e2ecb,c0e9974c,c1183ed0,267,e1b409f8,...) at kdb_backtrace+0x2a
_witness_debugger(c0e9974c,c11b23f4,c0ea92c5,c7d64fc8,c0ea9418,...) at _witness_debugger+0x25
witness_checkorder(c11b23f4,1,c0ea9418,267,0,...) at witness_checkorder+0x86f
_sx_slock(c11b23f4,0,c0ea9418,267,cad672e0,...) at _sx_slock+0x9a
vnet_sysinit(cad7f000,c0ff9700,5560,cad7e028,c0fb3588,...) at vnet_sysinit+0x2b
vnet_alloc(cad7e028,c0e8c936,0,10,0,...) at vnet_alloc+0x168
kern_jail_set(cad672e0,c9470d00,1,c9470d00,0,...) at kern_jail_set+0x1bb4
sys_jail_set(cad672e0,e1b40cec,c0edada8,c0e9a9a6,c1047f40,...) at sys_jail_set+0x50
syscall(e1b40d28) at syscall+0x2de
Xint0x80_syscall() at Xint0x80_syscall+0x21
--- syscall (507, FreeBSD ELF32, sys_jail_set), eip = 0x280bfd5b, esp = 0xbfbfe23c, ebp = 0xbfbfe328 ---
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0xdeadc0e6
fault code = supervisor read, page not present
instruction pointer = 0x20:0xc0a78d20
stack pointer = 0x28:0xc7980c48
frame pointer = 0x28:0xc7980c90
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 12 (swi1: netisr 0)
------------------------------------------------------------------------
kernel config
options CONFIG_AUTOGENERATED
ident GENERIC
machine i386
cpu I686_CPU
cpu I586_CPU
cpu I486_CPU
makeoptions WITH_CTF=1
makeoptions DEBUG=-g
options USB_DEBUG
options SC_PIXEL_MODE
options VESA
options AHD_REG_PRETTY_PRINT
options AHC_REG_PRETTY_PRINT
options ATA_STATIC_ID
options ATA_CAM
options SMP
options MALLOC_DEBUG_MAXZONES=8
options WITNESS_SKIPSPIN
options WITNESS
options INVARIANT_SUPPORT
options INVARIANTS
options DEADLKRES
options DDB_CTF
options GDB
options DDB
options KDB
options VIMAGE
options INCLUDE_CONFIG_FILE
options KDTRACE_HOOKS
options MAC
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 GEOM_LABEL
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 UNIONFS
options UFS_GJOURNAL
options UFS_DIRHASH
options UFS_ACL
options SOFTUPDATES
options FFS
options SCTP
options INET6
options INET
options PREEMPTION
options SCHED_ULE
options NEW_PCIB
options NATIVE
options GEOM_PART_MBR
options GEOM_PART_EBR_COMPAT
options GEOM_PART_EBR
options GEOM_PART_BSD
options ISAPNP
device isa
device npx
device mem
device io
device uart_ns8250
device atpic
device apic
device cpufreq
device acpi
device eisa
device pci
device fdc
device ahci
device ata
device mvs
device siis
device ahb
device ahc
device ahd
device esp
device hptiop
device isp
device mpt
device sym
device trm
device adv
device adw
device aha
device aic
device bt
device ncv
device nsp
device stg
device isci
device scbus
device ch
device da
device sa
device cd
device pass
device ses
device ctl
device amr
device arcmsr
device asr
device ciss
device dpt
device hptmv
device hptrr
device iir
device ips
device mly
device twa
device tws
device aac
device aacp
device ida
device mfi
device mlx
device pst
device twe
device atkbdc
device atkbd
device psm
device kbdmux
device vga
device splash
device sc
device agp
device pmtimer
device cbb
device pccard
device cardbus
device uart
device ppc
device ppbus
device lpt
device plip
device ppi
device puc
device bxe
device de
device em
device igb
device ixgb
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 vte
device wb
device xl
device cs
device ed
device ex
device ep
device fe
device ie
device sn
device xe
device loop
device random
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 firewire
device fwe
device fwip
device dcons
device dcons_crom
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
------------------------------------------------------------------------
ddb capture buffer
[-- Attachment #3 --]
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the config(5) manual page,
# and/or the handbook section on Kernel Configuration Files:
#
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD$
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options SCTP # Stream Control Transmission Protocol
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 UFS_GJOURNAL # Enable gjournal-based UFS journaling
options UNIONFS # Enable unionfs
options MD_ROOT # MD is a potential root device
options NFSCL # New Network Filesystem Client
options NFSD # New Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options STACK # stack(9) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options CAPABILITY_MODE # Capsicum capability mode
options CAPABILITIES # Capsicum capabilities
options MAC # TrustedBSD MAC Framework
options KDTRACE_HOOKS # Kernel DTrace hooks
options INCLUDE_CONFIG_FILE # Include this file in kernel
options VIMAGE # Enable VNET virtualization
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
# For minimum debugger support (stable branch) use:
#options KDB_TRACE # Print a stack trace for a panic.
# For full debugger support use this instead:
options DDB # Support DDB.
options GDB # Support remote GDB.
options DDB_CTF # kernel ELF linker loads CTF data
options DEADLKRES # Enable the deadlock resolver
options INVARIANTS # Enable calls of extra sanity checking
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS # Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
# To make an SMP kernel, the next two lines are needed
options SMP # Symmetric MultiProcessor Kernel
device apic # I/O APIC
# CPU frequency control
device cpufreq
# Bus support.
device acpi
device eisa
device pci
# Floppy drives
device fdc
# ATA controllers
device ahci # AHCI-compatible SATA controllers
device ata # Legacy ATA/SATA controllers
options ATA_CAM # Handle legacy controllers with CAM
options ATA_STATIC_ID # Static device numbering
device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
# SCSI Controllers
device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
device ahd # AHA39320/29320 and onboard AIC79xx devices
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
device esp # AMD Am53C974 (Tekram DC-390(T))
device hptiop # Highpoint RocketRaid 3xxx series
device isp # Qlogic family
#device ispfw # Firmware for QLogic HBAs- normally a module
device mpt # LSI-Logic MPT-Fusion
#device ncr # NCR/Symbios Logic
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
device trm # Tekram DC395U/UW/F DC315U adapters
device adv # Advansys SCSI adapters
device adw # Advansys wide SCSI adapters
device aha # Adaptec 154x SCSI adapters
device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
device bt # Buslogic/Mylex MultiMaster SCSI adapters
device ncv # NCR 53C500
device nsp # Workbit Ninja SCSI-3
device stg # TMC 18C30/18C50
device isci # Intel C600 SAS controller
# ATA/SCSI peripherals
device scbus # SCSI bus (required for ATA/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 ATA/SCSI access)
device ses # Enclosure Services (SES and SAF-TE)
device ctl # CAM Target Layer
# RAID controllers interfaced to the SCSI subsystem
device amr # AMI MegaRAID
device arcmsr # Areca SATA II RAID
device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
device ciss # Compaq Smart RAID 5*
device dpt # DPT Smartcache III, IV - See NOTES for options
device hptmv # Highpoint RocketRAID 182x
device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
device iir # Intel Integrated RAID
device ips # IBM (Adaptec) ServeRAID
device mly # Mylex AcceleRAID/eXtremeRAID
device twa # 3ware 9000 series PATA/SATA RAID
device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
# RAID controllers
device aac # Adaptec FSA RAID
device aacp # SCSI passthrough for aac (requires CAM)
device ida # Compaq Smart RAID
device mfi # LSI MegaRAID SAS
device mlx # Mylex DAC960 family
device pst # Promise Supertrak SX6000
device twe # 3ware ATA RAID
# 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
options VESA # Add support for VESA BIOS Extensions (VBE)
device splash # Splash screen and screen saver support
# syscons is the default console driver, resembling an SCO console
device sc
options SC_PIXEL_MODE # add support for the raster text mode
device agp # support several AGP chipsets
# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device pmtimer
# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device cbb # cardbus (yenta) bridge
device pccard # PC Card (16-bit) bus
device cardbus # CardBus (32-bit) bus
# Serial (COM) ports
device uart # Generic UART driver
# Parallel port
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device plip # TCP/IP over parallel
device ppi # Parallel port interface device
#device vpo # Requires scbus and da
device puc # Multi I/O cards and multi-channel UARTs
# PCI Ethernet NICs.
device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
device de # DEC/Intel DC21x4x (``Tulip'')
device em # Intel PRO/1000 Gigabit Ethernet Family
device igb # Intel PRO/1000 PCIE Server Gigabit Family
device ixgb # Intel PRO/10GbE Ethernet Card
device le # AMD Am7900 LANCE and Am79C9xx PCnet
device ti # Alteon Networks Tigon I/II gigabit Ethernet
device txp # 3Com 3cR990 (``Typhoon'')
device vx # 3Com 3c590, 3c595 (``Vortex'')
# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device miibus # MII bus support
device ae # Attansic/Atheros L2 FastEthernet
device age # Attansic/Atheros L1 Gigabit Ethernet
device alc # Atheros AR8131/AR8132 Ethernet
device ale # Atheros AR8121/AR8113/AR8114 Ethernet
device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
device bfe # Broadcom BCM440x 10/100 Ethernet
device bge # Broadcom BCM570xx Gigabit Ethernet
device cas # Sun Cassini/Cassini+ and NS DP83065 Saturn
device dc # DEC/Intel 21143 and various workalikes
device et # Agere ET1310 10/100/Gigabit Ethernet
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device gem # Sun GEM/Sun ERI/Apple GMAC
device hme # Sun HME (Happy Meal Ethernet)
device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
device lge # Level 1 LXT1001 gigabit Ethernet
device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
device nfe # nVidia nForce MCP on-board Ethernet
device nge # NatSemi DP83820 gigabit Ethernet
#device nve # nVidia nForce MCP on-board Ethernet Networking
device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
device re # RealTek 8139C+/8169/8169S/8110S
device rl # RealTek 8129/8139
device sf # Adaptec AIC-6915 (``Starfire'')
device sge # Silicon Integrated Systems SiS190/191
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
device ste # Sundance ST201 (D-Link DFE-550TX)
device stge # Sundance/Tamarack TC9021 gigabit Ethernet
device tl # Texas Instruments ThunderLAN
device tx # SMC EtherPower II (83c170 ``EPIC'')
device vge # VIA VT612x gigabit Ethernet
device vr # VIA Rhine, Rhine II
device vte # DM&P Vortex86 RDC R6040 Fast Ethernet
device wb # Winbond W89C840F
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# ISA Ethernet NICs. pccard NICs included.
device cs # Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
device ex # Intel EtherExpress Pro/10 and Pro/10+
device ep # Etherlink III based cards
device fe # Fujitsu MB8696x based cards
device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
device sn # SMC's 9000 series of Ethernet chips
device xe # Xircom pccard Ethernet
# Wireless NIC cards
#device wlan # 802.11 support
#options IEEE80211_DEBUG # enable debug msgs
#options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
#options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
#device wlan_wep # 802.11 WEP support
#device wlan_ccmp # 802.11 CCMP support
#device wlan_tkip # 802.11 TKIP support
#device wlan_amrr # AMRR transmit rate control algorithm
#device an # Aironet 4500/4800 802.11 wireless NICs.
#device ath # Atheros NIC's
#device ath_pci # Atheros pci/cardbus glue
#device ath_hal # pci/cardbus chip support
#options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
#device ath_rate_sample # SampleRate tx rate control for ath
##device bwi # Broadcom BCM430x/BCM431x wireless NICs.
##device bwn # Broadcom BCM43xx wireless NICs.
#device ipw # Intel 2100 wireless NICs.
#device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs.
#device iwn # Intel 4965/1000/5000/6000 wireless NICs.
#device malo # Marvell Libertas wireless NICs.
#device mwl # Marvell 88W8363 802.11n wireless NICs.
#device ral # Ralink Technology RT2500 wireless NICs.
#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
##device wl # Older non 802.11 Wavelan wireless NIC.
#device wpi # Intel 3945ABG wireless NICs.
# Pseudo devices.
device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tun # Packet tunnel.
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
device firmware # firmware assist module
# 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
options USB_DEBUG # enable debug msgs
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device xhci # XHCI PCI->USB interface (USB 3.0)
device usb # USB Bus (required)
device ukbd # Keyboard
device umass # Disks/Mass storage - Requires scbus and da
# FireWire support
device firewire # FireWire bus code
# sbp(4) works for some systems but causes boot failure on others
#device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
# Sound support
device sound # Generic sound driver (required)
device snd_cmi # CMedia CMI8338/CMI8738
device snd_csa # Crystal Semiconductor CS461x/428x
device snd_emu10kx # Creative SoundBlaster Live! and Audigy
device snd_es137x # Ensoniq AudioPCI ES137x
device snd_hda # Intel High Definition Audio
device snd_ich # Intel, NVidia and other ICH AC'97 Audio
device snd_via8233 # VIA VT8233x Audio
# MMC/SD
device mmc # MMC/SD bus
device mmcsd # MMC/SD memory card
device sdhci # Generic PCI SD Host Controller
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BsBSoLs6sbyJr2%2BVLwAbTY%2BKs2gB0orEpRXK-KWVr1Z543jYg>
