Skip to content

Instantly share code, notes, and snippets.

@lattera
Created January 13, 2018 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lattera/f9933cd2397217d6acb83fb1ec1f41e7 to your computer and use it in GitHub Desktop.
Save lattera/f9933cd2397217d6acb83fb1ec1f41e7 to your computer and use it in GitHub Desktop.
hbsd-dev-laptop dumped core - see 2018-01-13_17:31/vmcore.0
Sat Jan 13 17:34:28 EST 2018
FreeBSD hbsd-dev-laptop 12.0-CURRENT FreeBSD 12.0-CURRENT #2 895c4213cfe(hardened/current/retpoline)-dirty: Sat Jan 13 14:36:29 EST 2018 shawn@hbsd-dev-laptop:/usr/obj/src/hbsd-playground/amd64.amd64/sys/LATT-SEC amd64
panic: page fault
GNU gdb (GDB) 8.0.1 [GDB v8.0.1 for FreeBSD]
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-portbld-freebsd12.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /boot/kernel/kernel...Reading symbols from /usr/lib/debug//boot/kernel/kernel.debug...done.
done.
Unread portion of the kernel message buffer:
[93]
[93]
[93] Fatal trap 12: page fault while in kernel mode
[93] cpuid = 0; apic id = 00
[93] fault virtual address = 0x56fa2531f
[93] fault code = supervisor read data, page not present
[93] instruction pointer = 0x20:0xffffffff80ab52bb
[93] stack pointer = 0x28:0xfffffe00c980e800
[93] frame pointer = 0x28:0xfffffe00c980e830
[93] code segment = base 0x0, limit 0xfffff, type 0x1b
[93] = DPL 0, pres 1, long 1, def32 0, gran 1
[93] processor eflags = interrupt enabled, resume, IOPL = 0
[93] current process = 17526 (pagedaemon)
[93] trap number = 12
[93] panic: page fault
[93] cpuid = 0
[93] time = 1515881536
[93] __HardenedBSD_version = 1200056 __FreeBSD_version = 1200055
[93] version = FreeBSD 12.0-CURRENT #2 895c4213cfe(hardened/current/retpoline)-dirty: Sat Jan 13 14:36:29 EST 2018
[93] shawn@hbsd-dev-laptop:/usr/obj/src/hbsd-playground/amd64.amd64/sys/LATT-SEC
[93] KDB: stack backtrace:
[93] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00c980e4b0
[93] vpanic() at vpanic+0x192/frame 0xfffffe00c980e510
[93] panic() at panic+0x43/frame 0xfffffe00c980e570
[93] trap_fatal() at trap_fatal+0x352/frame 0xfffffe00c980e5c0
[93] trap_pfault() at trap_pfault+0x49/frame 0xfffffe00c980e620
[93] trap() at trap+0x300/frame 0xfffffe00c980e730
[93] calltrap() at calltrap+0x8/frame 0xfffffe00c980e730
[93] --- trap 0xc, rip = 0xffffffff80ab52bb, rsp = 0xfffffe00c980e800, rbp = 0xfffffe00c980e830 ---
[93] _mtx_trylock_flags_int() at _mtx_trylock_flags_int+0x4b/frame 0xfffffe00c980e830
[93] pmap_ts_referenced() at pmap_ts_referenced+0x6f6/frame 0xfffffe00c980e8e0
[93] vm_pageout_worker() at vm_pageout_worker+0xc46/frame 0xfffffe00c980e950
[93] vm_pageout() at vm_pageout+0x6d/frame 0xfffffe00c980e970
[93] fork_exit() at fork_exit+0x84/frame 0xfffffe00c980e9b0
[93] fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00c980e9b0
[93] --- trap 0, rip = 0, rsp = 0, rbp = 0 ---
[93] Uptime: 1m33s
[93] Dumping 2347 out of 65144 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91%
__curthread () at ./machine/pcpu.h:228
228 __asm("movq %%gs:%1,%0" : "=r" (td)
(kgdb) #0 __curthread () at ./machine/pcpu.h:228
#1 doadump (textdump=1) at /src/hbsd-playground/sys/kern/kern_shutdown.c:348
#2 0xffffffff80ad3bb2 in kern_reboot (howto=260)
at /src/hbsd-playground/sys/kern/kern_shutdown.c:417
#3 0xffffffff80ad4182 in vpanic (fmt=<optimized out>, ap=0xfffffe00c980e550)
at /src/hbsd-playground/sys/kern/kern_shutdown.c:816
#4 0xffffffff80ad41d3 in panic (fmt=<unavailable>)
at /src/hbsd-playground/sys/kern/kern_shutdown.c:740
#5 0xffffffff80f7f2b2 in trap_fatal (frame=0xfffffe00c980e740,
eva=23347745567) at /src/hbsd-playground/sys/amd64/amd64/trap.c:813
#6 0xffffffff80f7f309 in trap_pfault (frame=0xfffffe00c980e740, usermode=0)
at /src/hbsd-playground/sys/amd64/amd64/trap.c:668
#7 0xffffffff80f7eb10 in trap (frame=0xfffffe00c980e740)
at /src/hbsd-playground/sys/amd64/amd64/trap.c:417
#8 <signal handler called>
#9 _mtx_trylock_flags_int (m=0x56fa25307, opts=<optimized out>,
file=0xffffffff811af996 "/src/hbsd-playground/sys/amd64/amd64/pmap.c",
line=6248) at /src/hbsd-playground/sys/kern/kern_mutex.c:406
#10 0xffffffff80f75b76 in pmap_ts_referenced (m=0xfffff810323763c0)
at /src/hbsd-playground/sys/amd64/amd64/pmap.c:6248
#11 0xffffffff80e062f6 in vm_pageout_scan (vmd=<optimized out>,
pass=<optimized out>) at /src/hbsd-playground/sys/vm/vm_pageout.c:1474
#12 vm_pageout_worker (arg=<optimized out>)
at /src/hbsd-playground/sys/vm/vm_pageout.c:1850
#13 0xffffffff80e04a4d in vm_pageout ()
at /src/hbsd-playground/sys/vm/vm_pageout.c:1945
#14 0xffffffff80a96144 in fork_exit (callout=0xffffffff80e049e0 <vm_pageout>,
arg=0x0, frame=0xfffffe00c980e9c0)
at /src/hbsd-playground/sys/kern/kern_fork.c:1056
#15 <signal handler called>
(kgdb)
------------------------------------------------------------------------
ps -axlww
UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
0 0 0 0 -16 0 0 0 swapin DLs - 0:09.58 [kernel]
0 1 0 0 20 0 10020 736 wait DLs - 0:00.12 [init]
0 2 0 0 -16 0 0 0 crypto_w DL - 0:00.00 [crypto]
0 3 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 0]
0 4 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 1]
0 5 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 2]
0 6 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 3]
0 7 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 4]
0 8 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 5]
0 9 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 6]
0 10 0 0 -16 0 0 0 audit_wo DL - 0:00.00 [audit]
0 11 0 0 155 0 0 0 - RL - 11:10.93 [idle]
0 12 0 0 -52 0 0 0 - WL - 0:00.32 [intr]
0 13 0 0 -8 0 0 0 - DL - 0:00.14 [geom]
0 14 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 7]
0 15 0 0 -16 0 0 0 - RL - 0:00.00 [cam]
0 16 0 0 -68 0 0 0 - DL - 0:00.05 [usb]
0 17 0 0 -8 0 0 0 arc_recl DL - 0:00.08 [zfskern]
0 18 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod1]
0 19 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod2]
0 20 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod3]
0 21 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod4]
0 22 0 0 -16 0 0 0 waiting_ DL - 0:00.00 [sctp_iterator]
0 23 0 0 -16 0 0 0 tzpoll DL - 0:00.00 [acpi_thermal]
0 24 0 0 -16 0 0 0 - DL - 0:00.10 [rand_harvestq]
0 25 0 0 -16 0 0 0 idle DL - 0:00.00 [enc_daemon0]
0 26 0 0 23 0 0 0 geli:w DL - 0:00.03 [g_eli[0] ada0p3]
0 27 0 0 20 0 0 0 geli:w DL - 0:00.03 [g_eli[1] ada0p3]
0 28 0 0 20 0 0 0 geli:w DL - 0:00.03 [g_eli[2] ada0p3]
0 29 0 0 20 0 0 0 geli:w DL - 0:00.03 [g_eli[3] ada0p3]
0 30 0 0 20 0 0 0 geli:w DL - 0:00.03 [g_eli[4] ada0p3]
0 31 0 0 20 0 0 0 geli:w DL - 0:00.04 [g_eli[5] ada0p3]
0 32 0 0 20 0 0 0 geli:w DL - 0:00.03 [g_eli[6] ada0p3]
0 33 0 0 20 0 0 0 geli:w DL - 0:00.03 [g_eli[7] ada0p3]
0 842 1 0 20 0 1068640 2204 select Ds - 0:00.01 [powerd]
0 2699 1 0 52 0 1068680 2352 ttyin Ds+ - 0:00.00 [getty]
0 4584 72333 0 20 0 1062328 2292 nanslp DC - 0:00.00 [sleep]
1001 5900 71537 0 27 0 1073888 7064 pause Ds - 0:00.10 [zsh]
0 6058 0 0 20 0 0 0 geli:w DL - 0:00.02 [g_eli[6] nvd0]
0 9476 0 0 20 0 0 0 geli:w DL - 0:00.00 [g_eli[0] ada0p2]
0 12283 0 0 -16 0 0 0 psleep DL - 0:00.00 [bufdaemon]
0 12897 1 0 52 0 1068680 2352 ttyin Ds+ - 0:00.00 [getty]
0 13766 1 0 1 0 1069064 2568 select Ds - 0:00.02 [syslogd]
0 14494 90565 0 52 0 19688 5084 select D - 0:00.89 [hald-runner]
0 17526 0 0 -16 0 0 0 - RL - 0:00.00 [pagedaemon]
0 18466 1 0 52 0 1068600 1984 pause Ds - 0:00.00 [adjkerntz]
0 20212 0 0 20 0 0 0 geli:w DL - 0:00.02 [g_eli[2] nvd0]
0 20341 0 0 20 0 0 0 geli:w DL - 0:00.00 [g_eli[4] ada0p2]
0 22520 1 0 52 0 1068680 2352 ttyin Ds+ - 0:00.00 [getty]
0 23926 0 0 20 0 0 0 geli:w DL - 0:00.02 [g_eli[0] nvd0]
0 26701 0 0 20 0 0 0 geli:w DL - 0:00.00 [g_eli[7] ada0p2]
0 27262 0 0 20 0 0 0 geli:w DL - 0:00.02 [g_eli[7] nvd0]
1001 27414 40828 0 21 0 1076204 7792 pause D - 0:00.18 [zsh]
0 32407 0 0 20 0 0 0 geli:w DL - 0:00.00 [g_eli[1] ada0p2]
0 33024 1 0 20 0 53772 6748 select D - 0:00.02 [console-kit-daemon]
0 35339 5900 0 28 0 13028 3344 select D+ - 0:00.01 [sudo]
0 36509 1 0 52 0 1068680 2360 ttyin Ds+ - 0:00.00 [getty]
0 38530 1 0 29 0 67588 53096 select Ds - 0:00.35 [slim]
556 39220 1 0 20 0 13080 3140 select Ds - 0:00.01 [dbus-daemon]
970 40075 1 0 37 0 32716 10212 select D - 0:00.10 [colord]
0 40828 1 0 21 0 1069808 3148 wait Ds - 0:00.01 [login]
558 41089 1 0 20 0 19276 3428 select D - 0:00.97 [avahi-daemon]
1001 41835 27414 0 26 0 1072580 4572 select D+ - 0:00.01 [tmux]
0 44176 0 0 20 0 0 0 geli:w DL - 0:00.02 [g_eli[3] nvd0]
0 44776 0 0 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon]
0 50030 14494 0 20 0 12208 2792 select D - 0:00.88 [hald-addon-storage]
0 53966 0 0 -16 0 0 0 pftm DL - 0:00.02 [pf purge]
0 54458 0 0 20 0 0 0 geli:w DL - 0:00.03 [g_eli[4] nvd0]
0 56738 35339 0 52 0 1069520 2888 wait D+ - 0:00.00 [sh]
0 58221 56738 0 20 0 18986964 57372 kqread DC+ - 0:13.04 [bhyve]
0 59878 1 0 20 0 1073368 5328 select Ds - 0:00.00 [wpa_supplicant]
0 60269 0 0 20 0 0 0 geli:w DL - 0:00.00 [g_eli[2] ada0p2]
0 62250 1 0 52 0 1068680 2352 ttyin Ds+ - 0:00.00 [getty]
0 63155 0 0 -16 0 0 0 vlruwt DL - 0:00.00 [vnlru]
0 63440 0 0 -16 0 0 0 - DL - 0:00.00 [bufspacedaemon]
0 64821 1 0 20 0 1069116 2628 nanslp Ds - 0:00.00 [cron]
0 65481 1 0 24 0 1069192 2752 select Ds - 0:00.00 [dhclient]
0 65996 1 0 20 0 152292 5932 kqread Ds - 0:00.03 [cupsd]
0 66398 1 0 52 0 1068680 2348 ttyin Ds+ - 0:00.00 [getty]
0 66548 38530 0 20 0 7448640 44140 select D - 0:02.36 [Xorg]
0 67913 0 0 20 0 0 0 geli:w DL - 0:00.02 [g_eli[1] nvd0]
0 68835 0 0 20 0 0 0 geli:w DL - 0:00.00 [g_eli[5] ada0p2]
65 69729 1 0 20 0 1069712 3028 select DCs - 0:00.00 [dhclient]
1001 71537 1 0 20 0 1072904 5168 select Ds - 0:00.02 [tmux]
0 72333 1 0 20 0 1070288 2952 pause D - 0:00.01 [zsh]
59 76906 1 0 52 0 27268 15780 kqread Ds - 0:00.05 [unbound]
0 78087 0 0 20 0 0 0 geli:w DL - 0:00.00 [g_eli[3] ada0p2]
0 82926 0 0 16 0 0 0 syncer DL - 0:00.00 [syncer]
0 83222 0 0 20 0 0 0 geli:w DL - 0:00.00 [g_eli[6] ada0p2]
0 85358 1 0 52 0 1069488 2880 select Ds - 0:00.00 [dhclient]
0 86700 14494 0 20 0 15584 4048 select D - 0:00.93 [hald-addon-mouse-s]
0 87363 1 0 52 0 1068680 2352 ttyin Ds+ - 0:00.00 [getty]
0 87836 1 0 22 0 13940 5012 select Ds - 0:00.01 [devd]
0 88148 1 0 52 0 11440 2300 select D - 0:00.00 [avahi-dnsconfd]
560 90565 1 0 20 0 22676 7756 select Ds - 0:04.77 [hald]
0 91106 0 0 20 0 0 0 geli:w DL - 0:00.01 [g_eli[5] nvd0]
0 91571 1 0 20 0 15652 4788 select Ds - 0:00.00 [sendmail]
136 93241 1 0 52 0 1075540 7416 select Ds - 0:00.00 [dhcpd]
25 95541 1 0 52 0 15216 4372 pause Ds - 0:00.00 [sendmail]
0 97051 1 0 52 0 1075448 5324 select Ds - 0:00.00 [sshd]
565 98144 1 0 20 0 46828 11500 select D - 0:00.03 [polkitd]
------------------------------------------------------------------------
vmstat -s
465863 cpu context switches
15490 device interrupts
39611 software interrupts
2544202 traps
58964056 system calls
56 kernel threads created
2088 fork() calls
461 vfork() calls
28 rfork() calls
0 swap pager pageins
0 swap pager pages paged in
0 swap pager pageouts
0 swap pager pages paged out
14730 vnode pager pageins
16350 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 clean page reclamation shortfalls
0 pages reactivated by the page daemon
154059 copy-on-write faults
294 copy-on-write optimized faults
368091 zero fill pages zeroed
0 zero fill pages prezeroed
15 intransit blocking page faults
566894 total VM faults taken
15039 page faults requiring I/O
0 pages affected by kernel thread creation
1285284 pages affected by fork()
294948 pages affected by vfork()
18080 pages affected by rfork()
442539 pages freed
0 pages freed by daemon
0 pages freed by exiting processes
0 pages active
0 pages inactive
0 pages in the laundry queue
0 pages wired down
0 pages free
0 bytes per page
0 total name lookups
cache hits (0% pos + 0% neg) system 0% per-directory
deletions 0%, falsehits 0%, toolong 0%
------------------------------------------------------------------------
vmstat -m
Type InUse MemUse HighUse Requests Size(s)
USB 21 43K - 25 16,32,128,256,512,1024,4096,8192,16384
USBdev 29 9K - 61 32,64,128,256,512,1024
CAM dev queue 6 1K - 6 64
vtbuf 24 1968K - 46 4096
vt 11 6K - 11 512
sysmouse 0 0K - 3 2048
scsi_da 0 0K - 36 16
DEVFS3 215 54K - 217 256
DEVFS1 151 76K - 169 512
DEVFS_RULE 56 26K - 56 64,512
DEVFS 12 1K - 13 16,128
DEVFSP 16 1K - 77 64
NFSD V4client 1 1K - 1 256
NFSD lckfile 1 1K - 1 256
NFSD session 1 1K - 1 1024
pfs_nodes 20 5K - 20 256
eli data 2174 542K - 14165 64,256,512,1024,2048,4096,8192,16384,32768,65536
GEOM 152 26K - 994 16,32,64,128,256,512,1024,2048,4096,8192,16384
raid_data 0 0K - 108 32,128,256
SCSI ENC 23 100K - 34 16,64,256,2048,32768
ddb_capture 1 64K - 1 65536
evdev 4 4K - 4 1024
pax_segvguard 1 32K - 1 32768
acpiintr 1 1K - 1 64
acpica 16277 1626K - 154282 16,32,64,128,256,512,1024,2048,4096
kbdmux 6 22K - 6 16,512,1024,2048,16384
LED 12 1K - 12 16,128
isadev 7 1K - 7 128
cdev 5 2K - 5 256
filedesc 8 32K - 25 4096
sigio 1 1K - 3 64
filecaps 10 1K - 218 16,32,64,512
kdtrace 863 197K - 7181 64,256
kenv 139 14K - 142 16,32,64,128,8192
kqueue 122 28K - 2656 64,256,512,2048
proc-args 109 6K - 1193 16,32,64,128,256
hhook 13 4K - 13 256
ithread 222 45K - 223 32,128,256
KTRACE 100 13K - 100 128
linker 325 362K - 416 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536
lockf 26 3K - 198 64,128
loginclass 2 1K - 2 64
cache 1 1K - 1 32
devbuf 31900 58060K - 35021 16,32,64,128,256,512,1024,2048,4096,8192,32768,65536
temp 99 22K - 7360 16,32,64,128,256,1024,2048,4096,8192,16384,32768,65536
module 524 66K - 527 128
mtx_pool 2 16K - 2 8192
osd 8 1K - 53 16,32,64,128,256
pmchooks 1 1K - 1 128
pgrp 36 5K - 75 128
session 32 4K - 46 128
proc 2 256K - 2
subproc 256 482K - 2789 512,4096
cred 78 20K - 399 256
acpitask 1 64K - 1 65536
plimit 30 8K - 384 256
uidinfo 12 34K - 99 128,32768
dumper 1 1K - 1 512
sysctl 0 0K - 2 64
sysctloid 6639 338K - 6788 16,32,64,128,256
sysctltmp 0 0K - 249 16,32,256,1024
acpisem 130 17K - 130 128
tidhash 1 256K - 1
callout 9 3208K - 9
umtx 1692 212K - 1692 128
p1003.1b 1 1K - 1 16
SWAP 1 2188K - 1
bus 1409 133K - 9473 16,32,64,128,256,512,1024
bus-sc 106 2230K - 6528 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536
devstat 8 17K - 8 32,4096
eventhandler 136 12K - 136 64,128
gtaskqueue 54 30K - 54 16,32,256,8192
kobj 352 1408K - 569 4096
Per-cpu 1 1K - 1 32
rman 262 31K - 721 32,128
sbuf 0 0K - 1946 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768
sglist 48 80K - 69 32,128,512,1024,2048,8192,65536
toponodes 22 3K - 22 128
taskqueue 246 29K - 729 16,32,64,128,256
terminal 11 3K - 11 256
Unitno 28 2K - 950 32,64
vmem 2 264K - 4 4096,8192
ioctlops 8 2K - 2061892 256,512,1024,2048,4096
select 75 10K - 75 128
iov 0 0K - 32738 16,32,64,128,256,512
msg 4 30K - 4 2048,4096,8192,16384
sem 4 106K - 4 2048,4096
shm 1 32K - 1 32768
tty 15 15K - 15 1024
pts 1 1K - 1 256
mbuf_tag 0 0K - 126 32,64,256
shmfd 1 8K - 1 8192
soname 28 3K - 16266 16,32,64,128
pcb 27 8343K - 172 16,32,128,1024,2048,8192
acpidev 112 7K - 112 64
acl 0 0K - 3 4096
vfscache 4 16481K - 4 256,32768,65536
vfs_hash 1 8192K - 1
vnodes 1 1K - 1 256
mount 391 13K - 846 16,32,64,128,256
statfs 0 0K - 2703 4096
vnodemarker 0 0K - 93 512
chacha20random 1 2K - 1 2048
BPF 32 1053K - 33 16,128,512,4096
ifnet 16 31K - 16 128,2048
ifaddr 170 30K - 171 16,32,64,128,256,512,2048,4096
ether_multi 37 2K - 42 16,32,64
clone 10 2K - 10 128
ipsec 1 1K - 1 256
lltable 64 17K - 64 256,512
iflib 14 82K - 18 16,64,128,1024,4096,8192,16384,32768
routetbl 68 14K - 108 32,64,128,256,512
vnet 1 1K - 1 64
vnet_data 1 64K - 1 65536
vnet_data_free 1 1K - 1 32
80211vap 1 4K - 1 4096
80211crypto 2 1K - 2 512
80211node 1 16K - 7 16,16384
80211nodeie 14 6K - 18 32,128,256,512
80211ratectl 2 1K - 3 16,64
80211scan 14 24K - 15 512,2048,16384
igmp 15 2K - 15 128
ipid 2 24K - 2 8192,16384
in_mfilter 1 1K - 1 1024
in_multi 6 2K - 7 256
ip_moptions 2 1K - 2 64,256
encap_export_host 2 2K - 2 1024
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 32K - 1 32768
LRO 2 40K - 2 8192,32768
tcpfunc 1 1K - 1 64
syncache 1 68K - 1
in6_multi 15 2K - 15 32,256
ip6opt 1 1K - 66 256
mld 15 2K - 15 128
ip6ndp 16 2K - 16 64,256
inpcbpolicy 22 1K - 525 32
secasvar 1 1K - 1 1024
sahead 1 1K - 1 1024
ipsecpolicy 2 2K - 2 256,1024
ipsec-saq 2 2K - 2 1024
crypto 3 2K - 7 64,256,512,1024
rpc 2 8K - 2 4096
audit_evclass 230 8K - 286 32
ufs_quota 1 8192K - 1
vm_pgdata 1 1K - 1 128
UMAHash 18 38K - 46 512,1024,2048,4096
fpukern_ctx 8 16K - 8 2048
memdesc 1 4K - 1 4096
aesni_data 26 25K - 26 64,512,1024
pci_link 16 2K - 16 64,128
atkbddev 2 1K - 2 64
cpuctl 1 1K - 5 64
CAM SIM 6 2K - 6 256
entropy 1 1K - 13 32,4096
CAM XPT 35 3K - 129 16,32,64,128,256,512,1024,2048,65536
CAM DEV 8 16K - 14 2048
CAM CCB 0 0K - 7039 2048
CAM path 11 1K - 56 32
CAM periph 8 2K - 27 16,32,64,128,256
nvd 2 1K - 2 32,256
nvme 530 73K - 530 128,1024,2048
hdaa 9 44K - 9 1024,2048,4096,16384
hdac 2 3K - 2 1024,2048
hdacc 2 1K - 2 32
feeder 23 3K - 30 32,128
mixer 5 20K - 5 4096
apmdev 1 1K - 1 128
madt_table 0 0K - 2 64,4096
acpi_perf 8 4K - 8 512
io_apic 1 16K - 1 16384
local_apic 1 8K - 1 8192
MCA 19 4K - 19 64,128,256
cpus 2 1K - 2 32
msi 21 3K - 21 128
nexusdev 6 1K - 6 16
CAM I/O Scheduler 2 1K - 2 128
CAM queue 14 5K - 34 16,32,512
tap 10 3K - 10 256
acpivideo 2 1K - 2 128
vm 1 8K - 1 8192
vmmdev 5 1K - 5 64
vmm stat 16 8K - 16 512
atpic 1 1K - 1 256
atpit 1 1K - 1 512
vhpet 1 1K - 1 1024
vioapic 1 1K - 1 1024
vpmtmr 1 1K - 1 32
vrtc 1 1K - 1 256
vmx 1 140K - 1
vlapic 16 8K - 16 512
kstat_data 8 1K - 8 64
solaris 38055 207943K - 533387 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768
sfs_nodes 62 31K - 62 512
nullmodem 1 1K - 1 512
nvidia 6133 14918K - 11375 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536
nvidia-modeset 164 226K - 873 16,32,64,128,256,512,1024,2048,4096,16384,32768
fdesc_mount 1 1K - 1 16
pf_hash 3 2880K - 3
pf_ifnet 29 9K - 42 128,256,2048
pf_osfp 1191 123K - 1191 64,128
pf_rule 15 11K - 15 128,1024
pf_table 9 18K - 18 2048
------------------------------------------------------------------------
vmstat -z
ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP
UMA Kegs: 280, 0, 253, 7, 253, 0, 0
UMA Zones: 904, 0, 270, 2, 270, 0, 0
UMA Slabs: 112, 0, 40981, 4, 41430, 0, 0
UMA Hash: 256, 0, 86, 19, 104, 0, 0
4 Bucket: 32, 0, 1320, 1036, 9021, 0, 0
6 Bucket: 48, 0, 166, 2158, 3150, 0, 0
8 Bucket: 64, 0, 128, 2414, 3138, 11, 0
12 Bucket: 96, 0, 102, 1046, 2318, 0, 0
16 Bucket: 128, 0, 186, 1085, 2398, 0, 0
32 Bucket: 256, 0, 213, 552, 2672, 141, 0
64 Bucket: 512, 0, 140, 238, 1404, 141, 0
128 Bucket: 1024, 0, 163, 157, 991, 0, 0
256 Bucket: 2048, 0, 283, 51, 1235, 19, 0
vmem: 1792, 0, 1, 1, 1, 0, 0
vmem btag: 56, 0, 27084, 1174, 28160, 200, 0
VM OBJECT: 256, 0, 3853, 542, 63594, 0, 0
RADIX NODE: 144, 0, 30877, 335, 148797, 0, 0
MAP: 232, 0, 3, 65, 3, 0, 0
KMAP ENTRY: 120, 0, 46, 713, 77, 0, 0
MAP ENTRY: 120, 0, 3539, 1345, 216714, 0, 0
VMSPACE: 2552, 0, 46, 32, 2579, 0, 0
fakepg: 104, 0, 522, 504, 561, 0, 0
mt_zone: 16400, 0, 451, 0, 451, 0, 0
16: 16, 0, 5648, 1573, 141745, 0, 0
32: 32, 0, 14159, 1341, 90865, 0, 0
64: 64, 0, 33212, 3182, 198655, 0, 0
128: 128, 0, 21169, 779, 140798, 0, 0
256: 256, 0, 15568, 302, 2167232, 0, 0
512: 512, 0, 1831, 325, 102724, 0, 0
1024: 1024, 0, 3172, 124, 38481, 0, 0
2048: 2048, 0, 350, 60, 13155, 0, 0
4096: 4096, 0, 1483, 13, 14587, 0, 0
8192: 8192, 0, 106, 12, 2594, 0, 0
16384: 16384, 0, 35, 11, 1472, 0, 0
32768: 32768, 0, 55, 11, 979, 0, 0
65536: 65536, 0, 19, 12, 946, 0, 0
SLEEPQUEUE: 88, 0, 847, 548, 847, 0, 0
64 pcpu: 8, 0, 3675, 933, 3681, 0, 0
Files: 80, 0, 338, 1181, 36802, 0, 0
filedesc0: 1104, 0, 101, 79, 2634, 0, 0
rl_entry: 40, 0, 97, 1982, 97, 0, 0
TURNSTILE: 136, 0, 847, 133, 847, 0, 0
umtx pi: 96, 0, 0, 0, 0, 0, 0
umtx_shm: 88, 0, 0, 0, 0, 0, 0
MAC labels: 40, 0, 0, 0, 0, 0, 0
PROC: 1384, 0, 100, 54, 2633, 0, 0
THREAD: 1368, 0, 809, 37, 2061, 0, 0
cpuset: 104, 0, 679, 1107, 1947, 0, 0
domainset: 32, 0, 0, 0, 0, 0, 0
audit_record: 1280, 0, 0, 0, 0, 0, 0
mbuf_packet: 256, 25995405, 0, 1773, 539, 0, 0
mbuf: 256, 25995405, 385, 1894, 5112, 0, 0
mbuf_cluster: 2048, 4061780, 1899, 17, 1899, 0, 0
mbuf_jumbo_page: 4096, 2030890, 256, 43, 2756, 0, 0
mbuf_jumbo_9k: 9216, 1805235, 0, 0, 0, 0, 0
mbuf_jumbo_16k: 16384, 1353924, 0, 0, 0, 0, 0
g_bio: 384, 0, 0, 720, 46421, 0, 0
DMAR_MAP_ENTRY: 120, 0, 0, 0, 0, 0, 0
ttyinq: 160, 0, 165, 267, 300, 0, 0
ttyoutq: 256, 0, 88, 347, 160, 0, 0
nvme_request: 128, 0, 4, 1143, 5738, 0, 0
cryptop: 128, 0, 0, 0, 0, 0, 0
cryptodesc: 72, 0, 0, 0, 0, 0, 0
vtnet_tx_hdr: 24, 0, 0, 0, 0, 0, 0
nvidia_stack_t: 12288, 0, 8, 10, 970, 0, 0
FPU_save_area: 1088, 0, 16, 2, 16, 0, 0
taskq_zone: 48, 0, 0, 1826, 2425, 0, 0
VNODE: 472, 0, 2820, 116, 2937, 0, 0
VNODEPOLL: 120, 0, 40, 488, 40, 0, 0
BUF TRIE: 144, 0, 0, 105948, 0, 0, 0
NAMEI: 1024, 0, 0, 120, 59524, 0, 0
rentr: 24, 0, 0, 0, 0, 0, 0
S VFS Cache: 108, 0, 2827, 428, 7479, 0, 0
STS VFS Cache: 148, 0, 0, 0, 0, 0, 0
L VFS Cache: 328, 0, 23, 157, 25, 0, 0
LTS VFS Cache: 368, 0, 0, 0, 0, 0, 0
NCLNODE: 592, 0, 0, 0, 0, 0, 0
DIRHASH: 1024, 0, 0, 0, 0, 0, 0
reference_cache: 40, 0, 12, 2067, 5598, 0, 0
reference_history_cache: 8, 0, 12, 2229, 5598, 0, 0
range_seg_cache: 64, 0, 86554, 2044, 106127, 0, 0
metaslab_alloc_trace_cache: 64, 0, 0, 2046, 2819, 0, 0
zio_cache: 1040, 0, 16, 878, 127440, 0, 0
zio_link_cache: 48, 0, 0, 2822, 64158, 0, 0
zio_buf_512: 512, 0, 3121, 246, 84503, 0, 0
zio_data_buf_512: 512, 0, 15, 335, 1631, 0, 0
zio_buf_1024: 1024, 0, 16, 504, 1526, 0, 0
zio_data_buf_1024: 1024, 0, 20, 124, 176, 0, 0
zio_buf_1536: 1536, 0, 9, 91, 308, 0, 0
zio_data_buf_1536: 1536, 0, 9, 73, 77, 0, 0
zio_buf_2048: 2048, 0, 41, 55, 1161, 0, 0
zio_data_buf_2048: 2048, 0, 8, 128, 184, 0, 0
zio_buf_2560: 2560, 0, 8, 40, 352, 0, 0
zio_data_buf_2560: 2560, 0, 4, 56, 70, 0, 0
zio_buf_3072: 3072, 0, 6, 39, 671, 0, 0
zio_data_buf_3072: 3072, 0, 5, 88, 107, 0, 0
zio_buf_3584: 3584, 0, 5, 26, 834, 0, 0
zio_data_buf_3584: 3584, 0, 8, 33, 49, 0, 0
zio_buf_4096: 4096, 0, 227, 61, 6331, 0, 0
zio_data_buf_4096: 4096, 0, 1, 64, 704, 0, 0
zio_buf_5120: 5120, 0, 3, 40, 1942, 0, 0
zio_data_buf_5120: 5120, 0, 1, 26, 43, 0, 0
zio_buf_6144: 6144, 0, 3, 62, 3357, 0, 0
zio_data_buf_6144: 6144, 0, 3, 15, 23, 0, 0
zio_buf_7168: 7168, 0, 5, 20, 828, 0, 0
zio_data_buf_7168: 7168, 0, 3, 15, 22, 0, 0
zio_buf_8192: 8192, 0, 3, 20, 1495, 0, 0
zio_data_buf_8192: 8192, 0, 5232, 56, 6573, 0, 0
zio_buf_10240: 10240, 0, 5, 10, 49, 0, 0
zio_data_buf_10240: 10240, 0, 3, 15, 21, 0, 0
zio_buf_12288: 12288, 0, 1, 14, 447, 0, 0
zio_data_buf_12288: 12288, 0, 4, 16, 26, 0, 0
zio_buf_14336: 14336, 0, 4, 9, 30, 0, 0
zio_data_buf_14336: 14336, 0, 1, 8, 10, 0, 0
zio_buf_16384: 16384, 0, 1286, 109, 3449, 0, 0
zio_data_buf_16384: 16384, 0, 7, 26, 46, 0, 0
zio_buf_20480: 20480, 0, 1, 12, 169, 0, 0
zio_data_buf_20480: 20480, 0, 3, 28, 32, 0, 0
zio_buf_24576: 24576, 0, 1, 14, 135, 0, 0
zio_data_buf_24576: 24576, 0, 10, 17, 35, 0, 0
zio_buf_28672: 28672, 0, 0, 12, 179, 0, 0
zio_data_buf_28672: 28672, 0, 2, 14, 16, 0, 0
zio_buf_32768: 32768, 0, 0, 13, 123, 0, 0
zio_data_buf_32768: 32768, 0, 3, 8, 12, 0, 0
zio_buf_40960: 40960, 0, 2, 14, 258, 0, 0
zio_data_buf_40960: 40960, 0, 10, 19, 34, 0, 0
zio_buf_49152: 49152, 0, 1, 15, 252, 0, 0
zio_data_buf_49152: 49152, 0, 6, 21, 33, 0, 0
zio_buf_57344: 57344, 0, 3, 12, 190, 0, 0
zio_data_buf_57344: 57344, 0, 7, 4, 11, 0, 0
zio_buf_65536: 65536, 0, 0, 14, 254, 0, 0
zio_data_buf_65536: 65536, 0, 3, 17, 23, 0, 0
zio_buf_81920: 81920, 0, 0, 13, 403, 0, 0
zio_data_buf_81920: 81920, 0, 11, 6, 23, 0, 0
zio_buf_98304: 98304, 0, 0, 14, 414, 0, 0
zio_data_buf_98304: 98304, 0, 5, 11, 19, 0, 0
zio_buf_114688: 114688, 0, 0, 12, 45, 0, 0
zio_data_buf_114688: 114688, 0, 9, 39, 58, 0, 0
zio_buf_131072: 131072, 0, 288, 4, 640, 0, 0
zio_data_buf_131072: 131072, 0, 233, 439, 884, 0, 0
zio_buf_163840: 163840, 0, 0, 0, 0, 0, 0
zio_data_buf_163840: 163840, 0, 0, 0, 0, 0, 0
zio_buf_196608: 196608, 0, 0, 0, 0, 0, 0
zio_data_buf_196608: 196608, 0, 0, 0, 0, 0, 0
zio_buf_229376: 229376, 0, 0, 0, 0, 0, 0
zio_data_buf_229376: 229376, 0, 0, 0, 0, 0, 0
zio_buf_262144: 262144, 0, 0, 0, 0, 0, 0
zio_data_buf_262144: 262144, 0, 0, 0, 0, 0, 0
zio_buf_327680: 327680, 0, 0, 0, 0, 0, 0
zio_data_buf_327680: 327680, 0, 0, 0, 0, 0, 0
zio_buf_393216: 393216, 0, 0, 0, 0, 0, 0
zio_data_buf_393216: 393216, 0, 0, 0, 0, 0, 0
zio_buf_458752: 458752, 0, 0, 0, 0, 0, 0
zio_data_buf_458752: 458752, 0, 0, 0, 0, 0, 0
zio_buf_524288: 524288, 0, 0, 0, 0, 0, 0
zio_data_buf_524288: 524288, 0, 0, 0, 0, 0, 0
zio_buf_655360: 655360, 0, 0, 0, 0, 0, 0
zio_data_buf_655360: 655360, 0, 0, 0, 0, 0, 0
zio_buf_786432: 786432, 0, 0, 0, 0, 0, 0
zio_data_buf_786432: 786432, 0, 0, 0, 0, 0, 0
zio_buf_917504: 917504, 0, 0, 0, 0, 0, 0
zio_data_buf_917504: 917504, 0, 0, 0, 0, 0, 0
zio_buf_1048576: 1048576, 0, 0, 0, 0, 0, 0
zio_data_buf_1048576: 1048576, 0, 0, 0, 0, 0, 0
zio_buf_1310720: 1310720, 0, 0, 0, 0, 0, 0
zio_data_buf_1310720: 1310720, 0, 0, 0, 0, 0, 0
zio_buf_1572864: 1572864, 0, 0, 0, 0, 0, 0
zio_data_buf_1572864: 1572864, 0, 0, 0, 0, 0, 0
zio_buf_1835008: 1835008, 0, 0, 0, 0, 0, 0
zio_data_buf_1835008: 1835008, 0, 0, 0, 0, 0, 0
zio_buf_2097152: 2097152, 0, 0, 0, 0, 0, 0
zio_data_buf_2097152: 2097152, 0, 0, 0, 0, 0, 0
zio_buf_2621440: 2621440, 0, 0, 0, 0, 0, 0
zio_data_buf_2621440: 2621440, 0, 0, 0, 0, 0, 0
zio_buf_3145728: 3145728, 0, 0, 0, 0, 0, 0
zio_data_buf_3145728: 3145728, 0, 0, 0, 0, 0, 0
zio_buf_3670016: 3670016, 0, 0, 0, 0, 0, 0
zio_data_buf_3670016: 3670016, 0, 0, 0, 0, 0, 0
zio_buf_4194304: 4194304, 0, 0, 0, 0, 0, 0
zio_data_buf_4194304: 4194304, 0, 0, 0, 0, 0, 0
zio_buf_5242880: 5242880, 0, 0, 0, 0, 0, 0
zio_data_buf_5242880: 5242880, 0, 0, 0, 0, 0, 0
zio_buf_6291456: 6291456, 0, 0, 0, 0, 0, 0
zio_data_buf_6291456: 6291456, 0, 0, 0, 0, 0, 0
zio_buf_7340032: 7340032, 0, 0, 0, 0, 0, 0
zio_data_buf_7340032: 7340032, 0, 0, 0, 0, 0, 0
zio_buf_8388608: 8388608, 0, 0, 0, 0, 0, 0
zio_data_buf_8388608: 8388608, 0, 0, 0, 0, 0, 0
zio_buf_10485760: 10485760, 0, 0, 0, 0, 0, 0
zio_data_buf_10485760: 10485760, 0, 0, 0, 0, 0, 0
zio_buf_12582912: 12582912, 0, 0, 0, 0, 0, 0
zio_data_buf_12582912: 12582912, 0, 0, 0, 0, 0, 0
zio_buf_14680064: 14680064, 0, 0, 0, 0, 0, 0
zio_data_buf_14680064: 14680064, 0, 0, 0, 0, 0, 0
zio_buf_16777216: 16777216, 0, 0, 0, 0, 0, 0
zio_data_buf_16777216: 16777216, 0, 0, 0, 0, 0, 0
lz4_ctx: 16384, 0, 0, 13, 1980, 0, 0
abd_chunk: 4096, 0, 27629, 128, 75773, 0, 0
sa_cache: 152, 0, 2693, 297, 2949, 0, 0
dnode_t: 952, 0, 3654, 66, 5458, 0, 0
arc_buf_hdr_t_full: 344, 0, 9737, 75, 31644, 0, 0
arc_buf_hdr_t_l2only: 88, 0, 0, 0, 0, 0, 0
arc_buf_t: 64, 0, 7555, 1063, 32236, 0, 0
dmu_buf_impl_t: 344, 0, 10629, 217, 34432, 0, 0
zil_lwb_cache: 320, 0, 2, 202, 21, 0, 0
zil_zcw_cache: 80, 0, 0, 882, 35, 0, 0
zfs_znode_cache: 264, 0, 2693, 157, 2809, 0, 0
pipe: 760, 0, 46, 84, 1501, 0, 0
Mountpoints: 2744, 0, 33, 6, 33, 0, 0
procdesc: 136, 0, 1, 376, 28, 0, 0
AIO: 208, 0, 0, 0, 0, 0, 0
AIOP: 32, 0, 0, 0, 0, 0, 0
AIOCB: 752, 0, 0, 0, 0, 0, 0
AIOLIO: 280, 0, 0, 0, 0, 0, 0
ksiginfo: 112, 0, 127, 923, 212, 0, 0
itimer: 352, 0, 0, 0, 0, 0, 0
KNOTE: 160, 0, 69, 435, 104, 0, 0
socket: 856, 2084628, 92, 104, 3296, 0, 0
unpcb: 232, 2084642, 67, 426, 2753, 0, 0
ipq: 56, 126948, 0, 0, 0, 0, 0
udp_inpcb: 424, 2084634, 10, 224, 484, 0, 0
udpcb: 32, 2084688, 10, 2098, 484, 0, 0
tcp_inpcb: 424, 2084634, 10, 143, 13, 0, 0
tcpcb: 872, 2084628, 10, 58, 13, 0, 0
tcptw: 88, 27810, 0, 0, 0, 0, 0
syncache: 168, 15364, 0, 0, 0, 0, 0
hostcache: 96, 15375, 0, 0, 0, 0, 0
sackhole: 32, 0, 0, 0, 0, 0, 0
tcpreass: 40, 253935, 0, 0, 0, 0, 0
sctp_ep: 1216, 2084628, 0, 0, 0, 0, 0
sctp_asoc: 2408, 40000, 0, 0, 0, 0, 0
sctp_laddr: 48, 80012, 0, 830, 3, 0, 0
sctp_raddr: 736, 80000, 0, 0, 0, 0, 0
sctp_chunk: 152, 400010, 0, 0, 0, 0, 0
sctp_readq: 152, 400010, 0, 0, 0, 0, 0
sctp_stream_msg_out: 112, 400015, 0, 0, 0, 0, 0
sctp_asconf: 40, 400059, 0, 0, 0, 0, 0
sctp_asconf_ack: 48, 400060, 0, 0, 0, 0, 0
udplite_inpcb: 424, 2084634, 0, 0, 0, 0, 0
ripcb: 424, 2084634, 2, 205, 28, 0, 0
IPsec SA lft_c: 16, 0, 0, 0, 0, 0, 0
rtentry: 208, 0, 15, 308, 18, 0, 0
selfd: 64, 0, 173, 1873, 4892353, 0, 0
swpctrie: 144, 8123571, 0, 0, 0, 0, 0
swblk: 136, 8123567, 0, 0, 0, 0, 0
bridge_rtnode: 64, 0, 0, 0, 0, 0, 0
pf mtags: 48, 0, 0, 0, 0, 0, 0
pf states: 296, 10010, 12, 144, 16, 0, 0
pf state keys: 88, 0, 12, 618, 16, 0, 0
pf source nodes: 136, 10005, 0, 0, 0, 0, 0
pf table entries: 160, 200016, 5, 187, 6, 0, 0
pf table counters: 64, 0, 0, 0, 0, 0, 0
pf frags: 112, 0, 0, 0, 0, 0, 0
pf frag entries: 40, 5049, 0, 0, 0, 0, 0
pf state scrubs: 40, 0, 0, 0, 0, 0, 0
------------------------------------------------------------------------
vmstat -i
interrupt total rate
irq1: atkbd0 398 1
irq9: acpi0 178 1
irq12: psm0 17 0
cpu0:timer 13407 46
cpu1:timer 9405 32
cpu7:timer 10114 35
cpu6:timer 11641 40
cpu3:timer 11213 38
cpu2:timer 13072 45
cpu4:timer 18645 64
cpu5:timer 19741 68
irq264: vgapci0 1100 4
irq265: hdac0 3 0
irq266: xhci0 843 3
irq267: ahci0 6547 22
irq269: nvme0 14 0
irq270: nvme0 2001 7
irq271: nvme0 1638 6
irq272: nvme0 562 2
irq273: nvme0 1880 6
irq274: hdac1 31 0
irq275: em0:irq0 1 0
irq276: iwm0 277 1
Total 122728 421
------------------------------------------------------------------------
pstat -T
338/2084628 files
0M/0M swap space
------------------------------------------------------------------------
pstat -s
Device 512-blocks Used Avail Capacity
------------------------------------------------------------------------
iostat
tty nvd0 ada0 da0 cpu
tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id
392 612 7.18 62 0.43 16.17 77 1.22 2.18 2 0.00 3 0 6 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: 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:
0 packets sent
0 data packets (0 bytes)
0 data packets (0 bytes) retransmitted
0 data packets unnecessarily retransmitted
0 resends initiated by MTU discovery
0 ack-only packets (0 delayed)
0 URG only packets
0 window probe packets
0 window update packets
0 control packets
1 packet received
0 acks (for 0 bytes)
0 duplicate acks
0 acks for unsent data
0 packets (0 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
0 connection accepts
0 bad connection attempts
0 listen queue overflows
0 ignored RSTs in the windows
0 connections established (including accepts)
0 times used RTT from hostcache
0 times used RTT variance from hostcache
0 times used slow-start threshold from hostcache
3 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
0 segments updated rtt (of 0 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
0 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
0 packets with matching signature received
0 packets with bad signature received
0 times failed to make signature due to no SA
0 times unexpected signature received
0 times no signature provided by segment
0 Path MTU discovery black hole detection activations
0 Path MTU discovery black hole detection min MSS activations
0 Path MTU discovery black hole detection failures
TCP connection count by state:
0 connections in CLOSED state
10 connections in LISTEN state
0 connections in SYN_SENT state
0 connections in SYN_RCVD state
0 connections in ESTABLISHED state
0 connections in CLOSE_WAIT state
0 connections in FIN_WAIT_1 state
0 connections in CLOSING state
0 connections in LAST_ACK state
0 connections in FIN_WAIT_2 state
0 connections in TIME_WAIT state
udp:
38 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
0 broadcast/multicast datagrams undelivered
0 dropped due to full socket buffers
0 not for hashed pcb
38 delivered
38 datagrams output
0 times multicast source filter matched
ip:
44 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
39 packets for this host
0 packets for unknown/unsupported protocol
0 packets forwarded (0 packets fast forwarded)
1 packet not forwardable
0 packets received for unknown multicast group
0 redirects sent
56 packets sent from this host
0 packets sent with fabricated ip header
0 output packets dropped due to no bufs, etc.
7 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:
1 call to icmp_error
0 errors not generated in response to an icmp message
Output histogram:
destination unreachable: 1
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
1 no return route
ipsec:
0 inbound packets violated process security policy
0 inbound packets failed due to insufficient memory
0 invalid inbound packets
0 outbound packets violated process security policy
0 outbound packets with no SA available
0 outbound packets failed due to insufficient memory
0 outbound packets with no route available
0 invalid outbound packets
0 outbound packets with bundled SAs
0 mbufs coalesced during clone
0 clusters coalesced during clone
0 clusters copied during clone
0 mbufs inserted during makespace
ah:
0 packets shorter than header shows
0 packets dropped; protocol family not supported
0 packets dropped; no TDB
0 packets dropped; bad KCR
0 packets dropped; queue full
0 packets dropped; no transform
0 replay counter wraps
0 packets dropped; bad authentication detected
0 packets dropped; bad authentication length
0 possible replay packets detected
0 packets in
0 packets out
0 packets dropped; invalid TDB
0 bytes in
0 bytes out
0 packets dropped; larger than IP_MAXPACKET
0 packets blocked due to policy
0 crypto processing failures
0 tunnel sanity check failures
esp:
0 packets shorter than header shows
0 packets dropped; protocol family not supported
0 packets dropped; no TDB
0 packets dropped; bad KCR
0 packets dropped; queue full
0 packets dropped; no transform
0 packets dropped; bad ilen
0 replay counter wraps
0 packets dropped; bad encryption detected
0 packets dropped; bad authentication detected
0 possible replay packets detected
0 packets in
0 packets out
0 packets dropped; invalid TDB
0 bytes in
0 bytes out
0 packets dropped; larger than IP_MAXPACKET
0 packets blocked due to policy
0 crypto processing failures
0 tunnel sanity check failures
ipcomp:
0 packets shorter than header shows
0 packets dropped; protocol family not supported
0 packets dropped; no TDB
0 packets dropped; bad KCR
0 packets dropped; queue full
0 packets dropped; no transform
0 replay counter wraps
0 packets in
0 packets out
0 packets dropped; invalid TDB
0 bytes in
0 bytes out
0 packets dropped; larger than IP_MAXPACKET
0 packets blocked due to policy
0 crypto processing failures
0 packets sent uncompressed; size < compr. algo. threshold
0 packets sent uncompressed; compression was useless
arp:
4 ARP requests sent
1 ARP reply sent
1 ARP request received
1 ARP reply received
2 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.
65 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:
0 one mbuf
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
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
ipsec6:
0 inbound packets violated process security policy
0 inbound packets failed due to insufficient memory
0 invalid inbound packets
0 outbound packets violated process security policy
0 outbound packets with no SA available
0 outbound packets failed due to insufficient memory
0 outbound packets with no route available
0 invalid outbound packets
0 outbound packets with bundled SAs
0 mbufs coalesced during clone
0 clusters coalesced during clone
0 clusters copied during clone
0 mbufs inserted during makespace
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
pfkey:
0 requests sent from userland
0 bytes sent from userland
0 messages with invalid length field
0 messages with invalid version field
0 messages with invalid message type field
0 messages too short
0 messages with memory allocation failure
0 messages with duplicate extension
0 messages with invalid extension type
0 messages with invalid sa type
0 messages with invalid address extension
0 requests sent to userland
0 bytes sent to userland
0 messages toward single socket
0 messages toward all sockets
0 messages toward registered sockets
0 messages with memory allocation failure
------------------------------------------------------------------------
netstat -m
385/3667/4052 mbufs in use (current/cache/total)
126/1790/1916/4061780 mbuf clusters in use (current/cache/total/max)
0/1773 mbuf+clusters out of packet secondary zone in use (current/cache)
256/43/299/2030890 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/1805235 9k jumbo clusters in use (current/cache/total/max)
0/0/0/1353924 16k jumbo clusters in use (current/cache/total/max)
1372K/4668K/6041K bytes allocated to network (current/cache/total)
0/0/0 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)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
0 sendfile syscalls
0 sendfile syscalls completed without I/O request
0 requests for I/O initiated by sendfile
0 pages read by sendfile as part of a request
0 pages were valid at time of a sendfile request
0 pages were valid and substituted to bogus page
0 pages were requested for read ahead by applications
0 pages were read ahead by sendfile
0 times sendfile encountered an already busy page
0 requests for sfbufs denied
0 requests for sfbufs delayed
------------------------------------------------------------------------
netstat -anA
Active Internet connections (including servers)
Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state)
fffff807d8294000 tcp4 0 0 192.168.1.5.42786 174.136.98.110.443 TIME_WAIT
fffff807b9376a38 tcp4 0 0 192.168.1.5.22542 192.229.220.133.44 ESTABLISHED
fffff807aaf6d368 tcp4 0 0 192.168.1.5.46143 93.184.220.29.80 ESTABLISHED
fffff805d74f4000 tcp4 0 0 192.168.1.5.29326 93.184.220.29.80 ESTABLISHED
fffff807aaf6ca38 tcp4 0 0 192.168.1.5.45275 93.184.220.29.80 ESTABLISHED
fffff807aaf6c368 tcp4 0 0 192.168.1.5.29691 199.16.156.122.443 ESTABLISHED
fffff807b9377000 tcp4 0 0 192.168.1.5.51550 93.184.220.70.443 ESTABLISHED
fffff807b93776d0 tcp4 0 0 192.168.1.5.18357 93.184.220.70.443 ESTABLISHED
fffff80613e936d0 tcp4 0 0 192.168.1.5.36569 192.229.233.50.443 ESTABLISHED
fffff807d8294058 tcp4 0 0 192.168.1.5.17260 52.89.190.4.443 TIME_WAIT
fffff80613dc1000 tcp4 0 0 192.168.1.5.37221 10.241.251.68.8081 ESTABLISHED
fffff805f8e10000 tcp4 0 0 192.168.1.5.25158 52.33.253.131.443 ESTABLISHED
fffff8075f874000 tcp4 0 0 192.168.1.5.25146 104.244.42.194.443 ESTABLISHED
fffff80613dc0368 tcp4 18874 0 192.168.1.5.25139 10.241.251.68.8082 ESTABLISHED
fffff805f8bfd368 tcp4 0 0 192.168.1.5.25136 104.244.42.194.443 ESTABLISHED
fffff805f8849a38 tcp4 0 0 192.168.1.5.25118 192.229.233.50.443 ESTABLISHED
fffff8075f9a6368 tcp4 0 0 192.168.1.5.25114 34.212.220.196.443 ESTABLISHED
fffff807aaf6d6d0 tcp4 0 0 192.168.1.5.64859 199.16.156.71.443 ESTABLISHED
fffff805f8e11368 tcp4 0 0 192.168.1.5.21393 174.136.98.110.443 ESTABLISHED
fffff807d82944d0 tcp4 0 0 192.168.1.5.60525 46.228.223.176.80 TIME_WAIT
fffff80613e92a38 tcp4 0 0 192.168.1.5.27205 192.168.254.107.22 ESTABLISHED
fffff80613e93000 tcp4 0 0 127.0.0.1.25 *.* LISTEN
fffff80613d726d0 tcp4 0 0 127.0.0.1.631 *.* LISTEN
fffff80613d72a38 tcp6 0 0 ::1.631 *.* LISTEN
fffff805f8e116d0 tcp4 0 0 *.22 *.* LISTEN
fffff805f8846368 tcp6 0 0 *.22 *.* LISTEN
fffff805d74f4368 tcp6 0 0 ::1.53 *.* LISTEN
fffff805d74f46d0 tcp4 0 0 192.168.8.1.53 *.* LISTEN
fffff805d74f4a38 tcp4 0 0 192.168.7.1.53 *.* LISTEN
fffff805d74f5000 tcp4 0 0 127.0.0.1.53 *.* LISTEN
fffff8011e337848 udp4 0 0 *.* *.*
fffff8011e3271a8 udp4 0 0 *.56820 *.*
fffff8011e327350 udp4 0 0 *.5353 *.*
fffff8011e3274f8 udp4 0 0 *.67 *.*
fffff8011e32d350 udp6 0 0 ::1.53 *.*
fffff8011e32d4f8 udp4 0 0 192.168.8.1.53 *.*
fffff8011e32d6a0 udp4 0 0 192.168.7.1.53 *.*
fffff8011e32d848 udp4 0 0 127.0.0.1.53 *.*
fffff8011e3379f0 udp4 0 0 *.514 *.*
fffff8011e337b98 udp6 0 0 *.514 *.*
fffff805d78e04f8 icm4 0 0 *.* *.*
Active UNIX domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr
fffff8011e5401d0 stream 0 0 0 0 0 0 /tmp/tmux-1001/default
fffff8011e521828 stream 0 0 0 0 0 0 /tmp/tmux-1001/default
fffff8011e667d98 stream 0 0 0 0 0 0 /tmp/tmux-1001/default
fffff8011e5400e8 stream 0 0 0 0 0 0 /tmp/tmux-1001/default
fffff8011e549910 stream 0 0 0 0 0 0 /tmp/tmux-1001/default
fffff8011e668910 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e51dae0 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e51d910 stream 0 0 0 0 0 0 /var/run/hald/dbus-KhDaOMjQ99
fffff8011e51dcb0 stream 0 0 0 0 0 0 /var/run/hald/dbus-KhDaOMjQ99
fffff8011e521740 stream 0 0 0 0 0 0 /var/run/hald/dbus-KhDaOMjQ99
fffff8011e521910 stream 0 0 0 0 0 0 /var/run/hald/dbus-KhDaOMjQ99
fffff8011e6680e8 stream 0 0 0 0 0 0 /tmp/.X11-unix/X0
fffff8011e6681d0 stream 0 0 0 0 0 0 /tmp/.X11-unix/X0
fffff8011e4dd9f8 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e4ddae0 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e5219f8 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e54c2b8 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e6682b8 stream 0 0 0 0 0 0 /var/run/hald/dbus-lFmstiHDo5
fffff8011e6683a0 stream 0 0 0 0 0 0 /var/run/hald/dbus-lFmstiHDo5
fffff8011e5403a0 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e540488 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e668488 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e668570 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e668658 stream 0 0 0 0 0 0 /tmp/.X11-unix/X0
fffff8011e668740 stream 0 0 0 0 0 0 /tmp/.X11-unix/X0
fffff8011e54c000 stream 0 0 0 0 0 0 /var/run/hald/dbus-lFmstiHDo5
fffff8011e54c0e8 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e54c1d0 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e540570 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e540658 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e540740 stream 0 0 0 0 0 0 /var/run/hald/dbus-KhDaOMjQ99
fffff8011e4ddcb0 stream 0 0 0 0 0 0 /var/run/avahi-daemon/socket
fffff8011e54c488 stream 0 0 0 0 0 0 /var/run/avahi-daemon/socket
fffff8011e528658 stream 0 0 0 0 0 0 /var/run/cups/cups.sock
fffff8011e51de80 stream 0 0 0 0 0 0 /var/run/cups/cups.sock
fffff8011e51e000 stream 0 0 0 0 0 0 /var/run/cups/cups.sock
fffff8011e4ddd98 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e5500e8 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e540910 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e528740 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e521cb0 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e521d98 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e522000 stream 0 0 0 0 0 0 /var/run/avahi-daemon/socket
fffff8011e54c658 stream 0 0 0 0 0 0 /tmp/.X11-unix/X0
fffff8011e549ae0 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e5499f8 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e51e0e8 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e51e1d0 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e5221d0 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e5222b8 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e54c740 stream 0 0 0 0 0 0 /var/run/dbus/system_bus_socket
fffff8011e522488 stream 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e51d9f8 dgram 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e668828 dgram 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e4f1e80 dgram 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e549cb0 dgram 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e540828 dgram 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e528570 dgram 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e4ddbc8 dgram 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e54c570 dgram 0 0 0 0 0 0 /var/run/devd.pipe
fffff8011e6689f8 dgram 0 0 0 0 0 0 /var/run/nvidia-xdriver-483767b6
fffff8011e4dde80 dgram 0 0 0 0 0 0 /var/run/nvidia-xdriver-483767b6
fffff8011e549bc8 dgram 0 0 0 0 0 0 /var/run/nvidia-xdriver-483767b6
fffff8011e5220e8 dgram 0 0 0 0 0 0 /var/run/nvidia-xdriver-483767b6
fffff8011e5409f8 dgram 0 0 0 0 0 0 /var/run/logpriv
fffff8011e540ae0 dgram 0 0 0 0 0 0 /var/run/log
fffff8011e5223a0 seqpac 0 0 0 0 0 0 /var/run/devd.seqpacket.pipe
------------------------------------------------------------------------
netstat -aL
Current listen queue sizes (qlen/incqlen/maxqlen)
Proto Listen Local Address
tcp4 0/0/10 localhost.smtp
tcp4 0/0/5 localhost.ipp
tcp6 0/0/5 localhost.ipp
tcp4 0/0/128 *.ssh
tcp6 0/0/128 *.ssh
tcp6 0/0/128 localhost.domain
tcp4 0/0/128 192.168.8.1.domain
tcp4 0/0/128 192.168.7.1.domain
tcp4 0/0/128 localhost.domain
unix 0/0/128 /tmp/tmux-1001/default
unix 0/0/30 /var/run/hald/dbus-lFmstiHDo5
unix 0/0/30 /var/run/hald/dbus-KhDaOMjQ99
unix 0/0/5 /var/run/cups/cups.sock
unix 0/0/128 /var/run/avahi-daemon/socket
unix 0/0/128 /tmp/.X11-unix/X0
unix 0/0/30 /var/run/dbus/system_bus_socket
unix 0/0/4 /var/run/devd.pipe
unix 0/0/4 /var/run/devd.seqpacket.pipe
------------------------------------------------------------------------
fstat
fstat: can't read file 1 at 0x20000000008800d
fstat: can't read file 2 at 0x4000000000000a0
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20000000008800d
fstat: can't read file 2 at 0x4000000000000a0
fstat: can't read file 4 at 0x800000003
fstat: can't read file 5 at 0x24800000000
fstat: can't read file 7 at 0x20000000008800e
fstat: can't read file 8 at 0x4000000000000a0
fstat: can't read file 10 at 0x800000003
fstat: can't read file 11 at 0x1600000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x24800000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x24800000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x24800000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x1600000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x1c200000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x1c000000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x200000000000000
fstat: can't read file 2 at 0x400000000000000
fstat: can't read file 5 at 0x12000000000
fstat: can't read file 7 at 0x200000000000002
fstat: can't read file 8 at 0x400000000000000
fstat: can't read file 11 at 0xe00000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x12000000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x12000000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x12000000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x1c000000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0xc00000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x1800000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0xa00000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x400000000
fstat: can't read file 19 at 0x20007ffffffffff
fstat: can't read file 20 at 0x4000000001fffff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0xca00000001
fstat: can't read file 25 at 0x20007ffffffffff
fstat: can't read file 26 at 0x4000000001fffff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 29 at 0x2e00000001
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x800000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x600000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x600000000
fstat: can't read file 19 at 0x20007ffffffffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x600000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x800000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x400000000
fstat: can't read file 19 at 0x20007ffffffffff
fstat: can't read file 20 at 0x4000000001fffff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x7a00000001
fstat: can't read file 25 at 0x20007ffffffffff
fstat: can't read file 26 at 0x4000000001fffff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 29 at 0x2600000001
fstat: can't read file 31 at 0x20007ffffffffff
fstat: can't read file 32 at 0x4000000001fffff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 35 at 0x2600000001
fstat: can't read file 41 at 0x6400000000
fstat: can't read file 43 at 0x20007ffffffffff
fstat: can't read file 44 at 0x4000000001fffff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 47 at 0xa00000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x600000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x400000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x600000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x400000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x600000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x600000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x400000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x1000000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x800000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x400000000
fstat: can't read file 19 at 0x20007ffffffffff
fstat: can't read file 20 at 0x4000000001fffff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0xda00000000
fstat: can't read file 25 at 0x20007ffffffffff
fstat: can't read file 26 at 0x4000000001fffff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x800000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x600000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x400000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x600000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x200000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x400000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x600000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x400000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x400000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read file 13 at 0x20007ffffffffff
fstat: can't read file 14 at 0x4000000001fffff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x400000000
fstat: can't read file 19 at 0x20007ffffffffff
fstat: can't read file 20 at 0x4000000001fffff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x4e00000001
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x800000000
fstat: can't read file 7 at 0x20007ffffffffff
fstat: can't read file 8 at 0x4000000001fffff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x400000000
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x20007ffffffffff
fstat: can't read file 2 at 0x4000000001fffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
USER CMD PID FD MOUNT INUM MODE SZ|DV R/W
root sleep 4584 root - - error -
root sleep 4584 wd - - error -
root sleep 4584 text - - error -
root sleep 4584 0 /dev 40 crw-rw-rw- null r
root bhyve 58221 root - - error -
root bhyve 58221 wd - - error -
root bhyve 58221 text - - error -
root bhyve 58221 ctty /dev 154 crw--w---- pts/0 rw
root bhyve 58221 0 /dev 154 crw--w---- pts/0 rw
root bhyve 58221 6 /dev 154 crw--w---- pts/0 rw
root sh 56738 root - - error -
root sh 56738 wd - - error -
root sh 56738 text - - error -
root sh 56738 ctty /dev 154 crw--w---- pts/0 rw
root sh 56738 0 /dev 154 crw--w---- pts/0 rw
root sh 56738 6 /dev 154 crw--w---- pts/0 rw
root sudo 35339 root - - error -
root sudo 35339 wd - - error -
root sudo 35339 text - - error -
root sudo 35339 ctty /dev 154 crw--w---- pts/0 rw
root sudo 35339 0 /dev 154 crw--w---- pts/0 rw
root g_eli[7] nvd0 27262 root - - error -
root g_eli[7] nvd0 27262 wd - - error -
root g_eli[6] nvd0 6058 root - - error -
root g_eli[6] nvd0 6058 wd - - error -
root g_eli[5] nvd0 91106 root - - error -
root g_eli[5] nvd0 91106 wd - - error -
root g_eli[4] nvd0 54458 root - - error -
root g_eli[4] nvd0 54458 wd - - error -
root g_eli[3] nvd0 44176 root - - error -
root g_eli[3] nvd0 44176 wd - - error -
root g_eli[2] nvd0 20212 root - - error -
root g_eli[2] nvd0 20212 wd - - error -
root g_eli[1] nvd0 67913 root - - error -
root g_eli[1] nvd0 67913 wd - - error -
root g_eli[0] nvd0 23926 root - - error -
root g_eli[0] nvd0 23926 wd - - error -
shawn zsh 5900 root - - error -
shawn zsh 5900 wd - - error -
shawn zsh 5900 text - - error -
shawn zsh 5900 ctty /dev 154 crw--w---- pts/0 rw
shawn zsh 5900 0 /dev 154 crw--w---- pts/0 rw
shawn zsh 5900 6 /dev 154 crw--w---- pts/0 rw
shawn zsh 5900 12 /dev 154 crw--w---- pts/0 rw
shawn tmux 71537 root - - error -
shawn tmux 71537 wd - - error -
shawn tmux 71537 text - - error -
shawn tmux 71537 0 /dev 40 crw-rw-rw- null rw
shawn tmux 71537 6 /dev 40 crw-rw-rw- null rw
shawn tmux 41835 root - - error -
shawn tmux 41835 wd - - error -
shawn tmux 41835 text - - error -
shawn tmux 41835 ctty /dev 97 crw------- ttyv0 rw
shawn tmux 41835 0 /dev 97 crw------- ttyv0 rw
shawn tmux 41835 6 /dev 97 crw------- ttyv0 rw
_dhcp dhclient 69729 root - - error -
_dhcp dhclient 69729 wd - - error -
_dhcp dhclient 69729 jail - - error -
_dhcp dhclient 69729 text - - error -
_dhcp dhclient 69729 0 /dev 40 crw-rw-rw- null rw
_dhcp dhclient 69729 6 /dev 40 crw-rw-rw- null rw
root dhclient 85358 root - - error -
root dhclient 85358 wd - - error -
root dhclient 85358 text - - error -
root dhclient 85358 0 /dev 40 crw-rw-rw- null rw
root dhclient 85358 6 /dev 40 crw-rw-rw- null rw
root dhclient 65481 root - - error -
root dhclient 65481 wd - - error -
root dhclient 65481 text - - error -
root dhclient 65481 0 /dev 40 crw-rw-rw- null rw
root dhclient 65481 6 /dev 40 crw-rw-rw- null rw
root hald-addon-storage 50030 root - - error -
root hald-addon-storage 50030 wd - - error -
root hald-addon-storage 50030 text - - error -
root hald-addon-storage 50030 0 /dev 40 crw-rw-rw- null r
root wpa_supplicant 59878 root - - error -
root wpa_supplicant 59878 wd - - error -
root wpa_supplicant 59878 text - - error -
root wpa_supplicant 59878 0 /dev 40 crw-rw-rw- null rw
root wpa_supplicant 59878 6 /dev 40 crw-rw-rw- null rw
shawn zsh 27414 root - - error -
shawn zsh 27414 wd - - error -
shawn zsh 27414 text - - error -
shawn zsh 27414 ctty /dev 97 crw------- ttyv0 rw
shawn zsh 27414 0 /dev 97 crw------- ttyv0 rw
shawn zsh 27414 6 /dev 97 crw------- ttyv0 rw
shawn zsh 27414 12 /dev 97 crw------- ttyv0 rw
root hald-addon-mouse-s 86700 root - - error -
root hald-addon-mouse-s 86700 wd - - error -
root hald-addon-mouse-s 86700 text - - error -
root hald-addon-mouse-s 86700 0 /dev 40 crw-rw-rw- null r
root hald-runner 14494 root - - error -
root hald-runner 14494 wd - - error -
root hald-runner 14494 text - - error -
root hald-runner 14494 0 /dev 40 crw-rw-rw- null r
root hald-runner 14494 6 /dev 40 crw-rw-rw- null rw
root hald-runner 14494 12 /dev 40 crw-rw-rw- null rw
root hald-runner 14494 18* local stream fffff8011e6683a0 <-> fffff8011e6682b8
root hald-runner 14494 24* pipe fffff8002805e2f8 <-> fffff8002805e460 0 rw
root hald-runner 14494 30* pipe fffff8002805e460 <-> fffff8002805e2f8 0 rw
polkitd polkitd 98144 root - - error -
polkitd polkitd 98144 wd - - error -
polkitd polkitd 98144 text - - error -
polkitd polkitd 98144 0 /dev 40 crw-rw-rw- null rw
polkitd polkitd 98144 6 /dev 40 crw-rw-rw- null rw
polkitd polkitd 98144 12 /dev 40 crw-rw-rw- null rw
root console-kit-daemon 33024 root - - error -
root console-kit-daemon 33024 wd - - error -
root console-kit-daemon 33024 text - - error -
root console-kit-daemon 33024 0 /dev 40 crw-rw-rw- null rw
root console-kit-daemon 33024 6 /dev 40 crw-rw-rw- null rw
root console-kit-daemon 33024 12 /dev 40 crw-rw-rw- null rw
haldaemo hald 90565 root - - error -
haldaemo hald 90565 wd - - error -
haldaemo hald 90565 text - - error -
haldaemo hald 90565 0 /dev 40 crw-rw-rw- null rw
haldaemo hald 90565 6 /dev 40 crw-rw-rw- null rw
haldaemo hald 90565 12 /dev 40 crw-rw-rw- null rw
haldaemo hald 90565 18* pipe fffff8002805e8e8 <-> fffff8002805ea50 0 rw
haldaemo hald 90565 24* pipe fffff8002805ea50 <-> fffff8002805e8e8 0 rw
haldaemo hald 90565 30* local stream fffff8011e51d910 <-> fffff8011e51dcb0
haldaemo hald 90565 42* pipe fffff80028325be0 <-> fffff80028325d48 0 rw
haldaemo hald 90565 48* pipe fffff80028325d48 <-> fffff80028325be0 0 rw
root getty 12897 root - - error -
root getty 12897 wd - - error -
root getty 12897 text - - error -
root getty 12897 ctty /dev 104 crw------- ttyv7 rw
root getty 12897 0 /dev 104 crw------- ttyv7 rw
root getty 66398 root - - error -
root getty 66398 wd - - error -
root getty 66398 text - - error -
root getty 66398 ctty /dev 103 crw------- ttyv6 rw
root getty 66398 0 /dev 103 crw------- ttyv6 rw
root getty 22520 root - - error -
root getty 22520 wd - - error -
root getty 22520 text - - error -
root getty 22520 ctty /dev 102 crw------- ttyv5 rw
root getty 22520 0 /dev 102 crw------- ttyv5 rw
root getty 87363 root - - error -
root getty 87363 wd - - error -
root getty 87363 text - - error -
root getty 87363 ctty /dev 101 crw------- ttyv4 rw
root getty 87363 0 /dev 101 crw------- ttyv4 rw
root getty 36509 root - - error -
root getty 36509 wd - - error -
root getty 36509 text - - error -
root getty 36509 ctty /dev 100 crw------- ttyv3 rw
root getty 36509 0 /dev 100 crw------- ttyv3 rw
root getty 2699 root - - error -
root getty 2699 wd - - error -
root getty 2699 text - - error -
root getty 2699 ctty /dev 99 crw------- ttyv2 rw
root getty 2699 0 /dev 99 crw------- ttyv2 rw
root getty 62250 root - - error -
root getty 62250 wd - - error -
root getty 62250 text - - error -
root getty 62250 ctty /dev 98 crw------- ttyv1 rw
root getty 62250 0 /dev 98 crw------- ttyv1 rw
root login 40828 root - - error -
root login 40828 wd - - error -
root login 40828 text - - error -
root login 40828 ctty /dev 97 crw------- ttyv0 rw
root login 40828 0 /dev 97 crw------- ttyv0 rw
root cron 64821 root - - error -
root cron 64821 wd - - error -
root cron 64821 text - - error -
root cron 64821 0 /dev 40 crw-rw-rw- null rw
smmsp sendmail 95541 root - - error -
smmsp sendmail 95541 wd - - error -
smmsp sendmail 95541 text - - error -
smmsp sendmail 95541 0 /dev 40 crw-rw-rw- null r
root sendmail 91571 root - - error -
root sendmail 91571 wd - - error -
root sendmail 91571 text - - error -
root sendmail 91571 0 /dev 40 crw-rw-rw- null r
root avahi-dnsconfd 88148 root - - error -
root avahi-dnsconfd 88148 wd - - error -
root avahi-dnsconfd 88148 text - - error -
root avahi-dnsconfd 88148 0 /dev 40 crw-rw-rw- null r
root avahi-dnsconfd 88148 6 /dev 40 crw-rw-rw- null w
colord colord 40075 root - - error -
colord colord 40075 wd - - error -
colord colord 40075 text - - error -
colord colord 40075 0 /dev 40 crw-rw-rw- null rw
colord colord 40075 6 /dev 40 crw-rw-rw- null rw
colord colord 40075 12 /dev 40 crw-rw-rw- null rw
colord colord 40075 18* pipe fffff8011e47d2f8 <-> fffff8011e47d460 0 rw
root cupsd 65996 root - - error -
root cupsd 65996 wd - - error -
root cupsd 65996 text - - error -
root cupsd 65996 0 /dev 40 crw-rw-rw- null r
root cupsd 65996 6 /dev 40 crw-rw-rw- null w
avahi avahi-daemon 41089 root - - error -
avahi avahi-daemon 41089 wd - - error -
avahi avahi-daemon 41089 text - - error -
avahi avahi-daemon 41089 0 /dev 40 crw-rw-rw- null r
avahi avahi-daemon 41089 6 /dev 40 crw-rw-rw- null w
avahi avahi-daemon 41089 12 /dev 40 crw-rw-rw- null w
root sshd 97051 root - - error -
root sshd 97051 wd - - error -
root sshd 97051 text - - error -
root sshd 97051 0 /dev 40 crw-rw-rw- null rw
root Xorg 66548 root - - error -
root Xorg 66548 wd - - error -
root Xorg 66548 text - - error -
root Xorg 66548 0 - - error -
root Xorg 66548 6* local stream fffff8011e54c658
root Xorg 66548 12 /dev 40 crw-rw-rw- null rw
root Xorg 66548 18 - - error -
root Xorg 66548 24 /dev 42 crw-r--r-- pci rw
root slim 38530 root - - error -
root slim 38530 wd - - error -
root slim 38530 text - - error -
root slim 38530 0 /dev 40 crw-rw-rw- null rw
dhcpd dhcpd 93241 root - - error -
dhcpd dhcpd 93241 wd - - error -
dhcpd dhcpd 93241 text - - error -
dhcpd dhcpd 93241 0 /dev 40 crw-rw-rw- null rw
dhcpd dhcpd 93241 6 /dev 40 crw-rw-rw- null rw
root powerd 842 root - - error -
root powerd 842 wd - - error -
root powerd 842 text - - error -
root powerd 842 0 /dev 40 crw-rw-rw- null rw
root zsh 72333 root - - error -
root zsh 72333 wd - - error -
root zsh 72333 text - - error -
root zsh 72333 0 /dev 40 crw-rw-rw- null r
root zsh 72333 6 - - bad -
unbound unbound 76906 root - - error -
unbound unbound 76906 wd - - error -
unbound unbound 76906 jail - - error -
unbound unbound 76906 text - - error -
unbound unbound 76906 0 /dev 40 crw-rw-rw- null rw
unbound unbound 76906 6 /dev 40 crw-rw-rw- null rw
unbound unbound 76906 12 /dev 40 crw-rw-rw- null rw
messageb dbus-daemon 39220 root - - error -
messageb dbus-daemon 39220 wd - - error -
messageb dbus-daemon 39220 text - - error -
messageb dbus-daemon 39220 0 /dev 40 crw-rw-rw- null rw
messageb dbus-daemon 39220 6 /dev 40 crw-rw-rw- null rw
messageb dbus-daemon 39220 12 /dev 40 crw-rw-rw- null rw
root syslogd 13766 root - - error -
root syslogd 13766 wd - - error -
root syslogd 13766 text - - error -
root syslogd 13766 0 /dev 40 crw-rw-rw- null rw
root syslogd 13766 6 /dev 40 crw-rw-rw- null rw
root syslogd 13766 12 /dev 40 crw-rw-rw- null rw
root syslogd 13766 18* pipe fffff800280805f0 <-> fffff80028080758 0 rw
root pf purge 53966 root - - error -
root pf purge 53966 wd - - error -
root devd 87836 root - - error -
root devd 87836 wd - - error -
root devd 87836 text - - error -
root devd 87836 0 /dev 40 crw-rw-rw- null rw
root devd 87836 6 /dev 40 crw-rw-rw- null rw
root adjkerntz 18466 root - - error -
root adjkerntz 18466 wd - - error -
root adjkerntz 18466 text - - error -
root adjkerntz 18466 0 /dev 40 crw-rw-rw- null rw
root g_eli[7] ada0p2 26701 root - - error -
root g_eli[7] ada0p2 26701 wd - - error -
root g_eli[6] ada0p2 83222 root - - error -
root g_eli[6] ada0p2 83222 wd - - error -
root g_eli[5] ada0p2 68835 root - - error -
root g_eli[5] ada0p2 68835 wd - - error -
root g_eli[4] ada0p2 20341 root - - error -
root g_eli[4] ada0p2 20341 wd - - error -
root g_eli[3] ada0p2 78087 root - - error -
root g_eli[3] ada0p2 78087 wd - - error -
root g_eli[2] ada0p2 60269 root - - error -
root g_eli[2] ada0p2 60269 wd - - error -
root g_eli[1] ada0p2 32407 root - - error -
root g_eli[1] ada0p2 32407 wd - - error -
root g_eli[0] ada0p2 9476 root - - error -
root g_eli[0] ada0p2 9476 wd - - error -
root zfskern 17 root - - error -
root zfskern 17 wd - - error -
root init 1 root - - error -
root init 1 wd - - error -
root init 1 text - - error -
root kernel 0 root - - error -
root kernel 0 wd - - error -
------------------------------------------------------------------------
dmesg
[1] Copyright (c) 2013-2018 The HardenedBSD Project.
[1] Copyright (c) 1992-2018 The FreeBSD Project.
[1] Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
[1] The Regents of the University of California. All rights reserved.
[1] FreeBSD is a registered trademark of The FreeBSD Foundation.
[1] FreeBSD 12.0-CURRENT #2 895c4213cfe(hardened/current/retpoline)-dirty: Sat Jan 13 14:36:29 EST 2018
[1] shawn@hbsd-dev-laptop:/usr/obj/src/hbsd-playground/amd64.amd64/sys/LATT-SEC amd64
[1] FreeBSD clang version 6.0.0 (branches/release_60 321788) (based on LLVM 6.0.0)
[1] VT(vga): text 80x25
[1] HardenedBSD: initialize and check features (__HardenedBSD_version 1200056 __FreeBSD_version 1200055).
[1] CPU: Intel(R) Xeon(R) CPU E3-1505M v5 @ 2.80GHz (2808.13-MHz K8-class CPU)
[1] Origin="GenuineIntel" Id=0x506e3 Family=0x6 Model=0x5e Stepping=3
[1] 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>
[1] Features2=0x7ffafbff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
[1] AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
[1] AMD Features2=0x121<LAHF,ABM,Prefetch>
[1] Structured Extended Features=0x29c6fbf<FSGSBASE,TSCADJ,SGX,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
[1] XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
[1] VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
[1] TSC: P-state invariant, performance statistics
[1] real memory = 68719476736 (65536 MB)
[1] avail memory = 66443341824 (63365 MB)
[1] Event timer "LAPIC" quality 600
[1] ACPI APIC Table: <DELL CBX3 >
[1] FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
[1] FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
[1] random: unblocking device.
[1] ioapic0 <Version 2.0> irqs 0-119 on motherboard
[1] SMP: AP CPU #1 Launched!
[1] SMP: AP CPU #7 Launched!
[1] SMP: AP CPU #6 Launched!
[1] SMP: AP CPU #3 Launched!
[1] SMP: AP CPU #2 Launched!
[1] SMP: AP CPU #4 Launched!
[1] SMP: AP CPU #5 Launched!
[1] Timecounter "TSC-low" frequency 1404065926 Hz quality 1000
[1] random: entropy device external interface
[1] module_register_init: MOD_LOAD (vesa, 0xffffffff81009930, 0) error 19
[1] kbd1 at kbdmux0
[1] random: registering fast source Intel Secure Key RNG
[1] random: fast provider: "Intel Secure Key RNG"
[1] netmap: loaded module
[1] [ath_hal] loaded
[1] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 384.98 Thu Oct 26 09:43:40 PDT 2017
[1] nexus0
[1] vtvga0: <VT VGA driver> on motherboard
[1] cryptosoft0: <software crypto> on motherboard
[1] aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard
[1] acpi0: <DELL CBX3 > on motherboard
[1] acpi0: Power Button (fixed)
[1] cpu0: <ACPI CPU> on acpi0
[1] cpu1: <ACPI CPU> on acpi0
[1] cpu2: <ACPI CPU> on acpi0
[1] cpu3: <ACPI CPU> on acpi0
[1] cpu4: <ACPI CPU> on acpi0
[1] cpu5: <ACPI CPU> on acpi0
[1] cpu6: <ACPI CPU> on acpi0
[1] cpu7: <ACPI CPU> on acpi0
[1] hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
[1] Timecounter "HPET" frequency 24000000 Hz quality 950
[1] Event timer "HPET" frequency 24000000 Hz quality 550
[1] atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
[1] atrtc0: Warning: Couldn't map I/O.
[1] atrtc0: registered as a time-of-day clock, resolution 1.000000s
[1] Event timer "RTC" frequency 32768 Hz quality 0
[1] attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
[1] Timecounter "i8254" frequency 1193182 Hz quality 0
[1] Event timer "i8254" frequency 1193182 Hz quality 100
[1] Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
[1] acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
[1] acpi_ec0: <Embedded Controller: GPE 0x14> port 0x930,0x934 on acpi0
[1] pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
[1] pci0: <ACPI PCI bus> on pcib0
[1] pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
[1] pci1: <ACPI PCI bus> on pcib1
[1] vgapci0: <VGA-compatible display> port 0xe000-0xe07f mem 0xdb000000-0xdbffffff,0xb0000000-0xbfffffff,0xc0000000-0xc1ffffff irq 16 at device 0.0 on pci1
[1] acpi_video0: <ACPI video extension> on vgapci0
[1] nvidia0: <Quadro M2000M> on vgapci0
[1] vgapci0: child nvidia0 requested pci_enable_io
[1] vgapci0: child nvidia0 requested pci_enable_io
[1] vgapci0: Boot video device
[1] hdac0: <NVIDIA (0x0fbc) HDA Controller> mem 0xdc080000-0xdc083fff irq 17 at device 0.1 on pci1
[1] xhci0: <Intel Sunrise Point USB 3.0 controller> mem 0xda130000-0xda13ffff irq 16 at device 20.0 on pci0
[1] xhci0: 32 bytes context size, 64-bit DMA
[1] usbus0: waiting for BIOS to give up control
[1] usbus0 on xhci0
[1] usbus0: 5.0Gbps Super Speed USB v3.0
[1] pci0: <simple comms> at device 22.0 (no driver attached)
[1] ahci0: <Intel ICH8+ (RAID) AHCI SATA controller> port 0xf050-0xf057,0xf040-0xf043,0xf020-0xf03f mem 0xda150000-0xda151fff,0xda154000-0xda1540ff,0xda153000-0xda1537ff irq 16 at device 23.0 on pci0
[1] ahci0: AHCI v1.31 with 3 6Gbps ports, Port Multiplier not supported
[1] ahcich1: <AHCI channel> at channel 1 on ahci0
[1] ahcich3: <AHCI channel> at channel 3 on ahci0
[1] ahcich4: <AHCI channel> at channel 4 on ahci0
[1] ahciem0: <AHCI enclosure management bridge> on ahci0
[1] pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
[1] pci2: <ACPI PCI bus> on pcib2
[1] pci2: <network> at device 0.0 (no driver attached)
[1] pcib3: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0
[1] pci3: <ACPI PCI bus> on pcib3
[1] pci3: <unknown> at device 0.0 (no driver attached)
[1] pcib4: <ACPI PCI-PCI bridge> irq 16 at device 28.4 on pci0
[1] pcib4: [GIANT-LOCKED]
[1] pcib5: <ACPI PCI-PCI bridge> irq 16 at device 29.0 on pci0
[1] pci4: <ACPI PCI bus> on pcib5
[1] nvme0: <Generic NVMe Device> mem 0xdc200000-0xdc203fff irq 16 at device 0.0 on pci4
[1] isab0: <PCI-ISA bridge> at device 31.0 on pci0
[1] isa0: <ISA bus> on isab0
[1] pci0: <memory> at device 31.2 (no driver attached)
[1] hdac1: <Intel Sunrise Point HDA Controller> mem 0xda148000-0xda14bfff,0xda120000-0xda12ffff irq 16 at device 31.3 on pci0
[1] em0: <Intel(R) PRO/1000 Network Connection> mem 0xda100000-0xda11ffff irq 16 at device 31.6 on pci0
[1] em0: attach_pre capping queues at 1
[1] em0: using 1024 tx descriptors and 1024 rx descriptors
[1] em0: msix_init qsets capped at 1
[1] em0: PCIY_MSIX capability not found; or rid 0 == 0.
[1] em0: Using an MSI interrupt
[1] em0: allocated for 1 tx_queues
[1] em0: allocated for 1 rx_queues
[1] em0: Ethernet address: 18:db:f2:3a:13:0d
[1] em0: netmap queues/slots: TX 1/1024, RX 1/1024
[1] acpi_lid0: <Control Method Lid Switch> on acpi0
[1] acpi_button0: <Power Button> on acpi0
[1] acpi_button1: <Sleep Button> on acpi0
[1] acpi_acad0: <AC Adapter> on acpi0
[1] battery0: <ACPI Control Method Battery> on acpi0
[1] acpi_tz0: <Thermal Zone> on acpi0
[1] atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
[1] atkbd0: <AT Keyboard> irq 1 on atkbdc0
[1] kbd0 at atkbd0
[1] atkbd0: [GIANT-LOCKED]
[1] psm0: <PS/2 Mouse> irq 12 on atkbdc0
[1] psm0: [GIANT-LOCKED]
[1] psm0: model IntelliMouse, device ID 3
[1] orm0: <ISA Option ROM> at iomem 0xd9800-0xda7ff pnpid ORM0000 on isa0
[1] vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff pnpid PNP0900 on isa0
[1] coretemp0: <CPU On-Die Thermal Sensors> on cpu0
[1] est0: <Enhanced SpeedStep Frequency Control> on cpu0
[1] coretemp1: <CPU On-Die Thermal Sensors> on cpu1
[1] est1: <Enhanced SpeedStep Frequency Control> on cpu1
[1] coretemp2: <CPU On-Die Thermal Sensors> on cpu2
[1] est2: <Enhanced SpeedStep Frequency Control> on cpu2
[1] coretemp3: <CPU On-Die Thermal Sensors> on cpu3
[1] est3: <Enhanced SpeedStep Frequency Control> on cpu3
[1] coretemp4: <CPU On-Die Thermal Sensors> on cpu4
[1] est4: <Enhanced SpeedStep Frequency Control> on cpu4
[1] coretemp5: <CPU On-Die Thermal Sensors> on cpu5
[1] est5: <Enhanced SpeedStep Frequency Control> on cpu5
[1] coretemp6: <CPU On-Die Thermal Sensors> on cpu6
[1] est6: <Enhanced SpeedStep Frequency Control> on cpu6
[1] coretemp7: <CPU On-Die Thermal Sensors> on cpu7
[1] est7: <Enhanced SpeedStep Frequency Control> on cpu7
[1] ZFS filesystem version: 5
[1] ZFS storage pool version: features support (5000)
[1] Timecounters tick every 1.000 msec
[1] hdacc0: <NVIDIA (0x0060) HDA CODEC> at cad 0 on hdac0
[1] hdaa0: <NVIDIA (0x0060) Audio Function Group> at nid 1 on hdacc0
[1] pcm0: <NVIDIA (0x0060) (HDMI/DP 8ch)> at nid 4 on hdaa0
[1] pcm1: <NVIDIA (0x0060) (HDMI/DP 8ch)> at nid 5 on hdaa0
[1] pcm2: <NVIDIA (0x0060) (HDMI/DP 8ch)> at nid 7 on hdaa0
[1] ses0 at ahciem0 bus 0 scbus3 target 0 lun 0
ses0: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device
ses0: SEMB SES Device
[1] ada0 at ahcich3 bus 0 scbus1 target 0 lun 0
ada0: <Samsung SSD 850 PRO 1TB EXM02B6Q> ACS-2 ATA SATA 3.x device
ada0: Serial Number S252NXAG601111V
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 976762MB (2000409264 512 byte sectors)
ada0: quirks=0x3<4K,NCQ_TRIM_BROKEN>
[1] ugen0.1: <0x8086 XHCI root HUB> at usbus0
[1] uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
[1] GEOM_ELI: Device ada0p3.eli created.
[1] GEOM_ELI: Encryption: AES-XTS 256
[1] GEOM_ELI: Crypto: hardware
[1] nvd0: <THNSN51T02DUK NVMe TOSHIBA 1024GB> NVMe namespace
[1] nvd0: 976762MB (2000409264 512 byte sectors)
[1] hdacc1: <Realtek ALC293 HDA CODEC> at cad 0 on hdac1
[1] hdaa1: <Realtek ALC293 Audio Function Group> at nid 1 on hdacc1
[1] pcm3: <Realtek ALC293 (Analog 2.0+HP/2.0)> at nid 20,21 and 25 on hdaa1
[1] pcm4: <Realtek ALC293 (Analog)> at nid 22 and 19 on hdaa1
[1] Trying to mount root from zfs:rpool/ROOT/retpti-2018-01-13_01 []...
[1] Root mount waiting for: usbus0
[2] Root mount waiting for: usbus0
[2] uhub0: 26 ports with 26 removable, self powered
[3] ugen0.2: <Broadcom Corp 5880> at usbus0
[3] No suitable dump device was found.
[3] GEOM_ELI: Device ada0p2.eli created.
[3] GEOM_ELI: Encryption: AES-XTS 128
[3] GEOM_ELI: Crypto: hardware
[3] Starting file system checks:
[3] Mounting local filesystems:.
[4] ELF ldconfig path: /lib /usr/lib /usr/local/lib /usr/local/lib/compat /usr/local/lib/gcc48 /usr/local/lib/gegl-0.2 /usr/local/lib/graphviz /usr/local/lib/mysql /usr/local/lib/mysql/plugin /usr/local/lib/nss /usr/local/lib/opencollada /usr/local/lib/perl5/5.24/mach/CORE /usr/local/lib/qt4 /usr/local/lib/qt5 /usr/local/lib/samba4 /usr/local/llvm40/lib /usr/local/llvm50/lib
[4] 32-bit compatibility ldconfig path: /usr/local/lib32/compat
[4] Loading kernel modules:
[4] iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xdc400000-0xdc401fff irq 17 at device 0.0 on pci2
[4] iwm0: hw rev 0x200, fw ver 22.361476.0, address f0:d5:bf:e2:aa:e5
[4] Setting hostname: hbsd-dev-laptop.
[4] Setting up harvesting: PURE_RDRAND,[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED
[4] Feeding entropy: .
[4] bridge0: Ethernet address: b6:77:0a:fc:50:84
[4] tap0: Ethernet address: 00:bd:a2:e6:f6:00
[4] tap1: Ethernet address: 00:bd:ac:e6:f6:01
[4] tap2: Ethernet address: 00:bd:b6:e6:f6:02
[4] tap3: Ethernet address: 00:bd:c0:e6:f6:03
[4] tap4: Ethernet address: 00:bd:ca:e6:f6:04
[4] tap5: Ethernet address: 00:bd:d4:e6:f6:05
[4] tap6: Ethernet address: 00:bd:de:e6:f6:06
[4] tap7: Ethernet address: 00:bd:e8:e6:f6:07
[4] tap8: Ethernet address: 00:bd:f2:e6:f6:08
[4] tap9: Ethernet address: 00:bd:fc:e6:f6:09
[4] bridge1: Ethernet address: 76:5a:34:99:61:9e
[4] Created clone interfaces: bridge0 tap0 tap1 tap2 tap3 tap4 tap5 tap6 tap7 tap8 tap9 bridge1.
[5] tap0: promiscuous mode enabled
[5] bridge0: link state changed to DOWN
[5] tap1: promiscuous mode enabled
[5] tap2: promiscuous mode enabled
[5] tap3: promiscuous mode enabled
[5] tap4: promiscuous mode enabled
[5] tap5: promiscuous mode enabled
[5] tap6: promiscuous mode enabled
[5] tap7: promiscuous mode enabled
[8] Starting Network: lo0 em0 bridge0 tap0 tap1 tap2 tap3 tap4 tap5 tap6 tap7 tap8 tap9 bridge1.
[8] lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
[8] options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
[8] inet6 ::1 prefixlen 128
[8] inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
[8] inet 127.0.0.1 netmask 0xff000000
[8] groups: lo
[8] nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
[8] em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=85259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO>
[8] ether 18:db:f2:3a:13:0d
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] ether b6:77:0a:fc:50:84
[8] inet 192.168.8.1 netmask 0xffffff00 broadcast 192.168.8.255
[8] id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
[8] maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
[8] root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
[8] member: tap7 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
[8] ifmaxaddr 0 port 11 priority 128 path cost 2000000
[8] member: tap6 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
[8] ifmaxaddr 0 port 10 priority 128 path cost 2000000
[8] member: tap5 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
[8] ifmaxaddr 0 port 9 priority 128 path cost 2000000
[8] member: tap4 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
[8] ifmaxaddr 0 port 8 priority 128 path cost 2000000
[8] member: tap3 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
[8] ifmaxaddr 0 port 7 priority 128 path cost 2000000
[8] member: tap2 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
[8] ifmaxaddr 0 port 6 priority 128 path cost 2000000
[8] member: tap1 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
[8] ifmaxaddr 0 port 5 priority 128 path cost 2000000
[8] member: tap0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
[8] ifmaxaddr 0 port 4 priority 128 path cost 2000000
[8] groups: bridge
[8] nd6 options=9<PERFORMNUD,IFDISABLED>
[8] tap0: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:a2:e6:f6:00
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap1: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:ac:e6:f6:01
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap2: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:b6:e6:f6:02
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap3: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:c0:e6:f6:03
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap4: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:ca:e6:f6:04
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap5: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:d4:e6:f6:05
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap6: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:de:e6:f6:06
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap7: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:e8:e6:f6:07
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap8: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:f2:e6:f6:08
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] tap9: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] options=80000<LINKSTATE>
[8] ether 00:bd:fc:e6:f6:09
[8] groups: tap
[8] media: Ethernet autoselect
[8] status: no carrier
[8] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[8] bridge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
[8] ether 76:5a:34:99:61:9e
[8] inet 192.168.7.1 netmask 0xffffff00 broadcast 192.168.7.255
[8] id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
[8] maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
[8] root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
[8] groups: bridge
[8] nd6 options=9<PERFORMNUD,IFDISABLED>
[8] Starting devd.
[9] Starting Network: tap0.
[9] tap0: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[9] options=80000<LINKSTATE>
[9] ether 00:bd:a2:e6:f6:00
[9] groups: tap
[9] media: Ethernet autoselect
[9] status: no carrier
[9] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[9] Starting Network: tap1.
[9] tap1: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[9] options=80000<LINKSTATE>
[9] ether 00:bd:ac:e6:f6:01
[9] groups: tap
[9] media: Ethernet autoselect
[9] status: no carrier
[9] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[9] Starting Network: tap2.
[9] tap2: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[9] options=80000<LINKSTATE>
[9] ether 00:bd:b6:e6:f6:02
[9] groups: tap
[9] media: Ethernet autoselect
[9] status: no carrier
[9] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[10] Starting Network: tap3.
[10] tap3: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[10] options=80000<LINKSTATE>
[10] ether 00:bd:c0:e6:f6:03
[10] groups: tap
[10] media: Ethernet autoselect
[10] status: no carrier
[10] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[10] Starting Network: tap4.
[10] tap4: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[10] options=80000<LINKSTATE>
[10] ether 00:bd:ca:e6:f6:04
[10] groups: tap
[10] media: Ethernet autoselect
[10] status: no carrier
[10] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[10] Starting Network: tap5.
[10] tap5: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[10] options=80000<LINKSTATE>
[10] ether 00:bd:d4:e6:f6:05
[10] groups: tap
[10] media: Ethernet autoselect
[10] status: no carrier
[10] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[10] Starting Network: tap6.
[10] tap6: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[10] options=80000<LINKSTATE>
[10] ether 00:bd:de:e6:f6:06
[10] groups: tap
[10] media: Ethernet autoselect
[10] status: no carrier
[10] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[10] Starting Network: tap7.
[10] tap7: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
[10] options=80000<LINKSTATE>
[10] ether 00:bd:e8:e6:f6:07
[10] groups: tap
[10] media: Ethernet autoselect
[10] status: no carrier
[10] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[10] Starting Network: tap8.
[10] tap8: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
[10] options=80000<LINKSTATE>
[10] ether 00:bd:f2:e6:f6:08
[10] groups: tap
[10] media: Ethernet autoselect
[10] status: no carrier
[10] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[11] Starting Network: tap9.
[11] tap9: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
[11] options=80000<LINKSTATE>
[11] ether 00:bd:fc:e6:f6:09
[11] groups: tap
[11] media: Ethernet autoselect
[11] status: no carrier
[11] nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
[11] Enabling pf.
[11] add host 127.0.0.1: gateway lo0 fib 0: route already in table
[11] Additional inet routing options: gateway=YES.
[11] add host ::1: gateway lo0 fib 0: route already in table
[11] add net fe80::: gateway ::1
[11] add net ff02::: gateway ::1
[11] add net ::ffff:0.0.0.0: gateway ::1
[11] add net ::0.0.0.0: gateway ::1
[11] Waiting 30s for the default route interface: .....(no carrier)
[17] Creating and/or trimming log files.
[17] Starting syslogd.
[17] Updating CPU Microcode...
[17] Done.
[17] Clearing /tmp (X related).
[17] Starting dbus.
[17] Obtaining a trust anchor:.
[17] Starting unbound.
[17] Starting local daemons:.
[17] Updating motd:.
[17] Mounting late filesystems:.
[17] Starting powerd.
[17] Starting dhcpd.
[17] Internet Systems Consortium DHCP Server 4.3.6
[17] Copyright 2004-2017 Internet Systems Consortium.
[17] All rights reserved.
[17] For info, please visit https://www.isc.org/software/dhcp/
[17] Config file: /usr/local/etc/dhcpd.conf
[17] Database file: /var/db/dhcpd/dhcpd.leases
[17] PID file: /var/run/dhcpd/dhcpd.pid
[17] Wrote 5 leases to leases file.
[17]
[17] No subnet declaration for bridge1 (192.168.7.1).Jan 13 17:11:00 hbsd-dev-laptop dhcpd:
[17]
[17] ** Ignoring requests on bridge1. If this is not what
[17] you want, please write a subnet declaration
[17] in your dhcpd.conf file for the network segment
[17] to which interface bridge1 is attached. **
[17]
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: No subnet declaration for bridge1 (192.168.7.1).
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: ** Ignoring requests on bridge1. If this is not what
[17] Listening on BPF/bridge0/b6:77:0a:fc:50:84/192.168.8.0/24
[17] Sending on BPF/bridge0/b6:77:0a:fc:50:84/192.168.8.0/24
[17]
[17] No subnet declaration for em0 (no IPv4 addresses).
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: you want, please write a subnet declaration
[17] ** Ignoring requests on em0. If this is not what
[17] you want, please write a subnet declaration
[17] in your dhcpd.conf file for the network segment
[17] to which interface em0 is attached. **
[17]
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: in your dhcpd.conf file for the network segment
[17] Sending on Socket/fallback/fallback-net
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: to which interface bridge1 is attached. **
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd:
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd:
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: No subnet declaration for em0 (no IPv4 addresses).
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: ** Ignoring requests on em0. If this is not what
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: you want, please write a subnet declaration
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: in your dhcpd.conf file for the network segment
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd: to which interface em0 is attached. **
[17] Jan 13 17:11:00 hbsd-dev-laptop dhcpd:
[19] Starting hald.
[19] Starting slim.
[19] i3-with-shmlog - i3 (with debug log)
[19] i3 - i3
[19] i3-with-shmlog - i3 (with debug log)
[19] i3 - i3
[19] Configuring vt: blanktime.
[19] Performing sanity check on sshd configuration.
[19] Starting sshd.
[19] Starting avahi-daemon.
[19] ACPI Warning: \134_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20180105/nsarguments-210)
[20] nvidia-modeset: Allocated GPU:0 (GPU-d5173642-3416-6b3c-3254-0290923c3067) @ PCI:0000:01:00.0
[20] Starting cupsd.
[20] Starting avahi-dnsconfd.
[20] Starting sendmail_submit.
[20] Starting sendmail_msp_queue.
[20] Starting cron.
[20] Starting background file system checks in 60 seconds.
[20]
[20] Sat Jan 13 17:11:03 EST 2018
[35] ugen0.3: <PNY Technologies USB 2.0 FD> at usbus0
[35] umass0 on uhub0
[35] umass0: <PNY Technologies USB 2.0 FD, class 0/0, rev 2.00/11.00, addr 2> on usbus0
[35] umass0: SCSI over Bulk-Only; quirks = 0x8100
[35] umass0:4:0: Attached to scbus4
[35] da0 at umass-sim0 bus 0 scbus4 target 0 lun 0
da0: <PNY USB 2.0 FD 1100> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 0400000000020813
da0: 40.000MB/s transfers
da0: 7728MB (15826944 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
[35] GEOM: da0: the secondary GPT header is not in the last LBA.
[42] iwm0: detached
[42] pci2: <network> at device 0.0 (no driver attached)
[42] iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xdc400000-0xdc401fff irq 17 at device 0.0 on pci2
[42] iwm0: hw rev 0x200, fw ver 22.361476.0, address f0:d5:bf:e2:aa:e5
[42] wlan0: Ethernet address: f0:d5:bf:e2:aa:e5
[44] wlan0: link state changed to UP
[44] Jan 13 17:11:28 hbsd-dev-laptop dhclient[65481]: send_packet: No buffer space available
[71] GEOM_ELI: Device nvd0.eli created.
[71] GEOM_ELI: Encryption: AES-XTS 128
[71] GEOM_ELI: Crypto: hardware
[74] ZFS WARNING: Unable to create ZVOL enctank/bhyve/freebsd-01/disk-01@2018-01-09:before-meltdown-r04 (error=63).
[77] tap4: link state changed to UP
[77] bridge0: link state changed to UP
[93]
[93]
[93] Fatal trap 12: page fault while in kernel mode
[93] cpuid = 0; apic id = 00
[93] fault virtual address = 0x56fa2531f
[93] fault code = supervisor read data, page not present
[93] instruction pointer = 0x20:0xffffffff80ab52bb
[93] stack pointer = 0x28:0xfffffe00c980e800
[93] frame pointer = 0x28:0xfffffe00c980e830
[93] code segment = base 0x0, limit 0xfffff, type 0x1b
[93] = DPL 0, pres 1, long 1, def32 0, gran 1
[93] processor eflags = interrupt enabled, resume, IOPL = 0
[93] current process = 17526 (pagedaemon)
[93] trap number = 12
[93] panic: page fault
[93] cpuid = 0
[93] time = 1515881536
[93] __HardenedBSD_version = 1200056 __FreeBSD_version = 1200055
[93] version = FreeBSD 12.0-CURRENT #2 895c4213cfe(hardened/current/retpoline)-dirty: Sat Jan 13 14:36:29 EST 2018
[93] shawn@hbsd-dev-laptop:/usr/obj/src/hbsd-playground/amd64.amd64/sys/LATT-SEC
[93] KDB: stack backtrace:
[93] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00c980e4b0
[93] vpanic() at vpanic+0x192/frame 0xfffffe00c980e510
[93] panic() at panic+0x43/frame 0xfffffe00c980e570
[93] trap_fatal() at trap_fatal+0x352/frame 0xfffffe00c980e5c0
[93] trap_pfault() at trap_pfault+0x49/frame 0xfffffe00c980e620
[93] trap() at trap+0x300/frame 0xfffffe00c980e730
[93] calltrap() at calltrap+0x8/frame 0xfffffe00c980e730
[93] --- trap 0xc, rip = 0xffffffff80ab52bb, rsp = 0xfffffe00c980e800, rbp = 0xfffffe00c980e830 ---
[93] _mtx_trylock_flags_int() at _mtx_trylock_flags_int+0x4b/frame 0xfffffe00c980e830
[93] pmap_ts_referenced() at pmap_ts_referenced+0x6f6/frame 0xfffffe00c980e8e0
[93] vm_pageout_worker() at vm_pageout_worker+0xc46/frame 0xfffffe00c980e950
[93] vm_pageout() at vm_pageout+0x6d/frame 0xfffffe00c980e970
[93] fork_exit() at fork_exit+0x84/frame 0xfffffe00c980e9b0
[93] fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00c980e9b0
[93] --- trap 0, rip = 0, rsp = 0, rbp = 0 ---
[93] Uptime: 1m33s
[93] Dumping 2347 out of 65144 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91%
------------------------------------------------------------------------
kernel config
options CONFIG_AUTOGENERATED
ident LATT-SEC
machine amd64
cpu HAMMER
makeoptions WITH_CTF=1
makeoptions DEBUG=-g
options MMCCAM
options EVDEV_SUPPORT
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 IXL_IW
options SC_PIXEL_MODE
options VESA
options AHD_REG_PRETTY_PRINT
options AHC_REG_PRETTY_PRINT
options PCI_IOV
options PCI_HP
options ACPI_DMAR
options EARLY_AP_STARTUP
options DEVICE_NUMA
options SMP
options INVARIANT_SUPPORT
options INVARIANTS
options DEADLKRES
options GDB
options FULL_BUF_TRACKING
options DDB
options BUF_TRACKING
options KDB_TRACE
options KDB
options HBSD_DEBUG
options PAX_SEGVGUARD
options PAX_HARDENING
options PAX_NOEXEC
options PAX_ASLR
options PAX_SYSCTLS
options PAX_JAIL_SUPPORT
options PAX_CONTROL_EXTATTR
options PAX_CONTROL_ACL_OVERRIDE_SUPPORT
options PAX_CONTROL_ACL
options PAX
options RCTL
options RACCT
options INCLUDE_CONFIG_FILE
options DDB_CTF
options KDTRACE_HOOKS
options KDTRACE_FRAME
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_FREEBSD11
options COMPAT_FREEBSD10
options GEOM_ELI
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_EXTATTR_AUTOSTART
options UFS_EXTATTR
options UFS_GJOURNAL
options UFS_DIRHASH
options UFS_ACL
options SOFTUPDATES
options FFS
options SCTP
options TCP_HHOOK
options TCP_OFFLOAD
options IPSEC_SUPPORT
options IPSEC
options INET6
options INET
options VIMAGE
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 mpr
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 mfi
device mlx
device mrsas
device pmspcv
device twe
device nvme
device nvd
device atkbdc
device atkbd
device psm
device kbdmux
device vga
device splash
device sc
device vt
device vt_vga
device vt_efifb
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 ix
device ixv
device ixl
device ixlv
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 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 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
device netmap
device crypto
device coretemp
device cpuctl
device cryptodev
device aesni
device evdev
------------------------------------------------------------------------
ddb capture buffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment