VNET + pf => panic [Was: Panic when tearing down a VNET jail; pf mentioned in stack trace]

Vincent Hoffman-Kazlauskas vince at unsane.co.uk
Mon Nov 21 22:30:49 UTC 2016



On 21/11/2016 10:48, Kamila Součková wrote:
> Hi,
> 
>> I might have missed this;  which version of FreeBSD are you running?
> Sorry, I forgot to mention this. 11.0-RELEASE-p3 (both on the host and
> in jails).
> 
> Further exposure to crashes revealed that is probably connected to
> tearing down the jail after all, but with a few seconds delay -- the
> system is stable when I don't tear down jails. The iocage docs
> actually mention a problem with this and they have code for "warm
> restarts" in place, but I have not been able to find out more about
> this issue.
> 
> Just wondering, is the -stable mailing list a good place, or should
> this be moved somewhere else?

Sorry to hijack but I think i'm hitting this too.
[root at octopod /var/crash]# uname -a
FreeBSD octopod 11.0-RELEASE-p3 FreeBSD 11.0-RELEASE-p3 #21 r308443: Tue
Nov  8 12:48:25 GMT 2016     root at octopod:/usr/obj/usr/src/sys/OCTOPOD
amd64


It may be slightly different though as a teardown (sometimes, not
always) logs

Nov 21 22:07:26 octopod kernel: Freed UMA keg (pf table entries) was not
empty (-14 items).  Lost -2 pages of memory.
Nov 21 22:07:26 octopod kernel: ifa_maintain_loopback_route: deletion
failed for interface lo0: 48

after which running pfctl -Fr -f /etc/pf.conf
will crash the system.

core.txt.0 attached
vmcore etc available if you would like or is there a PR i can add them to?

Vince


> 
> Here are some more stack traces:
> 
> Nov 20 17:00:34 oresme kernel: Fatal trap 12: page fault while in kernel mode
> Nov 20 17:00:34 oresme kernel: cpuid = 6; apic id = 06
> Nov 20 17:00:34 oresme kernel: fault virtual address    = 0x1800
> Nov 20 17:00:34 oresme kernel: fault code               = supervisor
> write data, page not present
> Nov 20 17:00:34 oresme kernel: instruction pointer      =
> 0x20:0xffffffff8263eaa1
> Nov 20 17:00:34 oresme kernel: stack pointer            =
> 0x28:0xfffffe085348b870
> Nov 20 17:00:34 oresme kernel: frame pointer            =
> 0x28:0xfffffe085348b8e0
> Nov 20 17:00:34 oresme kernel: code segment             = base 0x0,
> limit 0xfffff, type 0x1b
> Nov 20 17:00:34 oresme kernel: = DPL 0, pres 1, long 1, def32 0, gran 1
> Nov 20 17:00:34 oresme kernel: processor eflags = interrupt enabled,
> resume, IOPL = 0
> Nov 20 17:00:34 oresme kernel: current process          = 473 (pf purge)
> Nov 20 17:00:34 oresme kernel: trap number              = 12
> Nov 20 17:00:34 oresme kernel: panic: page fault
> Nov 20 17:00:34 oresme kernel: cpuid = 6
> Nov 20 17:00:34 oresme kernel: KDB: stack backtrace:
> Nov 20 17:00:34 oresme kernel: #0 0xffffffff80aa8787 at kdb_backtrace+0x67
> Nov 20 17:00:34 oresme kernel: #1 0xffffffff80a5d632 at vpanic+0x182
> Nov 20 17:00:34 oresme kernel: #2 0xffffffff80a5d4a3 at panic+0x43
> Nov 20 17:00:34 oresme kernel: #3 0xffffffff80f3cd51 at trap_fatal+0x351
> Nov 20 17:00:34 oresme kernel: #4 0xffffffff80f3cf43 at trap_pfault+0x1e3
> Nov 20 17:00:34 oresme kernel: #5 0xffffffff80f3c4ec at trap+0x26c
> Nov 20 17:00:34 oresme kernel: #6 0xffffffff80f1f521 at calltrap+0x8
> Nov 20 17:00:34 oresme kernel: #7 0xffffffff8263e32d at
> pf_purge_expired_states+0x12d
> Nov 20 17:00:34 oresme kernel: #8 0xffffffff8263e1bb at pf_purge_thread+0x13b
> Nov 20 17:00:34 oresme kernel: #9 0xffffffff80a13e85 at fork_exit+0x85
> Nov 20 17:00:34 oresme kernel: #10 0xffffffff80f1fa5e at fork_trampoline+0xe
> 
> Nov 20 17:53:34 oresme kernel: Fatal trap 12: page fault while in kernel mode
> Nov 20 17:53:34 oresme kernel: cpuid = 1; apic id = 01
> Nov 20 17:53:34 oresme kernel: fault virtual address    = 0x400
> Nov 20 17:53:34 oresme kernel: fault code               = supervisor
> write data, page not present
> Nov 20 17:53:34 oresme kernel: instruction pointer      =
> 0x20:0xffffffff8263eaa1
> Nov 20 17:53:34 oresme kernel: stack pointer            =
> 0x28:0xfffffe0853157870
> Nov 20 17:53:34 oresme kernel: frame pointer            =
> 0x28:0xfffffe08531578e0
> Nov 20 17:53:34 oresme kernel: code segment             = base 0x0,
> limit 0xfffff, type 0x1b
> Nov 20 17:53:34 oresme kernel: = DPL 0, pres 1, long 1, def32 0, gran 1
> Nov 20 17:53:34 oresme kernel: processor eflags = interrupt enabled,
> resume, IOPL = 0
> Nov 20 17:53:34 oresme kernel: current process          = 477 (pf purge)
> Nov 20 17:53:34 oresme kernel: trap number              = 12
> Nov 20 17:53:34 oresme kernel: panic: page fault
> Nov 20 17:53:34 oresme kernel: cpuid = 1
> Nov 20 17:53:34 oresme kernel: KDB: stack backtrace:
> Nov 20 17:53:34 oresme kernel: #0 0xffffffff80aa8787 at kdb_backtrace+0x67
> Nov 20 17:53:34 oresme kernel: #1 0xffffffff80a5d632 at vpanic+0x182
> Nov 20 17:53:34 oresme kernel: #2 0xffffffff80a5d4a3 at panic+0x43
> Nov 20 17:53:34 oresme kernel: #3 0xffffffff80f3cd51 at trap_fatal+0x351
> Nov 20 17:53:34 oresme kernel: #4 0xffffffff80f3cf43 at trap_pfault+0x1e3
> Nov 20 17:53:34 oresme kernel: #5 0xffffffff80f3c4ec at trap+0x26c
> Nov 20 17:53:34 oresme kernel: #6 0xffffffff80f1f521 at calltrap+0x8
> Nov 20 17:53:34 oresme kernel: #7 0xffffffff8263e32d at
> pf_purge_expired_states+0x12d
> Nov 20 17:53:34 oresme kernel: #8 0xffffffff8263e1bb at pf_purge_thread+0x13b
> Nov 20 17:53:34 oresme kernel: #9 0xffffffff80a13e85 at fork_exit+0x85
> Nov 20 17:53:34 oresme kernel: #10 0xffffffff80f1fa5e at fork_trampoline+0xe
> 
> I will try to reproduce this in a VM and look at it (but I am new to
> all things FreeBSD and rather busy with my studies, so I can't promise
> anything). Any pointers would be welcome.
> 
> Thanks!
> 
> Kamila
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
> 
-------------- next part --------------
octopod. dumped core - see /var/crash/vmcore.0

Mon Nov 21 22:11:27 GMT 2016

FreeBSD octopod. 11.0-RELEASE-p3 FreeBSD 11.0-RELEASE-p3 #21 r308443: Tue Nov  8 12:48:25 GMT 2016     root at octopod.namesco.net:/usr/obj/usr/src/sys/OCTOPOD  amd64

panic: page fault

GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...

Unread portion of the kernel message buffer:


Fatal trap 12: page fault while in kernel mode
cpuid = 15; apic id = 07
fault virtual address	= 0x8
fault code		= supervisor read data, page not present
instruction pointer	= 0x20:0xffffffff80e2a488
stack pointer	        = 0x28:0xfffffe0238366d30
frame pointer	        = 0x28:0xfffffe0238366d80
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 5327 (pfctl)
trap number		= 12
panic: page fault
cpuid = 15
KDB: stack backtrace:
#0 0xffffffff80b25ac7 at kdb_backtrace+0x67
#1 0xffffffff80ada972 at vpanic+0x182
#2 0xffffffff80ada7e3 at panic+0x43
#3 0xffffffff80fbbd51 at trap_fatal+0x351
#4 0xffffffff80fbbf43 at trap_pfault+0x1e3
#5 0xffffffff80fbb4ec at trap+0x26c
#6 0xffffffff80f9ea91 at calltrap+0x8
#7 0xffffffff80e29b9e at zone_fetch_slab+0x9e
#8 0xffffffff80e29c72 at zone_import+0x42
#9 0xffffffff80e25cde at uma_zalloc_arg+0x44e
#10 0xffffffff82669642 at pfr_ina_define+0x442
#11 0xffffffff8265cbc4 at pfioctl+0x3004
#12 0xffffffff8098726f at devfs_ioctl_f+0x13f
#13 0xffffffff80b43504 at kern_ioctl+0x2d4
#14 0xffffffff80b431c1 at sys_ioctl+0x171
#15 0xffffffff80fbc6ae at amd64_syscall+0x4ce
#16 0xffffffff80f9ed7b at Xfast_syscall+0xfb
Uptime: 12m37s
Dumping 660 out of 8143 MB:..3%..13%..22%..32%..42%..51%..61%..71%..83%..93%

Reading symbols from /boot/kernel/zfs.ko...Reading symbols from /usr/lib/debug//boot/kernel/zfs.ko.debug...done.
done.
Loaded symbols for /boot/kernel/zfs.ko
Reading symbols from /boot/kernel/opensolaris.ko...Reading symbols from /usr/lib/debug//boot/kernel/opensolaris.ko.debug...done.
done.
Loaded symbols for /boot/kernel/opensolaris.ko
Reading symbols from /boot/kernel/bridgestp.ko...Reading symbols from /usr/lib/debug//boot/kernel/bridgestp.ko.debug...done.
done.
Loaded symbols for /boot/kernel/bridgestp.ko
Reading symbols from /boot/kernel/if_bridge.ko...Reading symbols from /usr/lib/debug//boot/kernel/if_bridge.ko.debug...done.
done.
Loaded symbols for /boot/kernel/if_bridge.ko
Reading symbols from /boot/kernel/fdescfs.ko...Reading symbols from /usr/lib/debug//boot/kernel/fdescfs.ko.debug...done.
done.
Loaded symbols for /boot/kernel/fdescfs.ko
Reading symbols from /boot/kernel/ipmi.ko...Reading symbols from /usr/lib/debug//boot/kernel/ipmi.ko.debug...done.
done.
Loaded symbols for /boot/kernel/ipmi.ko
Reading symbols from /boot/kernel/smbus.ko...Reading symbols from /usr/lib/debug//boot/kernel/smbus.ko.debug...done.
done.
Loaded symbols for /boot/kernel/smbus.ko
Reading symbols from /boot/kernel/if_lagg.ko...Reading symbols from /usr/lib/debug//boot/kernel/if_lagg.ko.debug...done.
done.
Loaded symbols for /boot/kernel/if_lagg.ko
Reading symbols from /boot/kernel/pflog.ko...Reading symbols from /usr/lib/debug//boot/kernel/pflog.ko.debug...done.
done.
Loaded symbols for /boot/kernel/pflog.ko
Reading symbols from /boot/kernel/pf.ko...Reading symbols from /usr/lib/debug//boot/kernel/pf.ko.debug...done.
done.
Loaded symbols for /boot/kernel/pf.ko
Reading symbols from /boot/kernel/if_epair.ko...Reading symbols from /usr/lib/debug//boot/kernel/if_epair.ko.debug...done.
done.
Loaded symbols for /boot/kernel/if_epair.ko
#0  doadump (textdump=<value optimized out>) at pcpu.h:221
221	pcpu.h: No such file or directory.
	in pcpu.h
