Date: Tue, 14 Mar 2017 23:55:23 +0530 From: Reshad Patuck <reshadpatuck1@gmail.com> To: freebsd-net@freebsd.org Subject: VNET kernel panic on remove renamed interfaces Message-ID: <C20DF21D-A392-4AB7-852F-4D3E599956A3@gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Hi, I am trying to use vnet and pf to host multiple (100s of) jails on a server with a jailed pf router, which will be spun up and down by a script. I rename the epair interfaces so that I know which jail links to which interface (for convenience). After I delete the jail and renamed epair the kernel panics when I attempt to recreate the epair. I believe this is an issue occurs only when I have renamed the epair. This issue seems to be fixed in 12-CURRENT as I can not make it crash on current. However this continues to happen on 11-STABLE and 11.0-RELEASE. I have found these which seem to fix something similar issues: https://svnweb.freebsd.org/base?view=revision&sortby=rev&revision=292604 https://svnweb.freebsd.org/base/projects/vnet/_scripts/jail-vnet-epair-regression01.sh?view=markup I have attached scripts that crash the system for the latest versions on 11.0-RELEASE and 11-STABLE branches. Can someone help me find where this problem was fixed? (for 12) and if there are any plans to backport the fix to the 11 branch. Also any tips on running 100s of VNET jails on a single box would be much appreciated, and if there is anything I can help test I have some physical and VMware boxes I can test on. Kernel version I have tested on: FreeBSD FreeBSD-11-RELEASE 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 #1 r315007: Fri Mar 10 17:27:30 UTC 2017 root@FreeBSD-11-RELEASE:/usr/obj/usr/src/sys/VNET amd64 FreeBSD FreeBSD-11-STABLE 11.0-STABLE FreeBSD 11.0-STABLE #1 r315241: Tue Mar 14 12:58:54 UTC 2017 root@FreeBSD-11-STABLE:/usr/obj/usr/src/sys/VNET amd64 FreeBSD FreeBSD-12 12.0-CURRENT FreeBSD 12.0-CURRENT #1 r315237: Tue Mar 14 10:17:06 UTC 2017 root@FreeBSD-12:/usr/obj/usr/src/sys/VNET amd64 Attached: vnet-rename-epair.sh - Create and destroy a VNET jail in a loop while renaming the epair interface. This crashes on 11. vnet-no-rename-epair.sh - Create and destroy a VNET jail while not renaming the epair interface. This does not crash. info.0 - info file from core dump on FreeBSD-11-STABLE core.txt.0 - core.txt.0 file from core dump on FreeBSD-11-STABLE Best regards, Reshad [-- Attachment #2 --] FreeBSD-11-STABLE dumped core - see /var/crash/vmcore.0 Tue Mar 14 17:27:48 UTC 2017 FreeBSD FreeBSD-11-STABLE 11.0-STABLE FreeBSD 11.0-STABLE #1 r315241: Tue Mar 14 12:58:54 UTC 2017 root@FreeBSD-11-STABLE:/usr/obj/usr/src/sys/VNET 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 = 1; apic id = 02 fault virtual address = 0x10 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80bc9f44 stack pointer = 0x28:0xfffffe00f5d8b870 frame pointer = 0x28:0xfffffe00f5d8b8d0 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 = 12 (swi1: netisr 0) trap number = 12 panic: page fault cpuid = 1 KDB: stack backtrace: #0 0xffffffff80b05fe7 at kdb_backtrace+0x67 #1 0xffffffff80abbff6 at vpanic+0x186 #2 0xffffffff80abbe63 at panic+0x43 #3 0xffffffff80f91d32 at trap_fatal+0x322 #4 0xffffffff80f91efc at trap_pfault+0x1bc #5 0xffffffff80f915b0 at trap+0x280 #6 0xffffffff80f74ec1 at calltrap+0x8 #7 0xffffffff80be0c8f at netisr_dispatch_src+0xff #8 0xffffffff80bc96f4 at ether_input+0x54 #9 0xffffffff80be158f at swi_net+0x19f #10 0xffffffff80a76e0f at intr_event_execute_handlers+0x20f #11 0xffffffff80a77076 at ithread_loop+0xc6 #12 0xffffffff80a739e5 at fork_exit+0x85 #13 0xffffffff80f753fe at fork_trampoline+0xe Uptime: 2m12s Dumping 325 out of 4060 MB:..5%..15%..25%..35%..45%..55%..64%..74%..84%..94% 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/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:222 222 pcpu.h: No such file or directory. in pcpu.h (kgdb) #0 doadump (textdump=<value optimized out>) at pcpu.h:222 #1 0xffffffff80abba79 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:366 #2 0xffffffff80abc030 in vpanic (fmt=<value optimized out>, ap=<value optimized out>) at /usr/src/sys/kern/kern_shutdown.c:759 #3 0xffffffff80abbe63 in panic (fmt=<value optimized out>) at /usr/src/sys/kern/kern_shutdown.c:690 #4 0xffffffff80f91d32 in trap_fatal (frame=0xfffffe00f5d8b7b0, eva=16) at /usr/src/sys/amd64/amd64/trap.c:801 #5 0xffffffff80f91efc in trap_pfault (frame=0xfffffe00f5d8b7b0, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:658 #6 0xffffffff80f915b0 in trap (frame=0xfffffe00f5d8b7b0) at /usr/src/sys/amd64/amd64/trap.c:421 #7 0xffffffff80f74ec1 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:236 #8 0xffffffff80bc9f44 in ether_nh_input (m=0xfffff80004335900) at /usr/src/sys/net/if_ethersubr.c:517 #9 0xffffffff80be0c8f in netisr_dispatch_src (proto=5, source=<value optimized out>, m=<value optimized out>) at /usr/src/sys/net/netisr.c:1120 #10 0xffffffff80bc96f4 in ether_input (ifp=<value optimized out>, m=0x0) at /usr/src/sys/net/if_ethersubr.c:759 #11 0xffffffff80be158f in swi_net (arg=<value optimized out>) at /usr/src/sys/net/netisr.c:899 #12 0xffffffff80a76e0f in intr_event_execute_handlers ( p=<value optimized out>, ie=<value optimized out>) at /usr/src/sys/kern/kern_intr.c:1262 #13 0xffffffff80a77076 in ithread_loop (arg=<value optimized out>) at /usr/src/sys/kern/kern_intr.c:1275 #14 0xffffffff80a739e5 in fork_exit ( callout=0xffffffff80a76fb0 <ithread_loop>, arg=0xfffff8000396cb00, frame=0xfffffe00f5d8bac0) at /usr/src/sys/kern/kern_fork.c:1040 #15 0xffffffff80f753fe in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:611 #16 0x0000000000000000 in ?? () 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:00.45 [kernel] 0 1 0 0 20 0 5396 592 wait DLs - 0:00.02 [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 - RL - 0:00.03 [cam] 0 5 0 0 -16 0 0 0 idle DL - 0:00.00 [mpt_recovery0] 0 6 0 0 -16 0 0 0 - DL - 0:00.00 [fdc0] 0 7 0 0 -8 0 0 0 arc_recl DL - 0:00.03 [zfskern] 0 8 0 0 -16 0 0 0 waiting_ DL - 0:00.00 [sctp_iterator] 0 9 0 0 -16 0 0 0 - DL - 0:00.02 [rand_harvestq] 0 10 0 0 -16 0 0 0 audit_wo DL - 0:00.00 [audit] 0 11 0 0 155 0 0 0 - RL - 4:13.67 [idle] 0 12 0 0 -64 0 0 0 - WL - 0:00.10 [intr] 0 13 0 0 -8 0 0 0 - DL - 0:00.01 [geom] 0 14 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod1] 0 15 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod2] 0 16 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod3] 0 17 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod4] 0 18 0 0 -16 0 0 0 psleep DL - 0:00.00 [pagedaemon] 0 19 0 0 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon] 0 20 0 0 155 0 0 0 pgzero DL - 0:00.00 [pagezero] 0 21 0 0 -16 0 0 0 psleep DL - 0:00.00 [bufdaemon] 0 22 0 0 -16 0 0 0 - DL - 0:00.00 [bufspacedaemon] 0 23 0 0 16 0 0 0 syncer DL - 0:00.00 [syncer] 0 24 0 0 -16 0 0 0 vlruwt DL - 0:00.00 [vnlru] 0 660 1 0 52 0 9532 4776 select Ds - 0:00.01 [devd] 0 819 1 0 20 0 10480 1880 select Ds - 0:00.01 [syslogd] 0 995 1 0 24 0 57748 4736 select Ds - 0:00.00 [sshd] 0 998 1 0 20 0 20616 4524 select Ds - 0:00.00 [sendmail] 25 1001 1 0 52 0 20616 4316 pause Ds - 0:00.00 [sendmail] 0 1005 1 0 20 0 12572 1896 nanslp Ds - 0:00.00 [cron] 0 1052 1 0 52 0 10460 1656 ttyin Ds+ - 0:00.00 [getty] 0 1053 1 0 52 0 10460 1656 ttyin Ds+ - 0:00.00 [getty] 0 1054 1 0 52 0 10460 1656 ttyin Ds+ - 0:00.00 [getty] 0 1055 1 0 52 0 10460 1656 ttyin Ds+ - 0:00.00 [getty] 0 1056 1 0 52 0 10460 1656 ttyin Ds+ - 0:00.00 [getty] 0 1057 1 0 52 0 10460 1656 ttyin Ds+ - 0:00.00 [getty] 0 1058 1 0 52 0 10460 1656 ttyin Ds+ - 0:00.00 [getty] 0 1059 1 0 52 0 10460 1656 ttyin Ds+ - 0:00.00 [getty] 0 1060 995 0 20 0 85164 5744 select Ds - 0:00.02 [sshd] 0 1062 1060 0 20 0 19620 3076 pause Ds - 0:00.01 [csh] 0 1069 1062 0 52 0 13148 2080 wait D+ - 0:00.00 [sh] 0 1227 1069 0 72 0 19104 1180 - R+ - 0:00.00 [ifconfig] ------------------------------------------------------------------------ vmstat -s 96778 cpu context switches 7346 device interrupts 2113 software interrupts 361234 traps 726979 system calls 24 kernel threads created 834 fork() calls 372 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 4606 vnode pager pageins 5284 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 36278 copy-on-write faults 124 copy-on-write optimized faults 340293 zero fill pages zeroed 0 zero fill pages prezeroed 0 intransit blocking page faults 394233 total VM faults taken 4456 page faults requiring I/O 0 pages affected by kernel thread creation 30849 pages affected by fork() 13020 pages affected by vfork() 0 pages affected by rfork() 0 pages cached 485860 pages freed 0 pages freed by daemon 0 pages freed by exiting processes 6839 pages active 889 pages inactive 0 pages in VM cache 111028 pages wired down 887126 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 acpica 8303 767K - 91147 16,32,64,128,256,512,1024,2048 acpitask 1 64K - 1 65536 acpisem 32 4K - 32 128 acpidev 67 5K - 67 64 CAM SIM 4 1K - 4 256 CAM XPT 24 2K - 106 32,64,128,256,512,1024,2048,65536 CAM DEV 6 12K - 42 2048 CAM CCB 0 0K - 7165 2048 CAM path 8 1K - 107 32 CAM periph 6 2K - 36 16,32,64,128,256 CAM I/O Scheduler 1 1K - 1 128 vtbuf 24 1968K - 46 4096 vt 11 6K - 11 512 DEVFS3 100 25K - 103 256 DEVFS1 77 39K - 79 512 DEVFS_RULE 57 27K - 62 64,512 DEVFS 10 1K - 11 16,128 NFSD V4client 1 1K - 1 256 NFSD lckfile 1 1K - 1 256 NFSD session 1 1K - 1 1024 pfs_nodes 21 6K - 21 256 GEOM 74 13K - 497 16,32,64,128,256,512,1024,2048,8192,16384 raid_data 0 0K - 54 32,128,256 isadev 6 1K - 6 128 pci_link 8 1K - 8 64,128 cdev 4 1K - 4 256 filedesc 1 4K - 1 4096 sigio 1 1K - 1 64 filecaps 0 0K - 2 16 kdtrace 418 97K - 1856 64,256 kenv 125 13K - 128 16,32,64,128,8192 kqueue 43 3K - 1231 64 proc-args 19 2K - 647 16,32,64,128,256 hhook 26 7K - 104 256 ithread 158 24K - 158 32,128,256 prison 1 4K - 7 4096 KTRACE 100 13K - 100 128 CAM queue 10 5K - 121 16,32,512,2048 linker 184 34K - 297 16,32,64,128,256,512,1024,2048,4096,8192 scsi_cd 0 0K - 10 16 lockf 17 2K - 29 64,128 loginclass 3 1K - 3 64 devbuf 550 770K - 959 16,32,64,128,256,512,1024,2048,4096,8192,16384,65536 temp 38 18K - 1955 16,32,64,128,256,512,1024,2048,16384,65536 module 494 62K - 495 128 mtx_pool 2 16K - 2 8192 osd 7 1K - 47 16,32,64,128,256 pmchooks 1 1K - 1 128 pgrp 18 3K - 30 128 session 17 3K - 18 128 proc 2 32K - 2 16384 subproc 107 204K - 1295 512,4096 cred 37 10K - 233 256 CAM dev queue 4 1K - 4 64 plimit 16 4K - 257 256 uidinfo 3 5K - 4 128,4096 dumper 1 1K - 1 512 scsi_da 0 0K - 36 16,64 sysctl 0 0K - 1372 16,32,64 sysctloid 4941 252K - 5019 16,32,64,128 sysctltmp 0 0K - 124 16,64,256,1024 kbdmux 6 22K - 6 16,512,1024,2048,16384 tidhash 1 32K - 1 32768 callout 3 1672K - 3 umtx 774 97K - 774 128 p1003.1b 1 1K - 1 16 SWAP 2 277K - 2 64 bus 1241 111K - 8900 16,32,64,128,256,512,1024 bus-sc 71 196K - 6748 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536 devstat 4 9K - 4 32,4096 eventhandler 120 10K - 120 64,128 taskqueue 11 17K - 11 16,32,256,8192 kobj 334 1336K - 472 4096 Per-cpu 1 1K - 1 32 rman 708 75K - 963 16,32,128 sbuf 0 0K - 784 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768 toponodes 10 2K - 10 128 LED 8 1K - 8 16,128 taskqueue 177 20K - 300 16,32,64,128,256 terminal 11 3K - 11 256 Unitno 25 2K - 403 32,64 vmem 2 68K - 2 4096,65536 ioctlops 0 0K - 101 256,512,1024 select 12 2K - 12 128 iov 0 0K - 124374 64,128,256,512 msg 4 30K - 4 2048,4096,8192,16384 sem 4 106K - 4 2048,4096 shm 1 32K - 1 32768 tty 13 13K - 13 1024 pts 1 1K - 1 256 mbuf_tag 0 0K - 7 32 shmfd 1 8K - 1 8192 soname 4 1K - 8091 16,32,128 pcb 31 1325K - 128 16,32,128,1024,2048,8192 acl 0 0K - 18 4096 vfscache 4 2089K - 4 512,8192,32768 vfs_hash 1 1024K - 1 vnodes 1 1K - 1 256 mount 156 5K - 859 16,32,64,128,256,1024 statfs 0 0K - 117 512 vnodemarker 0 0K - 112 512 BPF 10 2K - 28 128 ifnet 10 17K - 34 128,2048 ifaddr 104 29K - 313 32,64,128,256,512,2048,4096 ether_multi 63 4K - 369 16,32,64 clone 11 2K - 35 128 lltable 36 10K - 178 256,512 routetbl 34 6K - 135 32,64,128,512 vnet 2 1K - 8 64 vnet_data 2 128K - 8 65536 vnet_data_free 1 1K - 1 32 igmp 8 1K - 39 128 in_multi 2 1K - 8 256 encap_export_host 2 2K - 2 1024 sctp_a_it 0 0K - 23 16 sctp_vrf 2 1K - 8 64 sctp_ifa 6 1K - 24 128 sctp_ifn 4 1K - 16 128 sctp_iter 0 0K - 23 256 hostcache 2 64K - 8 32768 tcpfunc 1 1K - 1 32 syncache 2 128K - 8 65536 in6_multi 35 5K - 155 32,256 mld 14 2K - 39 128 ip6ndp 13 2K - 68 64,128,256 inpcbpolicy 7 1K - 257 32 ipsecpolicy 14 4K - 516 256 crypto 1 1K - 1 512 rpc 2 16K - 2 8192 audit_evclass 187 6K - 232 32 ufs_quota 1 1024K - 1 vm_pgdata 2 513K - 2 128 UMAHash 22 68K - 67 512,1024,2048,4096,8192,16384 memdesc 1 4K - 1 4096 atkbddev 2 1K - 2 64 apmdev 1 1K - 1 128 madt_table 0 0K - 1 4096 entropy 1 1K - 4 32,4096 ata_pci 1 1K - 1 64 io_apic 1 2K - 1 2048 MCA 5 1K - 5 16,128 msi 32 4K - 32 128 nexusdev 5 1K - 5 16 solaris 10980 15889K - 532738 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768 kstat_data 6 1K - 6 64 epair 2 1K - 14 128 ------------------------------------------------------------------------ vmstat -z ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP UMA Kegs: 384, 0, 255, 5, 381, 0, 0 UMA Zones: 896, 0, 256, 0, 382, 0, 0 UMA Slabs: 80, 0, 7654, 46, 8062, 0, 0 UMA Hash: 256, 0, 83, 22, 105, 0, 0 4 Bucket: 32, 0, 3573, 552, 13823, 0, 0 6 Bucket: 48, 0, 134, 696, 1619, 0, 0 8 Bucket: 64, 0, 24, 782, 1114, 11, 0 12 Bucket: 96, 0, 20, 267, 133, 0, 0 16 Bucket: 128, 0, 42, 361, 1040, 0, 0 32 Bucket: 256, 0, 117, 138, 1034, 136, 0 64 Bucket: 512, 0, 204, 60, 1128, 136, 0 128 Bucket: 1024, 0, 34, 22, 158, 0, 0 256 Bucket: 2048, 0, 79, 21, 470, 2, 0 vmem btag: 56, 0, 5764, 271, 5926, 43, 0 VM OBJECT: 264, 0, 1172, 118, 17562, 0, 0 RADIX NODE: 144, 0, 8074, 2213, 64458, 0, 0 MAP: 240, 0, 3, 61, 3, 0, 0 KMAP ENTRY: 128, 0, 6, 149, 6, 0, 0 MAP ENTRY: 128, 0, 529, 370, 42072, 0, 0 VMSPACE: 2512, 0, 19, 8, 1208, 0, 0 fakepg: 104, 0, 1, 265, 11, 0, 0 mt_zone: 16400, 0, 405, 0, 405, 0, 0 16: 16, 0, 3247, 769, 203177, 0, 0 32: 32, 0, 3789, 586, 60827, 0, 0 64: 64, 0, 11453, 699, 219581, 0, 0 128: 128, 0, 8322, 327, 194854, 0, 0 256: 256, 0, 1674, 5226, 34138, 0, 0 512: 512, 0, 337, 535, 59891, 0, 0 1024: 1024, 0, 1969, 111, 17722, 0, 0 2048: 2048, 0, 56, 14, 7967, 0, 0 4096: 4096, 0, 567, 3, 2850, 0, 0 8192: 8192, 0, 25, 3, 953, 0, 0 16384: 16384, 0, 12, 2, 1198, 0, 0 32768: 32768, 0, 18, 2, 610, 0, 0 65536: 65536, 0, 8, 3, 634, 0, 0 64 pcpu: 8, 0, 5054, 578, 20420, 0, 0 SLEEPQUEUE: 80, 0, 388, 139, 388, 0, 0 Files: 80, 0, 53, 197, 8712, 0, 0 filedesc0: 1104, 0, 43, 20, 1231, 0, 0 TURNSTILE: 136, 0, 388, 52, 388, 0, 0 rl_entry: 40, 0, 37, 563, 37, 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: 1328, 0, 42, 21, 1230, 0, 0 THREAD: 1280, 0, 374, 13, 624, 0, 0 cpuset: 96, 0, 341, 192, 607, 0, 0 audit_record: 1248, 0, 0, 0, 0, 0, 0 mbuf_packet: 256, 1609425, 256, 511, 491, 0, 0 mbuf: 256, 1609425, 12, 249, 1023, 0, 0 mbuf_cluster: 2048, 251470, 759, 7, 759, 0, 0 mbuf_jumbo_page: 4096, 125735, 0, 3, 7, 0, 0 mbuf_jumbo_9k: 9216, 111762, 0, 0, 0, 0, 0 mbuf_jumbo_16k: 16384, 83820, 0, 0, 0, 0, 0 g_bio: 376, 0, 0, 90, 21280, 0, 0 ttyinq: 160, 0, 180, 70, 315, 0, 0 ttyoutq: 256, 0, 95, 100, 167, 0, 0 DMAR_MAP_ENTRY: 120, 0, 0, 0, 0, 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: 832, 0, 0, 0, 0, 0, 0 taskq_zone: 48, 0, 0, 830, 487, 0, 0 VNODE: 472, 0, 654, 74, 832, 0, 0 VNODEPOLL: 120, 0, 0, 0, 0, 0, 0 BUF TRIE: 144, 0, 0, 26649, 0, 0, 0 S VFS Cache: 108, 0, 600, 170, 1723, 0, 0 STS VFS Cache: 148, 0, 0, 0, 0, 0, 0 L VFS Cache: 328, 0, 0, 0, 0, 0, 0 LTS VFS Cache: 368, 0, 0, 0, 0, 0, 0 NAMEI: 1024, 0, 0, 40, 21908, 0, 0 rentr: 24, 0, 0, 0, 0, 0, 0 NCLNODE: 528, 0, 0, 0, 0, 0, 0 DIRHASH: 1024, 0, 0, 0, 0, 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, 16, 24, 22, 0, 0 pipe: 760, 0, 1, 29, 543, 0, 0 range_seg_cache: 64, 0, 186, 1116, 4446, 0, 0 zio_cache: 984, 0, 2, 1726, 209983, 0, 0 zio_link_cache: 48, 0, 0, 2324, 43766, 0, 0 zio_buf_512: 512, 0, 784, 88, 16229, 0, 0 zio_data_buf_512: 512, 0, 87, 33, 1144, 0, 0 zio_buf_1024: 1024, 0, 65, 27, 504, 0, 0 zio_data_buf_1024: 1024, 0, 76, 16, 100, 0, 0 zio_buf_1536: 1536, 0, 17, 19, 38, 0, 0 zio_data_buf_1536: 1536, 0, 46, 8, 67, 0, 0 zio_buf_2048: 2048, 0, 29, 11, 417, 0, 0 zio_data_buf_2048: 2048, 0, 24, 12, 46, 0, 0 zio_buf_2560: 2560, 0, 12, 3, 13, 0, 0 zio_data_buf_2560: 2560, 0, 11, 13, 30, 0, 0 zio_buf_3072: 3072, 0, 44, 1, 47, 0, 0 zio_data_buf_3072: 3072, 0, 9, 9, 20, 0, 0 zio_buf_3584: 3584, 0, 33, 0, 35, 0, 0 zio_data_buf_3584: 3584, 0, 7, 4, 15, 0, 0 zio_buf_4096: 4096, 0, 214, 11, 3532, 0, 0 zio_data_buf_4096: 4096, 0, 21, 652, 710, 0, 0 zio_buf_5120: 5120, 0, 2, 0, 3, 0, 0 zio_data_buf_5120: 5120, 0, 13, 0, 15, 0, 0 zio_buf_6144: 6144, 0, 1, 2, 3, 0, 0 zio_data_buf_6144: 6144, 0, 15, 0, 22, 0, 0 zio_buf_7168: 7168, 0, 1, 2, 8, 0, 0 zio_data_buf_7168: 7168, 0, 14, 0, 18, 0, 0 zio_buf_8192: 8192, 0, 3, 4, 332, 0, 0 zio_data_buf_8192: 8192, 0, 20, 233, 265, 0, 0 zio_buf_10240: 10240, 0, 6, 2, 20, 0, 0 zio_data_buf_10240: 10240, 0, 14, 0, 20, 0, 0 zio_buf_12288: 12288, 0, 5, 4, 148, 0, 0 zio_data_buf_12288: 12288, 0, 22, 55, 92, 0, 0 zio_buf_14336: 14336, 0, 0, 0, 0, 0, 0 zio_data_buf_14336: 14336, 0, 15, 0, 21, 0, 0 zio_buf_16384: 16384, 0, 149, 5, 871, 0, 0 zio_data_buf_16384: 16384, 0, 18, 462, 500, 0, 0 zio_buf_20480: 20480, 0, 2, 3, 61, 0, 0 zio_data_buf_20480: 20480, 0, 21, 131, 164, 0, 0 zio_buf_24576: 24576, 0, 1, 3, 92, 0, 0 zio_data_buf_24576: 24576, 0, 15, 49, 82, 0, 0 zio_buf_28672: 28672, 0, 2, 3, 30, 0, 0 zio_data_buf_28672: 28672, 0, 13, 59, 76, 0, 0 zio_buf_32768: 32768, 0, 1, 3, 35, 0, 0 zio_data_buf_32768: 32768, 0, 17, 62, 85, 0, 0 zio_buf_40960: 40960, 0, 0, 4, 65, 0, 0 zio_data_buf_40960: 40960, 0, 74, 272, 361, 0, 0 zio_buf_49152: 49152, 0, 3, 4, 59, 0, 0 zio_data_buf_49152: 49152, 0, 228, 52, 287, 0, 0 zio_buf_57344: 57344, 0, 2, 3, 39, 0, 0 zio_data_buf_57344: 57344, 0, 55, 43, 111, 0, 0 zio_buf_65536: 65536, 0, 0, 4, 36, 0, 0 zio_data_buf_65536: 65536, 0, 78, 32, 129, 0, 0 zio_buf_81920: 81920, 0, 0, 3, 52, 0, 0 zio_data_buf_81920: 81920, 0, 148, 131, 323, 0, 0 zio_buf_98304: 98304, 0, 0, 3, 100, 0, 0 zio_data_buf_98304: 98304, 0, 362, 90, 472, 0, 0 zio_buf_114688: 114688, 0, 0, 5, 107, 0, 0 zio_data_buf_114688: 114688, 0, 24, 14, 45, 0, 0 zio_buf_131072: 131072, 0, 122, 325, 3483, 0, 0 zio_data_buf_131072: 131072, 0, 151, 1065, 9557, 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, 3, 4129, 0, 0 sa_cache: 136, 0, 594, 160, 753, 0, 0 dnode_t: 736, 0, 982, 33, 1983, 0, 0 arc_buf_hdr_t_full: 224, 0, 1798, 2350, 18526, 0, 0 arc_buf_hdr_t_l2only: 88, 0, 0, 0, 0, 0, 0 arc_buf_t: 56, 0, 710, 1349, 19593, 0, 0 dmu_buf_impl_t: 232, 0, 1410, 800, 20043, 0, 0 zil_lwb_cache: 192, 0, 5, 135, 29, 0, 0 zfs_znode_cache: 264, 0, 594, 81, 753, 0, 0 procdesc: 136, 0, 0, 0, 0, 0, 0 ksiginfo: 112, 0, 48, 1002, 53, 0, 0 itimer: 352, 0, 0, 0, 0, 0, 0 KNOTE: 128, 0, 0, 0, 0, 0, 0 socket: 864, 129924, 14, 26, 1589, 0, 0 ipq: 56, 7881, 0, 0, 0, 0, 0 udp_inpcb: 464, 129928, 2, 62, 237, 0, 0 udpcb: 32, 130000, 2, 623, 237, 0, 0 tcp_inpcb: 464, 129928, 4, 60, 6, 0, 0 tcpcb: 1040, 129924, 4, 14, 6, 0, 0 tcptw: 88, 26010, 0, 0, 0, 0, 0 syncache: 168, 15364, 0, 69, 1, 0, 0 hostcache: 128, 15376, 0, 0, 0, 0, 0 sackhole: 32, 0, 0, 0, 0, 0, 0 tcpreass: 40, 15800, 0, 0, 0, 0, 0 sctp_ep: 1488, 129924, 0, 0, 0, 0, 0 sctp_asoc: 2408, 40000, 0, 0, 0, 0, 0 sctp_laddr: 48, 80012, 0, 581, 16, 0, 0 sctp_raddr: 736, 80000, 0, 0, 0, 0, 0 sctp_chunk: 152, 400010, 0, 0, 0, 0, 0 sctp_readq: 152, 400010, 0, 0, 0, 0, 0 sctp_stream_msg_out: 112, 400015, 0, 0, 0, 0, 0 sctp_asconf: 40, 400000, 0, 0, 0, 0, 0 sctp_asconf_ack: 48, 400060, 0, 0, 0, 0, 0 udplite_inpcb: 464, 129928, 0, 0, 0, 0, 0 ripcb: 464, 129928, 0, 0, 0, 0, 0 unpcb: 240, 129936, 7, 121, 1325, 0, 0 rtentry: 208, 0, 13, 63, 27, 0, 0 selfd: 64, 0, 28, 530, 2494, 0, 0 SWAPMETA: 288, 502944, 0, 0, 0, 0, 0 ipq: 56, 7881, 0, 0, 0, 0, 0 udp_inpcb: 464, 129928, 1, 31, 2, 0, 0 udpcb: 32, 130000, 1, 374, 2, 0, 0 tcp_inpcb: 464, 129928, 0, 0, 0, 0, 0 tcpcb: 1040, 129924, 0, 0, 0, 0, 0 tcptw: 88, 26010, 0, 0, 0, 0, 0 syncache: 168, 15364, 0, 0, 0, 0, 0 hostcache: 128, 15376, 0, 0, 0, 0, 0 sackhole: 32, 0, 0, 0, 0, 0, 0 sctp_ep: 1488, 129924, 0, 0, 0, 0, 0 sctp_asoc: 2408, 40000, 0, 0, 0, 0, 0 sctp_laddr: 48, 80012, 0, 0, 0, 0, 0 sctp_raddr: 736, 80000, 0, 0, 0, 0, 0 sctp_chunk: 152, 400010, 0, 0, 0, 0, 0 sctp_readq: 152, 400010, 0, 0, 0, 0, 0 sctp_stream_msg_out: 112, 400015, 0, 0, 0, 0, 0 sctp_asconf: 40, 400000, 0, 0, 0, 0, 0 sctp_asconf_ack: 48, 400060, 0, 0, 0, 0, 0 udplite_inpcb: 464, 129928, 0, 0, 0, 0, 0 ripcb: 464, 129928, 0, 0, 0, 0, 0 rtentry: 208, 0, 2, 74, 2, 0, 0 ------------------------------------------------------------------------ vmstat -i interrupt total rate irq1: atkbd0 2 0 irq6: fdc0 13 1 irq15: ata1 143 12 irq17: em3 mpt0 6861 588 irq18: em0 327 28 cpu0:timer 8059 690 cpu1:timer 7154 613 Total 22559 1932 ------------------------------------------------------------------------ pstat -T 53/129921 files 0M/2047M swap space ------------------------------------------------------------------------ pstat -s Device 512-blocks Used Avail Capacity /dev/da0p2 4194048 0 4194048 0% ------------------------------------------------------------------------ iostat tty da0 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 0 68 70.03 52 3.58 10.67 1 0.01 0.00 0 0.00 2 0 1 0 97 ------------------------------------------------------------------------ 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: 146 packets sent 143 data packets (12162 bytes) 0 data packets (0 bytes) retransmitted 0 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 3 ack-only packets (1 delayed) 0 URG only packets 0 window probe packets 0 window update packets 0 control packets 181 packets received 117 acks (for 11383 bytes) 0 duplicate acks 0 acks for unsent data 69 packets (6037 bytes) received in-sequence 0 completely duplicate packets (0 bytes) 0 old duplicate packets 0 packets with some dup. data (0 bytes duped) 0 out-of-order packets (0 bytes) 0 packets (0 bytes) of data after window 0 window probes 0 window update packets 0 packets received after close 0 discarded for bad checksums 0 discarded for bad header offset fields 0 discarded because packet too short 0 discarded due to memory problems 0 connection requests 1 connection accept 0 bad connection attempts 0 listen queue overflows 0 ignored RSTs in the windows 1 connection established (including accepts) 0 times used RTT from hostcache 0 times used RTT variance from hostcache 0 times used slow-start threshold from hostcache 2 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 117 segments updated rtt (of 69 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 103 correct ACK header predictions 62 correct data packet header predictions 1 syncache entry added 0 retransmitted 0 dupsyn 0 dropped 1 completed 0 bucket overflow 0 cache overflow 0 reset 0 stale 0 aborted 0 badack 0 unreach 0 zone failures 1 cookie sent 0 cookies received 0 hostcache entries added 0 bucket overflow 0 SACK recovery episodes 0 segment rexmits in SACK recovery episodes 0 byte rexmits in SACK recovery episodes 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 3 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: 6 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 0 with no checksum 0 dropped due to no socket 0 broadcast/multicast datagrams undelivered 0 dropped due to full socket buffers 0 not for hashed pcb 6 delivered 6 datagrams output 0 times multicast source filter matched ip: 193 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 187 packets for this host 0 packets for unknown/unsupported protocol 0 packets forwarded (0 packets fast forwarded) 6 packets not forwardable 0 packets received for unknown multicast group 0 redirects sent 153 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 0 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 tunneling packets that can't find gif 0 datagrams with bad address in header icmp: 0 calls to icmp_error 0 errors not generated in response to an icmp message 0 messages with bad code fields 0 messages less than the minimum length 0 messages with bad checksum 0 messages with bad length 0 multicast echo requests ignored 0 multicast timestamp requests ignored 0 message responses generated 0 invalid return addresses 0 no return routes 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: 2 ARP requests sent 0 ARP replies sent 15 ARP requests received 1 ARP reply received 22 ARP packets received 0 total packets dropped due to no ARP entry 0 ARP entrys timed out 0 Duplicate IPs seen ip6: 0 total packets received 0 with size smaller than minimum 0 with data size < data length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 fragments that exceeded limit 0 packets reassembled ok 0 packets for this host 0 packets forwarded 0 packets not forwardable 0 redirects sent 0 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 0 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 packets that violated scope rules 0 multicast packets which we don't join Mbuf statistics: 0 one mbuf 0 one ext mbuf 0 two or more ext mbuf 0 packets whose headers are not contiguous 0 tunneling packets that can't find gif 0 packets discarded because of too many headers 0 failures of source address selection icmp6: 0 calls to icmp6_error 0 errors not generated in response to an icmp6 message 0 errors not generated because of rate limitation 0 messages with bad code fields 0 messages < minimum length 0 bad checksums 0 messages with bad length Histogram of error messages to be generated: 0 no route 0 administratively prohibited 0 beyond scope 0 address unreachable 0 port unreachable 0 packet too big 0 time exceed transit 0 time exceed reassembly 0 erroneous header field 0 unrecognized next header 0 unrecognized option 0 redirect 0 unknown 0 message responses generated 0 messages with too many ND options 0 messages with bad ND options 0 bad neighbor solicitation messages 0 bad neighbor advertisement messages 0 bad router solicitation messages 0 bad router advertisement messages 0 bad redirect messages 0 path MTU changes ipsec6: 0 inbound packets violated process security policy 0 inbound packets failed due to insufficient memory 0 invalid inbound packets 0 outbound packets violated process security policy 0 outbound packets with no SA available 0 outbound packets failed due to insufficient memory 0 outbound packets with no route available 0 invalid outbound packets 0 outbound packets with bundled SAs 0 mbufs coalesced during clone 0 clusters coalesced during clone 0 clusters copied during clone 0 mbufs inserted during makespace rip6: 0 messages received 0 checksum calculations on inbound 0 messages with bad checksum 0 messages dropped due to no socket 0 multicast messages dropped due to no socket 0 messages dropped due to full socket buffers 0 delivered 0 datagrams output pfkey: 0 requests sent from userland 0 bytes sent from userland 0 messages with invalid length field 0 messages with invalid version field 0 messages with invalid message type field 0 messages too short 0 messages with memory allocation failure 0 messages with duplicate extension 0 messages with invalid extension type 0 messages with invalid sa type 0 messages with invalid address extension 0 requests sent to userland 0 bytes sent to userland 0 messages toward single socket 0 messages toward all sockets 0 messages toward registered sockets 0 messages with memory allocation failure ------------------------------------------------------------------------ netstat -m 268/760/1028 mbufs in use (current/cache/total) 248/518/766/251470 mbuf clusters in use (current/cache/total/max) 256/511 mbuf+clusters out of packet secondary zone in use (current/cache) 0/3/3/125735 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/111762 9k jumbo clusters in use (current/cache/total/max) 0/0/0/83820 16k jumbo clusters in use (current/cache/total/max) 563K/1238K/1801K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters delayed (4k/9k/16k) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0 sendfile syscalls 0 sendfile syscalls completed without I/O request 0 requests for I/O initiated by sendfile 0 pages read by sendfile as part of a request 0 pages were valid at time of a sendfile request 0 pages were requested for read ahead by applications 0 pages were read ahead by sendfile 0 times sendfile encountered an already busy page 0 requests for sfbufs denied 0 requests for sfbufs delayed ------------------------------------------------------------------------ netstat -anA Active Internet connections (including servers) Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state) fffff8004c63b410 tcp4 0 780 10.10.20.11.22 10.8.8.4.58234 ESTABLISHED fffff8004c63b820 tcp4 0 0 127.0.0.1.25 *.* LISTEN fffff8004c4e2410 tcp4 0 0 *.22 *.* LISTEN fffff8004c4e2820 tcp6 0 0 *.22 *.* LISTEN fffff80004bdc570 udp4 0 0 *.514 *.* fffff80004bdc740 udp6 0 0 *.514 *.* Active UNIX domain sockets Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr fffff80004d1fb40 stream 0 0 fffff80004d2e1d8 0 0 0 /var/run/devd.pipe fffff80004d434b0 dgram 0 0 0 fffff80004d43690 0 fffff80004d1fa50 fffff80004d435a0 dgram 0 0 0 fffff80004d43780 0 0 fffff80004d1fa50 dgram 0 0 0 fffff80004d43690 0 0 fffff80004d43690 dgram 0 0 fffff80004b59ce8 0 fffff80004d434b0 0 /var/run/logpriv fffff80004d43780 dgram 0 0 fffff80004e9b588 0 fffff80004d435a0 0 /var/run/log fffff80004d43870 seqpac 0 0 fffff80004d2e000 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 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 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 0x200000000 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 5 at 0x10800000001 fstat: can't read file 11 at 0x8800000000 fstat: can't read file 17 at 0x8600000000 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 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 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 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 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 ifconfig 1227 root - - error - root ifconfig 1227 wd - - error - root ifconfig 1227 jail - - error - root ifconfig 1227 text - - error - root ifconfig 1227 ctty /dev 86 crw--w---- pts/0 rw root ifconfig 1227 0 /dev 86 crw--w---- pts/0 rw root sh 1069 root - - error - root sh 1069 wd - - error - root sh 1069 text - - error - root sh 1069 ctty /dev 86 crw--w---- pts/0 rw root sh 1069 0 /dev 86 crw--w---- pts/0 rw root sh 1069 6 /dev 86 crw--w---- pts/0 rw root csh 1062 root - - error - root csh 1062 wd - - error - root csh 1062 text - - error - root csh 1062 ctty /dev 86 crw--w---- pts/0 rw root sshd 1060 root - - error - root sshd 1060 wd - - error - root sshd 1060 text - - error - root sshd 1060 0 /dev 25 crw-rw-rw- null rw root sshd 1060 6 /dev 25 crw-rw-rw- null rw root getty 1059 root - - error - root getty 1059 wd - - error - root getty 1059 text - - error - root getty 1059 ctty /dev 69 crw------- ttyv7 rw root getty 1059 0 /dev 69 crw------- ttyv7 rw root getty 1058 root - - error - root getty 1058 wd - - error - root getty 1058 text - - error - root getty 1058 ctty /dev 68 crw------- ttyv6 rw root getty 1058 0 /dev 68 crw------- ttyv6 rw root getty 1057 root - - error - root getty 1057 wd - - error - root getty 1057 text - - error - root getty 1057 ctty /dev 67 crw------- ttyv5 rw root getty 1057 0 /dev 67 crw------- ttyv5 rw root getty 1056 root - - error - root getty 1056 wd - - error - root getty 1056 text - - error - root getty 1056 ctty /dev 66 crw------- ttyv4 rw root getty 1056 0 /dev 66 crw------- ttyv4 rw root getty 1055 root - - error - root getty 1055 wd - - error - root getty 1055 text - - error - root getty 1055 ctty /dev 65 crw------- ttyv3 rw root getty 1055 0 /dev 65 crw------- ttyv3 rw root getty 1054 root - - error - root getty 1054 wd - - error - root getty 1054 text - - error - root getty 1054 ctty /dev 64 crw------- ttyv2 rw root getty 1054 0 /dev 64 crw------- ttyv2 rw root getty 1053 root - - error - root getty 1053 wd - - error - root getty 1053 text - - error - root getty 1053 ctty /dev 63 crw------- ttyv1 rw root getty 1053 0 /dev 63 crw------- ttyv1 rw root getty 1052 root - - error - root getty 1052 wd - - error - root getty 1052 text - - error - root getty 1052 ctty /dev 62 crw------- ttyv0 rw root getty 1052 0 /dev 62 crw------- ttyv0 rw root cron 1005 root - - error - root cron 1005 wd - - error - root cron 1005 text - - error - root cron 1005 0 /dev 25 crw-rw-rw- null rw smmsp sendmail 1001 root - - error - smmsp sendmail 1001 wd - - error - smmsp sendmail 1001 text - - error - smmsp sendmail 1001 0 /dev 25 crw-rw-rw- null r root sendmail 998 root - - error - root sendmail 998 wd - - error - root sendmail 998 text - - error - root sendmail 998 0 /dev 25 crw-rw-rw- null r root sshd 995 root - - error - root sshd 995 wd - - error - root sshd 995 text - - error - root sshd 995 0 /dev 25 crw-rw-rw- null rw root syslogd 819 root - - error - root syslogd 819 wd - - error - root syslogd 819 text - - error - root syslogd 819 0 /dev 25 crw-rw-rw- null rw root syslogd 819 6 /dev 25 crw-rw-rw- null rw root syslogd 819 12 /dev 25 crw-rw-rw- null rw root syslogd 819 18 - - error - root devd 660 root - - error - root devd 660 wd - - error - root devd 660 text - - error - root devd 660 0 /dev 25 crw-rw-rw- null rw root devd 660 6 /dev 25 crw-rw-rw- null rw root zfskern 7 root - - error - root zfskern 7 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 d to UP epair16a: changing name to 'zombie_14_prv' epair16b: changing name to 'zombie_14_rtr' epair17a: Ethernet address: 02:ff:e0:00:11:0a epair17b: Ethernet address: 02:ff:30:00:12:0b epair17a: link state changed to UP epair17b: link state changed to UP epair17a: changing name to 'zombie_16_br' zombie_16_br: promiscuous mode enabled epair17b: changing name to 'zombie_16_pub' epair18a: Ethernet address: 02:ff:e0:00:12:0a epair18b: Ethernet address: 02:ff:30:00:13:0b epair18a: link state changed to UP epair18b: link state changed to UP epair18a: changing name to 'zombie_16_prv' epair18b: changing name to 'zombie_16_rtr' epair19a: Ethernet address: 02:ff:e0:00:12:0a epair19b: Ethernet address: 02:ff:30:00:13:0b epair19a: link state changed to UP epair19b: link state changed to UP epair19a: changing name to 'zombie_18_br' zombie_18_br: promiscuous mode enabled epair19b: changing name to 'zombie_18_pub' epair20a: Ethernet address: 02:ff:e0:00:13:0a epair20b: Ethernet address: 02:ff:30:00:14:0b epair20a: link state changed to UP epair20b: link state changed to UP epair20a: changing name to 'zombie_18_prv' epair20b: changing name to 'zombie_18_rtr' zombie_16_prv: link state changed to DOWN zombie_16_rtr: link state changed to DOWN zombie_6_prv: link state changed to DOWN zombie_6_rtr: link state changed to DOWN zombie_12_br: link state changed to DOWN zombie_12_pub: link state changed to DOWN zombie_16_br: link state changed to DOWN zombie_16_pub: link state changed to DOWN zombie_18_br: link state changed to DOWN zombie_18_pub: link state changed to DOWN zombie_14_prv: link state changed to DOWN zombie_14_rtr: link state changed to DOWN zombie_10_br: link state changed to DOWN zombie_10_pub: link state changed to DOWN zombie_12_prv: link state changed to DOWN zombie_12_rtr: link state changed to DOWN vm_br: link state changed to DOWN router_br: promiscuous mode disabled zombie_0_br: link state changed to DOWN zombie_0_pub: link state changed to DOWN zombie_0_prv: link state changed to DOWN zombie_0_rtr: link state changed to DOWN zombie_2_br: link state changed to DOWN zombie_2_pub: link state changed to DOWN zombie_10_prv: link state changed to DOWN zombie_10_rtr: link state changed to DOWN zombie_4_br: link state changed to DOWN zombie_4_pub: link state changed to DOWN zombie_8_br: link state changed to DOWN zombie_8_pub: link state changed to DOWN zombie_2_prv: link state changed to DOWN zombie_2_rtr: link state changed to DOWN zombie_14_br: promiscuous mode disabled zombie_6_br: promiscuous mode disabled em0_br: link state changed to DOWN em0: promiscuous mode disabled zombie_8_prv: link state changed to DOWN zombie_8_rtr: link state changed to DOWN router_br: link state changed to DOWN router_rtr: link state changed to DOWN zombie_14_br: link state changed to DOWN zombie_14_pub: link state changed to DOWN zombie_4_prv: link state changed to DOWN zombie_4_rtr: link state changed to DOWN zombie_18_prv: link state changed to DOWN zombie_18_rtr: link state changed to DOWN zombie_6_br: link state changed to DOWN zombie_6_pub: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'em0_br' em0_br: link state changed to UP em0: promiscuous mode enabled bridge1: Ethernet address: 02:14:c8:61:28:01 bridge1: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:08:0a epair0b: Ethernet address: 02:ff:30:00:09:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' vm_br: link state changed to UP router_br: promiscuous mode enabled epair0b: changing name to 'router_rtr' epair1a: Ethernet address: 02:ff:e0:00:09:0a epair1b: Ethernet address: 02:ff:30:00:0a:0b epair1a: link state changed to UP epair1b: link state changed to UP epair1a: changing name to 'zombie_0_br' zombie_0_br: promiscuous mode enabled epair1b: changing name to 'zombie_0_pub' epair2a: Ethernet address: 02:ff:e0:00:0a:0a epair2b: Ethernet address: 02:ff:30:00:0b:0b epair2a: link state changed to UP epair2b: link state changed to UP epair2a: changing name to 'zombie_0_prv' epair2b: changing name to 'zombie_0_rtr' epair3a: Ethernet address: 02:ff:e0:00:0a:0a epair3b: Ethernet address: 02:ff:30:00:0b:0b epair3a: link state changed to UP epair3b: link state changed to UP epair3a: changing name to 'zombie_2_br' zombie_2_br: promiscuous mode enabled epair3b: changing name to 'zombie_2_pub' epair4a: Ethernet address: 02:ff:e0:00:0b:0a epair4b: Ethernet address: 02:ff:30:00:0c:0b epair4a: link state changed to UP epair4b: link state changed to UP epair4a: changing name to 'zombie_2_prv' epair4b: changing name to 'zombie_2_rtr' epair5a: Ethernet address: 02:ff:e0:00:0b:0a epair5b: Ethernet address: 02:ff:30:00:0c:0b epair5a: link state changed to UP epair5b: link state changed to UP epair5a: changing name to 'zombie_4_br' zombie_4_br: promiscuous mode enabled epair5b: changing name to 'zombie_4_pub' epair6a: Ethernet address: 02:ff:e0:00:0c:0a epair6b: Ethernet address: 02:ff:30:00:0d:0b epair6a: link state changed to UP epair6b: link state changed to UP epair6a: changing name to 'zombie_4_prv' epair6b: changing name to 'zombie_4_rtr' epair7a: Ethernet address: 02:ff:e0:00:0c:0a epair7b: Ethernet address: 02:ff:30:00:0d:0b epair7a: link state changed to UP epair7b: link state changed to UP epair7a: changing name to 'zombie_6_br' zombie_6_br: promiscuous mode enabled epair7b: changing name to 'zombie_6_pub' epair8a: Ethernet address: 02:ff:e0:00:0d:0a epair8b: Ethernet address: 02:ff:30:00:0e:0b epair8a: link state changed to UP epair8b: link state changed to UP epair8a: changing name to 'zombie_6_prv' epair8b: changing name to 'zombie_6_rtr' epair9a: Ethernet address: 02:ff:e0:00:0d:0a epair9b: Ethernet address: 02:ff:30:00:0e:0b epair9a: link state changed to UP epair9b: link state changed to UP epair9a: changing name to 'zombie_8_br' zombie_8_br: promiscuous mode enabled epair9b: changing name to 'zombie_8_pub' epair10a: Ethernet address: 02:ff:e0:00:0e:0a epair10b: Ethernet address: 02:ff:30:00:0f:0b epair10a: link state changed to UP epair10b: link state changed to UP epair10a: changing name to 'zombie_8_prv' epair10b: changing name to 'zombie_8_rtr' epair11a: Ethernet address: 02:ff:e0:00:0e:0a epair11b: Ethernet address: 02:ff:30:00:0f:0b epair11a: link state changed to UP epair11b: link state changed to UP epair11a: changing name to 'zombie_10_br' zombie_10_br: promiscuous mode enabled epair11b: changing name to 'zombie_10_pub' Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 02 fault virtual address = 0x10 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80bc9f44 stack pointer = 0x28:0xfffffe00f5d8b870 frame pointer = 0x28:0xfffffe00f5d8b8d0 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 = 12 (swi1: netisr 0) trap number = 12 panic: page fault cpuid = 1 KDB: stack backtrace: #0 0xffffffff80b05fe7 at kdb_backtrace+0x67 #1 0xffffffff80abbff6 at vpanic+0x186 #2 0xffffffff80abbe63 at panic+0x43 #3 0xffffffff80f91d32 at trap_fatal+0x322 #4 0xffffffff80f91efc at trap_pfault+0x1bc #5 0xffffffff80f915b0 at trap+0x280 #6 0xffffffff80f74ec1 at calltrap+0x8 #7 0xffffffff80be0c8f at netisr_dispatch_src+0xff #8 0xffffffff80bc96f4 at ether_input+0x54 #9 0xffffffff80be158f at swi_net+0x19f #10 0xffffffff80a76e0f at intr_event_execute_handlers+0x20f #11 0xffffffff80a77076 at ithread_loop+0xc6 #12 0xffffffff80a739e5 at fork_exit+0x85 #13 0xffffffff80f753fe at fork_trampoline+0xe Uptime: 5m55s Dumping 355 out of 4060 MB:..5%..14%..23%..32%..41%..54%..63%..72%..81%..95% Dump complete Copyright (c) 1992-2017 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-STABLE #1 r315241: Tue Mar 14 12:58:54 UTC 2017 root@FreeBSD-11-STABLE:/usr/obj/usr/src/sys/VNET amd64 FreeBSD clang version 3.9.1 (tags/RELEASE_391/final 289601) (based on LLVM 3.9.1) VT(vga): text 80x25 CPU: Intel(R) Xeon(R) CPU E3-1240 v5 @ 3.50GHz (3504.00-MHz K8-class CPU) Origin="GenuineIntel" Id=0x506e3 Family=0x6 Model=0x5e Stepping=3 Features=0xfa3fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,DTS,MMX,FXSR,SSE,SSE2,SS> Features2=0xfffa3203<SSE3,PCLMULQDQ,SSSE3,FMA,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x121<LAHF,ABM,Prefetch> Structured Extended Features=0x1c2f3a<TSCADJ,BMI1,HLE,AVX2,BMI2,ERMS,INVPCID,RTM,NFPUSG,RDSEED,ADX,SMAP> XSAVE Features=0x1<XSAVEOPT> TSC: P-state invariant Hypervisor: Origin = "VMwareVMware" real memory = 4294967296 (4096 MB) avail memory = 4086861824 (3897 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <PTLTD APIC > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 2 package(s) random: unblocking device. WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. MADT: Forcing active-low polarity and level trigger for SCI ioapic0 <Version 1.1> irqs 0-23 on motherboard random: entropy device external interface kbd1 at kbdmux0 netmap: loaded module module_register_init: MOD_LOAD (vesa, 0xffffffff8100b770, 0) error 19 random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" nexus0 vtvga0: <VT VGA driver> on motherboard cryptosoft0: <software crypto> on motherboard acpi0: <INTEL 440BX> on motherboard acpi0: Power Button (fixed) hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 cpu0: <ACPI CPU> numa-domain 0 on acpi0 cpu1: <ACPI CPU> numa-domain 0 on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1060-0x106f at device 7.1 on pci0 ata0: <ATA channel> at channel 0 on atapci0 ata1: <ATA channel> at channel 1 on atapci0 pci0: <bridge> at device 7.3 (no driver attached) vgapci0: <VGA-compatible display> port 0x1070-0x107f mem 0xe8000000-0xefffffff,0xfe000000-0xfe7fffff irq 16 at device 15.0 on pci0 vgapci0: Boot video device mpt0: <LSILogic 1030 Ultra4 Adapter> port 0x1400-0x14ff mem 0xfeba0000-0xfebbffff,0xfebc0000-0xfebdffff irq 17 at device 16.0 on pci0 mpt0: MPI Version=1.2.0.0 pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0 pci2: <ACPI PCI bus> on pcib2 em0: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2000-0x203f mem 0xfd5a0000-0xfd5bffff,0xfdff0000-0xfdffffff irq 18 at device 0.0 on pci2 em0: Ethernet address: 00:0c:29:7b:ac:81 em0: netmap queues/slots: TX 1/256, RX 1/256 em1: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2040-0x207f mem 0xfd580000-0xfd59ffff,0xfdfe0000-0xfdfeffff irq 19 at device 1.0 on pci2 em1: Ethernet address: 00:0c:29:7b:ac:8b em1: netmap queues/slots: TX 1/256, RX 1/256 em2: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2080-0x20bf mem 0xfd560000-0xfd57ffff,0xfdfd0000-0xfdfdffff irq 16 at device 2.0 on pci2 em2: Ethernet address: 00:0c:29:7b:ac:95 em2: netmap queues/slots: TX 1/256, RX 1/256 em3: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x20c0-0x20ff mem 0xfd540000-0xfd55ffff,0xfdfc0000-0xfdfcffff irq 17 at device 3.0 on pci2 em3: Ethernet address: 00:0c:29:7b:ac:9f em3: netmap queues/slots: TX 1/256, RX 1/256 pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0 pcib3: [GIANT-LOCKED] pcib4: <ACPI PCI-PCI bridge> at device 21.1 on pci0 pcib4: [GIANT-LOCKED] pcib5: <ACPI PCI-PCI bridge> at device 21.2 on pci0 pcib5: [GIANT-LOCKED] pcib6: <ACPI PCI-PCI bridge> at device 21.3 on pci0 pcib6: [GIANT-LOCKED] pcib7: <ACPI PCI-PCI bridge> at device 21.4 on pci0 pcib7: [GIANT-LOCKED] pcib8: <ACPI PCI-PCI bridge> at device 21.5 on pci0 pcib8: [GIANT-LOCKED] pcib9: <ACPI PCI-PCI bridge> at device 21.6 on pci0 pcib9: [GIANT-LOCKED] pcib10: <ACPI PCI-PCI bridge> at device 21.7 on pci0 pcib10: [GIANT-LOCKED] pcib11: <ACPI PCI-PCI bridge> at device 22.0 on pci0 pcib11: [GIANT-LOCKED] pcib12: <ACPI PCI-PCI bridge> at device 22.1 on pci0 pcib12: [GIANT-LOCKED] pcib13: <ACPI PCI-PCI bridge> at device 22.2 on pci0 pcib13: [GIANT-LOCKED] pcib14: <ACPI PCI-PCI bridge> at device 22.3 on pci0 pcib14: [GIANT-LOCKED] pcib15: <ACPI PCI-PCI bridge> at device 22.4 on pci0 pcib15: [GIANT-LOCKED] pcib16: <ACPI PCI-PCI bridge> at device 22.5 on pci0 pcib16: [GIANT-LOCKED] pcib17: <ACPI PCI-PCI bridge> at device 22.6 on pci0 pcib17: [GIANT-LOCKED] pcib18: <ACPI PCI-PCI bridge> at device 22.7 on pci0 pcib18: [GIANT-LOCKED] pcib19: <ACPI PCI-PCI bridge> at device 23.0 on pci0 pcib19: [GIANT-LOCKED] pcib20: <ACPI PCI-PCI bridge> at device 23.1 on pci0 pcib20: [GIANT-LOCKED] pcib21: <ACPI PCI-PCI bridge> at device 23.2 on pci0 pcib21: [GIANT-LOCKED] pcib22: <ACPI PCI-PCI bridge> at device 23.3 on pci0 pcib22: [GIANT-LOCKED] pcib23: <ACPI PCI-PCI bridge> at device 23.4 on pci0 pcib23: [GIANT-LOCKED] pcib24: <ACPI PCI-PCI bridge> at device 23.5 on pci0 pcib24: [GIANT-LOCKED] pcib25: <ACPI PCI-PCI bridge> at device 23.6 on pci0 pcib25: [GIANT-LOCKED] pcib26: <ACPI PCI-PCI bridge> at device 23.7 on pci0 pcib26: [GIANT-LOCKED] pcib27: <ACPI PCI-PCI bridge> at device 24.0 on pci0 pcib27: [GIANT-LOCKED] pcib28: <ACPI PCI-PCI bridge> at device 24.1 on pci0 pcib28: [GIANT-LOCKED] pcib29: <ACPI PCI-PCI bridge> at device 24.2 on pci0 pcib29: [GIANT-LOCKED] pcib30: <ACPI PCI-PCI bridge> at device 24.3 on pci0 pcib30: [GIANT-LOCKED] pcib31: <ACPI PCI-PCI bridge> at device 24.4 on pci0 pcib31: [GIANT-LOCKED] pcib32: <ACPI PCI-PCI bridge> at device 24.5 on pci0 pcib32: [GIANT-LOCKED] pcib33: <ACPI PCI-PCI bridge> at device 24.6 on pci0 pcib33: [GIANT-LOCKED] pcib34: <ACPI PCI-PCI bridge> at device 24.7 on pci0 pcib34: [GIANT-LOCKED] acpi_acad0: <AC Adapter> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcafff,0xcb000-0xcbfff,0xcc000-0xccfff,0xcd000-0xcdfff,0xdc000-0xdffff,0xe0000-0xe7fff on isa0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf. ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec usb_needs_explore_all: no devclass nvme cam probe device init em0: link state changed to UP em1: link state changed to UP em2: link state changed to UP em3: link state changed to UP (da0:mpt0:0:0:0): UNMAPPED da0 at mpt0 bus 0 scbus2 target 0 lun 0 da0: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit) da0: Command Queueing enabled da0: 40960MB (83886080 512 byte sectors) da0: quirks=0x40<RETRY_BUSY> cd0 at ata1 bus 0 scbus1 target 0 lun 0 cd0: <NECVMWar VMware IDE CDR10 1.00> Removable CD-ROM SCSI device cd0: Serial Number 10000000000000000001 cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: 643MB (329521 2048 byte sectors) SMP: AP CPU #1 Launched! cd0: quirks=0x40<RETRY_BUSY> Trying to mount root from zfs:zroot/ROOT/default []... Setting hostuuid: 564d512d-c326-1ad0-f137-f195057bac81. Setting hostid: 0x14c86128. Starting file system checks: Mounting local filesystems:. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/perl5/5.24/mach/CORE 32-bit compatibility ldconfig path: /usr/lib32 Setting hostname: FreeBSD-11-STABLE. Setting up harvesting: [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED Feeding entropy: . Starting Network: lo0 em0 em1 em2 em3. 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 0x5 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> groups: lo em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:81 inet 10.10.20.11 netmask 0xffffff00 broadcast 10.10.20.255 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting devd. Starting Network: em1. em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em2. em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em3. em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active add host 127.0.0.1: gateway lo0 fib 0: route already in table add net default: gateway 10.10.20.1 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. savecore: reboot after panic: page fault Mar 14 14:22:11 FreeBSD-11-STABLE savecore: reboot after panic: page fault savecore: writing core to /var/crash/vmcore.4 Writing crash summary to /var/crash/core.txt.4. Clearing /tmp (X related). Updating motd:. Mounting late filesystems:. Configuring vt: blanktime. Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Tue Mar 14 14:22:18 UTC 2017 bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' epair0b: changing name to 'router_rtr' vm_br: link state changed to UP router_br: promiscuous mode enabled vm_br: link state changed to DOWN router_br: promiscuous mode disabled router_br: link state changed to DOWN router_rtr: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' epair0b: changing name to 'router_rtr' vm_br: link state changed to UP router_br: promiscuous mode enabled vm_br: link state changed to DOWN router_br: promiscuous mode disabled router_br: link state changed to DOWN router_rtr: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' epair0b: changing name to 'router_rtr' vm_br: link state changed to UP router_br: promiscuous mode enabled vm_br: link state changed to DOWN router_br: promiscuous mode disabled router_br: link state changed to DOWN router_rtr: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' epair0b: changing name to 'router_rtr' vm_br: link state changed to UP router_br: promiscuous mode enabled vm_br: link state changed to DOWN router_br: promiscuous mode disabled router_br: link state changed to DOWN router_rtr: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' epair0b: changing name to 'router_rtr' vm_br: link state changed to UP router_br: promiscuous mode enabled vm_br: link state changed to DOWN router_br: promiscuous mode disabled router_br: link state changed to DOWN router_rtr: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' epair0b: changing name to 'router_rtr' vm_br: link state changed to UP router_br: promiscuous mode enabled vm_br: link state changed to DOWN router_br: promiscuous mode disabled router_br: link state changed to DOWN router_rtr: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' epair0b: changing name to 'router_rtr' vm_br: link state changed to UP router_br: promiscuous mode enabled vm_br: link state changed to DOWN router_br: promiscuous mode disabled router_br: link state changed to DOWN router_rtr: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' vm_br: link state changed to UP router_br: promiscuous mode enabled epair0b: changing name to 'router_rtr' router_br: promiscuous mode disabled vm_br: link state changed to DOWN router_br: link state changed to DOWN router_rtr: link state changed to DOWN bridge0: Ethernet address: 02:14:c8:61:28:00 bridge0: changing name to 'vm_br' epair0a: Ethernet address: 02:ff:e0:00:07:0a epair0b: Ethernet address: 02:ff:30:00:08:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_br' vm_br: link state changed to UP router_br: promiscuous mode enabled epair0b: changing name to 'router_rtr' Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 02 fault virtual address = 0x10 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80bc9f44 stack pointer = 0x28:0xfffffe00f5d8b870 frame pointer = 0x28:0xfffffe00f5d8b8d0 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 = 12 (swi1: netisr 0) trap number = 12 panic: page fault cpuid = 1 KDB: stack backtrace: #0 0xffffffff80b05fe7 at kdb_backtrace+0x67 #1 0xffffffff80abbff6 at vpanic+0x186 #2 0xffffffff80abbe63 at panic+0x43 #3 0xffffffff80f91d32 at trap_fatal+0x322 #4 0xffffffff80f91efc at trap_pfault+0x1bc #5 0xffffffff80f915b0 at trap+0x280 #6 0xffffffff80f74ec1 at calltrap+0x8 #7 0xffffffff80be0c8f at netisr_dispatch_src+0xff #8 0xffffffff80bc96f4 at ether_input+0x54 #9 0xffffffff80be158f at swi_net+0x19f #10 0xffffffff80a76e0f at intr_event_execute_handlers+0x20f #11 0xffffffff80a77076 at ithread_loop+0xc6 #12 0xffffffff80a739e5 at fork_exit+0x85 #13 0xffffffff80f753fe at fork_trampoline+0xe Uptime: 8m51s Dumping 334 out of 4060 MB:..5%..15%..24%..34%..44%..53%..63%..72%..82%..91% Dump complete Copyright (c) 1992-2017 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-STABLE #1 r315241: Tue Mar 14 12:58:54 UTC 2017 root@FreeBSD-11-STABLE:/usr/obj/usr/src/sys/VNET amd64 FreeBSD clang version 3.9.1 (tags/RELEASE_391/final 289601) (based on LLVM 3.9.1) VT(vga): text 80x25 CPU: Intel(R) Xeon(R) CPU E3-1240 v5 @ 3.50GHz (3504.00-MHz K8-class CPU) Origin="GenuineIntel" Id=0x506e3 Family=0x6 Model=0x5e Stepping=3 Features=0xfa3fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,DTS,MMX,FXSR,SSE,SSE2,SS> Features2=0xfffa3203<SSE3,PCLMULQDQ,SSSE3,FMA,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x121<LAHF,ABM,Prefetch> Structured Extended Features=0x1c2f3a<TSCADJ,BMI1,HLE,AVX2,BMI2,ERMS,INVPCID,RTM,NFPUSG,RDSEED,ADX,SMAP> XSAVE Features=0x1<XSAVEOPT> TSC: P-state invariant Hypervisor: Origin = "VMwareVMware" real memory = 4294967296 (4096 MB) avail memory = 4086861824 (3897 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <PTLTD APIC > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 2 package(s) random: unblocking device. WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. MADT: Forcing active-low polarity and level trigger for SCI ioapic0 <Version 1.1> irqs 0-23 on motherboard random: entropy device external interface kbd1 at kbdmux0 netmap: loaded module module_register_init: MOD_LOAD (vesa, 0xffffffff8100b770, 0) error 19 random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" nexus0 vtvga0: <VT VGA driver> on motherboard cryptosoft0: <software crypto> on motherboard acpi0: <INTEL 440BX> on motherboard acpi0: Power Button (fixed) hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 cpu0: <ACPI CPU> numa-domain 0 on acpi0 cpu1: <ACPI CPU> numa-domain 0 on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1060-0x106f at device 7.1 on pci0 ata0: <ATA channel> at channel 0 on atapci0 ata1: <ATA channel> at channel 1 on atapci0 pci0: <bridge> at device 7.3 (no driver attached) vgapci0: <VGA-compatible display> port 0x1070-0x107f mem 0xe8000000-0xefffffff,0xfe000000-0xfe7fffff irq 16 at device 15.0 on pci0 vgapci0: Boot video device mpt0: <LSILogic 1030 Ultra4 Adapter> port 0x1400-0x14ff mem 0xfeba0000-0xfebbffff,0xfebc0000-0xfebdffff irq 17 at device 16.0 on pci0 mpt0: MPI Version=1.2.0.0 pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0 pci2: <ACPI PCI bus> on pcib2 em0: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2000-0x203f mem 0xfd5a0000-0xfd5bffff,0xfdff0000-0xfdffffff irq 18 at device 0.0 on pci2 em0: Ethernet address: 00:0c:29:7b:ac:81 em0: netmap queues/slots: TX 1/256, RX 1/256 em1: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2040-0x207f mem 0xfd580000-0xfd59ffff,0xfdfe0000-0xfdfeffff irq 19 at device 1.0 on pci2 em1: Ethernet address: 00:0c:29:7b:ac:8b em1: netmap queues/slots: TX 1/256, RX 1/256 em2: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2080-0x20bf mem 0xfd560000-0xfd57ffff,0xfdfd0000-0xfdfdffff irq 16 at device 2.0 on pci2 em2: Ethernet address: 00:0c:29:7b:ac:95 em2: netmap queues/slots: TX 1/256, RX 1/256 em3: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x20c0-0x20ff mem 0xfd540000-0xfd55ffff,0xfdfc0000-0xfdfcffff irq 17 at device 3.0 on pci2 em3: Ethernet address: 00:0c:29:7b:ac:9f em3: netmap queues/slots: TX 1/256, RX 1/256 pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0 pcib3: [GIANT-LOCKED] pcib4: <ACPI PCI-PCI bridge> at device 21.1 on pci0 pcib4: [GIANT-LOCKED] pcib5: <ACPI PCI-PCI bridge> at device 21.2 on pci0 pcib5: [GIANT-LOCKED] pcib6: <ACPI PCI-PCI bridge> at device 21.3 on pci0 pcib6: [GIANT-LOCKED] pcib7: <ACPI PCI-PCI bridge> at device 21.4 on pci0 pcib7: [GIANT-LOCKED] pcib8: <ACPI PCI-PCI bridge> at device 21.5 on pci0 pcib8: [GIANT-LOCKED] pcib9: <ACPI PCI-PCI bridge> at device 21.6 on pci0 pcib9: [GIANT-LOCKED] pcib10: <ACPI PCI-PCI bridge> at device 21.7 on pci0 pcib10: [GIANT-LOCKED] pcib11: <ACPI PCI-PCI bridge> at device 22.0 on pci0 pcib11: [GIANT-LOCKED] pcib12: <ACPI PCI-PCI bridge> at device 22.1 on pci0 pcib12: [GIANT-LOCKED] pcib13: <ACPI PCI-PCI bridge> at device 22.2 on pci0 pcib13: [GIANT-LOCKED] pcib14: <ACPI PCI-PCI bridge> at device 22.3 on pci0 pcib14: [GIANT-LOCKED] pcib15: <ACPI PCI-PCI bridge> at device 22.4 on pci0 pcib15: [GIANT-LOCKED] pcib16: <ACPI PCI-PCI bridge> at device 22.5 on pci0 pcib16: [GIANT-LOCKED] pcib17: <ACPI PCI-PCI bridge> at device 22.6 on pci0 pcib17: [GIANT-LOCKED] pcib18: <ACPI PCI-PCI bridge> at device 22.7 on pci0 pcib18: [GIANT-LOCKED] pcib19: <ACPI PCI-PCI bridge> at device 23.0 on pci0 pcib19: [GIANT-LOCKED] pcib20: <ACPI PCI-PCI bridge> at device 23.1 on pci0 pcib20: [GIANT-LOCKED] pcib21: <ACPI PCI-PCI bridge> at device 23.2 on pci0 pcib21: [GIANT-LOCKED] pcib22: <ACPI PCI-PCI bridge> at device 23.3 on pci0 pcib22: [GIANT-LOCKED] pcib23: <ACPI PCI-PCI bridge> at device 23.4 on pci0 pcib23: [GIANT-LOCKED] pcib24: <ACPI PCI-PCI bridge> at device 23.5 on pci0 pcib24: [GIANT-LOCKED] pcib25: <ACPI PCI-PCI bridge> at device 23.6 on pci0 pcib25: [GIANT-LOCKED] pcib26: <ACPI PCI-PCI bridge> at device 23.7 on pci0 pcib26: [GIANT-LOCKED] pcib27: <ACPI PCI-PCI bridge> at device 24.0 on pci0 pcib27: [GIANT-LOCKED] pcib28: <ACPI PCI-PCI bridge> at device 24.1 on pci0 pcib28: [GIANT-LOCKED] pcib29: <ACPI PCI-PCI bridge> at device 24.2 on pci0 pcib29: [GIANT-LOCKED] pcib30: <ACPI PCI-PCI bridge> at device 24.3 on pci0 pcib30: [GIANT-LOCKED] pcib31: <ACPI PCI-PCI bridge> at device 24.4 on pci0 pcib31: [GIANT-LOCKED] pcib32: <ACPI PCI-PCI bridge> at device 24.5 on pci0 pcib32: [GIANT-LOCKED] pcib33: <ACPI PCI-PCI bridge> at device 24.6 on pci0 pcib33: [GIANT-LOCKED] pcib34: <ACPI PCI-PCI bridge> at device 24.7 on pci0 pcib34: [GIANT-LOCKED] acpi_acad0: <AC Adapter> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcafff,0xcb000-0xcbfff,0xcc000-0xccfff,0xcd000-0xcdfff,0xdc000-0xdffff,0xe0000-0xe7fff on isa0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf. ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec usb_needs_explore_all: no devclass nvme cam probe device init em0: link state changed to UP em1: link state changed to UP em2: link state changed to UP em3: link state changed to UP (da0:mpt0:0:0:0): UNMAPPED da0 at mpt0 bus 0 scbus2 target 0 lun 0 da0: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit) da0: Command Queueing enabled da0: 40960MB (83886080 512 byte sectors) da0: quirks=0x40<RETRY_BUSY> cd0 at ata1 bus 0 scbus1 target 0 lun 0 cd0: <NECVMWar VMware IDE CDR10 1.00> Removable CD-ROM SCSI device cd0: Serial Number 10000000000000000001 cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: 643MB (329521 2048 byte sectors) cd0: quirks=0x40<RETRY_BUSY> SMP: AP CPU #1 Launched! Trying to mount root from zfs:zroot/ROOT/default []... Setting hostuuid: 564d512d-c326-1ad0-f137-f195057bac81. Setting hostid: 0x14c86128. Starting file system checks: Mounting local filesystems:. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/perl5/5.24/mach/CORE 32-bit compatibility ldconfig path: /usr/lib32 Setting hostname: FreeBSD-11-STABLE. Setting up harvesting: [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED Feeding entropy: . Starting Network: lo0 em0 em1 em2 em3. 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 0x5 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> groups: lo em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:81 inet 10.10.20.11 netmask 0xffffff00 broadcast 10.10.20.255 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting devd. Starting Network: em1. em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em2. em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em3. em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active add host 127.0.0.1: gateway lo0 fib 0: route already in table add net default: gateway 10.10.20.1 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. savecore: reboot after panic: page fault Mar 14 14:31:27 FreeBSD-11-STABLE savecore: reboot after panic: page fault savecore: writing core to /var/crash/vmcore.5 Writing crash summary to /var/crash/core.txt.5. Clearing /tmp (X related). Updating motd:. Mounting late filesystems:. Configuring vt: blanktime. Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Tue Mar 14 14:31:34 UTC 2017 epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_a' epair0b: changing name to 'router_b' router_a: link state changed to DOWN router_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'router_a' epair0b: changing name to 'router_b' Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x10 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80bc9f44 stack pointer = 0x28:0xfffffe00f5d8b870 frame pointer = 0x28:0xfffffe00f5d8b8d0 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 = 12 (swi1: netisr 0) trap number = 12 panic: page fault cpuid = 0 KDB: stack backtrace: #0 0xffffffff80b05fe7 at kdb_backtrace+0x67 #1 0xffffffff80abbff6 at vpanic+0x186 #2 0xffffffff80abbe63 at panic+0x43 #3 0xffffffff80f91d32 at trap_fatal+0x322 #4 0xffffffff80f91efc at trap_pfault+0x1bc #5 0xffffffff80f915b0 at trap+0x280 #6 0xffffffff80f74ec1 at calltrap+0x8 #7 0xffffffff80be0c8f at netisr_dispatch_src+0xff #8 0xffffffff80bc96f4 at ether_input+0x54 #9 0xffffffff80be158f at swi_net+0x19f #10 0xffffffff80a76e0f at intr_event_execute_handlers+0x20f #11 0xffffffff80a77076 at ithread_loop+0xc6 #12 0xffffffff80a739e5 at fork_exit+0x85 #13 0xffffffff80f753fe at fork_trampoline+0xe Uptime: 1h5m27s Dumping 334 out of 4060 MB:..5%..15%..24%..34%..44%..53%..63%..72%..82%..91% Dump complete Copyright (c) 1992-2017 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-STABLE #1 r315241: Tue Mar 14 12:58:54 UTC 2017 root@FreeBSD-11-STABLE:/usr/obj/usr/src/sys/VNET amd64 FreeBSD clang version 3.9.1 (tags/RELEASE_391/final 289601) (based on LLVM 3.9.1) VT(vga): text 80x25 CPU: Intel(R) Xeon(R) CPU E3-1240 v5 @ 3.50GHz (3504.00-MHz K8-class CPU) Origin="GenuineIntel" Id=0x506e3 Family=0x6 Model=0x5e Stepping=3 Features=0xfa3fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,DTS,MMX,FXSR,SSE,SSE2,SS> Features2=0xfffa3203<SSE3,PCLMULQDQ,SSSE3,FMA,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x121<LAHF,ABM,Prefetch> Structured Extended Features=0x1c2f3a<TSCADJ,BMI1,HLE,AVX2,BMI2,ERMS,INVPCID,RTM,NFPUSG,RDSEED,ADX,SMAP> XSAVE Features=0x1<XSAVEOPT> TSC: P-state invariant Hypervisor: Origin = "VMwareVMware" real memory = 4294967296 (4096 MB) avail memory = 4086861824 (3897 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <PTLTD APIC > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 2 package(s) random: unblocking device. WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. MADT: Forcing active-low polarity and level trigger for SCI ioapic0 <Version 1.1> irqs 0-23 on motherboard random: entropy device external interface kbd1 at kbdmux0 netmap: loaded module module_register_init: MOD_LOAD (vesa, 0xffffffff8100b770, 0) error 19 random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" nexus0 vtvga0: <VT VGA driver> on motherboard cryptosoft0: <software crypto> on motherboard acpi0: <INTEL 440BX> on motherboard acpi0: Power Button (fixed) hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 cpu0: <ACPI CPU> numa-domain 0 on acpi0 cpu1: <ACPI CPU> numa-domain 0 on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1060-0x106f at device 7.1 on pci0 ata0: <ATA channel> at channel 0 on atapci0 ata1: <ATA channel> at channel 1 on atapci0 pci0: <bridge> at device 7.3 (no driver attached) vgapci0: <VGA-compatible display> port 0x1070-0x107f mem 0xe8000000-0xefffffff,0xfe000000-0xfe7fffff irq 16 at device 15.0 on pci0 vgapci0: Boot video device mpt0: <LSILogic 1030 Ultra4 Adapter> port 0x1400-0x14ff mem 0xfeba0000-0xfebbffff,0xfebc0000-0xfebdffff irq 17 at device 16.0 on pci0 mpt0: MPI Version=1.2.0.0 pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0 pci2: <ACPI PCI bus> on pcib2 em0: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2000-0x203f mem 0xfd5a0000-0xfd5bffff,0xfdff0000-0xfdffffff irq 18 at device 0.0 on pci2 em0: Ethernet address: 00:0c:29:7b:ac:81 em0: netmap queues/slots: TX 1/256, RX 1/256 em1: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2040-0x207f mem 0xfd580000-0xfd59ffff,0xfdfe0000-0xfdfeffff irq 19 at device 1.0 on pci2 em1: Ethernet address: 00:0c:29:7b:ac:8b em1: netmap queues/slots: TX 1/256, RX 1/256 em2: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2080-0x20bf mem 0xfd560000-0xfd57ffff,0xfdfd0000-0xfdfdffff irq 16 at device 2.0 on pci2 em2: Ethernet address: 00:0c:29:7b:ac:95 em2: netmap queues/slots: TX 1/256, RX 1/256 em3: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x20c0-0x20ff mem 0xfd540000-0xfd55ffff,0xfdfc0000-0xfdfcffff irq 17 at device 3.0 on pci2 em3: Ethernet address: 00:0c:29:7b:ac:9f em3: netmap queues/slots: TX 1/256, RX 1/256 pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0 pcib3: [GIANT-LOCKED] pcib4: <ACPI PCI-PCI bridge> at device 21.1 on pci0 pcib4: [GIANT-LOCKED] pcib5: <ACPI PCI-PCI bridge> at device 21.2 on pci0 pcib5: [GIANT-LOCKED] pcib6: <ACPI PCI-PCI bridge> at device 21.3 on pci0 pcib6: [GIANT-LOCKED] pcib7: <ACPI PCI-PCI bridge> at device 21.4 on pci0 pcib7: [GIANT-LOCKED] pcib8: <ACPI PCI-PCI bridge> at device 21.5 on pci0 pcib8: [GIANT-LOCKED] pcib9: <ACPI PCI-PCI bridge> at device 21.6 on pci0 pcib9: [GIANT-LOCKED] pcib10: <ACPI PCI-PCI bridge> at device 21.7 on pci0 pcib10: [GIANT-LOCKED] pcib11: <ACPI PCI-PCI bridge> at device 22.0 on pci0 pcib11: [GIANT-LOCKED] pcib12: <ACPI PCI-PCI bridge> at device 22.1 on pci0 pcib12: [GIANT-LOCKED] pcib13: <ACPI PCI-PCI bridge> at device 22.2 on pci0 pcib13: [GIANT-LOCKED] pcib14: <ACPI PCI-PCI bridge> at device 22.3 on pci0 pcib14: [GIANT-LOCKED] pcib15: <ACPI PCI-PCI bridge> at device 22.4 on pci0 pcib15: [GIANT-LOCKED] pcib16: <ACPI PCI-PCI bridge> at device 22.5 on pci0 pcib16: [GIANT-LOCKED] pcib17: <ACPI PCI-PCI bridge> at device 22.6 on pci0 pcib17: [GIANT-LOCKED] pcib18: <ACPI PCI-PCI bridge> at device 22.7 on pci0 pcib18: [GIANT-LOCKED] pcib19: <ACPI PCI-PCI bridge> at device 23.0 on pci0 pcib19: [GIANT-LOCKED] pcib20: <ACPI PCI-PCI bridge> at device 23.1 on pci0 pcib20: [GIANT-LOCKED] pcib21: <ACPI PCI-PCI bridge> at device 23.2 on pci0 pcib21: [GIANT-LOCKED] pcib22: <ACPI PCI-PCI bridge> at device 23.3 on pci0 pcib22: [GIANT-LOCKED] pcib23: <ACPI PCI-PCI bridge> at device 23.4 on pci0 pcib23: [GIANT-LOCKED] pcib24: <ACPI PCI-PCI bridge> at device 23.5 on pci0 pcib24: [GIANT-LOCKED] pcib25: <ACPI PCI-PCI bridge> at device 23.6 on pci0 pcib25: [GIANT-LOCKED] pcib26: <ACPI PCI-PCI bridge> at device 23.7 on pci0 pcib26: [GIANT-LOCKED] pcib27: <ACPI PCI-PCI bridge> at device 24.0 on pci0 pcib27: [GIANT-LOCKED] pcib28: <ACPI PCI-PCI bridge> at device 24.1 on pci0 pcib28: [GIANT-LOCKED] pcib29: <ACPI PCI-PCI bridge> at device 24.2 on pci0 pcib29: [GIANT-LOCKED] pcib30: <ACPI PCI-PCI bridge> at device 24.3 on pci0 pcib30: [GIANT-LOCKED] pcib31: <ACPI PCI-PCI bridge> at device 24.4 on pci0 pcib31: [GIANT-LOCKED] pcib32: <ACPI PCI-PCI bridge> at device 24.5 on pci0 pcib32: [GIANT-LOCKED] pcib33: <ACPI PCI-PCI bridge> at device 24.6 on pci0 pcib33: [GIANT-LOCKED] pcib34: <ACPI PCI-PCI bridge> at device 24.7 on pci0 pcib34: [GIANT-LOCKED] acpi_acad0: <AC Adapter> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcafff,0xcb000-0xcbfff,0xcc000-0xccfff,0xcd000-0xcdfff,0xdc000-0xdffff,0xe0000-0xe7fff on isa0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf. ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec usb_needs_explore_all: no devclass nvme cam probe device init em0: link state changed to UP em1: link state changed to UP em2: link state changed to UP em3: link state changed to UP (da0:mpt0:0:0:0): UNMAPPED da0 at mpt0 bus 0 scbus2 target 0 lun 0 da0: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit) da0: Command Queueing enabled da0: 40960MB (83886080 512 byte sectors) da0: quirks=0x40<RETRY_BUSY> cd0 at ata1 bus 0 scbus1 target 0 lun 0 cd0: <NECVMWar VMware IDE CDR10 1.00> Removable CD-ROM SCSI device cd0: Serial Number 10000000000000000001 cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: 643MB (329521 2048 byte sectors) cd0: quirks=0x40<RETRY_BUSY> SMP: AP CPU #1 Launched! Trying to mount root from zfs:zroot/ROOT/default []... Setting hostuuid: 564d512d-c326-1ad0-f137-f195057bac81. Setting hostid: 0x14c86128. Starting file system checks: Mounting local filesystems:. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/perl5/5.24/mach/CORE 32-bit compatibility ldconfig path: /usr/lib32 Setting hostname: FreeBSD-11-STABLE. Setting up harvesting: [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED Feeding entropy: . Starting Network: lo0 em0 em1 em2 em3. 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 0x5 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> groups: lo em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:81 inet 10.10.20.11 netmask 0xffffff00 broadcast 10.10.20.255 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting devd. Starting Network: em1. em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em2. em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em3. em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active add host 127.0.0.1: gateway lo0 fib 0: route already in table add net default: gateway 10.10.20.1 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. savecore: reboot after panic: page fault Mar 14 15:37:19 FreeBSD-11-STABLE savecore: reboot after panic: page fault savecore: writing core to /var/crash/vmcore.6 Writing crash summary to /var/crash/core.txt.6. Clearing /tmp (X related). Updating motd:. Mounting late filesystems:. Configuring vt: blanktime. Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Tue Mar 14 15:37:26 UTC 2017 epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair1a: Ethernet address: 02:ff:e0:00:08:0a epair1b: Ethernet address: 02:ff:30:00:09:0b epair1a: link state changed to UP epair1b: link state changed to UP epair1a: link state changed to DOWN epair1b: link state changed to DOWN epair1a: Ethernet address: 02:ff:e0:00:08:0a epair1b: Ethernet address: 02:ff:30:00:09:0b epair1a: link state changed to UP epair1b: link state changed to UP epair1a: link state changed to DOWN epair1b: link state changed to DOWN epair1a: Ethernet address: 02:ff:e0:00:08:0a epair1b: Ethernet address: 02:ff:30:00:09:0b epair1a: link state changed to UP epair1b: link state changed to UP epair1a: link state changed to DOWN epair1b: link state changed to DOWN epair1a: Ethernet address: 02:ff:e0:00:08:0a epair1b: Ethernet address: 02:ff:30:00:09:0b epair1a: link state changed to UP epair1b: link state changed to UP epair1a: link state changed to DOWN epair1b: link state changed to DOWN epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: link state changed to DOWN epair0b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair1a: Ethernet address: 02:ff:e0:00:08:0a epair1b: Ethernet address: 02:ff:30:00:09:0b epair1a: link state changed to UP epair1b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x10 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80bc9f44 stack pointer = 0x28:0xfffffe00f5d8b870 frame pointer = 0x28:0xfffffe00f5d8b8d0 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 = 12 (swi1: netisr 0) trap number = 12 panic: page fault cpuid = 0 KDB: stack backtrace: #0 0xffffffff80b05fe7 at kdb_backtrace+0x67 #1 0xffffffff80abbff6 at vpanic+0x186 #2 0xffffffff80abbe63 at panic+0x43 #3 0xffffffff80f91d32 at trap_fatal+0x322 #4 0xffffffff80f91efc at trap_pfault+0x1bc #5 0xffffffff80f915b0 at trap+0x280 #6 0xffffffff80f74ec1 at calltrap+0x8 #7 0xffffffff80be0c8f at netisr_dispatch_src+0xff #8 0xffffffff80bc96f4 at ether_input+0x54 #9 0xffffffff80be158f at swi_net+0x19f #10 0xffffffff80a76e0f at intr_event_execute_handlers+0x20f #11 0xffffffff80a77076 at ithread_loop+0xc6 #12 0xffffffff80a739e5 at fork_exit+0x85 #13 0xffffffff80f753fe at fork_trampoline+0xe Uptime: 1h45m7s Dumping 382 out of 4060 MB:..5%..13%..21%..34%..42%..51%..63%..72%..84%..92% Dump complete Copyright (c) 1992-2017 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-STABLE #1 r315241: Tue Mar 14 12:58:54 UTC 2017 root@FreeBSD-11-STABLE:/usr/obj/usr/src/sys/VNET amd64 FreeBSD clang version 3.9.1 (tags/RELEASE_391/final 289601) (based on LLVM 3.9.1) VT(vga): text 80x25 CPU: Intel(R) Xeon(R) CPU E3-1240 v5 @ 3.50GHz (3504.00-MHz K8-class CPU) Origin="GenuineIntel" Id=0x506e3 Family=0x6 Model=0x5e Stepping=3 Features=0xfa3fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,DTS,MMX,FXSR,SSE,SSE2,SS> Features2=0xfffa3203<SSE3,PCLMULQDQ,SSSE3,FMA,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x121<LAHF,ABM,Prefetch> Structured Extended Features=0x1c2f3a<TSCADJ,BMI1,HLE,AVX2,BMI2,ERMS,INVPCID,RTM,NFPUSG,RDSEED,ADX,SMAP> XSAVE Features=0x1<XSAVEOPT> TSC: P-state invariant Hypervisor: Origin = "VMwareVMware" real memory = 4294967296 (4096 MB) avail memory = 4086861824 (3897 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <PTLTD APIC > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 2 package(s) random: unblocking device. WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. MADT: Forcing active-low polarity and level trigger for SCI ioapic0 <Version 1.1> irqs 0-23 on motherboard random: entropy device external interface kbd1 at kbdmux0 netmap: loaded module module_register_init: MOD_LOAD (vesa, 0xffffffff8100b770, 0) error 19 random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" nexus0 vtvga0: <VT VGA driver> on motherboard cryptosoft0: <software crypto> on motherboard acpi0: <INTEL 440BX> on motherboard acpi0: Power Button (fixed) hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 cpu0: <ACPI CPU> numa-domain 0 on acpi0 cpu1: <ACPI CPU> numa-domain 0 on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1060-0x106f at device 7.1 on pci0 ata0: <ATA channel> at channel 0 on atapci0 ata1: <ATA channel> at channel 1 on atapci0 pci0: <bridge> at device 7.3 (no driver attached) vgapci0: <VGA-compatible display> port 0x1070-0x107f mem 0xe8000000-0xefffffff,0xfe000000-0xfe7fffff irq 16 at device 15.0 on pci0 vgapci0: Boot video device mpt0: <LSILogic 1030 Ultra4 Adapter> port 0x1400-0x14ff mem 0xfeba0000-0xfebbffff,0xfebc0000-0xfebdffff irq 17 at device 16.0 on pci0 mpt0: MPI Version=1.2.0.0 pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0 pci2: <ACPI PCI bus> on pcib2 em0: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2000-0x203f mem 0xfd5a0000-0xfd5bffff,0xfdff0000-0xfdffffff irq 18 at device 0.0 on pci2 em0: Ethernet address: 00:0c:29:7b:ac:81 em0: netmap queues/slots: TX 1/256, RX 1/256 em1: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2040-0x207f mem 0xfd580000-0xfd59ffff,0xfdfe0000-0xfdfeffff irq 19 at device 1.0 on pci2 em1: Ethernet address: 00:0c:29:7b:ac:8b em1: netmap queues/slots: TX 1/256, RX 1/256 em2: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2080-0x20bf mem 0xfd560000-0xfd57ffff,0xfdfd0000-0xfdfdffff irq 16 at device 2.0 on pci2 em2: Ethernet address: 00:0c:29:7b:ac:95 em2: netmap queues/slots: TX 1/256, RX 1/256 em3: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x20c0-0x20ff mem 0xfd540000-0xfd55ffff,0xfdfc0000-0xfdfcffff irq 17 at device 3.0 on pci2 em3: Ethernet address: 00:0c:29:7b:ac:9f em3: netmap queues/slots: TX 1/256, RX 1/256 pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0 pcib3: [GIANT-LOCKED] pcib4: <ACPI PCI-PCI bridge> at device 21.1 on pci0 pcib4: [GIANT-LOCKED] pcib5: <ACPI PCI-PCI bridge> at device 21.2 on pci0 pcib5: [GIANT-LOCKED] pcib6: <ACPI PCI-PCI bridge> at device 21.3 on pci0 pcib6: [GIANT-LOCKED] pcib7: <ACPI PCI-PCI bridge> at device 21.4 on pci0 pcib7: [GIANT-LOCKED] pcib8: <ACPI PCI-PCI bridge> at device 21.5 on pci0 pcib8: [GIANT-LOCKED] pcib9: <ACPI PCI-PCI bridge> at device 21.6 on pci0 pcib9: [GIANT-LOCKED] pcib10: <ACPI PCI-PCI bridge> at device 21.7 on pci0 pcib10: [GIANT-LOCKED] pcib11: <ACPI PCI-PCI bridge> at device 22.0 on pci0 pcib11: [GIANT-LOCKED] pcib12: <ACPI PCI-PCI bridge> at device 22.1 on pci0 pcib12: [GIANT-LOCKED] pcib13: <ACPI PCI-PCI bridge> at device 22.2 on pci0 pcib13: [GIANT-LOCKED] pcib14: <ACPI PCI-PCI bridge> at device 22.3 on pci0 pcib14: [GIANT-LOCKED] pcib15: <ACPI PCI-PCI bridge> at device 22.4 on pci0 pcib15: [GIANT-LOCKED] pcib16: <ACPI PCI-PCI bridge> at device 22.5 on pci0 pcib16: [GIANT-LOCKED] pcib17: <ACPI PCI-PCI bridge> at device 22.6 on pci0 pcib17: [GIANT-LOCKED] pcib18: <ACPI PCI-PCI bridge> at device 22.7 on pci0 pcib18: [GIANT-LOCKED] pcib19: <ACPI PCI-PCI bridge> at device 23.0 on pci0 pcib19: [GIANT-LOCKED] pcib20: <ACPI PCI-PCI bridge> at device 23.1 on pci0 pcib20: [GIANT-LOCKED] pcib21: <ACPI PCI-PCI bridge> at device 23.2 on pci0 pcib21: [GIANT-LOCKED] pcib22: <ACPI PCI-PCI bridge> at device 23.3 on pci0 pcib22: [GIANT-LOCKED] pcib23: <ACPI PCI-PCI bridge> at device 23.4 on pci0 pcib23: [GIANT-LOCKED] pcib24: <ACPI PCI-PCI bridge> at device 23.5 on pci0 pcib24: [GIANT-LOCKED] pcib25: <ACPI PCI-PCI bridge> at device 23.6 on pci0 pcib25: [GIANT-LOCKED] pcib26: <ACPI PCI-PCI bridge> at device 23.7 on pci0 pcib26: [GIANT-LOCKED] pcib27: <ACPI PCI-PCI bridge> at device 24.0 on pci0 pcib27: [GIANT-LOCKED] pcib28: <ACPI PCI-PCI bridge> at device 24.1 on pci0 pcib28: [GIANT-LOCKED] pcib29: <ACPI PCI-PCI bridge> at device 24.2 on pci0 pcib29: [GIANT-LOCKED] pcib30: <ACPI PCI-PCI bridge> at device 24.3 on pci0 pcib30: [GIANT-LOCKED] pcib31: <ACPI PCI-PCI bridge> at device 24.4 on pci0 pcib31: [GIANT-LOCKED] pcib32: <ACPI PCI-PCI bridge> at device 24.5 on pci0 pcib32: [GIANT-LOCKED] pcib33: <ACPI PCI-PCI bridge> at device 24.6 on pci0 pcib33: [GIANT-LOCKED] pcib34: <ACPI PCI-PCI bridge> at device 24.7 on pci0 pcib34: [GIANT-LOCKED] acpi_acad0: <AC Adapter> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcafff,0xcb000-0xcbfff,0xcc000-0xccfff,0xcd000-0xcdfff,0xdc000-0xdffff,0xe0000-0xe7fff on isa0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf. ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec usb_needs_explore_all: no devclass nvme cam probe device init em0: link state changed to UP em1: link state changed to UP em2: link state changed to UP em3: link state changed to UP (da0:mpt0:0:0:0): UNMAPPED da0 at mpt0 bus 0 scbus2 target 0 lun 0 da0: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit) da0: Command Queueing enabled da0: 40960MB (83886080 512 byte sectors) da0: quirks=0x40<RETRY_BUSY> cd0 at ata1 bus 0 scbus1 target 0 lun 0 cd0: <NECVMWar VMware IDE CDR10 1.00> Removable CD-ROM SCSI device cd0: Serial Number 10000000000000000001 cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: 643MB (329521 2048 byte sectors) cd0: quirks=0x40<RETRY_BUSY> SMP: AP CPU #1 Launched! Trying to mount root from zfs:zroot/ROOT/default []... Setting hostuuid: 564d512d-c326-1ad0-f137-f195057bac81. Setting hostid: 0x14c86128. Starting file system checks: Mounting local filesystems:. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/perl5/5.24/mach/CORE 32-bit compatibility ldconfig path: /usr/lib32 Setting hostname: FreeBSD-11-STABLE. Setting up harvesting: [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED Feeding entropy: . Starting Network: lo0 em0 em1 em2 em3. 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 0x5 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> groups: lo em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:81 inet 10.10.20.11 netmask 0xffffff00 broadcast 10.10.20.255 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting devd. Starting Network: em1. em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em2. em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em3. em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active add host 127.0.0.1: gateway lo0 fib 0: route already in table add net default: gateway 10.10.20.1 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. savecore: reboot after panic: page fault Mar 14 17:22:51 FreeBSD-11-STABLE savecore: reboot after panic: page fault savecore: writing core to /var/crash/vmcore.0 Writing crash summary to /var/crash/core.txt.0. Clearing /tmp (X related). Updating motd:. Mounting late filesystems:. Configuring vt: blanktime. Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Tue Mar 14 17:22:58 UTC 2017 epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x10 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80bc9f44 stack pointer = 0x28:0xfffffe00f5d8b870 frame pointer = 0x28:0xfffffe00f5d8b8d0 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 = 12 (swi1: netisr 0) trap number = 12 panic: page fault cpuid = 0 KDB: stack backtrace: #0 0xffffffff80b05fe7 at kdb_backtrace+0x67 #1 0xffffffff80abbff6 at vpanic+0x186 #2 0xffffffff80abbe63 at panic+0x43 #3 0xffffffff80f91d32 at trap_fatal+0x322 #4 0xffffffff80f91efc at trap_pfault+0x1bc #5 0xffffffff80f915b0 at trap+0x280 #6 0xffffffff80f74ec1 at calltrap+0x8 #7 0xffffffff80be0c8f at netisr_dispatch_src+0xff #8 0xffffffff80bc96f4 at ether_input+0x54 #9 0xffffffff80be158f at swi_net+0x19f #10 0xffffffff80a76e0f at intr_event_execute_handlers+0x20f #11 0xffffffff80a77076 at ithread_loop+0xc6 #12 0xffffffff80a739e5 at fork_exit+0x85 #13 0xffffffff80f753fe at fork_trampoline+0xe Uptime: 1m52s Dumping 318 out of 4060 MB:..6%..11%..21%..31%..41%..51%..61%..71%..81%..91% Dump complete Copyright (c) 1992-2017 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-STABLE #1 r315241: Tue Mar 14 12:58:54 UTC 2017 root@FreeBSD-11-STABLE:/usr/obj/usr/src/sys/VNET amd64 FreeBSD clang version 3.9.1 (tags/RELEASE_391/final 289601) (based on LLVM 3.9.1) VT(vga): text 80x25 CPU: Intel(R) Xeon(R) CPU E3-1240 v5 @ 3.50GHz (3504.00-MHz K8-class CPU) Origin="GenuineIntel" Id=0x506e3 Family=0x6 Model=0x5e Stepping=3 Features=0xfa3fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,DTS,MMX,FXSR,SSE,SSE2,SS> Features2=0xfffa3203<SSE3,PCLMULQDQ,SSSE3,FMA,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x121<LAHF,ABM,Prefetch> Structured Extended Features=0x1c2f3a<TSCADJ,BMI1,HLE,AVX2,BMI2,ERMS,INVPCID,RTM,NFPUSG,RDSEED,ADX,SMAP> XSAVE Features=0x1<XSAVEOPT> TSC: P-state invariant Hypervisor: Origin = "VMwareVMware" real memory = 4294967296 (4096 MB) avail memory = 4086861824 (3897 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <PTLTD APIC > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 2 package(s) random: unblocking device. WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. MADT: Forcing active-low polarity and level trigger for SCI ioapic0 <Version 1.1> irqs 0-23 on motherboard random: entropy device external interface kbd1 at kbdmux0 netmap: loaded module module_register_init: MOD_LOAD (vesa, 0xffffffff8100b770, 0) error 19 random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" nexus0 vtvga0: <VT VGA driver> on motherboard cryptosoft0: <software crypto> on motherboard acpi0: <INTEL 440BX> on motherboard acpi0: Power Button (fixed) hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 cpu0: <ACPI CPU> numa-domain 0 on acpi0 cpu1: <ACPI CPU> numa-domain 0 on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1060-0x106f at device 7.1 on pci0 ata0: <ATA channel> at channel 0 on atapci0 ata1: <ATA channel> at channel 1 on atapci0 pci0: <bridge> at device 7.3 (no driver attached) vgapci0: <VGA-compatible display> port 0x1070-0x107f mem 0xe8000000-0xefffffff,0xfe000000-0xfe7fffff irq 16 at device 15.0 on pci0 vgapci0: Boot video device mpt0: <LSILogic 1030 Ultra4 Adapter> port 0x1400-0x14ff mem 0xfeba0000-0xfebbffff,0xfebc0000-0xfebdffff irq 17 at device 16.0 on pci0 mpt0: MPI Version=1.2.0.0 pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0 pci2: <ACPI PCI bus> on pcib2 em0: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2000-0x203f mem 0xfd5a0000-0xfd5bffff,0xfdff0000-0xfdffffff irq 18 at device 0.0 on pci2 em0: Ethernet address: 00:0c:29:7b:ac:81 em0: netmap queues/slots: TX 1/256, RX 1/256 em1: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2040-0x207f mem 0xfd580000-0xfd59ffff,0xfdfe0000-0xfdfeffff irq 19 at device 1.0 on pci2 em1: Ethernet address: 00:0c:29:7b:ac:8b em1: netmap queues/slots: TX 1/256, RX 1/256 em2: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x2080-0x20bf mem 0xfd560000-0xfd57ffff,0xfdfd0000-0xfdfdffff irq 16 at device 2.0 on pci2 em2: Ethernet address: 00:0c:29:7b:ac:95 em2: netmap queues/slots: TX 1/256, RX 1/256 em3: <Intel(R) PRO/1000 Legacy Network Connection 1.1.0> port 0x20c0-0x20ff mem 0xfd540000-0xfd55ffff,0xfdfc0000-0xfdfcffff irq 17 at device 3.0 on pci2 em3: Ethernet address: 00:0c:29:7b:ac:9f em3: netmap queues/slots: TX 1/256, RX 1/256 pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0 pcib3: [GIANT-LOCKED] pcib4: <ACPI PCI-PCI bridge> at device 21.1 on pci0 pcib4: [GIANT-LOCKED] pcib5: <ACPI PCI-PCI bridge> at device 21.2 on pci0 pcib5: [GIANT-LOCKED] pcib6: <ACPI PCI-PCI bridge> at device 21.3 on pci0 pcib6: [GIANT-LOCKED] pcib7: <ACPI PCI-PCI bridge> at device 21.4 on pci0 pcib7: [GIANT-LOCKED] pcib8: <ACPI PCI-PCI bridge> at device 21.5 on pci0 pcib8: [GIANT-LOCKED] pcib9: <ACPI PCI-PCI bridge> at device 21.6 on pci0 pcib9: [GIANT-LOCKED] pcib10: <ACPI PCI-PCI bridge> at device 21.7 on pci0 pcib10: [GIANT-LOCKED] pcib11: <ACPI PCI-PCI bridge> at device 22.0 on pci0 pcib11: [GIANT-LOCKED] pcib12: <ACPI PCI-PCI bridge> at device 22.1 on pci0 pcib12: [GIANT-LOCKED] pcib13: <ACPI PCI-PCI bridge> at device 22.2 on pci0 pcib13: [GIANT-LOCKED] pcib14: <ACPI PCI-PCI bridge> at device 22.3 on pci0 pcib14: [GIANT-LOCKED] pcib15: <ACPI PCI-PCI bridge> at device 22.4 on pci0 pcib15: [GIANT-LOCKED] pcib16: <ACPI PCI-PCI bridge> at device 22.5 on pci0 pcib16: [GIANT-LOCKED] pcib17: <ACPI PCI-PCI bridge> at device 22.6 on pci0 pcib17: [GIANT-LOCKED] pcib18: <ACPI PCI-PCI bridge> at device 22.7 on pci0 pcib18: [GIANT-LOCKED] pcib19: <ACPI PCI-PCI bridge> at device 23.0 on pci0 pcib19: [GIANT-LOCKED] pcib20: <ACPI PCI-PCI bridge> at device 23.1 on pci0 pcib20: [GIANT-LOCKED] pcib21: <ACPI PCI-PCI bridge> at device 23.2 on pci0 pcib21: [GIANT-LOCKED] pcib22: <ACPI PCI-PCI bridge> at device 23.3 on pci0 pcib22: [GIANT-LOCKED] pcib23: <ACPI PCI-PCI bridge> at device 23.4 on pci0 pcib23: [GIANT-LOCKED] pcib24: <ACPI PCI-PCI bridge> at device 23.5 on pci0 pcib24: [GIANT-LOCKED] pcib25: <ACPI PCI-PCI bridge> at device 23.6 on pci0 pcib25: [GIANT-LOCKED] pcib26: <ACPI PCI-PCI bridge> at device 23.7 on pci0 pcib26: [GIANT-LOCKED] pcib27: <ACPI PCI-PCI bridge> at device 24.0 on pci0 pcib27: [GIANT-LOCKED] pcib28: <ACPI PCI-PCI bridge> at device 24.1 on pci0 pcib28: [GIANT-LOCKED] pcib29: <ACPI PCI-PCI bridge> at device 24.2 on pci0 pcib29: [GIANT-LOCKED] pcib30: <ACPI PCI-PCI bridge> at device 24.3 on pci0 pcib30: [GIANT-LOCKED] pcib31: <ACPI PCI-PCI bridge> at device 24.4 on pci0 pcib31: [GIANT-LOCKED] pcib32: <ACPI PCI-PCI bridge> at device 24.5 on pci0 pcib32: [GIANT-LOCKED] pcib33: <ACPI PCI-PCI bridge> at device 24.6 on pci0 pcib33: [GIANT-LOCKED] pcib34: <ACPI PCI-PCI bridge> at device 24.7 on pci0 pcib34: [GIANT-LOCKED] acpi_acad0: <AC Adapter> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcafff,0xcb000-0xcbfff,0xcc000-0xccfff,0xcd000-0xcdfff,0xdc000-0xdffff,0xe0000-0xe7fff on isa0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf. ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec usb_needs_explore_all: no devclass nvme cam probe device init em0: link state changed to UP em1: link state changed to UP em2: link state changed to UP em3: link state changed to UP (da0:mpt0:0:0:0): UNMAPPED da0 at mpt0 bus 0 scbus2 target 0 lun 0 da0: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit) da0: Command Queueing enabled da0: 40960MB (83886080 512 byte sectors) da0: quirks=0x40<RETRY_BUSY> cd0 at ata1 bus 0 scbus1 target 0 lun 0 cd0: <NECVMWar VMware IDE CDR10 1.00> Removable CD-ROM SCSI device cd0: Serial Number 10000000000000000001 cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: 643MB (329521 2048 byte sectors) cd0: quirks=0x40<RETRY_BUSY> SMP: AP CPU #1 Launched! Trying to mount root from zfs:zroot/ROOT/default []... Setting hostuuid: 564d512d-c326-1ad0-f137-f195057bac81. Setting hostid: 0x14c86128. Starting file system checks: Mounting local filesystems:. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/perl5/5.24/mach/CORE 32-bit compatibility ldconfig path: /usr/lib32 Setting hostname: FreeBSD-11-STABLE. Setting up harvesting: [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED Feeding entropy: . Starting Network: lo0 em0 em1 em2 em3. 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 0x5 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> groups: lo em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:81 inet 10.10.20.11 netmask 0xffffff00 broadcast 10.10.20.255 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting devd. Starting Network: em1. em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:8b nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em2. em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:95 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting Network: em3. em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 00:0c:29:7b:ac:9f nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active add host 127.0.0.1: gateway lo0 fib 0: route already in table add net default: gateway 10.10.20.1 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. savecore: reboot after panic: page fault Mar 14 17:25:06 FreeBSD-11-STABLE savecore: reboot after panic: page fault savecore: writing core to /var/crash/vmcore.1 Writing crash summary to /var/crash/core.txt.1. Clearing /tmp (X related). Updating motd:. Mounting late filesystems:. Configuring vt: blanktime. Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Tue Mar 14 17:25:13 UTC 2017 epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' jail1_a: link state changed to DOWN jail1_b: link state changed to DOWN epair0a: Ethernet address: 02:ff:e0:00:06:0a epair0b: Ethernet address: 02:ff:30:00:07:0b epair0a: link state changed to UP epair0b: link state changed to UP epair0a: changing name to 'jail1_a' epair0b: changing name to 'jail1_b' Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 02 fault virtual address = 0x10 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80bc9f44 stack pointer = 0x28:0xfffffe00f5d8b870 frame pointer = 0x28:0xfffffe00f5d8b8d0 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 = 12 (swi1: netisr 0) trap number = 12 panic: page fault cpuid = 1 KDB: stack backtrace: #0 0xffffffff80b05fe7 at kdb_backtrace+0x67 #1 0xffffffff80abbff6 at vpanic+0x186 #2 0xffffffff80abbe63 at panic+0x43 #3 0xffffffff80f91d32 at trap_fatal+0x322 #4 0xffffffff80f91efc at trap_pfault+0x1bc #5 0xffffffff80f915b0 at trap+0x280 #6 0xffffffff80f74ec1 at calltrap+0x8 #7 0xffffffff80be0c8f at netisr_dispatch_src+0xff #8 0xffffffff80bc96f4 at ether_input+0x54 #9 0xffffffff80be158f at swi_net+0x19f #10 0xffffffff80a76e0f at intr_event_execute_handlers+0x20f #11 0xffffffff80a77076 at ithread_loop+0xc6 #12 0xffffffff80a739e5 at fork_exit+0x85 #13 0xffffffff80f753fe at fork_trampoline+0xe Uptime: 2m12s Dumping 325 out of 4060 MB:..5%..15%..25%..35%..45%..55%..64%..74%..84%..94% ------------------------------------------------------------------------ kernel config options CONFIG_AUTOGENERATED ident VNET machine amd64 cpu HAMMER makeoptions WITH_CTF=1 makeoptions DEBUG=-g options XENHVM options USB_DEBUG options ATH_ENABLE_11N options AH_AR5416_INTERRUPT_MITIGATION options AH_SUPPORT_AR5416 options IEEE80211_SUPPORT_MESH options IEEE80211_AMPDU_AGE options IEEE80211_DEBUG options SC_PIXEL_MODE options VESA options AHD_REG_PRETTY_PRINT options AHC_REG_PRETTY_PRINT options PCI_IOV options PCI_HP options ACPI_DMAR options DEVICE_NUMA options SMP options KDB_TRACE options KDB options RACCT_DEFAULT_TO_DISABLED 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 RCTL options RACCT options VIMAGE 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 ------------------------------------------------------------------------ ddb capture buffer ddb: ddb_capture: kvm_nlist [-- Attachment #3 --] Dump header from device: /dev/da0p2 Architecture: amd64 Architecture Version: 2 Dump Length: 341004288 Blocksize: 512 Dumptime: Tue Mar 14 17:27:13 2017 Hostname: FreeBSD-11-STABLE Magic: FreeBSD Kernel Dump Version String: FreeBSD 11.0-STABLE #1 r315241: Tue Mar 14 12:58:54 UTC 2017 root@FreeBSD-11-STABLE:/usr/obj/usr/src/sys/VNET Panic String: page fault Dump Parity: 3177419299 Bounds: 0 Dump Status: good
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C20DF21D-A392-4AB7-852F-4D3E599956A3>