(kgdb) #0  doadump (textdump=<value optimized out>) at pcpu.h:221
#1  0xffffffff80ada3f9 in kern_reboot (howto=260)
    at /usr/src/sys/kern/kern_shutdown.c:366
#2  0xffffffff80ada9ab in vpanic (fmt=<value optimized out>, 
    ap=<value optimized out>) at /usr/src/sys/kern/kern_shutdown.c:759
#3  0xffffffff80ada7e3 in panic (fmt=0x0)
    at /usr/src/sys/kern/kern_shutdown.c:690
#4  0xffffffff80fbbd51 in trap_fatal (frame=0xfffffe0238366c80, eva=8)
    at /usr/src/sys/amd64/amd64/trap.c:841
#5  0xffffffff80fbbf43 in trap_pfault (frame=0xfffffe0238366c80, usermode=0)
    at /usr/src/sys/amd64/amd64/trap.c:691
#6  0xffffffff80fbb4ec in trap (frame=0xfffffe0238366c80)
    at /usr/src/sys/amd64/amd64/trap.c:442
#7  0xffffffff80f9ea91 in calltrap ()
    at /usr/src/sys/amd64/amd64/exception.S:236
#8  0xffffffff80e2a488 in keg_fetch_slab (keg=<value optimized out>, 
    zone=<value optimized out>, flags=<value optimized out>)
    at /usr/src/sys/vm/uma_core.c:2312
#9  0xffffffff80e29b9e in zone_fetch_slab (zone=<value optimized out>, 
    keg=<value optimized out>, flags=<value optimized out>)
    at /usr/src/sys/vm/uma_core.c:2375
#10 0xffffffff80e29c72 in zone_import (zone=<value optimized out>, 
    bucket=<value optimized out>, max=<value optimized out>, 
    flags=<value optimized out>) at /usr/src/sys/vm/uma_core.c:2501
#11 0xffffffff80e25cde in uma_zalloc_arg (zone=<value optimized out>, 
    udata=0x0, flags=257) at /usr/src/sys/vm/uma_core.c:2531
#12 0xffffffff82669642 in pfr_ina_define (tbl=<value optimized out>, 
    addr=<value optimized out>, size=<value optimized out>, 
    nadd=<value optimized out>, naddr=<value optimized out>, 
    ticket=<value optimized out>, flags=<value optimized out>) at uma.h:336
#13 0xffffffff8265cbc4 in pfioctl (dev=<value optimized out>, 
    cmd=<value optimized out>, addr=<value optimized out>, 
    flags=<value optimized out>, td=<value optimized out>)
    at /usr/src/sys/modules/pf/../../netpfil/pf/pf_ioctl.c:2866
#14 0xffffffff8098726f in devfs_ioctl_f (fp=0xfffff8000e421d70, 
    com=3293594701, data=0xfffff80108877000, cred=0xfffff8000bdb6300, 
    td=0xfffff801086eea00) at /usr/src/sys/fs/devfs/devfs_vnops.c:815
#15 0xffffffff80b43504 in kern_ioctl (td=<value optimized out>, 
    fd=<value optimized out>, com=3293594701, data=0xfffff80108877000 "")
    at file.h:327
#16 0xffffffff80b431c1 in sys_ioctl (td=<value optimized out>, 
    uap=0xfffffe0238367b80) at /usr/src/sys/kern/sys_generic.c:743
#17 0xffffffff80fbc6ae in amd64_syscall (td=<value optimized out>, traced=0)
    at subr_syscall.c:135
#18 0xffffffff80f9ed7b in Xfast_syscall ()
    at /usr/src/sys/amd64/amd64/exception.S:396
#19 0x0000000800dfb7da in ?? ()
Previous frame inner to this frame (corrupt stack?)
Current language:  auto; currently minimal
(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:01.05 [kernel]
  0    1    0   0  31  0  5388   572 wait     DLs   -    0:00.26 [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    4    0   0 -16  0     0     0 -        DL    -    0:00.00 [cam]
  0    5    0   0  -8  0     0     0 d        DL    -    0:00.06 [zfskern]
  0    6    0   0 -16  0     0     0 waiting_ DL    -    0:00.00 [sctp_iterator]
  0    7    0   0 -16  0     0     0 -        DL    -    0:00.03 [rand_harvestq]
  0    8    0   0 -16  0     0     0 -        DL    -    0:00.00 [soaiod1]
  0    9    0   0 -16  0     0     0 -        DL    -    0:00.00 [soaiod2]
  0   10    0   0 -16  0     0     0 audit_wo DL    -    0:00.00 [audit]
  0   11    0   0 155  0     0     0 -        RL    -  178:20.93 [idle]
  0   12    0   0 -72  0     0     0 -        WL    -    0:00.76 [intr]
  0   13    0   0  -8  0     0     0 -        DL    -    0:00.10 [geom]
  0   14    0   0 -68  0     0     0 -        DL    -    0:00.20 [usb]
  0   15    0   0 -16  0     0     0 -        DL    -    0:00.00 [soaiod3]
  0   16    0   0 -16  0     0     0 -        DL    -    0:00.00 [soaiod4]
  0   17    0   0 -16  0     0     0 psleep   DL    -    0:00.01 [pagedaemon]
  0   18    0   0 -16  0     0     0 psleep   DL    -    0:00.00 [vmdaemon]
  0   19    0   0 155  0     0     0 pgzero   DL    -    0:00.00 [pagezero]
  0   20    0   0 -16  0     0     0 psleep   DL    -    0:00.00 [bufdaemon]
  0   21    0   0 -16  0     0     0 -        DL    -    0:00.00 [bufspacedaemon]
  0   22    0   0  16  0     0     0 syncer   DL    -    0:00.01 [syncer]
  0   23    0   0 -16  0     0     0 vlruwt   DL    -    0:00.00 [vnlru]
  0  132    0   0 -16  0     0     0 ipmireq  DL    -    0:00.00 [ipmi0: kcs]
  0  136    1   0  52  0  8296  1276 pause    Ds    -    0:00.00 [adjkerntz]
  0  666    1   0  20  0  9512  4736 select   Ds    -    0:00.01 [devd]
  0  681    0   0 -16  0     0     0 pftm     DL    -    0:00.17 [pf purge]
  0  693    1   0  20  0 10672  1824 sbwait   Ds    -    0:00.00 [pflogd]
 64  697  693   0  20  0 10672  1860 bpf      D     -    0:00.11 [pflogd]
  0  785    1   0  20  0 10472  1852 select   Ds    -    0:00.02 [syslogd]
 59  920    1   0  20  0 47556 10028 kqread   Ds    -    0:00.04 [unbound]
  0  948    1   0  20  0 20536 12432 select   Ds    -    0:00.10 [ntpd]
  0  968    1   0  52  0 10844  1880 select   Ds    -    0:00.00 [rsync]
  0  974    1   0  52  0 45996  6432 pause    Ds    -    0:00.00 [nginx]
 80  975  974   0  52  0 45996  6900 kqread   D     -    0:00.00 [nginx]
 80  977  974   0  20  0 45996  6900 kqread   D     -    0:00.01 [nginx]
 80  978  974   0  20  0 45996  6900 kqread   D     -    0:00.01 [nginx]
 80  979  974   0  20  0 45996  6900 kqread   D     -    0:00.01 [nginx]
  0  998    1   0  20  0 55676  6576 select   Ds    -    0:00.00 [sshd]
  0 1015    1   0  20  0 20600  6204 select   Ds    -    0:00.01 [sendmail]
 25 1018    1   0  52  0 20600  6016 pause    Ds    -    0:00.00 [sendmail]
  0 1022    1   0  20  0 12564  2448 nanslp   Ds    -    0:00.00 [cron]
  0 1069    1   0  52  0 10460  2184 ttyin    Ds+   -    0:00.00 [getty]
  0 1070    1   0  52  0 10460  2184 ttyin    Ds+   -    0:00.00 [getty]
  0 1071    1   0  52  0 10460  2184 ttyin    Ds+   -    0:00.00 [getty]
  0 1072    1   0  52  0 10460  2184 ttyin    Ds+   -    0:00.00 [getty]
  0 1073    1   0  52  0 10460  2184 ttyin    Ds+   -    0:00.00 [getty]
  0 1074    1   0  52  0 10460  2184 ttyin    Ds+   -    0:00.00 [getty]
  0 1075    1   0  52  0 10460  2184 ttyin    Ds+   -    0:00.00 [getty]
  0 1076    1   0  52  0 10460  2184 ttyin    Ds+   -    0:00.00 [getty]
  0 1086  998   0  20  0 83092  7324 select   Ds    -    0:00.09 [sshd]
  0 1088 1086   0  20  0 13848  3556 wait     Ds    -    0:00.05 [bash]
  0 5327 1088   0  20  0 12928  2664 -        R+    -    0:00.00 [pfctl]

------------------------------------------------------------------------
vmstat -s

   571624 cpu context switches
    61642 device interrupts
    10508 software interrupts
   489327 traps
  1963200 system calls
       25 kernel threads created
     4224  fork() calls
     1078 vfork() calls
        0 rfork() calls
        0 swap pager pageins
        0 swap pager pages paged in
        0 swap pager pageouts
        0 swap pager pages paged out
     5556 vnode pager pageins
     6403 vnode pager pages paged in
        0 vnode pager pageouts
        0 vnode pager pages paged out
        0 page daemon wakeups
        0 pages examined by the page daemon
        0 pages reactivated
   151820 copy-on-write faults
      574 copy-on-write optimized faults
   276651 zero fill pages zeroed
        0 zero fill pages prezeroed
        1 intransit blocking page faults
   459552 total VM faults taken
     5340 page faults requiring I/O
        0 pages affected by kernel thread creation
   149870 pages affected by  fork()
    37885 pages affected by vfork()
        0 pages affected by rfork()
        0 pages cached
   691962 pages freed
        0 pages freed by daemon
        0 pages freed by exiting processes
    10352 pages active
     1776 pages inactive
        0 pages in VM cache
   115117 pages wired down
  1899002 pages free
     4096 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)
       feeder     7     1K       -        7  32
     acpiintr     1     1K       -        1  64
         UART     6     5K       -        6  16,1024
       acpica  1409   140K       -    81881  16,32,64,128,256,512,1024,2048
     acpitask     1    64K       -        1  65536
          USB    56    51K       -       58  16,128,512,4096
       USBdev    45     5K       -       45  32,64,128,256
      acpisem    57     8K       -       57  128
      acpidev    55     4K       -       55  64
      CAM SIM     5     2K       -        5  256
      CAM XPT    22     2K       -       47  32,64,128,512,1024,2048
      CAM DEV     6    12K       -       18  2048
      CAM CCB     0     0K       -      391  2048
     CAM path     7     1K       -       59  32
   CAM periph     4     1K       -       22  16,32,64,128,256
        vtbuf    24  1968K       -       46  4096
           vt    11     6K       -       11  512
       DEVFS2   112     2K       -      112  16
       DEVFS3   135    34K       -      272  256
       DEVFS1   112    56K       -      114  512
   DEVFS_RULE    55    26K       -       55  64,512
        DEVFS    20     1K       -       40  16,128
       DEVFSP     1     1K       -        1  64
NFSD V4client     1     1K       -        1  256
 NFSD lckfile     1     1K       -        1  256
 NFSD session     1     1K       -        1  1024
    pfs_nodes    21     6K       -       21  256
  pfs_vncache     1     1K       -        1  64
         GEOM    67    12K       -      441  16,32,64,128,256,512,1024,2048,8192,16384
    raid_data     0     0K       -       54  32,128,256
       isadev     7     1K       -        7  128
     pci_link    16     2K       -       16  64,128
         cdev     4     1K       -        4  256
     filedesc     5    37K       -       71  32,4096,16384
        sigio     5     1K       -        5  64
     filecaps     0     0K       -        8  64
      kdtrace   712   168K       -     6259  64,256
         kenv   120    13K       -      123  16,32,64,128,8192
       kqueue    69    18K       -     5378  64,256,512,2048
    proc-args    29     2K       -     3128  16,32,64,128,256
        hhook    13     4K       -       26  256
      ithread   153    26K       -      154  32,128,256
       prison     0     0K       -        1  4096
       KTRACE   100    13K       -      100  128
    CAM queue    11     4K       -       48  16,32,512
       linker   297   319K       -      372  16,32,64,128,256,512,1024,2048,4096,8192,16384,32768
      scsi_cd     0     0K       -       10  16
        lockf    17     2K       -      179  64,128
   loginclass     3     1K       -        3  64
        cache     1     1K       -        1  32
       devbuf  3918  5561K       -     4030  16,32,64,128,256,512,1024,2048,4096,8192
         temp    77    21K       -     7254  16,32,64,128,256,512,1024,2048,4096,8192,16384,65536
       module   503    63K       -      504  128
     mtx_pool     2    16K       -        2  8192
          osd     7     1K       -      720  16,32,64,128,256
     pmchooks     1     1K       -        1  128
         pgrp    24     3K       -      106  128
      session    23     3K       -       31  128
         proc     2    32K       -        2  16384
      subproc   271   325K       -     5545  512,4096
         cred   101    26K       -      401  256
CAM dev queue     5     1K       -        5  64
       plimit    22     6K       -      435  256
      uidinfo     6     5K       -       12  128,4096
       dumper     1     1K       -        1  512
       sysctl     0     0K       -     5296  16,32,64
    sysctloid  5829   303K       -     6364  16,32,64,128
    sysctltmp     0     0K       -      164  16,32,64,256,1024
       kbdmux     6    22K       -        6  16,512,1024,2048,16384
      tidhash     1    32K       -        1  32768
      callout    17  5256K       -       17  
         umtx  1386   174K       -     1386  128
     p1003.1b     1     1K       -        1  16
         SWAP     2  1097K       -        2  64
          bus  1409   129K       -    14451  16,32,64,128,256,512,1024
       bus-sc   126  1004K       -    11634  16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536
      devstat     4     9K       -        4  32,4096
 eventhandler   117    10K       -      117  64,128
    taskqueue    53    22K       -       53  16,32,256,8192
         kobj   337  1348K       -      474  4096
      Per-cpu     1     1K       -        1  32
         rman   193    22K       -      520  16,32,128
         sbuf     0     0K       -      862  16,32,64,128,256,512,1024,2048,4096,8192,16384,32768
    toponodes    44     6K       -       44  128
    taskqueue   333    36K       -      435  16,32,64,128,256
     terminal    11     3K       -       11  256
       Unitno    24     2K       -     5185  32,64
         vmem     2   192K       -        5  8192,16384,32768,65536
     ioctlops     1     2K       -     4383  256,512,1024,2048,4096
       select    16     2K       -       16  128
          iov     0     0K       -    55762  16,64,128,256,512,1024
          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       -       36  32
        shmfd     1     8K       -        1  8192
       soname     4     1K       -    15674  16,32,128
          pcb    24  1175K       -      340  16,32,128,1024,2048,8192
          acl     0     0K       -       32  4096
     vfscache     1  2048K       -        1  
     vfs_hash     1  1024K       -        1  
       vnodes     1     1K       -        1  256
        mount   736    28K       -     2040  16,32,64,128,256,1024
  vnodemarker     0     0K       -     2170  512
          BPF    14  1026K       -       19  16,128,512
      ifdescr     0     0K       -        2  64
        ifnet     9    17K       -       16  128,2048
       ifaddr   102    23K       -      156  32,64,128,256,512,2048,4096
  ether_multi    28     2K       -      114  16,32,64
        clone    10     2K       -       17  128
      lltable    33     9K       -       67  256,512
     routetbl    82    15K       -      159  32,64,128,256,512
         vnet     1     1K       -        2  64
    vnet_data     1    64K       -        2  65536
vnet_data_free     1     1K       -        1  32
         igmp     8     1K       -       16  128
   in_mfilter     2     2K       -        2  1024
     in_multi     4     1K       -        6  256
  ip_moptions     4     1K       -        4  64,256
encap_export_host     2     2K       -        2  1024
    sctp_a_it     0     0K       -       22  16
     sctp_vrf     1     1K       -        2  64
     sctp_ifa    19     3K       -       26  128
     sctp_ifn     3     1K       -        7  128
    sctp_iter     0     0K       -       22  256
    hostcache     1    32K       -        2  32768
      tcpfunc     1     1K       -        1  32
     syncache     1    64K       -        2  65536
  in6_mfilter     1     1K       -        3  1024
    in6_multi    15     2K       -       60  32,256
 ip6_moptions     2     1K       -        6  32,256
       ip6opt     4     1K       -       66  256
          mld     8     1K       -       14  128
       ip6ndp     9     1K       -       22  64,128,256
  inpcbpolicy    38     2K       -      865  32
  ipsecpolicy    76    19K       -     1732  256
       crypto     1     1K       -        1  512
        xform     0     0K       -      117  16,32
          rpc     2    16K       -        2  8192
audit_evclass   187     6K       -      231  32
    ufs_quota     1  1024K       -        1  
    vm_pgdata     2  1025K       -        2  128
      UMAHash    20   155K       -       58  512,1024,2048,4096,8192,16384,32768,65536
       mfibuf     3    33K       -       41  32,256,512,2048,4096,8192,32768
      memdesc     1     4K       -        1  4096
     atkbddev     2     1K       -        2  64
      entropy     0     0K       -       16  4096
      ata_pci     2     1K       -        2  64
       apmdev     1     1K       -        1  128
   madt_table     0     0K       -        1  4096
       qpidrv     2     1K       -        2  16
      io_apic     2     4K       -        2  2048
          MCA    33     5K       -       33  128
          msi     3     1K       -        3  128
     nexusdev     6     1K       -        6  16
      solaris 214149 53962K       -  4244852  16,32,64,128,256,512,1024,2048,4096,8192,16384,32768
   kstat_data     6     1K       -        6  64
  fdesc_mount     1     1K       -        2  16
      pf_hash     3  2880K       -        6  
     pf_ifnet    32     9K       -      151  128,256,2048
      pf_osfp  1184   122K       -     3552  64,128
      pf_rule    67    64K       -       67  128,1024
     pf_table     9    18K       -       18  2048
        epair     0     0K       -        4  128

------------------------------------------------------------------------
vmstat -z

ITEM                   SIZE  LIMIT     USED     FREE      REQ FAIL SLEEP

UMA Kegs:               384,      0,     243,      37,     272,   0,   0
UMA Zones:             2688,      0,     260,      29,     289,   0,   0
UMA Slabs:               80,      0,   19245,       5,   19826,   0,   0
UMA Hash:               256,      0,      86,      34,     106,   0,   0
4 Bucket:                32,      0,     766,    3359,    4585,   0,   0
6 Bucket:                48,      0,     154,    3664,    4962,   0,   0
8 Bucket:                64,      0,     139,    3953,    4472,  11,   0
12 Bucket:               96,      0,     145,    1905,     583,   0,   0
16 Bucket:              128,      0,     168,    1971,    1884,   0,   0
32 Bucket:              256,      0,     318,    1377,    6241, 136,   0
64 Bucket:              512,      0,     205,     275,    1926, 136,   0
128 Bucket:            1024,      0,     341,     359,    3447,   0,   0
256 Bucket:            2048,      0,     442,     122,    2292,  16,   0
vmem btag:               56,      0,   13645,    1833,   13862, 110,   0
VM OBJECT:              264,      0,   16946,     754,  111057,   0,   0
RADIX NODE:             144,      0,    7137,    1179,  145266,   0,   0
MAP:                    240,      0,       3,      61,       3,   0,   0
KMAP ENTRY:             128,      0,      12,     515,      12,   0,   0
MAP ENTRY:              128,      0,     854,    2649,  249943,   0,   0
VMSPACE:               2512,      0,      29,      70,    5304,   0,   0
fakepg:                 104,      0,       0,       0,       0,   0,   0
mt_zone:              16400,      0,     415,       0,     415,   0,   0
16:                      16,      0,    6321,    3970,  312856,   0,   0
32:                      32,      0,   19334,    3541,  343987,   0,   0
64:                      64,      0,  171396,    6482, 1756171,   0,   0
128:                    128,      0,    7800,    3329,  938011,   0,   0
256:                    256,      0,   23832,    2373,  157454,   0,   0
512:                    512,      0,     647,     313,  662991,   0,   0
1024:                  1024,      0,    1742,     314,  250767,   0,   0
2048:                  2048,      0,     157,      83,    2490,   0,   0
4096:                  4096,      0,    3092,      70,   60735,   0,   0
8192:                  8192,      0,      19,      35,    6608,   0,   0
16384:                16384,      0,      10,      20,    1964,   0,   0
32768:                32768,      0,      20,      18,    2020,   0,   0
65536:                65536,      0,      14,      17,     974,   0,   0
SLEEPQUEUE:              80,      0,     694,    1445,     694,   0,   0
64 pcpu:                  8,      0,    3408,    5040,    6449,   0,   0
Files:                   80,      0,     124,    1876,   90687,   0,   0
filedesc0:             1104,      0,      54,     180,    5328,   0,   0
TURNSTILE:              136,      0,     694,     606,     694,   0,   0
rl_entry:                40,      0,     173,    3927,     173,   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:                  1320,      0,      53,     163,    5327,   0,   0
THREAD:                1272,      0,     657,      36,     930,   0,   0
cpuset:                  96,      0,     485,    1688,     784,   0,   0
audit_record:          1248,      0,       0,       0,       0,   0,   0
mbuf_packet:            256, 3241995,    4080,    3008,    4988,   0,   0
mbuf:                   256, 3241995,    1021,    3790,   49181,   0,   0
mbuf_cluster:          2048, 506562,    7084,      26,    7084,   0,   0
mbuf_jumbo_page:       4096, 253280,       0,       6,      14,   0,   0
mbuf_jumbo_9k:         9216, 225138,       0,       0,       0,   0,   0
mbuf_jumbo_16k:       16384, 168852,       0,       0,       0,   0,   0
DMAR_MAP_ENTRY:         120,      0,       0,       0,       0,   0,   0
g_bio:                  376,      0,       0,     640,   47105,   0,   0
ttyinq:                 160,      0,     180,     495,     315,   0,   0
ttyoutq:                256,      0,      95,     520,     167,   0,   0
nvme_request:           128,      0,       0,       0,       0,   0,   0
vtnet_tx_hdr:            24,      0,       0,       0,       0,   0,   0
cryptop:                 88,      0,       0,       0,       0,   0,   0
cryptodesc:              72,      0,       0,       0,       0,   0,   0
FPU_save_area:          512,      0,       0,       0,       0,   0,   0
taskq_zone:              48,      0,       0,    3320,     440,   0,   0
VNODE:                  472,      0,   16354,     182,   16522,   0,   0
VNODEPOLL:              120,      0,       0,       0,       0,   0,   0
BUF TRIE:               144,      0,       0,   52785,       0,   0,   0
NAMEI:                 1024,      0,       0,     236,  194876,   0,   0
S VFS Cache:            108,      0,   17124,    1146,   22558,   0,   0
STS VFS Cache:          148,      0,       0,       0,       0,   0,   0
L VFS Cache:            328,      0,      15,     105,      21,   0,   0
LTS VFS Cache:          368,      0,       0,       0,       0,   0,   0
DIRHASH:               1024,      0,       0,       0,       0,   0,   0
NCLNODE:                528,      0,       0,       0,       0,   0,   0
pipe:                   760,      0,       1,     224,    3540,   0,   0
procdesc:               136,      0,       0,       0,       0,   0,   0
range_seg_cache:         64,      0,    2647,    3987,    7005,   0,   0
zio_cache:              952,      0,      16,     724,  482062,   0,   0
zio_link_cache:          48,      0,       0,    5395,  285848,   0,   0
zio_buf_512:            512,      0,   18343,     345,  245721,   0,   0
zio_data_buf_512:       512,      0,     135,     417,    6063,   0,   0
zio_buf_1024:          1024,      0,    1834,     118,    1915,   0,   0
zio_data_buf_1024:     1024,      0,     117,      91,     132,   0,   0
zio_buf_1536:          1536,      0,     842,      86,     890,   0,   0
zio_data_buf_1536:     1536,      0,      56,      70,      63,   0,   0
zio_buf_2048:          2048,      0,     453,      67,     763,   0,   0
zio_data_buf_2048:     2048,      0,      38,      28,      55,   0,   0
zio_buf_2560:          2560,      0,     216,      18,     223,   0,   0
zio_data_buf_2560:     2560,      0,      35,      13,      37,   0,   0
zio_buf_3072:          3072,      0,     128,      28,     150,   0,   0
zio_data_buf_3072:     3072,      0,      21,       9,      28,   0,   0
zio_buf_3584:          3584,      0,     111,       4,     125,   0,   0
zio_data_buf_3584:     3584,      0,      19,       3,      22,   0,   0
zio_buf_4096:          4096,      0,     113,     107,   15113,   0,   0
zio_data_buf_4096:     4096,      0,      11,      27,     109,   0,   0
zio_buf_5120:          5120,      0,     111,       4,     116,   0,   0
zio_data_buf_5120:     5120,      0,      13,       1,      16,   0,   0
zio_buf_6144:          6144,      0,      90,       0,      90,   0,   0
zio_data_buf_6144:     6144,      0,      16,       2,      20,   0,   0
zio_buf_7168:          7168,      0,      56,       4,      72,   0,   0
zio_data_buf_7168:     7168,      0,      18,       3,      23,   0,   0
zio_buf_8192:          8192,      0,      24,      56,     618,   0,   0
zio_data_buf_8192:     8192,      0,      26,       3,      46,   0,   0
zio_buf_10240:        10240,      0,      36,       0,      38,   0,   0
zio_data_buf_10240:   10240,      0,      20,       3,      26,   0,   0
zio_buf_12288:        12288,      0,      31,      12,     266,   0,   0
zio_data_buf_12288:   12288,      0,      11,       5,      18,   0,   0
zio_buf_14336:        14336,      0,      16,       1,      17,   0,   0
zio_data_buf_14336:   14336,      0,      17,       2,      24,   0,   0
zio_buf_16384:        16384,      0,    6449,      77,    9677,   0,   0
zio_data_buf_16384:   16384,      0,      13,       6,      21,   0,   0
zio_buf_20480:        20480,      0,      22,      11,     135,   0,   0
zio_data_buf_20480:   20480,      0,      17,       3,      29,   0,   0
zio_buf_24576:        24576,      0,       3,      12,      86,   0,   0
zio_data_buf_24576:   24576,      0,      11,       5,      24,   0,   0
zio_buf_28672:        28672,      0,       6,      11,      81,   0,   0
zio_data_buf_28672:   28672,      0,       9,       4,      22,   0,   0
zio_buf_32768:        32768,      0,       7,      14,      84,   0,   0
zio_data_buf_32768:   32768,      0,      11,       3,      17,   0,   0
zio_buf_40960:        40960,      0,       9,      10,     118,   0,   0
zio_data_buf_40960:   40960,      0,      23,       0,      23,   0,   0
zio_buf_49152:        49152,      0,       3,      16,     146,   0,   0
zio_data_buf_49152:   49152,      0,      16,       0,      16,   0,   0
zio_buf_57344:        57344,      0,       2,      11,      78,   0,   0
zio_data_buf_57344:   57344,      0,       7,       1,       8,   0,   0
zio_buf_65536:        65536,      0,       1,      12,      39,   0,   0
zio_data_buf_65536:   65536,      0,      11,       0,      11,   0,   0
zio_buf_81920:        81920,      0,       1,      14,      93,   0,   0
zio_data_buf_81920:   81920,      0,      13,       1,      14,   0,   0
zio_buf_98304:        98304,      0,       0,      14,     135,   0,   0
zio_data_buf_98304:   98304,      0,      14,       0,      14,   0,   0
zio_buf_114688:      114688,      0,       1,       7,      17,   0,   0
zio_data_buf_114688: 114688,      0,       6,       0,       6,   0,   0
zio_buf_131072:      131072,      0,       1,      19,     137,   0,   0
zio_data_buf_131072: 131072,      0,     300,       4,     308,   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,      16,    2604,   0,   0
sa_cache:               136,      0,   16177,     614,   16333,   0,   0
dnode_t:                736,      0,   17440,     100,   20516,   0,   0
dmu_buf_impl_t:         216,      0,   26824,     572,  143911,   0,   0
arc_buf_hdr_t_full:     216,      0,   13388,     472,  130319,   0,   0
arc_buf_hdr_t_l2only:     96,      0,       0,       0,       0,   0,   0
arc_buf_t:               72,      0,   13429,    1476,  131594,   0,   0
zil_lwb_cache:          192,      0,       4,     616,      43,   0,   0
zfs_znode_cache:        264,      0,   16177,     248,   16333,   0,   0
AIO:                    224,      0,       0,       0,       0,   0,   0
AIOP:                    32,      0,       0,       0,       0,   0,   0
AIOCB:                  752,      0,       0,       0,       0,   0,   0
AIOL:                   128,      0,       0,       0,       0,   0,   0
AIOLIO:                 280,      0,       0,       0,       0,   0,   0
Mountpoints:            816,      0,      73,      87,      75,   0,   0
ksiginfo:               112,      0,     188,    2192,    1007,   0,   0
itimer:                 352,      0,       0,       0,       0,   0,   0
KNOTE:                  128,      0,      26,    1121,    4507,   0,   0
bridge_rtnode:           64,      0,       0,     310,       1,   0,   0
socket:                 864, 260600,      63,     173,    3427,   0,   0
unpcb:                  240, 260608,      24,     840,    2549,   0,   0
ipq:                     56,  15833,       0,       0,       0,   0,   0
udp_inpcb:              464, 260600,      27,     437,     759,   0,   0
udpcb:                   32, 260625,      27,    4098,     759,   0,   0
tcp_inpcb:              464, 260600,      11,     221,      20,   0,   0
tcpcb:                 1040, 260601,      11,      61,      20,   0,   0
tcptw:                   88,  27810,       0,     135,       2,   0,   0
syncache:               168,  15364,       0,      69,       3,   0,   0
hostcache:              128,  15376,       0,       0,       0,   0,   0
sackhole:                32,      0,       0,       0,       0,   0,   0
tcpreass:                40,  31700,       0,       0,       0,   0,   0
sctp_ep:               1488, 260600,       0,       0,       0,   0,   0
sctp_asoc:             2408,  40000,       0,       0,       0,   0,   0
sctp_laddr:              48,  80012,       0,    1826,      22,   0,   0
sctp_raddr:             736,  80000,       0,       0,       0,   0,   0
sctp_chunk:             152, 400010,       0,       0,       0,   0,   0
sctp_readq:             160, 400000,       0,       0,       0,   0,   0
sctp_stream_msg_out:    112, 400015,       0,       0,       0,   0,   0
sctp_asconf:             40, 400000,       0,       0,       0,   0,   0
sctp_asconf_ack:         48, 400060,       0,       0,       0,   0,   0
udplite_inpcb:          464, 260600,       0,       0,       0,   0,   0
ripcb:                  464, 260600,       0,       0,       0,   0,   0
rtentry:                208,      0,      28,     409,      35,   0,   0
selfd:                   64,      0,      55,    3789,   32277,   0,   0
SWAPMETA:               288, 1013129,       0,       0,       0,   0,   0
pf mtags:                48,      0,       0,       0,       0,   0,   0
pf states:              296,  10010,       1,     298,      82,   0,   0
pf state keys:           88,      0,       1,    1394,      82,   0,   0
pf source nodes:        136,  10005,       0,       0,       0,   0,   0
pf table entries:       160, 200000,      37,      38,      37,   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,   5000,       0,       0,       0,   0,   0
pf state scrubs:         40,      0,       0,       0,       0,   0,   0


------------------------------------------------------------------------
vmstat -i

interrupt                          total       rate
irq19: ehci0                         778         21
irq22: atapci1                       348         10
cpu0:timer                         32871        906
irq256: bce0                       23904        659
irq257: bce1                       21056        580
irq258: mfi0                       15556        429
cpu1:timer                         28916        797
cpu12:timer                        27009        744
cpu7:timer                         26801        739
cpu14:timer                        28744        792
cpu3:timer                         28234        778
cpu13:timer                        27088        746
cpu5:timer                         25294        697
cpu15:timer                        26000        717
cpu2:timer                         30218        833
cpu11:timer                        25380        699
cpu4:timer                         27424        756
cpu10:timer                        39266       1082
cpu6:timer                        205765       5670
cpu8:timer                        200043       5513
cpu9:timer                         26222        723
Total                             866917      23891

------------------------------------------------------------------------
pstat -T

124/260598 files
0M/8191M swap space

------------------------------------------------------------------------
pstat -s

Device          512-blocks     Used    Avail Capacity
/dev/mfid0p2      16776960        0 16776960     0%

------------------------------------------------------------------------
iostat

       tty           mfid0              cd0            pass0             cpu
 tin  tout  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s  us ni sy in id
   1   339  7.56  21  0.15  10.67   0  0.00   0.00   0  0.00   0  0  0  0 100

------------------------------------------------------------------------
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:
	1234 packets sent
		1208 data packets (319967 bytes)
		0 data packets (0 bytes) retransmitted
		0 data packets unnecessarily retransmitted
		0 resends initiated by MTU discovery
		22 ack-only packets (10 delayed)
		0 URG only packets
		0 window probe packets
		0 window update packets
		4 control packets
	1797 packets received
		1116 acks (for 319970 bytes)
		0 duplicate acks
		0 acks for unsent data
		697 packets (43153 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
	2 connection requests
	1 connection accept
	0 bad connection attempts
	0 listen queue overflows
	0 ignored RSTs in the windows
	3 connections established (including accepts)
	9 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
	794 segments updated rtt (of 794 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
	1031 correct ACK header predictions
	676 correct data packet header predictions
	3 syncache entries added
		1 retransmitted
		0 dupsyn
		0 dropped
		1 completed
		0 bucket overflow
		0 cache overflow
		2 reset
		0 stale
		0 aborted
		0 badack
		0 unreach
		0 zone failures
	3 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
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
	1 connection  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:
	162 datagrams received
	0 with incomplete header
	0 with bad data length field
	0 with bad checksum
	0 with no checksum
	7 dropped due to no socket
	3 broadcast/multicast datagrams undelivered
	0 dropped due to full socket buffers
	0 not for hashed pcb
	152 delivered
	234 datagrams output
	0 times multicast source filter matched
ip:
	3882 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
	1960 packets for this host
	0 packets for unknown/unsupported protocol
	0 packets forwarded (0 packets fast forwarded)
	0 packets not forwardable
	0 packets received for unknown multicast group
	0 redirects sent
	1477 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	0 output packets discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 tunneling packets that can't find gif
	0 datagrams with bad address in header
icmp:
	7 calls to icmp_error
	0 errors not generated in response to an icmp message
	Output histogram:
		echo reply: 1
		destination unreachable: 7
	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
	Input histogram:
		echo: 1
	1 message response generated
	0 invalid return addresses
	0 no return routes
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:
	5 ARP requests sent
	0 ARP replies sent
	16313 ARP requests received
	1 ARP reply received
	16314 ARP packets received
	9 total packets dropped due to no ARP entry
	0 ARP entrys timed out
	0 Duplicate IPs seen
ip6:
	5 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
	6 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	64 output packets discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 packets that violated scope rules
	0 multicast packets which we don't join
	Input histogram:
		hop by hop: 4
		ICMP6: 1
	Mbuf statistics:
		25 one mbuf
		two or more mbuf:
			lagg0= 56
			bridge0= 5
			(null)= 4
		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
	1 failure of source address selection
	source addresses on a non-outgoing I/F
		1 addresses scope=0xf
	Source addresses selection rule applied:
		1 same address
icmp6:
	0 calls to icmp6_error
	0 errors not generated in response to an icmp6 message
	0 errors not generated because of rate limitation
	Output histogram:
		neighbor solicitation: 2
	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

5101/6798/11899 mbufs in use (current/cache/total)
4076/3034/7110/506562 mbuf clusters in use (current/cache/total/max)
4080/3008 mbuf+clusters out of packet secondary zone in use (current/cache)
0/6/6/253280 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/225138 9k jumbo clusters in use (current/cache/total/max)
0/0/0/168852 16k jumbo clusters in use (current/cache/total/max)
9427K/7791K/17218K 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)

------------------------------------------------------------------------
netstat -anA

Active Internet connections (including servers)
Tcpcb            Proto Recv-Q Send-Q Local Address      Foreign Address    (state)
fffff8003cf70410 tcp4       0      0 213.246.108.9.22   85.233.160.207.564 ESTABLISHED
fffff8010805c820 tcp4       0      0 127.0.0.1.25       *.*                LISTEN
fffff80108041410 tcp4       0      0 *.22               *.*                LISTEN
fffff80108041820 tcp6       0      0 *.22               *.*                LISTEN
fffff8003ce91410 tcp4       0      0 *.443              *.*                LISTEN
fffff8003ce91820 tcp4       0      0 *.80               *.*                LISTEN
fffff8003cd8b410 tcp4       0      0 *.873              *.*                LISTEN
fffff8003cd8b820 tcp6       0      0 *.873              *.*                LISTEN
fffff8003ccd2000 tcp4       0      0 10.20.0.1.53       *.*                LISTEN
fffff8003ccd2410 tcp4       0      0 127.0.0.1.53       *.*                LISTEN
fffff8003ccd2820 tcp6       0      0 ::1.53             *.*                LISTEN
fffff8000ed89910 udp4       0      0 127.0.1.15.123     *.*                
fffff8000ed89ae0 udp4       0      0 127.0.1.14.123     *.*                
fffff8000ed89cb0 udp4       0      0 127.0.1.13.123     *.*                
fffff8000ed8f000 udp4       0      0 127.0.1.12.123     *.*                
fffff8000ed8f1d0 udp4       0      0 127.0.1.11.123     *.*                
fffff8000ed8f3a0 udp4       0      0 127.0.1.10.123     *.*                
fffff8000ed8f570 udp4       0      0 127.0.1.9.123      *.*                
fffff8000ed8f740 udp4       0      0 127.0.1.8.123      *.*                
fffff8000ed8f910 udp4       0      0 127.0.1.7.123      *.*                
fffff8000ed8fae0 udp4       0      0 127.0.1.6.123      *.*                
fffff8000ed8fcb0 udp4       0      0 127.0.1.5.123      *.*                
fffff8000ed90000 udp4       0      0 127.0.1.4.123      *.*                
fffff8000ed901d0 udp4       0      0 127.0.1.3.123      *.*                
fffff8000ed903a0 udp4       0      0 127.0.1.2.123      *.*                
fffff8000ed90570 udp4       0      0 127.0.1.1.123      *.*                
fffff8000ed90740 udp4       0      0 10.20.0.1.123      *.*                
fffff8000ed90910 udp4       0      0 213.246.108.9.123  *.*                
fffff8000ed90ae0 udp4       0      0 127.0.0.1.123      *.*                
fffff8000ed90cb0 udp6       0      0 fe80::1%lo0.123    *.*                
fffff8000ed91000 udp6       0      0 ::1.123            *.*                
fffff8000ed911d0 udp4       0      0 *.123              *.*                
fffff8000ed913a0 udp6       0      0 *.123              *.*                
fffff8000ed91570 udp4       0      0 10.20.0.1.53       *.*                
fffff8000ed91740 udp4       0      0 127.0.0.1.53       *.*                
fffff8000ed91910 udp6       0      0 ::1.53             *.*                
fffff8000eda5ae0 udp4       0      0 *.514              *.*                
fffff8000eda5cb0 udp6       0      0 *.514              *.*                
Active UNIX domain sockets
Address          Type   Recv-Q Send-Q            Inode             Conn             Refs          Nextref Addr
fffff8000ed643c0 stream      0      0                0 fffff8000ed644b0                0                0
fffff8000ed644b0 stream      0      0                0 fffff8000ed643c0                0                0
fffff8000ed645a0 stream      0      0                0 fffff8000ed64690                0                0
fffff8000ed64690 stream      0      0                0 fffff8000ed645a0                0                0
fffff8000ed64780 stream      0      0                0 fffff8000ed64870                0                0
fffff8000ed64870 stream      0      0                0 fffff8000ed64780                0                0
fffff8000ed64960 stream      0      0                0 fffff8000ed64a50                0                0
fffff8000ed64a50 stream      0      0                0 fffff8000ed64960                0                0
fffff8003c980c30 stream      0      0                0 fffff8003c980d20                0                0
fffff8003c980d20 stream      0      0                0 fffff8003c980c30                0                0
fffff8003c9d15a0 stream      0      0                0 fffff8003c9d1690                0                0
fffff8003c9d1690 stream      0      0                0 fffff8003c9d15a0                0                0
fffff8000ed07c30 stream      0      0 fffff8000e4ccce8                0                0                0 /var/run/devd.pipe
fffff8003c97d0f0 dgram       0      0                0 fffff8003c980e10                0 fffff8003c9d0780
fffff8003c9d0780 dgram       0      0                0 fffff8003c980e10                0 fffff8000ed642d0
fffff8000ed642d0 dgram       0      0                0 fffff8003c980e10                0 fffff8003c9d0690
fffff8003c9ec000 dgram       0      0                0 fffff8003c981000                0                0
fffff8003c9d0690 dgram       0      0                0 fffff8003c980e10                0 fffff8003c9ec0f0
fffff8003c9ec0f0 dgram       0      0                0 fffff8003c980e10                0 fffff8003c9fb780
fffff8003c9fb780 dgram       0      0                0 fffff8003c980e10                0 fffff8000ed07a50
fffff8000ed07a50 dgram       0      0                0 fffff8003c980e10                0                0
fffff8003c980e10 dgram       0      0 fffff8000e497000                0 fffff8003c97d0f0                0 /var/run/logpriv
fffff8003c981000 dgram       0      0 fffff8000e4971d8                0 fffff8003c9ec000                0 /var/run/log
fffff8000ed07b40 seqpac      0      0 fffff8000e4ccb10                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/128                          *.ssh                  
tcp6  0/0/128                          *.ssh                  
tcp4  0/0/128                          *.https                
tcp4  0/0/128                          *.http                 
tcp4  0/0/5                            *.rsync                
tcp6  0/0/5                            *.rsync                
tcp4  0/0/128                          10.20.0.1.domain       
tcp4  0/0/128                          localhost.domain       
tcp6  0/0/128                          localhost.domain       
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 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 0xa00000000
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 0x800000000
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 0x13a00000001
fstat: can't read file 29 at 0x1a400000001
fstat: can't read file 35 at 0x2400000000
fstat: can't read file 41 at 0x7c00000001
fstat: can't read file 47 at 0x4400000001
fstat: can't read file 53 at 0x1800000001
fstat: can't read file 59 at 0x3000000000
fstat: can't read file 65 at 0x3400000000
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 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 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 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 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 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 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 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 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 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 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 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 file 20 at 0x4000000001fffff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x4200000001
fstat: can't read file 29 at 0x37400000001
fstat: can't read file 35 at 0x6c00000001
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 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 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 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 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 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 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 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
USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W
root     pfctl       5327 root -         -       error    -
root     pfctl       5327   wd -         -       error    -
root     pfctl       5327 text -         -       error    -
root     pfctl       5327 ctty /dev        123 crw--w----   pts/0 rw
root     pfctl       5327    0 /dev        123 crw--w----   pts/0 rw
root     bash        1088 root -         -       error    -
root     bash        1088   wd -         -       error    -
root     bash        1088 text -         -       error    -
root     bash        1088 ctty /dev        123 crw--w----   pts/0 rw
root     bash        1088    0 /dev        123 crw--w----   pts/0 rw
root     bash        1088    6 /dev        123 crw--w----   pts/0 rw
root     bash        1088   12 /dev        123 crw--w----   pts/0 rw
root     bash        1088   18* local dgram fffff8003c97d0f0 <-> fffff8003c980e10
root     sshd        1086 root -         -       error    -
root     sshd        1086   wd -         -       error    -
root     sshd        1086 text -         -       error    -
root     sshd        1086    0 /dev         25 crw-rw-rw-    null rw
root     sshd        1086    6 /dev         25 crw-rw-rw-    null rw
root     getty       1076 root -         -       error    -
root     getty       1076   wd -         -       error    -
root     getty       1076 text -         -       error    -
root     getty       1076 ctty /dev         99 crw-------   ttyv7 rw
root     getty       1076    0 /dev         99 crw-------   ttyv7 rw
root     getty       1075 root -         -       error    -
root     getty       1075   wd -         -       error    -
root     getty       1075 text -         -       error    -
root     getty       1075 ctty /dev         98 crw-------   ttyv6 rw
root     getty       1075    0 /dev         98 crw-------   ttyv6 rw
root     getty       1074 root -         -       error    -
root     getty       1074   wd -         -       error    -
root     getty       1074 text -         -       error    -
root     getty       1074 ctty /dev         97 crw-------   ttyv5 rw
root     getty       1074    0 /dev         97 crw-------   ttyv5 rw
root     getty       1073 root -         -       error    -
root     getty       1073   wd -         -       error    -
root     getty       1073 text -         -       error    -
root     getty       1073 ctty /dev         96 crw-------   ttyv4 rw
root     getty       1073    0 /dev         96 crw-------   ttyv4 rw
root     getty       1072 root -         -       error    -
root     getty       1072   wd -         -       error    -
root     getty       1072 text -         -       error    -
root     getty       1072 ctty /dev         95 crw-------   ttyv3 rw
root     getty       1072    0 /dev         95 crw-------   ttyv3 rw
root     getty       1071 root -         -       error    -
root     getty       1071   wd -         -       error    -
root     getty       1071 text -         -       error    -
root     getty       1071 ctty /dev         94 crw-------   ttyv2 rw
root     getty       1071    0 /dev         94 crw-------   ttyv2 rw
root     getty       1070 root -         -       error    -
root     getty       1070   wd -         -       error    -
root     getty       1070 text -         -       error    -
root     getty       1070 ctty /dev         93 crw-------   ttyv1 rw
root     getty       1070    0 /dev         93 crw-------   ttyv1 rw
root     getty       1069 root -         -       error    -
root     getty       1069   wd -         -       error    -
root     getty       1069 text -         -       error    -
root     getty       1069 ctty /dev         92 crw-------   ttyv0 rw
root     getty       1069    0 /dev         92 crw-------   ttyv0 rw
root     cron        1022 root -         -       error    -
root     cron        1022   wd -         -       error    -
root     cron        1022 text -         -       error    -
root     cron        1022    0 /dev         25 crw-rw-rw-    null rw
smmsp    sendmail    1018 root -         -       error    -
smmsp    sendmail    1018   wd -         -       error    -
smmsp    sendmail    1018 text -         -       error    -
smmsp    sendmail    1018    0 /dev         25 crw-rw-rw-    null  r
root     sendmail    1015 root -         -       error    -
root     sendmail    1015   wd -         -       error    -
root     sendmail    1015 text -         -       error    -
root     sendmail    1015    0 /dev         25 crw-rw-rw-    null  r
root     sshd         998 root -         -       error    -
root     sshd         998   wd -         -       error    -
root     sshd         998 text -         -       error    -
root     sshd         998    0 /dev         25 crw-rw-rw-    null rw
www      nginx        979 root -         -       error    -
www      nginx        979   wd -         -       error    -
www      nginx        979 text -         -       error    -
www      nginx        979    0 /dev         25 crw-rw-rw-    null rw
www      nginx        979    6 /dev         25 crw-rw-rw-    null rw
www      nginx        979   12 -         -       error    -
www      nginx        978 root -         -       error    -
www      nginx        978   wd -         -       error    -
www      nginx        978 text -         -       error    -
www      nginx        978    0 /dev         25 crw-rw-rw-    null rw
www      nginx        978    6 /dev         25 crw-rw-rw-    null rw
www      nginx        978   12 -         -       error    -
www      nginx        977 root -         -       error    -
www      nginx        977   wd -         -       error    -
www      nginx        977 text -         -       error    -
www      nginx        977    0 /dev         25 crw-rw-rw-    null rw
www      nginx        977    6 /dev         25 crw-rw-rw-    null rw
www      nginx        977   12 -         -       error    -
www      nginx        975 root -         -       error    -
www      nginx        975   wd -         -       error    -
www      nginx        975 text -         -       error    -
www      nginx        975    0 /dev         25 crw-rw-rw-    null rw
www      nginx        975    6 /dev         25 crw-rw-rw-    null rw
www      nginx        975   12 -         -       error    -
root     nginx        974 root -         -       error    -
root     nginx        974   wd -         -       error    -
root     nginx        974 text -         -       error    -
root     nginx        974    0 /dev         25 crw-rw-rw-    null rw
root     nginx        974    6 /dev         25 crw-rw-rw-    null rw
root     nginx        974   12 -         -       error    -
root     rsync        968 root -         -       error    -
root     rsync        968   wd -         -       error    -
root     rsync        968 text -         -       error    -
root     rsync        968    0 /dev         25 crw-rw-rw-    null rw
root     ntpd         948 root -         -       error    -
root     ntpd         948   wd -         -       error    -
root     ntpd         948 text -         -       error    -
root     ntpd         948    0 /dev         25 crw-rw-rw-    null  r
root     ntpd         948    6 /dev         25 crw-rw-rw-    null  r
root     ntpd         948   12 /dev         25 crw-rw-rw-    null  r
root     ntpd         948   18* local dgram fffff8003c9fb780 <-> fffff8003c980e10
unbound  unbound      920 root -         -       error    -
unbound  unbound      920   wd -         -       error    -
unbound  unbound      920 jail -         -       error    -
unbound  unbound      920 text -         -       error    -
unbound  unbound      920    0 /dev         25 crw-rw-rw-    null rw
unbound  unbound      920    6 /dev         25 crw-rw-rw-    null rw
unbound  unbound      920   12 /dev         25 crw-rw-rw-    null rw
root     syslogd      785 root -         -       error    -
root     syslogd      785   wd -         -       error    -
root     syslogd      785 text -         -       error    -
root     syslogd      785    0 /dev         25 crw-rw-rw-    null rw
root     syslogd      785    6 /dev         25 crw-rw-rw-    null rw
root     syslogd      785   12 /dev         25 crw-rw-rw-    null rw
root     syslogd      785   18 -         -       error    -
_pflogd  pflogd       697 root -         -       error    -
_pflogd  pflogd       697   wd -         -       error    -
_pflogd  pflogd       697 jail -         -       error    -
_pflogd  pflogd       697 text -         -       error    -
_pflogd  pflogd       697    0 /dev         25 crw-rw-rw-    null rw
root     pflogd       693 root -         -       error    -
root     pflogd       693   wd -         -       error    -
root     pflogd       693 text -         -       error    -
root     pflogd       693    0 /dev         25 crw-rw-rw-    null rw
root     pf purge     681 root -         -       error    -
root     pf purge     681   wd -         -       error    -
root     devd         666 root -         -       error    -
root     devd         666   wd -         -       error    -
root     devd         666 text -         -       error    -
root     devd         666    0 /dev         25 crw-rw-rw-    null rw
root     devd         666    6 /dev         25 crw-rw-rw-    null rw
root     adjkerntz    136 root -         -       error    -
root     adjkerntz    136   wd -         -       error    -
root     adjkerntz    136 text -         -       error    -
root     adjkerntz    136    0 /dev         25 crw-rw-rw-    null rw
root     ipmi0: kcs   132 root -         -       error    -
root     ipmi0: kcs   132   wd -         -       error    -
root     zfskern        5 root -         -       error    -
root     zfskern        5   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

Copyright (c) 1992-2016 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 11.0-RELEASE-p3 #21 r308443: Tue Nov  8 12:48:25 GMT 2016
    root at octopod.:/usr/obj/usr/src/sys/OCTOPOD amd64
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0)
VT(vga): resolution 640x480
CPU: Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz (2261.05-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x106a5  Family=0x6  Model=0x1a  Stepping=5
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x9ce3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1,SSE4.2,POPCNT>
  AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
  AMD Features2=0x1<LAHF>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,VPID
  TSC: P-state invariant, performance statistics
real memory  = 8589934592 (8192 MB)
avail memory = 8242278400 (7860 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <DELL   PE_SC3  >
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 2 package(s) x 4 core(s) x 2 hardware threads
random: unblocking device.
WARNING: VIMAGE (virtualized network stack) is a highly experimental feature.
ioapic1: Changing APIC ID to 1
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 32-55 on motherboard
random: entropy device external interface
kbd1 at kbdmux0
netmap: loaded module
module_register_init: MOD_LOAD (vesa, 0xffffffff81037970, 0) error 19
vtvga0: <VT VGA driver> on motherboard
cryptosoft0: <software crypto> on motherboard
acpi0: <DELL PE_SC3> on motherboard
acpi0: Power Button (fixed)
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
cpu4: <ACPI CPU> on acpi0
cpu5: <ACPI CPU> on acpi0
cpu6: <ACPI CPU> on acpi0
cpu7: <ACPI CPU> on acpi0
cpu8: <ACPI CPU> on acpi0
cpu9: <ACPI CPU> on acpi0
cpu10: <ACPI CPU> on acpi0
cpu11: <ACPI CPU> on acpi0
cpu12: <ACPI CPU> on acpi0
cpu13: <ACPI CPU> on acpi0
cpu14: <ACPI CPU> on acpi0
cpu15: <ACPI CPU> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x7f irq 8 on acpi0
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x5f irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 340
Event timer "HPET2" frequency 14318180 Hz quality 340
Event timer "HPET3" frequency 14318180 Hz quality 340
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: _OSC returned error 0x10
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
bce0: <QLogic NetXtreme II BCM5716 1000Base-T (C0)> mem 0xda000000-0xdbffffff irq 36 at device 0.0 on pci1
miibus0: <MII bus> on bce0
brgphy0: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bce0: Using defaults for TSO: 65518/35/2048
bce0: Ethernet address: a4:ba:db:3c:e9:55
bce0: ASIC (0x57092008); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (7.10.0); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.13)
Coal (RX:6,6,18,18; TX:20,20,80,80)
bce1: <QLogic NetXtreme II BCM5716 1000Base-T (C0)> mem 0xdc000000-0xddffffff irq 48 at device 0.1 on pci1
miibus1: <MII bus> on bce1
brgphy1: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus1
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bce1: Using defaults for TSO: 65518/35/2048
bce1: Ethernet address: a4:ba:db:3c:e9:56
bce1: ASIC (0x57092008); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (7.10.0); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.13)
Coal (RX:6,6,18,18; TX:20,20,80,80)
pcib2: <ACPI PCI-PCI bridge> at device 3.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 7.0 on pci0
pci3: <ACPI PCI bus> on pcib3
mfi0: <Dell PERC 6> port 0xfc00-0xfcff mem 0xdf180000-0xdf1bffff,0xdf1c0000-0xdf1fffff irq 38 at device 0.0 on pci3
mfi0: Using MSI
mfi0: Megaraid SAS driver Ver 4.23 
mfi0: FW MaxCmds = 1008, limiting to 128
pci0: <base peripheral, interrupt controller> at device 20.0 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.1 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.2 (no driver attached)
uhci0: <Intel 82801JI (ICH10) USB controller USB-D> port 0xec40-0xec5f irq 17 at device 26.0 on pci0
usbus0 on uhci0
uhci1: <Intel 82801JI (ICH10) USB controller USB-E> port 0xec60-0xec7f irq 18 at device 26.1 on pci0
usbus1 on uhci1
ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 0xdf0fe000-0xdf0fe3ff irq 19 at device 26.7 on pci0
usbus2: EHCI version 1.0
usbus2 on ehci0
uhci2: <Intel 82801JI (ICH10) USB controller USB-A> port 0xec80-0xec9f irq 21 at device 29.0 on pci0
usbus3 on uhci2
uhci3: <Intel 82801JI (ICH10) USB controller USB-B> port 0xeca0-0xecbf irq 20 at device 29.1 on pci0
usbus4 on uhci3
uhci4: <Intel 82801JI (ICH10) USB controller USB-C> port 0xecc0-0xecdf irq 21 at device 29.2 on pci0
usbus5 on uhci4
uhci5: <Intel 82801JI (ICH10) USB controller USB-F> port 0xece0-0xecff irq 20 at device 29.3 on pci0
usbus6 on uhci5
ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem 0xdf0ff000-0xdf0ff3ff irq 21 at device 29.7 on pci0
usbus7: EHCI version 1.0
usbus7 on ehci1
pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci4: <ACPI PCI bus> on pcib4
vgapci0: <VGA-compatible display> mem 0xd9800000-0xd9ffffff,0xde7fc000-0xde7fffff,0xde800000-0xdeffffff irq 19 at device 3.0 on pci4
vgapci0: Boot video device
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH10 SATA300 controller> port 0xe8e0-0xe8e7,0xe8d0-0xe8d3,0xe8e8-0xe8ef,0xe8d4-0xe8d7,0xec00-0xec0f,0xec10-0xec1f irq 23 at device 31.2 on pci0
ata2: <ATA channel> at channel 0 on atapci0
ata3: <ATA channel> at channel 1 on atapci0
atapci1: <Intel ICH10 SATA300 controller> port 0xe8f0-0xe8f7,0xe8d8-0xe8db,0xe8f8-0xe8ff,0xe8dc-0xe8df,0xec20-0xec2f,0xec30-0xec3f irq 22 at device 31.5 on pci0
ata4: <ATA channel> at channel 0 on atapci1
ata5: <ATA channel> at channel 1 on atapci1
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
qpi0: <QPI system bus> on motherboard
pcib5: <QPI Host-PCI bridge> pcibus 255 on qpi0
pci5: <PCI bus> on pcib5
pcib6: <QPI Host-PCI bridge> pcibus 254 on qpi0
pci6: <PCI bus> on pcib6
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xcbfff,0xec000-0xeffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
ppc0: cannot reserve I/O port range
est0: <Enhanced SpeedStep Frequency Control> on cpu0
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est0 attach returned 6
est1: <Enhanced SpeedStep Frequency Control> on cpu1
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est1 attach returned 6
est2: <Enhanced SpeedStep Frequency Control> on cpu2
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est2 attach returned 6
est3: <Enhanced SpeedStep Frequency Control> on cpu3
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est3 attach returned 6
est4: <Enhanced SpeedStep Frequency Control> on cpu4
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est4 attach returned 6
est5: <Enhanced SpeedStep Frequency Control> on cpu5
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est5 attach returned 6
est6: <Enhanced SpeedStep Frequency Control> on cpu6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est6 attach returned 6
est7: <Enhanced SpeedStep Frequency Control> on cpu7
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est7 attach returned 6
est8: <Enhanced SpeedStep Frequency Control> on cpu8
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est8 attach returned 6
est9: <Enhanced SpeedStep Frequency Control> on cpu9
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est9 attach returned 6
est10: <Enhanced SpeedStep Frequency Control> on cpu10
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est10 attach returned 6
est11: <Enhanced SpeedStep Frequency Control> on cpu11
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est11 attach returned 6
est12: <Enhanced SpeedStep Frequency Control> on cpu12
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est12 attach returned 6
est13: <Enhanced SpeedStep Frequency Control> on cpu13
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est13 attach returned 6
est14: <Enhanced SpeedStep Frequency Control> on cpu14
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est14 attach returned 6
est15: <Enhanced SpeedStep Frequency Control> on cpu15
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 12
device_attach: est15 attach returned 6
bce0: link state changed to DOWN
bce1: link state changed to DOWN
mfi0: 9339981 (533080464s/0x0020/info) - Shutdown command received from host
mfi0: 9339982 (boot + 3s/0x0020/info) - Firmware initialization started (PCI ID 0060/1000/1f0b/1028)
mfi0: 9339983 (boot + 3s/0x0020/info) - Firmware version 1.22.52-1909
mfi0: 9339984 (boot + 3s/0x0020/info) - Firmware initialization started (PCI ID 0060/1000/1f0b/1028)
mfi0: 9339985 (boot + 3s/0x0020/info) - Firmware version 1.22.52-1909
mfi0: 9339986 (boot + 23s/0x0008/info) - Battery Present
mfi0: 9339987 (boot + 23s/0x0020/info) - Controller hardware revision ID (0x0)
mfi0: 9339988 (boot + 23s/0x0020/info) - Package version 6.3.3.0002
mfi0: 9339989 (boot + 23s/0x0020/info) - Board Revision 
mfi0: 9339990 (boot + 30s/0x0004/info) - Enclosure PD 20(c None/p0) communication restored
mfi0: 9339991 (boot + 31s/0x0002/info) - Inserted: Encl PD 20
mfi0: MFI_DCMD_PD_LIST_QUERY failed 2
mfi0: 9339992 (boot + 31s/0x0002/info) - Inserted: PD 20(c None/p0) Info: enclPd=20, scsiType=d, portMap=09, sasAddr=5a4ba0b034418000,0000000000000000
mfi0: 9339993 (boot + 31s/0x0002/info) - Inserted: PD 00(e0x20/s0)
mfi0: MFI_DCMD_PD_LIST_QUERY failed 2
mfi0: 9339994 (boot + 31s/0x0002/info) - Inserted: PD 00(e0x20/s0) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=1221000000000000,0000000000000000
mfi0: 9339995 (boot + 31s/0x0002/info) - Inserted: PD 01(e0x20/s1)
mfi0: MFI_DCMD_PD_LIST_QUERY failed 2
mfi0: 9339996 (boot + 31s/0x0002/info) - Inserted: PD 01(e0x20/s1) Info: enclPd=20, scsiType=0, portMap=01, sasAddr=1221000001000000,0000000000000000
mfi0: 9339997 (boot + 31s/0x0002/info) - Inserted: PD 02(e0x20/s2)
mfi0: MFI_DCMD_PD_LIST_QUERY failed 2
mfi0: 9339998 (boot + 31s/0x0002/info) - Inserted: PD 02(e0x20/s2) Info: enclPd=20, scsiType=0, portMap=02, sasAddr=1221000002000000,0000000000000000
mfi0: 9339999 (boot + 31s/0x0002/info) - Inserted: PD 03(e0x20/s3)
mfi0: MFI_DCMD_PD_LIST_QUERY failed 2
mfi0: 9340000 (boot + 31s/0x0002/info) - Inserted: PD 03(e0x20/s3) Info: enclPd=20, scsiType=0, portMap=03, sasAddr=1221000003000000,0000000000000000
mfi0: 9340001 (533080530s/0x0020/info) - Time established as 11/21/16 21:55:30; (38 seconds since power on)
usbus0: 12Mbps Full Speed USB v1.0
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
nvme cam probe device init
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
ugen3.1: <Intel> at usbus3
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
ugen4.1: <Intel> at usbus4
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
usbus6: 12Mbps Full Speed USB v1.0
usbus7: 480Mbps High Speed USB v2.0
ugen6.1: <Intel> at usbus6
uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6
ugen7.1: <Intel> at usbus7
uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7
mfid0 on mfi0
mfid0: 952832MB (1951399936 sectors) RAID volume (no label) is optimal
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub5: 2 ports with 2 removable, self powered
uhub6: 2 ports with 2 removable, self powered
uhub2: 4 ports with 4 removable, self powered
uhub7: 4 ports with 4 removable, self powered
SMP: AP CPU #1 Launched!
SMP: AP CPU #12 Launched!
SMP: AP CPU #7 Launched!
SMP: AP CPU #14 Launched!
SMP: AP CPU #3 Launched!
SMP: AP CPU #13 Launched!
SMP: AP CPU #5 Launched!
SMP: AP CPU #15 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #11 Launched!
SMP: AP CPU #4 Launched!
SMP: AP CPU #10 Launched!
SMP: AP CPU #6 Launched!
SMP: AP CPU #8 Launched!
SMP: AP CPU #9 Launched!
cd0 at ata4 bus 0 scbus2 target 0 lun 0
cd0: <TEAC DVD-ROM DV-28SW R.2A> Removable CD-ROM SCSI device
cd0: Serial Number 10030420094757
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0: 2495MB (1277904 2048 byte sectors)
Timecounter "TSC-low" frequency 1130523127 Hz quality 1000
Trying to mount root from zfs:zroot/ROOT/default []...
ugen2.2: <vendor 0x0424> at usbus2
uhub8: <vendor 0x0424 product 0x2514, class 9/0, rev 2.00/0.00, addr 2> on usbus2
uhub8: MTT enabled
uhub8: 4 ports with 4 removable, self powered
mfi0: 9340002 (533080580s/0x0008/info) - Battery temperature is normal
mfi0: 9340003 (533080580s/0x0008/info) - Current capacity of the battery is above threshold
mfi0: 9340004 (533080580s/0x0008/info) - Battery charge complete
Setting hostuuid: 4c4c4544-0056-4810-8057-b1c04f50344a.
Setting hostid: 0x1ac99b69.
Starting file system checks:
Mounting local filesystems:.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/mysql /usr/local/lib/perl5/5.24/mach/CORE
32-bit compatibility ldconfig path: /usr/lib32
Loading kernel modules:
ipmi0: <IPMI System Interface> on isa0
ipmi0: KCS mode found at io 0xca8 alignment 0x4 on isa
ipmi0: IPMI device rev. 0, firmware rev. 2.85, version 2.0
ipmi0: Number of channels 5
ipmi0: Attached watchdog
ppc0: cannot reserve I/O port range
Setting hostname: octopod..
Setting up harvesting: [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED
Feeding entropy: .
lagg0: link state changed to DOWN
bridge0: Ethernet address: 02:1a:c9:9b:69:00
bridge1: Ethernet address: 02:1a:c9:9b:69:01
Created clone interfaces: lagg0 bridge0 bridge1 lo1.
Starting Network: lo0 bce0 bce1 lagg0 bridge0 bridge1 lo1.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
	inet 127.0.0.1 netmask 0xff000000 
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
	groups: lo 
bce0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
	ether a4:ba:db:3c:e9:55
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (none)
	status: no carrier
bce1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
	ether a4:ba:db:3c:e9:55
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (none)
	status: no carrier
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
	ether a4:ba:db:3c:e9:55
	inet 213.246.108.9 netmask 0xfffffc00 broadcast 213.246.111.255 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect
	status: no carrier
	groups: lagg 
	laggproto failover lagghash l2,l3,l4
	laggport: bce0 flags=1<MASTER>
	laggport: bce1 flags=0<>
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 02:1a:c9:9b:69:00
	inet 10.20.0.1 netmask 0xffffff00 broadcast 10.20.0.255 
	nd6 options=9<PERFORMNUD,IFDISABLED>
	groups: bridge 
	id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
	maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
	root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
bridge1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 02:1a:c9:9b:69:01
	nd6 options=9<PERFORMNUD,IFDISABLED>
	groups: bridge 
	id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
	maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
	root id 00:00:00:00:00:00 priority 0 ifcost 0 port 0
lo1: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
	inet 127.0.1.1 netmask 0xffffff00 
	inet 127.0.1.2 netmask 0xffffff00 
	inet 127.0.1.3 netmask 0xffffffff 
	inet 127.0.1.4 netmask 0xffffffff 
	inet 127.0.1.5 netmask 0xffffffff 
	inet 127.0.1.6 netmask 0xffffffff 
	inet 127.0.1.7 netmask 0xffffffff 
	inet 127.0.1.8 netmask 0xffffffff 
	inet 127.0.1.9 netmask 0xffffffff 
	inet 127.0.1.10 netmask 0xffffffff 
	inet 127.0.1.11 netmask 0xffffffff 
	inet 127.0.1.12 netmask 0xffffffff 
	inet 127.0.1.13 netmask 0xffffffff 
	inet 127.0.1.14 netmask 0xffffffff 
	inet 127.0.1.15 netmask 0xffffffff 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	groups: lo 
Starting devd.
Starting Network: bridge1.
bridge1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 02:1a:c9:9b:69:01
	nd6 options=9<PERFORMNUD,IFDISABLED>
	groups: bridge 
	id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
	maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
	root id 00:00:00:00:00:00 priority 0 ifcost 0 port 0
bce0: Gigabit link up!
bce0: link state changed to UP
lagg0: link state changed to UP
Starting pflog.
pflog0: promiscuous mode enabled
Enabling pfNov 21 21:56:32 pflogd[693]: [priv]: msg PRIV_OPEN_LOG received
bce1: Gigabit link up!
bce1: link state changed to UP
.
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add net default: gateway 213.246.108.1
Additional inet routing options: gateway=YES.
add host ::1: gateway lo0 fib 0: route already in table
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Creating and/or trimming log files.
Starting syslogd.
No core dumps found.
Clearing /tmp (X related).
bce0: Gigabit link up!
Obtaining a trust anchor:
bce1: Gigabit link up!
.
Starting unbound.
Updating motd:.
Mounting late filesystems:.
Starting ntpd.
Starting rsyncd.
Performing sanity check on nginx configuration:
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
Starting nginx.
Performing sanity check on sshd configuration.
Starting sshd.
Configuring vt: keymap blanktime.

WARNING:
New keymap: In /etc/rc.conf replace 'keymap=uk.cp850.kbd' by 'keymap=uk'.

Starting sendmail_submit.
Starting sendmail_msp_queue.
Starting cron.
Starting background file system checks in 60 seconds.

Mon Nov 21 21:56:38 GMT 2016
epair0a: Ethernet address: 02:ff:90:00:09:0a
epair0b: Ethernet address: 02:ff:e0:00:0a:0b
epair0a: link state changed to UP
epair0b: link state changed to UP
epair0a: changing name to 'vnet0:1'
epair0b: changing name to 'vnet0'
vnet0:1: promiscuous mode enabled
bridge0: link state changed to UP
epair1a: Ethernet address: 02:ff:90:00:0a:0a
epair1b: Ethernet address: 02:ff:e0:00:0b:0b
epair1a: link state changed to UP
epair1b: link state changed to UP
epair1a: changing name to 'vnet1:1'
epair1b: changing name to 'vnet1'
vnet1:1: promiscuous mode enabled
bridge1: link state changed to UP
vnet0:1: link state changed to DOWN
vnet0: link state changed to DOWN
bridge0: link state changed to DOWN
vnet1:1: link state changed to DOWN
vnet1: link state changed to DOWN
bridge1: link state changed to DOWN
Freed UMA keg (pf table entries) was not empty (-14 items).  Lost -2 pages of memory.
ifa_maintain_loopback_route: deletion failed for interface lo0: 48


Fatal trap 12: page fault while in kernel mode
cpuid = 15; apic id = 07
fault virtual address	= 0x8
fault code		= supervisor read data, page not present
instruction pointer	= 0x20:0xffffffff80e2a488
stack pointer	        = 0x28:0xfffffe0238366d30
frame pointer	        = 0x28:0xfffffe0238366d80
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 5327 (pfctl)
trap number		= 12
panic: page fault
cpuid = 15
KDB: stack backtrace:
#0 0xffffffff80b25ac7 at kdb_backtrace+0x67
#1 0xffffffff80ada972 at vpanic+0x182
#2 0xffffffff80ada7e3 at panic+0x43
#3 0xffffffff80fbbd51 at trap_fatal+0x351
#4 0xffffffff80fbbf43 at trap_pfault+0x1e3
#5 0xffffffff80fbb4ec at trap+0x26c
#6 0xffffffff80f9ea91 at calltrap+0x8
#7 0xffffffff80e29b9e at zone_fetch_slab+0x9e
#8 0xffffffff80e29c72 at zone_import+0x42
#9 0xffffffff80e25cde at uma_zalloc_arg+0x44e
#10 0xffffffff82669642 at pfr_ina_define+0x442
#11 0xffffffff8265cbc4 at pfioctl+0x3004
#12 0xffffffff8098726f at devfs_ioctl_f+0x13f
#13 0xffffffff80b43504 at kern_ioctl+0x2d4
#14 0xffffffff80b431c1 at sys_ioctl+0x171
#15 0xffffffff80fbc6ae at amd64_syscall+0x4ce
#16 0xffffffff80f9ed7b at Xfast_syscall+0xfb
Uptime: 12m37s
Dumping 660 out of 8143 MB:..3%..13%..22%..32%..42%..51%..61%..71%..83%..93%

------------------------------------------------------------------------
kernel config

options	CONFIG_AUTOGENERATED
ident	OCTOPOD
machine	amd64
cpu	HAMMER
cpu	HAMMER
makeoptions	WITH_CTF=1
makeoptions	DEBUG=-g
options	VIMAGE
options	XENHVM
options	USB_DEBUG
options	ATH_ENABLE_11N
options	AH_AR5416_INTERRUPT_MITIGATION
options	AH_SUPPORT_AR5416
options	IEEE80211_SUPPORT_MESH
options	IEEE80211_AMPDU_AGE
options	IEEE80211_DEBUG
options	SC_PIXEL_MODE
options	VESA
options	AHD_REG_PRETTY_PRINT
options	AHC_REG_PRETTY_PRINT
options	PCI_IOV
options	PCI_HP
options	ACPI_DMAR
options	DEVICE_NUMA
options	SMP
options	KDB_TRACE
options	KDB
options	RCTL
options	RACCT_DEFAULT_TO_DISABLED
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_FREEBSD10
options	COMPAT_FREEBSD9
options	COMPAT_FREEBSD7
options	COMPAT_FREEBSD6
options	COMPAT_FREEBSD5
options	COMPAT_FREEBSD4
options	COMPAT_FREEBSD32
options	GEOM_LABEL
options	GEOM_RAID
options	GEOM_PART_GPT
options	PSEUDOFS
options	PROCFS
options	CD9660
options	MSDOSFS
options	NFS_ROOT
options	NFSLOCKD
options	NFSD
options	NFSCL
options	MD_ROOT
options	QUOTA
options	UFS_GJOURNAL
options	UFS_DIRHASH
options	UFS_ACL
options	SOFTUPDATES
options	FFS
options	SCTP
options	TCP_OFFLOAD
options	IPSEC
options	INET6
options	INET
options	PREEMPTION
options	SCHED_ULE
options	NEW_PCIB
options	GEOM_PART_MBR
options	GEOM_PART_EBR_COMPAT
options	GEOM_PART_EBR
options	GEOM_PART_BSD
device	isa
device	mem
device	io
device	uart_ns8250
device	cpufreq
device	acpi
device	pci
device	fdc
device	ahci
device	ata
device	mvs
device	siis
device	ahc
device	ahd
device	esp
device	hptiop
device	isp
device	mpt
device	mps
device	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	igb
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	cryptodev

------------------------------------------------------------------------
ddb capture buffer

ddb: ddb_capture: kvm_nlist


More information about the freebsd-stable mailing list