FreeBSD Bugzilla – Attachment 205671 Details for
Bug 239118
iflib: Panic in ether_output_frame on ESXi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
savecore crash description
core.txt.2 (text/plain), 263.75 KB, created by
Juraj Lutter
on 2019-07-10 20:15:07 UTC
(
hide
)
Description:
savecore crash description
Filename:
MIME Type:
Creator:
Juraj Lutter
Created:
2019-07-10 20:15:07 UTC
Size:
263.75 KB
patch
obsolete
>Wed Jul 10 19:12:22 CEST 2019 > >FreeBSD 12.0-STABLE FreeBSD 12.0-STABLE r349857 GENERIC 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: >fault code = supervisor read data, page not present >instruction pointer = 0x20:0xffffffff811a7f0c >stack pointer = 0x28:0xfffffe004c4628f0 >frame pointer = 0x28:0xfffffe004c4628f0 >code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 >processor eflags = resume, IOPL = 0 >current process = 17606 (imap-login) >trap number = 12 >panic: page fault >cpuid = 0 >time = 1562778547 >KDB: stack backtrace: >#0 0xffffffff80c18257 at kdb_backtrace+0x67 >#1 0xffffffff80bcbbdd at vpanic+0x19d >#2 0xffffffff80bcba33 at panic+0x43 >#3 0xffffffff810a04bc at trap_fatal+0x39c >#4 0xffffffff810a0509 at trap_pfault+0x49 >#5 0xffffffff8109faff at trap+0x29f >#6 0xffffffff8107a7e5 at calltrap+0x8 >#7 0xffffffff80ce48a3 at iflib_fast_intr_rxtx+0xc3 >#8 0xffffffff80b8f63a at intr_event_handle+0xba >#9 0xffffffff8120bff7 at intr_execute_handlers+0x57 >#10 0xffffffff81212133 at lapic_handle_intr+0x43 >#11 0xffffffff8107baa9 at Xapic_isr1+0xd9 >#12 0xffffffff80ce67c2 at iflib_completed_tx_reclaim+0x62 >#13 0xffffffff80ce5e2c at iflib_txq_drain+0x6c >#14 0xffffffff80cecafe at drain_ring_lockless+0x6e >#15 0xffffffff80cec9e1 at ifmp_ring_enqueue+0x2b1 >#16 0xffffffff80ceb2e0 at iflib_if_transmit+0x90 >#17 0xffffffff80cd21e4 at ether_output_frame+0xb4 >Uptime: 1d7h30m15s >Dumping 2212 out of 8153 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91% > >Reading symbols from /boot/kernel/geom_journal.ko...Reading symbols from /usr/lib/debug//boot/kernel/geom_journal.ko.debug...done. >done. >Loaded symbols for /boot/kernel/geom_journal.ko >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 /usr/local/lib/vmware-tools/modules/drivers/vmmemctl.ko...done. >Loaded symbols for /usr/local/lib/vmware-tools/modules/drivers/vmmemctl.ko >Reading symbols from /usr/local/lib/vmware-tools/modules/drivers/vmxnet.ko...done. >Loaded symbols for /usr/local/lib/vmware-tools/modules/drivers/vmxnet.ko >Reading symbols from /usr/local/lib/vmware-tools/modules/drivers/vmblock.ko...done. >Loaded symbols for /usr/local/lib/vmware-tools/modules/drivers/vmblock.ko >Reading symbols from /boot/kernel/intpm.ko...Reading symbols from /usr/lib/debug//boot/kernel/intpm.ko.debug...done. >done. >Loaded symbols for /boot/kernel/intpm.ko >Reading symbols from /boot/kernel/smbus.ko...Reading symbols from /usr/lib/debug//boot/kernel/smbus.ko.debug...done. >done. >Loaded symbols for /boot/kernel/smbus.ko >#0 doadump () at src-12/sys/amd64/include/pcpu.h:234 >234 __asm("movq %%gs:%P1,%0" : "=r" (td) : "n" (OFFSETOF_CURTHREAD)); >(kgdb) #0 doadump () at src-12/sys/amd64/include/pcpu.h:234 >#1 0xffffffff80bcb7d8 in kern_reboot (howto=260) > at /data/sysop/src-12/sys/kern/kern_shutdown.c:451 >#2 0xffffffff80bcbc39 in vpanic (fmt=<value optimized out>, > ap=<value optimized out>) > at /data/sysop/src-12/sys/kern/kern_shutdown.c:877 >#3 0xffffffff80bcba33 in panic (fmt=<value optimized out>) > at /data/sysop/src-12/sys/kern/kern_shutdown.c:804 >#4 0xffffffff810a04bc in trap_fatal (frame=<value optimized out>, > eva=<value optimized out>) at /data/sysop/src-12/sys/amd64/amd64/trap.c:943 >#5 0xffffffff810a0509 in trap_pfault (frame=0xfffffe004c462830, usermode=0) > at src-12/sys/amd64/include/pcpu.h:234 >#6 0xffffffff8109faff in trap (frame=0xfffffe004c462830) > at /data/sysop/src-12/sys/amd64/amd64/trap.c:443 >#7 0xffffffff8107a7e5 in calltrap () > at /data/sysop/src-12/sys/amd64/amd64/exception.S:232 >#8 0xffffffff811a7f0c in vmxnet3_isc_txd_credits_update ( > vsc=0xfffff80003638000, txqid=<value optimized out>) > at /data/sysop/src-12/sys/dev/vmware/vmxnet3/if_vmx.c:1390 >#9 0xffffffff80ce48a3 in iflib_fast_intr_rxtx (arg=<value optimized out>) > at /data/sysop/src-12/sys/net/iflib.c:1522 >#10 0xffffffff80b8f63a in intr_event_handle (ie=0xfffff80003627400, > frame=0xfffffe004c462a00) at src-12/sys/contrib/ck/include/gcc/ck_pr.h:40 >#11 0xffffffff8120bff7 in intr_execute_handlers (isrc=0xfffff8000363de00, > frame=0xfffffe004c462a00) > at /data/sysop/src-12/sys/x86/x86/intr_machdep.c:358 >#12 0xffffffff81212133 in lapic_handle_intr (vector=<value optimized out>, > frame=<value optimized out>) > at /data/sysop/src-12/sys/x86/x86/local_apic.c:1293 >#13 0xffffffff8107baa9 in Xapic_isr1 () at apic_vector.S:118 >#14 0xffffffff811a7f51 in vmxnet3_isc_txd_credits_update ( > vsc=<value optimized out>, txqid=<value optimized out>) > at /data/sysop/src-12/sys/dev/vmware/vmxnet3/if_vmx.c:1396 >#15 0xffffffff80ce67c2 in iflib_completed_tx_reclaim (txq=0xfffff80003641000, > thresh=0) at /data/sysop/src-12/sys/net/iflib.c:6104 >#16 0xffffffff80ce5e2c in iflib_txq_drain (r=0xfffffe00003aa000, cidx=885, > pidx=886) at /data/sysop/src-12/sys/net/iflib.c:3571 >#17 0xffffffff80cecafe in drain_ring_lockless (r=0xfffffe00003aa000, prev=0, > budget=32) at /data/sysop/src-12/sys/net/mp_ring.c:189 >#18 0xffffffff80cec9e1 in ifmp_ring_enqueue (r=0xfffffe00003aa000, > items=<value optimized out>, n=1, budget=32, > abdicate=<value optimized out>) at src-12/sys/amd64/include/counter.h:87 >#19 0xffffffff80ceb2e0 in iflib_if_transmit (ifp=<value optimized out>, > m=0xfffff80117900d00) at /data/sysop/src-12/sys/net/iflib.c:3958 >#20 0xffffffff80cd21e4 in ether_output_frame (ifp=0xfffff8000360e800, > m=<value optimized out>) at /data/sysop/src-12/sys/net/if_ethersubr.c:487 >#21 0xffffffff80cd209b in ether_output (ifp=0xfffff8000360e800, > m=<value optimized out>, dst=0xfffff8000528dc70, ro=<value optimized out>) > at /data/sysop/src-12/sys/net/if_ethersubr.c:440 >#22 0xffffffff80d59b34 in ip_output (m=0xfffff80117900d00, > opt=<value optimized out>, ro=<value optimized out>, flags=0, imo=0x0, > inp=<value optimized out>) > at /data/sysop/src-12/sys/netinet/ip_output.c:660 >#23 0xffffffff80de8473 in tcp_output (tp=0xfffff800263737a0) > at /data/sysop/src-12/sys/netinet/tcp_output.c:1408 >#24 0xffffffff80df8b87 in tcp_usr_disconnect (so=<value optimized out>) > at /data/sysop/src-12/sys/netinet/tcp_usrreq.c:697 >#25 0xffffffff80c629cb in soclose (so=0xfffff80026035368) > at /data/sysop/src-12/sys/kern/uipc_socket.c:1266 >#26 0xffffffff80b73e5a in _fdrop (fp=0xfffff800261a3dc0, > td=<value optimized out>) at src-12/sys/sys/file.h:353 >#27 0xffffffff80b76ec1 in closef (fp=0xfffff800261a3dc0, td=0xfffff801178ad580) > at /data/sysop/src-12/sys/kern/kern_descrip.c:2526 >#28 0xffffffff80b74377 in closefp (fdp=0xfffff8006b398000, > fd=<value optimized out>, fp=0xfffff800261a3dc0, td=0xfffff801178ad580, > holdleaders=0) at /data/sysop/src-12/sys/kern/kern_descrip.c:1200 >#29 0xffffffff810a1074 in amd64_syscall (td=0xfffff801178ad580, traced=0) > at src-12/sys/amd64/amd64/../../kern/subr_syscall.c:135 >#30 0xffffffff8107b0cd in fast_syscall_common () > at /data/sysop/src-12/sys/amd64/amd64/exception.S:504 >#31 0x00000000113d85fa in ?? () >Previous frame inner to this frame (corrupt stack?) >Current language: auto; currently minimal >(kgdb) > >------------------------------------------------------------------------ >ps -axlww > > UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND > 0 0 0 0 -16 0 0 0 swapin DLs - 0:03.44 [kernel] > 0 1 0 0 21 0 9964 948 wait DLs - 0:00.00 [init] > 0 2 0 0 -16 0 0 0 crypto_w DL - 0:00.00 [crypto] > 0 3 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 0] > 0 4 0 0 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 1] > 0 5 0 0 -16 0 0 0 - RL - 0:00.43 [cam] > 0 6 0 0 -16 0 0 0 idle DL - 0:00.00 [mpt_recovery0] > 0 7 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod1] > 0 8 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod2] > 0 9 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod3] > 0 10 0 0 -16 0 0 0 audit_wo DL - 0:00.00 [audit] > 0 11 0 0 155 0 0 0 - RL - 56:53.26 [idle] > 0 12 0 0 -56 0 0 0 - WL - 0:00.99 [intr] > 0 13 0 0 -8 0 0 0 - DL - 0:00.05 [geom] > 0 14 0 0 -16 0 0 0 seqstate DL - 0:00.00 [sequencer 00] > 0 15 0 0 -16 0 0 0 - DL - 0:00.00 [soaiod4] > 0 16 0 0 -16 0 0 0 waiting_ DL - 0:00.00 [sctp_iterator] > 0 17 0 0 -16 0 0 0 - DL - 0:00.40 [rand_harvestq] > 0 18 0 0 -16 0 0 0 psleep DL - 0:00.25 [pagedaemon] > 0 19 0 0 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon] > 0 20 0 0 -16 0 0 0 qsleep DL - 0:00.10 [bufdaemon] > 0 21 0 0 16 0 0 0 syncer DL - 0:00.06 [syncer] > 0 22 0 0 -16 0 0 0 vlruwt DL - 0:00.01 [vnlru] > 0 23 0 0 -16 0 0 0 jsw:wait DL - 0:00.00 [g_journal switcher] > 0 24 0 0 -8 0 0 0 gj:work DL - 0:00.00 [g_journal da1] > 80 370 90412 0 21 0 351676 123100 piperd D - 0:05.01 [httpd] > 80 956 90412 0 21 0 386988 140280 piperd D - 0:09.03 [httpd] > 0 1010 0 0 -8 0 0 0 t->zthr_ DL - 0:00.38 [zfskern] > 125 2548 88632 0 20 0 22708 13212 kqread D - 0:00.00 [showq] > 0 6988 1 0 20 0 11708 2852 select Ds - 0:00.01 [blacklistd] > 125 8106 88632 0 20 0 23220 9852 kqread D - 0:00.01 [tlsmgr] > 0 10606 1 0 52 0 10884 2276 ttyin Ds+ - 0:00.00 [getty] > 0 11217 1 0 52 0 10884 2276 ttyin Ds+ - 0:00.00 [getty] > 0 11351 1 0 52 0 10884 2276 ttyin Ds+ - 0:00.00 [getty] > 0 11631 1 0 52 0 10884 2276 ttyin Ds+ - 0:00.00 [getty] > 0 11771 1 0 52 0 10884 2276 ttyin Ds+ - 0:00.00 [getty] > 0 12281 1 0 52 0 10884 2276 ttyin Ds+ - 0:00.00 [getty] > 0 12688 1 0 52 0 10884 2276 ttyin Ds+ - 0:00.00 [getty] > 0 12810 1 0 52 0 10884 2276 ttyin Ds+ - 0:00.00 [getty] > 143 13515 81414 0 20 0 12632 3372 kqread D - 0:00.50 [stats] > 143 13901 81414 0 20 0 18220 8020 kqread D - 0:01.12 [auth] > 770 14655 62774 0 20 0 173296 24404 select Ds - 0:00.90 [postgres] > 144 17606 81414 0 40 0 18152 8264 - R - 0:00.00 [imap-login] >1010 18286 81414 0 42 0 14924 5772 - R - 0:00.00 [imap] > 770 19446 62774 0 20 0 173240 22320 select Ds - 0:00.00 [postgres] > 770 19938 62774 0 20 0 173984 26632 select Ds - 0:00.05 [postgres] > 770 20299 62774 0 20 0 173392 26388 select Ds - 0:00.08 [postgres] > 770 20947 62774 0 20 0 173392 26388 select Ds - 0:00.08 [postgres] > 770 21277 62774 0 20 0 173392 26380 select Ds - 0:00.08 [postgres] > 58 27958 96209 0 20 0 118432 107540 select D - 0:00.43 [perl] > 58 28367 96209 0 20 0 115456 104732 select D - 0:00.64 [perl] > 0 36198 1 0 20 0 13844 5040 select Ds - 0:00.07 [devd] > 125 38225 88632 0 20 0 22812 13316 kqread D - 0:00.00 [pickup] > 0 42040 1 0 20 0 11332 2616 - Rs - 0:00.26 [syslogd] > 0 43182 1 0 20 0 11220 2496 select Ds - 0:00.01 [rpcbind] > 0 53940 1 0 52 0 14536 3496 select Ds - 0:00.00 [mountd] > 0 54594 1 0 52 0 14172 3232 select Ds - 0:00.01 [nfsd] > 0 55011 54594 0 52 0 10788 2204 rpcsvc D - 0:00.00 [nfsd] > 0 55030 1 0 20 0 276384 3412 select Ds - 0:00.00 [rpc.statd] > 0 55193 1 0 52 0 14260 3408 rpcsvc Ds - 0:00.00 [rpc.lockd] > 120 56056 1 0 52 0 85440 58944 uwait Ds - 0:04.12 [pdns_recursor] > 0 60603 1 0 20 0 17268 5872 select D - 0:35.29 [vmtoolsd] > 0 62180 1 0 31 0 19804 7956 select Ds - 0:00.00 [sshd] > 770 62774 1 0 20 0 172160 19860 select D - 0:00.07 [postgres] > 770 62994 62774 0 20 0 172400 23976 select Ds - 0:00.01 [postgres] > 770 63094 62774 0 20 0 172300 19936 select Ds - 0:00.02 [postgres] > 770 63213 62774 0 20 0 172160 19924 select Ds - 0:00.02 [postgres] > 770 63326 62774 0 20 0 172716 20504 select Ds - 0:00.02 [postgres] > 770 63472 62774 0 20 0 30064 11240 select Ds - 0:00.05 [postgres] > 770 63601 62774 0 20 0 172544 20400 select Ds - 0:00.00 [postgres] > 122 64031 1 0 52 0 18816 7096 wait D - 0:00.00 [zabbix_agentd] > 122 64096 64031 0 20 0 18816 7308 nanslp D - 0:07.61 [zabbix_agentd] > 122 64145 64031 0 20 0 19200 7528 select D - 0:12.16 [zabbix_agentd] > 122 64266 64031 0 20 0 19200 7528 accept D - 0:12.34 [zabbix_agentd] > 122 64272 64031 0 20 0 19244 7528 accept D - 0:12.23 [zabbix_agentd] > 122 64434 64031 0 20 0 19300 7468 nanslp D - 0:04.97 [zabbix_agentd] > 125 64656 88632 0 20 0 24760 14872 kqread D - 0:00.00 [smtpd] > 100 64756 1 0 20 0 27640 13932 wait Ds - 0:00.00 [squid] > 100 65019 64756 0 20 0 466332 336804 kqread D - 2:30.29 [squid] > 0 65241 1 0 20 0 29344 5872 select Ds - 0:00.32 [spamass-milter] > 100 65362 65019 0 20 0 13308 3652 sbwait D - 0:00.12 [log_file_daemon] > 100 65505 65019 0 20 0 13196 3640 piperd D - 0:00.02 [unlinkd] > 0 66883 1 0 20 0 93080 70604 kqread D - 0:01.42 [python2.7] > 0 71549 1 0 20 0 98312 84696 select D - 0:00.12 [python2.7] > 0 71995 71549 0 52 0 100460 84192 select D - 0:00.01 [python2.7] > 0 72082 71549 0 20 0 97380 83776 kqread D - 0:00.01 [python2.7] > 0 72134 71549 0 52 0 105344 91144 select D - 0:05.55 [python2.7] > 0 72256 71549 0 20 0 98260 84476 select D - 0:00.05 [python2.7] > 0 72328 72256 0 20 0 110848 85588 select D - 0:00.01 [python2.7] > 0 72406 72256 0 20 0 97400 78804 kqread D - 0:01.21 [python2.7] > 0 72510 72256 0 20 0 92192 76404 kqread D - 0:01.10 [python2.7] > 0 72568 72256 0 20 0 94384 76620 kqread D - 0:01.12 [python2.7] > 0 72617 71549 0 20 0 100972 84932 select D - 0:00.79 [python2.7] > 0 72691 72256 0 20 0 94384 76452 kqread D - 0:01.11 [python2.7] > 0 72866 72256 0 20 0 94384 76452 kqread D - 0:01.11 [python2.7] > 106 78945 1 0 20 0 777780 713132 select Ds - 0:00.54 [clamd] > 106 79566 1 0 20 0 23348 11500 pause Ds - 0:00.00 [freshclam] > 106 79883 1 0 20 0 33776 7748 select Ds - 0:00.22 [clamav-milter] > 0 81414 1 0 43 0 13188 3668 kqread Ds - 0:01.31 [dovecot] > 143 81747 81414 0 20 0 12796 3368 kqread D - 0:00.27 [anvil] > 0 81875 81414 0 20 0 12868 3448 - R - 0:00.38 [log] > 0 82024 81414 0 20 0 14672 4992 kqread D - 0:01.58 [config] > 125 86771 88632 0 20 0 23032 13492 kqread Ds - 0:00.00 [postscreen] > 125 87137 88632 0 20 0 24800 15000 kqread D - 0:00.00 [smtpd] > 125 87804 88632 0 20 0 23508 13696 kqread D - 0:00.00 [proxymap] > 125 88043 88632 0 20 0 22832 13228 kqread D - 0:00.00 [anvil] > 125 88329 88632 0 20 0 22808 13296 kqread D - 0:00.00 [trivial-rewrite] > 0 88632 1 0 20 0 22752 9352 kqread Ds - 0:00.07 [master] > 125 88800 88632 0 20 0 22792 9468 kqread D - 0:00.02 [qmgr] > 0 89357 1 0 20 0 25928 11364 nanslp Ds - 0:00.05 [pdns_server] > 0 89441 89357 0 20 0 47120 16036 nanslp D - 0:00.23 [pdns_server] > 0 90412 1 0 20 0 190388 32492 select Ds - 0:02.71 [httpd] > 0 90726 1 0 20 0 14248 5000 select Ds - 0:00.02 [zfsd] > 125 90767 88632 0 20 0 22844 13348 kqread D - 0:00.00 [cleanup] > 125 91165 88632 0 20 0 23012 13508 kqread D - 0:00.00 [lmtp] > 0 92203 1 0 20 0 11424 2644 nanslp Ds - 0:00.00 [cron] > 770 92882 62774 0 20 0 173040 26948 select Ds - 0:00.00 [postgres] > 125 92948 88632 0 20 0 23892 13948 kqread D - 0:00.00 [smtp] > 80 95401 90412 0 20 0 799024 314728 piperd D - 0:56.18 [httpd] > 0 96209 1 0 20 0 113408 102680 select Ds - 0:02.04 [perl] > 0 98150 1 0 52 0 11436 2560 select Ds - 0:00.00 [inetd] > 80 99968 90412 0 21 0 209792 46236 piperd D - 0:00.09 [httpd] > >------------------------------------------------------------------------ >vmstat -s > >123721893 cpu context switches > 19393742 device interrupts > 2094127 software interrupts >148634471 traps >862873114 system calls > 25 kernel threads created > 425614 fork() calls > 3072 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 > 3333 vnode pager pageins > 24133 vnode pager pages paged in > 1 vnode pager pageouts > 1 vnode pager pages paged out > 0 page daemon wakeups > 0 pages examined by the page daemon > 0 clean page reclamation shortfalls > 0 pages reactivated by the page daemon > 52480013 copy-on-write faults > 6854 copy-on-write optimized faults > 66024878 zero fill pages zeroed > 1956 zero fill pages prezeroed > 68 intransit blocking page faults >150410305 total VM faults taken > 3027 page faults requiring I/O > 0 pages affected by kernel thread creation > 18117925 pages affected by fork() > 109592 pages affected by vfork() > 0 pages affected by rfork() >144504587 pages freed > 0 pages freed by daemon > 0 pages freed by exiting processes > 0 pages active > 0 pages inactive > 0 pages in the laundry queue > 0 pages wired down > 0 pages free > 0 bytes per page > 0 total name lookups > cache hits (0% pos + 0% neg) system 0% per-directory > deletions 0%, falsehits 0%, toolong 0% > >------------------------------------------------------------------------ >vmstat -m > > Type InUse MemUse HighUse Requests Size(s) > CAM DEV 8 16K - 42 2048 > entropy 1 1K - 876702 32,4096 > CAM CCB 0 0K - 2259587 2048 > CAM path 12 1K - 119 32 > CAM periph 10 3K - 37853 16,32,64,128,256 > feeder 7 1K - 7 32 >CAM I/O Scheduler 3 1K - 3 128 > CAM queue 12 9K - 121 16,32,64,128,256,512,2048 > scsi_cd 0 0K - 7 16 >CAM dev queue 4 1K - 4 64 > scsi_da 0 0K - 89 16,32,64,256 > ata_pci 1 1K - 1 64 > vtbuf 24 1968K - 46 4096 > vt 11 6K - 11 512 > DEVFS3 101 26K - 108 256 > DEVFS1 84 42K - 93 512 > DEVFS_RULE 56 27K - 56 64,512 > DEVFS 10 1K - 11 16,128 > DEVFSP 0 0K - 11337 64 >NFSD V4client 1 1K - 1 256 > NFSD lckfile 1 1K - 1 256 > NFSD session 1 1K - 1 1024 > pfs_nodes 20 10K - 20 512 > GEOM 93 25K - 45267 16,32,64,128,256,512,1024,2048,4096,8192 > raid_data 0 0K - 78 32,128,256 > isadev 7 1K - 7 128 > cdev 4 1K - 4 256 > filedesc 83 573K - 595025 16,32,64,128,4096,8192,16384,32768,65536 > sigio 0 0K - 1 64 > filecaps 0 0K - 126485 16,32,64 > kdtrace 737 162K - 861914 64,256 > kenv 104 12K - 14980 16,32,64,128,8192 > kqueue 330 242K - 1429841 64,256,2048 > proc-args 98 6K - 903437 16,32,64,128,256 > hhook 13 4K - 13 256 > ithread 156 24K - 156 32,128,256 > prison 6 1K - 6 16,32 > KTRACE 100 13K - 100 128 > linker 295 1447K - 336 16,32,64,128,256,512,1024,2048,4096,8192,16384,65536 > lockf 266 33K - 225059 64,128,256 > loginclass 3 1K - 4 64 > devbuf 528 724K - 668 16,32,64,128,256,512,1024,2048,4096,8192,16384,65536 > temp 20 33K - 1312823 16,32,64,128,256,512,1024,2048,8192,16384,65536 > evdev 4 4K - 4 1024 > module 513 65K - 514 128 > mtx_pool 2 72K - 2 8192,65536 > osd 4 1K - 378 16,32,64,128,256 > pmchooks 1 1K - 1 128 > pmc 1 1K - 1 64 > pgrp 51 7K - 17539 128 > session 51 7K - 6217 128 > proc 2 32K - 2 16384 > subproc 285 570K - 428875 512,4096 > cred 120 30K - 1263520 256 > acpiintr 1 1K - 1 64 > plimit 58 15K - 634521 256 > uidinfo 13 6K - 121361 128,4096 > dumper 1 1K - 1 512 > acpica 8640 808K - 124028 16,32,64,128,256,512,1024,2048 > sysctl 0 0K - 7 64 > sysctloid 4778 241K - 4856 16,32,64,128 > sysctltmp 0 0K - 686042 16,64,256,1024 > tidhash 1 32K - 1 32768 > callout 3 1672K - 3 > umtx 1368 171K - 1368 128 > p1003.1b 1 1K - 1 16 > SWAP 1 164K - 1 > bus 1247 111K - 86704 16,32,64,128,256,512,1024,4096 > bus-sc 69 131K - 6940 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536 > acpitask 1 64K - 1 65536 > devstat 6 13K - 6 32,4096 > epoch 4 1K - 4 128 > eventhandler 127 11K - 127 64,128 > gtaskqueue 22 34K - 22 16,32,256,8192 > kobj 345 1380K - 490 4096 > Per-cpu 1 1K - 1 32 > acpisem 31 4K - 31 128 > rman 680 72K - 951 32,128 > sbuf 0 0K - 45435 16,32,64,128,256,4096,8192,16384 > toponodes 10 2K - 10 128 > kbdmux 6 22K - 6 16,512,1024,2048,16384 > taskqueue 141 17K - 153 16,32,64,128,256 > terminal 11 3K - 11 256 > Unitno 22 2K - 5982 32,64 > vmem 3 272K - 15 2048,4096,8192,16384,32768,65536 > ioctlops 0 0K - 67365 256,512,1024 > select 263 33K - 263 128 > iov 0 0K - 8430477 16,64,128,256,512 > msg 4 204K - 4 4096,8192,65536 > sem 4 106K - 4 2048,4096 > shm 21 72K - 69590 2048,32768 > tty 12 12K - 13 1024 > pts 0 0K - 1 256 > mbuf_tag 0 0K - 7 32 > shmfd 13 14K - 13 64,256,1024,8192 > soname 109 13K - 10347926 16,32,64,128 > pcb 70 1692K - 498763 16,32,64,128,1024,2048,8192 > vfscache 4 2073K - 4 256,8192,16384 > cl_savebuf 0 0K - 421 64 > export_host 4 1K - 4 256 > vfs_hash 1 1024K - 1 > vnodes 4 1K - 4 32,256 > mount 96 5K - 400 16,32,64,128,256 > statfs 0 0K - 780568 4096 > vnodemarker 0 0K - 25508 512 > fadvise 0 0K - 1 32 >chacha20random 1 1K - 1 512 > BPF 2 1K - 34013 128,512,4096 > ifnet 3 5K - 3 128,2048 > ifaddr 30 12K - 30 16,32,64,128,256,512,2048,4096 > ether_multi 19 2K - 19 16,32,64,128 > clone 7 1K - 7 128 > ipsec 3 1K - 3 256 > lltable 13 5K - 13 256,512 > iflib 22 70K - 26 16,32,64,128,1024,2048,4096,32768 > routetbl 33 6K - 36 32,64,128,256,512 > vnet 1 1K - 1 64 > vnet_data 1 240K - 1 >vnet_data_free 1 1K - 1 32 > igmp 2 1K - 2 128 > in_multi 2 1K - 2 256 >encap_export_host 12 1K - 12 32,64 > sctp_a_it 0 0K - 3 16 > sctp_vrf 1 1K - 1 64 > sctp_ifa 5 1K - 5 128 > sctp_ifn 2 1K - 2 128 > sctp_iter 0 0K - 3 256 > tfo_ccache 1 128K - 1 > hostcache 1 32K - 1 32768 > LRO 2 10K - 2 2048,8192 > tcpfunc 1 1K - 1 64 > syncache 1 68K - 1 > in6_mfilter 1 1K - 1 64 > in6_multi 16 2K - 16 32,256 > ip6_moptions 1 1K - 1 32 > mld 2 1K - 2 128 > ip6ndp 3 1K - 3 64,256 > inpcbpolicy 187 6K - 795497 32 > secasvar 1 1K - 1 1024 > sahead 1 1K - 1 1024 > ipsecpolicy 2 2K - 2 256,1024 > ipsec-saq 2 2K - 2 1024 > NLM 0 0K - 1 32 > crypto 2 2K - 2 256,1024 > rpc 76 23K - 206 16,32,64,128,256,512,1024,4096 >audit_evclass 230 8K - 285 32 > pagedep 3 257K - 2637 256 > inodedep 32 1040K - 60367 512 > bmsafemap 5 9K - 40907 256,8192 > newblk 10 2051K - 42222 256 > indirdep 1 1K - 1517 128,32768 > freefrag 1 1K - 2142 128 > freeblks 7 2K - 22923 256 > freefile 3 1K - 32540 64 > diradd 9 2K - 55139 128 > mkdir 0 0K - 174 128 > dirrem 4 1K - 55279 128 > newdirblk 0 0K - 137 64 > freework 16 2K - 24547 16,128 > freedep 0 0K - 16 64 > jaddref 0 0K - 55313 128 > jremref 0 0K - 55457 128 > jmvref 0 0K - 5 128 > jnewblk 1 1K - 42221 128 > jfreefrag 1 1K - 2142 128 > jseg 4772 597K - 20716 128 > jsegdep 28 2K - 155133 64 > sbdep 0 0K - 3646 64 > savedino 0 0K - 23058 256 > jblocks 2 1K - 2 128,256 > softdep 1 1K - 1 512 > ufs_dirhash 873 203K - 909 16,32,64,128,256,512,1024,16384 > ufs_quota 1 1024K - 1 > ufs_mount 3 17K - 4 512,4096,8192 > vm_pgdata 1 1K - 1 128 > UMAHash 24 1934K - 77 512,1024,2048,4096,8192,16384,32768,65536 > memdesc 1 4K - 1 4096 > pci_link 8 1K - 8 64,128 > atkbddev 2 1K - 2 64 > acpidev 69 5K - 69 64 > CAM SIM 4 1K - 4 256 > CAM XPT 39 3K - 67057 16,32,64,128,256,512,1024,2048,65536 > apmdev 1 1K - 1 128 > madt_table 0 0K - 2 32,4096 > intr 4 400K - 4 65536 > io_apic 1 2K - 1 2048 > local_apic 1 4K - 1 4096 > MCA 11 2K - 11 16,128 > cpus 2 1K - 2 16 > msi 34 5K - 34 128 > nexusdev 5 1K - 5 16 > journal_data 1 1K - 2 512 > solaris 298552 94097K - 53696634 16,32,64,128,256,512,1024,2048,4096,8192,32768 > kstat_data 7 1K - 7 64 > sfs_nodes 12 6K - 12 512 >VMBlockFS hash 1 1K - 1 128 > >------------------------------------------------------------------------ >vmstat -z > >ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP > >UMA Kegs: 224, 0, 255, 0, 255, 0, 0 >UMA Zones: 680, 0, 257, 3, 257, 0, 0 >UMA Slabs: 80, 0, 183723, 27, 184164, 0, 0 >UMA Hash: 256, 0, 85, 35, 109, 0, 0 >4 Bucket: 32, 0, 1619, 9631, 262002, 0, 0 >6 Bucket: 48, 0, 2563, 1255, 117264, 0, 0 >8 Bucket: 64, 0, 168, 762, 439916, 21, 0 >12 Bucket: 96, 0, 964, 553, 170071, 0, 0 >16 Bucket: 128, 0, 623, 772, 217064, 1, 0 >32 Bucket: 256, 0, 11726, 3019, 587442, 7, 0 >64 Bucket: 512, 0, 6862, 3218, 194265,11145, 0 >128 Bucket: 1024, 0, 1661, 383, 287664, 191, 0 >256 Bucket: 2048, 0, 712, 476, 275546,3961, 0 >vmem: 1856, 0, 3, 1, 3, 0, 0 >vmem btag: 56, 0, 24919, 7812, 32926, 231, 0 >VM OBJECT: 256, 0, 130460, 1240,16789884, 0, 0 >RADIX NODE: 144, 0, 109448, 6355,44287655, 0, 0 >MAP: 240, 0, 3, 61, 3, 0, 0 >KMAP ENTRY: 120, 0, 12, 252, 12, 0, 0 >MAP ENTRY: 120, 0, 26052, 1602,78228532, 0, 0 >VMSPACE: 2560, 0, 97, 29, 428688, 0, 0 >fakepg: 104, 0, 1, 151, 1, 0, 0 >64 pcpu: 8, 0, 2525, 291, 81884, 0, 0 >mt_stats_zone: 64, 0, 432, 80, 432, 0, 0 >mt_zone: 24, 0, 432, 236, 432, 0, 0 >16: 16, 0, 9986, 807, 9136433, 0, 0 >32: 32, 0, 117574, 18301,10954405, 0, 0 >64: 64, 0, 126177, 113763,15177509, 0, 0 >128: 128, 0, 15917, 2962,10362815, 0, 0 >256: 256, 0, 41920, 79055, 9371673, 0, 0 >512: 512, 0, 2316, 1492, 8584640, 0, 0 >1024: 1024, 0, 1498, 130, 2357123, 0, 0 >2048: 2048, 0, 185, 105,18439680, 0, 0 >4096: 4096, 0, 11888, 7299, 2801586, 0, 0 >8192: 8192, 0, 49, 12, 26083, 0, 0 >16384: 16384, 0, 28, 6, 300713, 0, 0 >32768: 32768, 0, 19, 4, 736, 0, 0 >65536: 65536, 0, 13, 4, 139194, 0, 0 >SLEEPQUEUE: 80, 0, 685, 214, 685, 0, 0 >Files: 80, 0, 1279, 471,11737715, 0, 0 >filedesc0: 1104, 0, 122, 40, 428712, 0, 0 >rangeset pctrie nodes: 144, 0, 0, 0, 0, 0, 0 >TURNSTILE: 136, 0, 685, 55, 685, 0, 0 >rl_entry: 40, 0, 255, 345, 255, 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, 121, 41, 428711, 0, 0 >THREAD: 1400, 0, 655, 29, 4652, 0, 0 >cpuset: 104, 0, 7, 272, 7, 0, 0 >domainset: 40, 0, 0, 0, 0, 0, 0 >pkru ranges: 24, 0, 0, 0, 0, 0, 0 >audit_record: 1280, 0, 0, 0, 0, 0, 0 >mbuf_packet: 256, 3245325, 3, 1275, 4228914, 0, 0 >mbuf: 256, 3245325, 549, 1741,55834608, 0, 0 >mbuf_cluster: 2048, 507082, 1775, 905, 7928449, 0, 0 >mbuf_jumbo_page: 4096, 253540, 1, 729, 2530296, 0, 0 >mbuf_jumbo_9k: 9216, 225369, 0, 0, 0, 0, 0 >mbuf_jumbo_16k: 16384, 169024, 0, 0, 0, 0, 0 >epoch_record pcpu: 256, 0, 4, 60, 4, 0, 0 >ttyinq: 160, 0, 120, 130, 315, 0, 0 >ttyoutq: 256, 0, 64, 131, 167, 0, 0 >DMAR_MAP_ENTRY: 120, 0, 0, 0, 0, 0, 0 >FPU_save_area: 2696, 0, 0, 0, 0, 0, 0 >g_bio: 376, 0, 0, 500, 4839084, 0, 0 >nvme_request: 128, 0, 0, 0, 0, 0, 0 >cryptop: 128, 0, 0, 0, 0, 0, 0 >cryptodesc: 120, 0, 0, 0, 0, 0, 0 >crypto_session: 24, 0, 0, 0, 0, 0, 0 >vtnet_tx_hdr: 24, 0, 0, 0, 0, 0, 0 >VNODE: 480, 0, 213117, 995, 2817216, 0, 0 >VNODEPOLL: 120, 0, 0, 0, 0, 0, 0 >BUF TRIE: 144, 0, 2325, 50541, 81789, 0, 0 >NAMEI: 1024, 0, 0, 40,30865726, 0, 0 >rentr: 24, 0, 0, 334, 1, 0, 0 >S VFS Cache: 108, 0, 203274, 19606, 4770247, 0, 0 >STS VFS Cache: 148, 0, 0, 0, 0, 0, 0 >L VFS Cache: 328, 0, 10273, 82355, 267584, 0, 0 >LTS VFS Cache: 368, 0, 0, 0, 0, 0, 0 >DIRHASH: 1024, 0, 2774, 22, 2905, 0, 0 >NCLNODE: 592, 0, 0, 0, 0, 0, 0 >AIO: 208, 0, 0, 0, 0, 0, 0 >AIOP: 32, 0, 0, 0, 0, 0, 0 >AIOCB: 752, 0, 0, 0, 0, 0, 0 >AIOLIO: 280, 0, 0, 0, 0, 0, 0 >pipe: 760, 0, 236, 54, 447943, 0, 0 >Mountpoints: 2744, 0, 8, 4, 8, 0, 0 >procdesc: 136, 0, 0, 0, 0, 0, 0 >ksiginfo: 112, 0, 147, 903, 33917, 0, 0 >itimer: 352, 0, 0, 0, 0, 0, 0 >KNOTE: 160, 0, 432, 318,37310207, 0, 0 >socket: 872, 260912, 334, 202, 2963233, 0, 0 >unpcb: 256, 260925, 250, 245, 2167729, 0, 0 >IPsec SA lft_c: 16, 0, 0, 0, 0, 0, 0 >ipq: 56, 15904, 0, 284, 145, 0, 0 >udp_inpcb: 488, 260912, 29, 123, 502877, 0, 0 >udpcb: 32, 261000, 29, 846, 502877, 0, 0 >tcp_inpcb: 488, 260912, 158, 194, 292619, 0, 0 >tcpcb: 976, 260912, 54, 102, 292619, 0, 0 >tcptw: 88, 27810, 104, 436, 186018, 0, 0 >syncache: 168, 15364, 0, 138, 246424, 0, 0 >hostcache: 96, 15375, 21, 512, 1030, 0, 0 >sackhole: 32, 0, 0, 375, 4010, 0, 0 >tfo: 4, 0, 0, 0, 0, 0, 0 >tfo_ccache_entries: 80, 0, 0, 0, 0, 0, 0 >tcpreass: 48, 31706, 0, 332, 8820, 0, 0 >tcp_log: 400, 1000000, 0, 0, 0, 0, 0 >tcp_log_bucket: 144, 0, 0, 0, 0, 0, 0 >tcp_log_node: 120, 0, 0, 0, 0, 0, 0 >sctp_ep: 1280, 260913, 0, 0, 0, 0, 0 >sctp_asoc: 2408, 40000, 0, 0, 0, 0, 0 >sctp_laddr: 48, 80012, 0, 581, 4, 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: 488, 260912, 0, 0, 0, 0, 0 >ripcb: 488, 260912, 0, 32, 1, 0, 0 >rtentry: 208, 0, 13, 120, 15, 0, 0 >selfd: 64, 0, 364, 690, 7451885, 0, 0 >swpctrie: 144, 1014201, 0, 0, 0, 0, 0 >swblk: 136, 1014188, 0, 0, 0, 0, 0 >FFS inode: 160, 0, 83156, 50444, 362927, 0, 0 >FFS1 dinode: 128, 0, 0, 0, 0, 0, 0 >FFS2 dinode: 256, 0, 83156, 50434, 362927, 0, 0 >taskq_zone: 48, 0, 0, 830, 494139, 0, 0 >range_seg_cache: 72, 0, 37316, 7949, 2351321, 0, 0 >zio_cache: 1048, 0, 6, 1596,14160738, 0, 0 >zio_link_cache: 48, 0, 0, 2075,13935612, 0, 0 >zio_buf_512: 512, 0, 308616, 153528, 4074160, 0, 0 >zio_data_buf_512: 512, 0, 1090, 70, 22686, 0, 0 >zio_buf_1024: 1024, 0, 5386, 802, 514679, 0, 0 >zio_data_buf_1024: 1024, 0, 837, 23, 3289, 0, 0 >zio_buf_1536: 1536, 0, 3230, 514, 233690, 0, 0 >zio_data_buf_1536: 1536, 0, 711, 37, 3550, 0, 0 >zio_buf_2048: 2048, 0, 5847, 129, 355606, 0, 0 >zio_data_buf_2048: 2048, 0, 283, 23, 1479, 0, 0 >zio_buf_2560: 2560, 0, 10901, 41, 91532, 0, 0 >zio_data_buf_2560: 2560, 0, 300, 18, 2018, 0, 0 >zio_buf_3072: 3072, 0, 14761, 14, 127437, 0, 0 >zio_data_buf_3072: 3072, 0, 190, 26, 848, 0, 0 >zio_buf_3584: 3584, 0, 8206, 19, 101891, 0, 0 >zio_data_buf_3584: 3584, 0, 194, 23, 687, 0, 0 >zio_buf_4096: 4096, 0, 667, 56, 599495, 0, 0 >zio_data_buf_4096: 4096, 0, 84, 4, 353, 0, 0 >zio_buf_5120: 5120, 0, 0, 55, 59159, 0, 0 >zio_data_buf_5120: 5120, 0, 13, 59, 4430, 0, 0 >zio_buf_6144: 6144, 0, 0, 37, 54975, 0, 0 >zio_data_buf_6144: 6144, 0, 17, 23, 388, 0, 0 >zio_buf_7168: 7168, 0, 0, 29, 37582, 0, 0 >zio_data_buf_7168: 7168, 0, 18, 16, 256, 0, 0 >zio_buf_8192: 8192, 0, 0, 23, 62565, 0, 0 >zio_data_buf_8192: 8192, 0, 14, 26, 501, 0, 0 >zio_buf_10240: 10240, 0, 0, 28, 32313, 0, 0 >zio_data_buf_10240: 10240, 0, 14, 58, 3453, 0, 0 >zio_buf_12288: 12288, 0, 0, 18, 33252, 0, 0 >zio_data_buf_12288: 12288, 0, 12, 42, 377, 0, 0 >zio_buf_14336: 14336, 0, 3, 38, 12082, 0, 0 >zio_data_buf_14336: 14336, 0, 11, 21, 2521, 0, 0 >zio_buf_16384: 16384, 0, 11431, 7927, 877828, 0, 0 >zio_data_buf_16384: 16384, 0, 17, 14, 341, 0, 0 >zio_buf_20480: 20480, 0, 302, 405, 67070, 0, 0 >zio_data_buf_20480: 20480, 0, 30, 24, 2569, 0, 0 >zio_buf_24576: 24576, 0, 0, 11, 35485, 0, 0 >zio_data_buf_24576: 24576, 0, 19, 37, 2059, 0, 0 >zio_buf_28672: 28672, 0, 0, 10, 8776, 0, 0 >zio_data_buf_28672: 28672, 0, 13, 14, 1675, 0, 0 >zio_buf_32768: 32768, 0, 0, 6, 31034, 0, 0 >zio_data_buf_32768: 32768, 0, 8, 18, 1482, 0, 0 >zio_buf_40960: 40960, 0, 1, 9, 15865, 0, 0 >zio_data_buf_40960: 40960, 0, 6, 36, 2538, 0, 0 >zio_buf_49152: 49152, 0, 0, 6, 18230, 0, 0 >zio_data_buf_49152: 49152, 0, 11, 16, 2196, 0, 0 >zio_buf_57344: 57344, 0, 0, 5, 1409, 0, 0 >zio_data_buf_57344: 57344, 0, 5, 14, 1946, 0, 0 >zio_buf_65536: 65536, 0, 0, 4, 12909, 0, 0 >zio_data_buf_65536: 65536, 0, 1, 23, 1778, 0, 0 >zio_buf_81920: 81920, 0, 0, 4, 12358, 0, 0 >zio_data_buf_81920: 81920, 0, 8, 18, 2915, 0, 0 >zio_buf_98304: 98304, 0, 0, 4, 17023, 0, 0 >zio_data_buf_98304: 98304, 0, 7, 10, 2197, 0, 0 >zio_buf_114688: 114688, 0, 0, 4, 680, 0, 0 >zio_data_buf_114688: 114688, 0, 3, 13, 1800, 0, 0 >zio_buf_131072: 131072, 0, 153, 295, 169116, 0, 0 >zio_data_buf_131072: 131072, 0, 90, 259, 8215, 0, 0 >zio_buf_163840: 163840, 0, 0, 4, 1809, 0, 0 >zio_data_buf_163840: 163840, 0, 0, 0, 0, 0, 0 >zio_buf_196608: 196608, 0, 0, 3, 1477, 0, 0 >zio_data_buf_196608: 196608, 0, 0, 0, 0, 0, 0 >zio_buf_229376: 229376, 0, 0, 4, 196, 0, 0 >zio_data_buf_229376: 229376, 0, 0, 0, 0, 0, 0 >zio_buf_262144: 262144, 0, 0, 4, 2318, 0, 0 >zio_data_buf_262144: 262144, 0, 0, 0, 0, 0, 0 >zio_buf_327680: 327680, 0, 0, 3, 294, 0, 0 >zio_data_buf_327680: 327680, 0, 0, 0, 0, 0, 0 >zio_buf_393216: 393216, 0, 0, 4, 3769, 0, 0 >zio_data_buf_393216: 393216, 0, 0, 0, 0, 0, 0 >zio_buf_458752: 458752, 0, 0, 3, 12, 0, 0 >zio_data_buf_458752: 458752, 0, 0, 0, 0, 0, 0 >zio_buf_524288: 524288, 0, 0, 3, 58, 0, 0 >zio_data_buf_524288: 524288, 0, 0, 0, 0, 0, 0 >zio_buf_655360: 655360, 0, 0, 3, 39, 0, 0 >zio_data_buf_655360: 655360, 0, 0, 0, 0, 0, 0 >zio_buf_786432: 786432, 0, 0, 3, 29, 0, 0 >zio_data_buf_786432: 786432, 0, 0, 0, 0, 0, 0 >zio_buf_917504: 917504, 0, 0, 3, 19, 0, 0 >zio_data_buf_917504: 917504, 0, 0, 0, 0, 0, 0 >zio_buf_1048576: 1048576, 0, 0, 4, 210, 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, 1329046, 0, 0 >abd_chunk: 4096, 0, 72911, 155, 2692131, 0, 0 >sa_cache: 144, 0, 129927, 74301, 2454241, 0, 0 >dnode_t: 728, 0, 287595, 154720, 2451134, 0, 0 >arc_buf_hdr_t_full: 256, 0, 88544, 151, 861427, 0, 0 >arc_buf_hdr_t_l2only: 96, 0, 0, 0, 0, 0, 0 >arc_buf_t: 64, 0, 12627, 7151, 947228, 0, 0 >dmu_buf_impl_t: 240, 0, 298288, 163072, 3319141, 0, 0 >zil_lwb_cache: 320, 0, 2, 94, 910, 0, 0 >zil_zcw_cache: 80, 0, 0, 400, 1313, 0, 0 >sio_cache: 128, 0, 0, 0, 0, 0, 0 >zfs_znode_cache: 272, 0, 129927, 74235, 2454241, 0, 0 >VMBlock: 1024, 0, 0, 0, 0, 0, 0 >blockInfoCache: 1168, 0, 0, 0, 0, 0, 0 > > >------------------------------------------------------------------------ >vmstat -i > >interrupt total rate >irq1: atkbd0 2 0 >irq14: ata0 75637 1425 >cpu0:timer 4339074 81731 >cpu1:timer 3180699 59911 >irq257: mpt0 2150555 40508 >irq266: vmx0:irq0 17167548 323367 >Total 26913515 506941 > >------------------------------------------------------------------------ >pstat -T > >1279/260911 files >0M/0M swap space > >------------------------------------------------------------------------ >pstat -s > >Device 512-blocks Used Avail Capacity > >------------------------------------------------------------------------ >iostat > > tty da0 da1 da2 cpu > tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id > 0 0 22.15 2 0.04 1.17 0 0.00 11.59 17 0.20 1 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 >m 65536 5432001 --rw------- postgres postgres postgres postgres 13 56 62774 62774 11:39:09 19:09:00 11:39:09 >m 65537 0 --rw------- zabbix zabbix zabbix zabbix 6 219024 64031 64031 11:39:09 19:09:06 11:39:09 > >Semaphores: >T ID KEY MODE OWNER GROUP CREATOR CGROUP NSEMS OTIME CTIME >s 65536 0 --rw------- zabbix zabbix zabbix zabbix 14 19:09:07 11:39:09 > > >------------------------------------------------------------------------ >ipcs -T > >msginfo: > msgmax: 131072 (max characters in a message) > msgmni: 40 (# of message queues) > msgmnb: 8192 (max characters in a message queue) > msgtql: 2048 (max # of messages in system) > msgssz: 64 (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 > >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 Attr Misses Lkup Hits Lkup Misses BioR Hits BioR Misses BioW Hits BioW Misses > 0 0 0 0 0 0 0 0 > BioRL Hits BioRL Misses BioD Hits BioD Misses DirE Hits DirE Misses Accs Hits Accs 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 Re-Failed: > 140737488346800 >Server Faults: >140737488346800 >Server Write > WriteOps WriteRPC Opsaved > 0 0 0 >Server Cache > Inprog Idem Non-Idem Misses > 0 0 0 0 > >------------------------------------------------------------------------ >netstat -s > >tcp: > 11915669 packets sent > 6856268 data packets (10572961866 bytes) > 18465 data packets (24621677 bytes) retransmitted > 28 data packets unnecessarily retransmitted > 0 resends initiated by MTU discovery > 4690868 ack-only packets (108440 delayed) > 0 URG only packets > 14 window probe packets > 54320 window update packets > 295735 control packets > 18654540 packets received > 9704941 acks (for 10546386994 bytes) > 141729 duplicate acks > 0 acks for unsent data > 8295570 packets (9425643968 bytes) received in-sequence > 8860 completely duplicate packets (867393 bytes) > 22 old duplicate packets > 0 packets with some dup. data (0 bytes duped) > 375954 out-of-order packets (538579132 bytes) > 0 packets (0 bytes) of data after window > 0 window probes > 49409 window update packets > 63381 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 > 31238 connection requests > 246424 connection accepts > 218 bad connection attempts > 0 listen queue overflows > 3093 ignored RSTs in the windows > 277582 connections established (including accepts) > 272274 times used RTT from hostcache > 272274 times used RTT variance from hostcache > 63167 times used slow-start threshold from hostcache > 292461 connections closed (including 20057 drops) > 149345 connections updated cached RTT on close > 149345 connections updated cached RTT variance on close > 53497 connections updated cached ssthresh on close > 26 embryonic connections dropped > 9650534 segments updated rtt (of 5534400 attempts) > 8156 retransmit timeouts > 547 connections dropped by rexmit timeout > 15 persist timeouts > 0 connections dropped by persist timeout > 0 Connections (fin_wait_2) dropped because of timeout > 3047 keepalive timeouts > 3047 keepalive probes sent > 0 connections dropped by keepalive > 2576080 correct ACK header predictions > 6925564 correct data packet header predictions > 246424 syncache entries added > 16 retransmitted > 1 dupsyn > 0 dropped > 246424 completed > 0 bucket overflow > 0 cache overflow > 0 reset > 0 stale > 0 aborted > 0 badack > 0 unreach > 0 zone failures > 246424 cookies sent > 0 cookies received > 1030 hostcache entries added > 0 bucket overflow > 2003 SACK recovery episodes > 10830 segment rexmits in SACK recovery episodes > 14182753 byte rexmits in SACK recovery episodes > 107132 SACK options (SACK blocks) received > 374324 SACK options (SACK blocks) sent > 0 SACK scoreboard overflow > 0 packets with ECN CE bit set > 0 packets with ECN ECT(0) bit set > 0 packets with ECN ECT(1) bit set > 0 successful ECN handshakes > 0 times ECN reduced the congestion window > 0 packets with matching signature received > 0 packets with bad signature received > 0 times failed to make signature due to no SA > 0 times unexpected signature received > 0 times no signature provided by segment > 0 Path MTU discovery black hole detection activations > 0 Path MTU discovery black hole detection min MSS activations > 0 Path MTU discovery black hole detection failures >TCP connection count by state: > 0 connections in CLOSED state > 42 connections in LISTEN state > 0 connections in SYN_SENT state > 0 connections in SYN_RCVD state > 11 connections in ESTABLISHED state > 0 connections in CLOSE_WAIT state > 1 connection in FIN_WAIT_1 state > 0 connections in CLOSING state > 0 connections in LAST_ACK state > 0 connections in FIN_WAIT_2 state > 104 connections in TIME_WAIT state >udp: > 1633486 datagrams received > 0 with incomplete header > 0 with bad data length field > 0 with bad checksum > 3166 with no checksum > 128 dropped due to no socket > 344 broadcast/multicast datagrams undelivered > 0 dropped due to full socket buffers > 0 not for hashed pcb > 1633014 delivered > 1634896 datagrams output > 0 times multicast source filter matched >ip: > 20149029 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 > 292 fragments received > 0 fragments dropped (dup or out of space) > 0 fragments dropped after timeout > 145 packets reassembled ok > 20148882 packets for this host > 0 packets for unknown/unsupported protocol > 0 packets forwarded (0 packets fast forwarded) > 0 packets not forwardable > 0 packets received for unknown multicast group > 0 redirects sent > 13567089 packets sent from this host > 0 packets sent with fabricated ip header > 0 output packets dropped due to no bufs, etc. > 13 output packets discarded due to no route > 42 output datagrams fragmented > 86 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: > 128 calls to icmp_error > 0 errors not generated in response to an icmp message > Output histogram: > echo reply: 1542 > destination unreachable: 128 > 0 messages with bad code fields > 0 messages less than the minimum length > 0 messages with bad checksum > 0 messages with bad length > 0 multicast echo requests ignored > 0 multicast timestamp requests ignored > Input histogram: > destination unreachable: 4535 > echo: 1542 > time exceeded: 2 > 1542 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 spd cache hits > 0 spd cache misses > 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: > 97 ARP requests sent > 3662 ARP replies sent > 3662 ARP requests received > 95 ARP replies received > 3757 ARP packets received > 0 total packets dropped due to no ARP entry > 0 ARP entrys timed out > 0 Duplicate IPs seen >ip6: > 145225 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 > 145225 packets for this host > 0 packets forwarded > 0 packets not forwardable > 0 redirects sent > 145225 packets sent from this host > 0 packets sent with fabricated ip header > 0 output packets dropped due to no bufs, etc. > 5809 output packets discarded due to no route > 0 output datagrams fragmented > 0 fragments created > 0 datagrams that can't be fragmented > 0 packets that violated scope rules > 0 multicast packets which we don't join > Input histogram: > UDP: 145225 > Mbuf statistics: > 18554 one mbuf > two or more mbuf: > lo0= 2 > 126669 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 > 4 failures of source address selection > source addresses on a non-outgoing I/F > 4 addresses scope=0xf > Source addresses selection rule applied: > 4 same address >icmp6: > 0 calls to icmp6_error > 0 errors not generated in response to an icmp6 message > 0 errors not generated because of rate limitation > 0 messages with bad code fields > 0 messages < minimum length > 0 bad checksums > 0 messages with bad length > Histogram of error messages to be generated: > 0 no route > 0 administratively prohibited > 0 beyond scope > 0 address unreachable > 0 port unreachable > 0 packet too big > 0 time exceed transit > 0 time exceed reassembly > 0 erroneous header field > 0 unrecognized next header > 0 unrecognized option > 0 redirect > 0 unknown > 0 message responses generated > 0 messages with too many ND options > 0 messages with bad ND options > 0 bad neighbor solicitation messages > 0 bad neighbor advertisement messages > 0 bad router solicitation messages > 0 bad router advertisement messages > 0 bad redirect messages > 0 path MTU changes >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 spd cache hits > 0 spd cache misses > 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 > >552/3016/3568 mbufs in use (current/cache/total) >500/2180/2680/507082 mbuf clusters in use (current/cache/total/max) >3/1275 mbuf+clusters out of packet secondary zone in use (current/cache) >1/729/730/253540 4k (page size) jumbo clusters in use (current/cache/total/max) >0/0/0/225369 9k jumbo clusters in use (current/cache/total/max) >0/0/0/169024 16k jumbo clusters in use (current/cache/total/max) >1142K/8030K/9172K 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) >1 sendfile syscalls >0 sendfile syscalls completed without I/O request >1 requests for I/O initiated by sendfile >1 pages read by sendfile as part of a request >0 pages were valid at time of a sendfile request >0 pages were valid and substituted to bogus page >0 pages were requested for read ahead by applications >0 pages were read ahead by sendfile >0 times sendfile encountered an already busy page >0 requests for sfbufs denied >0 requests for sfbufs delayed > >------------------------------------------------------------------------ >netstat -anA > >Active Internet connections (including servers) >Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state) >fffff80005cfbb70 tcp4 0 0 *.111 *.* LISTEN >fffff80005cfc000 tcp6 0 0 *.111 *.* LISTEN >fffff80005a093d0 udp6 0 0 *.* *.* >fffff80005a171e8 udp4 0 0 *.711 *.* >fffff80005a175b8 udp4 0 0 *.111 *.* >fffff800059f0000 udp6 0 0 *.829 *.* >fffff80005a17988 udp6 0 0 *.111 *.* >fffff80005a091e8 udp4 0 0 *.514 *.* >fffff80005a095b8 udp6 0 0 *.514 *.* > >------------------------------------------------------------------------ >netstat -aL > >Current listen queue sizes (qlen/incqlen/maxqlen) >Proto Listen Local Address >tcp4 0/0/128 *.sunrpc >tcp6 0/0/128 *.sunrpc > >------------------------------------------------------------------------ >fstat > >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x400000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x400000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read znode_phys at 0x1 >fstat: can't read 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 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x5200000001 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x800000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x800000001 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x400000001 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x5600000001 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 50 at 0x4000000001fffff >fstat: can't read file 52 at 0x780000ffff >fstat: can't read file 53 at 0x3a00000000 >fstat: can't read file 55 at 0x20007ffffffffff >fstat: can't read file 56 at 0x4000000001fffff >fstat: can't read file 58 at 0x780000ffff >fstat: can't read file 59 at 0xe00000001 >fstat: can't read file 61 at 0x20007ffffffffff >fstat: can't read file 62 at 0x4000000001fffff >fstat: can't read file 64 at 0x780000ffff >fstat: can't read file 65 at 0x3200000001 >fstat: can't read file 71 at 0x800000000 >fstat: can't read file 77 at 0x800000001 >fstat: can't read file 83 at 0x5000000001 >fstat: can't read file 89 at 0x1400000001 >fstat: can't read file 101 at 0x400000001 >fstat: can't read file 107 at 0x400000001 >fstat: can't read file 113 at 0xc00000001 >fstat: can't read file 119 at 0x400000001 >fstat: can't read file 125 at 0x400000001 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x5200000001 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 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 0x200000000 >fstat: can't read file 13 at 0x20007ffffffffff >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 0x800000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0xe00000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x426200000001 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0xc600000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x1600000001 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x200000001 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 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 0x800000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0xe00000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x426200000001 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0xc600000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x1600000001 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x200000001 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 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 0x800000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0xe00000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x426200000001 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0xc600000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x1600000001 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x200000001 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 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 0x800000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0xe00000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x426200000001 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 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 0x200000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 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 0x200000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 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 0x200000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 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 0x200000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0xc200000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0xe00000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0xe00000000 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x1e00000000 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 50 at 0x4000000001fffff >fstat: can't read file 52 at 0x780000ffff >fstat: can't read file 53 at 0xa00000000 >fstat: can't read file 55 at 0x20007ffffffffff >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 0x200000000 >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 0x200000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0xb600000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0xe00000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0xe00000000 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >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 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x6000000000 >fstat: can't read file 25 at 0x20007ffffffffff >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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >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 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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >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 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 0x800000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x4e00000001 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x600000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x600000001 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x200000001 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x200000001 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 50 at 0x4000000001fffff >fstat: can't read file 52 at 0x780000ffff >fstat: can't read file 53 at 0x200000001 >fstat: can't read file 55 at 0x20007ffffffffff >fstat: can't read file 56 at 0x4000000001fffff >fstat: can't read file 58 at 0x780000ffff >fstat: can't read file 59 at 0x200000001 >fstat: can't read file 61 at 0x20007ffffffffff >fstat: can't read file 62 at 0x4000000001fffff >fstat: can't read file 64 at 0x780000ffff >fstat: can't read file 65 at 0x2e00000001 >fstat: can't read file 67 at 0x20007ffffffffff >fstat: can't read file 68 at 0x4000000001fffff >fstat: can't read file 70 at 0x780000ffff >fstat: can't read file 71 at 0x200000001 >fstat: can't read file 73 at 0x20007ffffffffff >fstat: can't read file 74 at 0x4000000001fffff >fstat: can't read file 76 at 0x780000ffff >fstat: can't read file 77 at 0x600000001 >fstat: can't read file 79 at 0x20007ffffffffff >fstat: can't read file 80 at 0x4000000001fffff >fstat: can't read file 82 at 0x780000ffff >fstat: can't read file 83 at 0x4e00000001 >fstat: can't read file 85 at 0x20007ffffffffff >fstat: can't read file 86 at 0x4000000001fffff >fstat: can't read file 88 at 0x780000ffff >fstat: can't read file 89 at 0x1200000001 >fstat: can't read file 91 at 0x20007ffffffffff >fstat: can't read file 92 at 0x4000000001fffff >fstat: can't read file 94 at 0x780000ffff >fstat: can't read file 95 at 0x200000000 >fstat: can't read file 97 at 0x20007ffffffffff >fstat: can't read file 98 at 0x4000000001fffff >fstat: can't read file 100 at 0x780000ffff >fstat: can't read file 101 at 0x200000001 >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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x400000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x400000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x6000000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x2200000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0xc00000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x400000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x400000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x5e00000001 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0xa00000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0xa00000001 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x1200000001 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x9600000001 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 50 at 0x4000000001fffff >fstat: can't read file 52 at 0x780000ffff >fstat: can't read file 53 at 0xe00000001 >fstat: can't read file 55 at 0x20007ffffffffff >fstat: can't read file 56 at 0x4000000001fffff >fstat: can't read file 58 at 0x780000ffff >fstat: can't read file 59 at 0xa00000001 >fstat: can't read file 61 at 0x20007ffffffffff >fstat: can't read file 62 at 0x4000000001fffff >fstat: can't read file 64 at 0x780000ffff >fstat: can't read file 65 at 0xe00000001 >fstat: can't read file 67 at 0x20007ffffffffff >fstat: can't read file 68 at 0x4000000001fffff >fstat: can't read file 70 at 0x780000ffff >fstat: can't read file 71 at 0x600000001 >fstat: can't read file 73 at 0x20007ffffffffff >fstat: can't read file 74 at 0x4000000001fffff >fstat: can't read file 76 at 0x780000ffff >fstat: can't read file 77 at 0x600000001 >fstat: can't read file 79 at 0x20007ffffffffff >fstat: can't read file 80 at 0x4000000001fffff >fstat: can't read file 82 at 0x780000ffff >fstat: can't read file 83 at 0x600000001 >fstat: can't read file 85 at 0x20007ffffffffff >fstat: can't read file 86 at 0x4000000001fffff >fstat: can't read file 88 at 0x780000ffff >fstat: can't read file 89 at 0x600000001 >fstat: can't read file 91 at 0x20007ffffffffff >fstat: can't read file 92 at 0x4000000001fffff >fstat: can't read file 94 at 0x780000ffff >fstat: can't read file 95 at 0x9e00000001 >fstat: can't read file 97 at 0x20007ffffffffff >fstat: can't read file 98 at 0x4000000001fffff >fstat: can't read file 100 at 0x780000ffff >fstat: can't read file 101 at 0x600000001 >fstat: can't read file 103 at 0x20007ffffffffff >fstat: can't read file 104 at 0x4000000001fffff >fstat: can't read file 106 at 0x780000ffff >fstat: can't read file 107 at 0x600000001 >fstat: can't read file 109 at 0x20007ffffffffff >fstat: can't read file 110 at 0x4000000001fffff >fstat: can't read file 112 at 0x780000ffff >fstat: can't read file 113 at 0x600000001 >fstat: can't read file 115 at 0x20007ffffffffff >fstat: can't read file 116 at 0x4000000001fffff >fstat: can't read file 118 at 0x780000ffff >fstat: can't read file 119 at 0x600000001 >fstat: can't read file 121 at 0x20007ffffffffff >fstat: can't read file 122 at 0x4000000001fffff >fstat: can't read file 124 at 0x780000ffff >fstat: can't read file 125 at 0x1200000001 >fstat: can't read file 127 at 0x20007ffffffffff >fstat: can't read file 128 at 0x4000000001fffff >fstat: can't read file 130 at 0x780000ffff >fstat: can't read file 131 at 0x600000001 >fstat: can't read file 133 at 0x20007ffffffffff >fstat: can't read file 134 at 0x4000000001fffff >fstat: can't read file 136 at 0x780000ffff >fstat: can't read file 137 at 0x600000001 >fstat: can't read file 139 at 0x20007ffffffffff >fstat: can't read file 140 at 0x4000000001fffff >fstat: can't read file 142 at 0x780000ffff >fstat: can't read file 143 at 0x600000001 >fstat: can't read file 145 at 0x20007ffffffffff >fstat: can't read file 146 at 0x4000000001fffff >fstat: can't read file 148 at 0x780000ffff >fstat: can't read file 149 at 0x600000001 >fstat: can't read file 151 at 0x20007ffffffffff >fstat: can't read file 152 at 0x4000000001fffff >fstat: can't read file 154 at 0x780000ffff >fstat: can't read file 155 at 0x600000001 >fstat: can't read file 157 at 0x20007ffffffffff >fstat: can't read file 158 at 0x4000000001fffff >fstat: can't read file 160 at 0x780000ffff >fstat: can't read file 161 at 0x200000001 >fstat: can't read file 163 at 0x20007ffffffffff >fstat: can't read file 164 at 0x4000000001fffff >fstat: can't read file 166 at 0x780000ffff >fstat: can't read file 167 at 0x200000001 >fstat: can't read file 169 at 0x20007ffffffffff >fstat: can't read file 170 at 0x4000000001fffff >fstat: can't read file 172 at 0x780000ffff >fstat: can't read file 173 at 0xa00000001 >fstat: can't read file 175 at 0x20007ffffffffff >fstat: can't read file 176 at 0x4000000001fffff >fstat: can't read file 178 at 0x780000ffff >fstat: can't read file 179 at 0x200000001 >fstat: can't read file 181 at 0x20007ffffffffff >fstat: can't read file 182 at 0x4000000001fffff >fstat: can't read file 184 at 0x780000ffff >fstat: can't read file 185 at 0x200000001 >fstat: can't read file 187 at 0x20007ffffffffff >fstat: can't read file 188 at 0x4000000001fffff >fstat: can't read file 190 at 0x780000ffff >fstat: can't read file 191 at 0x200000001 >fstat: can't read file 193 at 0x20007ffffffffff >fstat: can't read file 194 at 0x4000000001fffff >fstat: can't read file 196 at 0x780000ffff >fstat: can't read file 197 at 0x200000001 >fstat: can't read file 199 at 0x20007ffffffffff >fstat: can't read file 200 at 0x4000000001fffff >fstat: can't read file 202 at 0x780000ffff >fstat: can't read file 203 at 0x200000001 >fstat: can't read file 205 at 0x20007ffffffffff >fstat: can't read file 206 at 0x4000000001fffff >fstat: can't read file 208 at 0x780000ffff >fstat: can't read file 209 at 0x200000001 >fstat: can't read file 211 at 0x20007ffffffffff >fstat: can't read file 212 at 0x4000000001fffff >fstat: can't read file 214 at 0x780000ffff >fstat: can't read file 215 at 0x200000001 >fstat: can't read file 217 at 0x20007ffffffffff >fstat: can't read file 218 at 0x4000000001fffff >fstat: can't read file 220 at 0x780000ffff >fstat: can't read file 221 at 0x200000001 >fstat: can't read file 223 at 0x20007ffffffffff >fstat: can't read file 224 at 0x4000000001fffff >fstat: can't read file 226 at 0x780000ffff >fstat: can't read file 227 at 0x200000001 >fstat: can't read file 229 at 0x20007ffffffffff >fstat: can't read file 230 at 0x4000000001fffff >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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >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 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 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 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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x600000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000000 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x25200000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x600000000 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x19e00000000 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 50 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x600000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000000 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x25200000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x600000000 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x19e00000000 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 50 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x600000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000000 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x25200000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x600000000 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x19e00000000 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 50 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x600000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000000 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x25200000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x600000000 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x19e00000000 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x600000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000000 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x25200000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >fstat: can't read file 40 at 0x780000ffff >fstat: can't read file 41 at 0x600000000 >fstat: can't read file 43 at 0x20007ffffffffff >fstat: can't read file 44 at 0x4000000001fffff >fstat: can't read file 46 at 0x780000ffff >fstat: can't read file 47 at 0x19e00000000 >fstat: can't read file 49 at 0x20007ffffffffff >fstat: can't read file 50 at 0x4000000001fffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x600000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000000 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x25200000000 >fstat: can't read file 37 at 0x20007ffffffffff >fstat: can't read file 38 at 0x4000000001fffff >USER CMD PID FD MOUNT INUM MODE SZ|DV R/W >popuser imap 18286 root / 2 drwxr-xr-x 1024 r >popuser imap 18286 wd - - error - >popuser imap 18286 text / 5859493 -rwxr-xr-x 264272 r >popuser imap 18286 0 /dev 19 crw-rw-rw- null w >popuser imap 18286 6 /dev 19 crw-rw-rw- null w >popuser imap 18286 12* pipe fffff80169961758 <-> fffff801699615f0 0 rw >dovenull imap-login 17606 root / 4253639 drwxr-x--- 512 r >dovenull imap-login 17606 wd / 4253639 drwxr-x--- 512 r >dovenull imap-login 17606 jail / 4253639 drwxr-x--- 512 r >dovenull imap-login 17606 text / 5859497 -rwxr-xr-x 45048 r >dovenull imap-login 17606 0 /dev 19 crw-rw-rw- null w >dovenull imap-login 17606 6 /dev 19 crw-rw-rw- null w >dovenull imap-login 17606 12* pipe fffff80169c65a50 <-> fffff80169c658e8 0 rw >dovenull imap-login 17606 18* pipe fffff80169adba50 <-> fffff80169adb8e8 0 rw >postfix showq 2548 root / 2 drwxr-xr-x 1024 r >postfix showq 2548 wd / 4254015 drwxr-xr-x 512 r >postfix showq 2548 text / 5940778 -rwxr-xr-x 19952 r >postfix showq 2548 0 /dev 19 crw-rw-rw- null rw >postfix showq 2548 6 /dev 19 crw-rw-rw- null rw >postfix smtp 92948 root / 2 drwxr-xr-x 1024 r >postfix smtp 92948 wd / 4254015 drwxr-xr-x 512 r >postfix smtp 92948 text / 5940755 -rwxr-xr-x 130856 r >postfix smtp 92948 0 /dev 19 crw-rw-rw- null rw >postfix smtp 92948 6 /dev 19 crw-rw-rw- null rw >postfix smtp 92948 12 /dev 19 crw-rw-rw- null rw >postfix lmtp 91165 root / 2 drwxr-xr-x 1024 r >postfix lmtp 91165 wd / 4254015 drwxr-xr-x 512 r >postfix lmtp 91165 text / 5940755 -rwxr-xr-x 130856 r >postfix lmtp 91165 0 /dev 19 crw-rw-rw- null rw >postfix lmtp 91165 6 /dev 19 crw-rw-rw- null rw >postfix lmtp 91165 12 /dev 19 crw-rw-rw- null rw >postfix cleanup 90767 root / 2 drwxr-xr-x 1024 r >postfix cleanup 90767 wd / 4254015 drwxr-xr-x 512 r >postfix cleanup 90767 text / 5940747 -rwxr-xr-x 130784 r >postfix cleanup 90767 0 /dev 19 crw-rw-rw- null rw >postfix cleanup 90767 6 /dev 19 crw-rw-rw- null rw >postfix cleanup 90767 12 /dev 19 crw-rw-rw- null rw >postfix trivial-rewrite 88329 root / 2 drwxr-xr-x 1024 r >postfix trivial-rewrite 88329 wd / 4254015 drwxr-xr-x 512 r >postfix trivial-rewrite 88329 text / 5940783 -rwxr-xr-x 37408 r >postfix trivial-rewrite 88329 0 /dev 19 crw-rw-rw- null rw >postfix trivial-rewrite 88329 6 /dev 19 crw-rw-rw- null rw >postfix trivial-rewrite 88329 12 /dev 19 crw-rw-rw- null rw >postfix anvil 88043 root / 2 drwxr-xr-x 1024 r >postfix anvil 88043 wd / 4254015 drwxr-xr-x 512 r >postfix anvil 88043 text / 5940745 -rwxr-xr-x 24080 r >postfix anvil 88043 0 /dev 19 crw-rw-rw- null rw >postfix anvil 88043 6 /dev 19 crw-rw-rw- null rw >postfix anvil 88043 12 /dev 19 crw-rw-rw- null rw >postfix anvil 88043 18* pipe fffff80169ca1be0 <-> fffff80169ca1d48 100 rw >postfix anvil 88043 24* pipe fffff80169ca1d48 <-> fffff80169ca1be0 0 rw >postfix anvil 88043 30* pipe fffff80169772a50 <-> fffff801697728e8 0 rw >postfix anvil 88043 36* local stream fffff80169d33c00 >postfix anvil 88043 42* local dgram fffff8006bf7c600 <-> fffff80005b8ad00 >postfix anvil 88043 54* pipe fffff8006bae8000 <-> fffff8006bae8168 0 rw >postfix anvil 88043 60* pipe fffff8006bae8168 <-> fffff8006bae8000 0 rw >postfix proxymap 87804 root / 2 drwxr-xr-x 1024 r >postfix proxymap 87804 wd / 4254015 drwxr-xr-x 512 r >postfix proxymap 87804 text / 5940775 -rwxr-xr-x 28528 r >postfix proxymap 87804 0 /dev 19 crw-rw-rw- null rw >postfix proxymap 87804 6 /dev 19 crw-rw-rw- null rw >postfix smtpd 87137 root / 2 drwxr-xr-x 1024 r >postfix smtpd 87137 wd / 4254015 drwxr-xr-x 512 r >postfix smtpd 87137 text / 5940779 -rwxr-xr-x 238520 r >postfix smtpd 87137 0 /dev 19 crw-rw-rw- null rw >postfix smtpd 87137 6 /dev 19 crw-rw-rw- null rw >postfix smtpd 87137 12 /dev 19 crw-rw-rw- null rw >postfix smtpd 87137 18* pipe fffff80169ca1be0 <-> fffff80169ca1d48 100 rw >postfix postscreen 86771 root / 2 drwxr-xr-x 1024 r >postfix postscreen 86771 wd / 4254015 drwxr-xr-x 512 r >postfix postscreen 86771 text / 5940774 -rwxr-xr-x 76888 r >postfix postscreen 86771 0 /dev 19 crw-rw-rw- null rw >postfix postscreen 86771 6 /dev 19 crw-rw-rw- null rw >postfix postscreen 86771 12 /dev 19 crw-rw-rw- null rw >postfix smtpd 64656 root / 2 drwxr-xr-x 1024 r >postfix smtpd 64656 wd / 4254015 drwxr-xr-x 512 r >postfix smtpd 64656 text / 5940779 -rwxr-xr-x 238520 r >postfix smtpd 64656 0 /dev 19 crw-rw-rw- null rw >postfix smtpd 64656 6 /dev 19 crw-rw-rw- null rw >postfix smtpd 64656 12 /dev 19 crw-rw-rw- null rw >postfix smtpd 64656 18* pipe fffff80169ca1be0 <-> fffff80169ca1d48 100 rw >postfix smtpd 64656 24* pipe fffff80169ca1d48 <-> fffff80169ca1be0 0 rw >postfix pickup 38225 root / 2 drwxr-xr-x 1024 r >postfix pickup 38225 wd / 4254015 drwxr-xr-x 512 r >postfix pickup 38225 text / 5940763 -rwxr-xr-x 19896 r >postfix pickup 38225 0 /dev 19 crw-rw-rw- null rw >postfix pickup 38225 6 /dev 19 crw-rw-rw- null rw >postgres postgres 92882 root / 2 drwxr-xr-x 1024 r >postgres postgres 92882 wd / 5698183 drwx------ 1024 r >postgres postgres 92882 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 92882 0 /dev 19 crw-rw-rw- null r >postgres postgres 92882 6 - - bad - >postgres postgres 92882 12 - - bad - >www httpd 95401 root / 2 drwxr-xr-x 1024 r >www httpd 95401 wd / 2 drwxr-xr-x 1024 r >www httpd 95401 text / 5540360 -rwxr-xr-x 846904 r >www httpd 95401 0 /dev 19 crw-rw-rw- null r >www httpd 95401 6 /dev 19 crw-rw-rw- null w >www httpd 95401 12 / 3852944 -rw-r--r-- 967 w >www httpd 95401 18* internet6 stream tcp fffff80169e523d0 >www httpd 95401 24* internet stream tcp fffff80169e52000 >www httpd 95401 30* internet6 stream tcp fffff80169dc3b70 >www httpd 95401 36* internet stream tcp fffff80169dc37a0 >www httpd 95401 42* pipe fffff8006b443000 <-> fffff8006b443168 0 rw >www httpd 956 root / 2 drwxr-xr-x 1024 r >www httpd 956 wd / 2 drwxr-xr-x 1024 r >www httpd 956 text / 5540360 -rwxr-xr-x 846904 r >www httpd 956 0 /dev 19 crw-rw-rw- null r >www httpd 956 6 /dev 19 crw-rw-rw- null w >www httpd 956 12 / 3852944 -rw-r--r-- 967 w >www httpd 956 18* internet6 stream tcp fffff80169e523d0 >www httpd 956 24* internet stream tcp fffff80169e52000 >www httpd 956 30* internet6 stream tcp fffff80169dc3b70 >www httpd 956 36* internet stream tcp fffff80169dc37a0 >www httpd 956 42* pipe fffff8006b443000 <-> fffff8006b443168 0 rw >www httpd 370 root / 2 drwxr-xr-x 1024 r >www httpd 370 wd / 2 drwxr-xr-x 1024 r >www httpd 370 text / 5540360 -rwxr-xr-x 846904 r >www httpd 370 0 /dev 19 crw-rw-rw- null r >www httpd 370 6 /dev 19 crw-rw-rw- null w >www httpd 370 12 / 3852944 -rw-r--r-- 967 w >www httpd 370 18* internet6 stream tcp fffff80169e523d0 >www httpd 370 24* internet stream tcp fffff80169e52000 >www httpd 370 30* internet6 stream tcp fffff80169dc3b70 >www httpd 370 36* internet stream tcp fffff80169dc37a0 >www httpd 370 42* pipe fffff8006b443000 <-> fffff8006b443168 0 rw >www httpd 99968 root / 2 drwxr-xr-x 1024 r >www httpd 99968 wd / 2 drwxr-xr-x 1024 r >www httpd 99968 text / 5540360 -rwxr-xr-x 846904 r >www httpd 99968 0 /dev 19 crw-rw-rw- null r >www httpd 99968 6 /dev 19 crw-rw-rw- null w >www httpd 99968 12 / 3852944 -rw-r--r-- 967 w >www httpd 99968 18* internet6 stream tcp fffff80169e523d0 >postfix tlsmgr 8106 root / 2 drwxr-xr-x 1024 r >postfix tlsmgr 8106 wd / 4254015 drwxr-xr-x 512 r >postfix tlsmgr 8106 text / 5940781 -rwxr-xr-x 28568 r >postfix tlsmgr 8106 0 /dev 19 crw-rw-rw- null rw >postfix tlsmgr 8106 6 /dev 19 crw-rw-rw- null rw >postfix tlsmgr 8106 12 /dev 19 crw-rw-rw- null rw >postgres postgres 21277 root / 2 drwxr-xr-x 1024 r >postgres postgres 21277 wd / 5698183 drwx------ 1024 r >postgres postgres 21277 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 21277 0 /dev 19 crw-rw-rw- null r >postgres postgres 21277 6 - - bad - >postgres postgres 21277 12 - - bad - >postgres postgres 21277 18 / 5700935 -rw------- 8192 rw >postgres postgres 20947 root / 2 drwxr-xr-x 1024 r >postgres postgres 20947 wd / 5698183 drwx------ 1024 r >postgres postgres 20947 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 20947 0 /dev 19 crw-rw-rw- null r >postgres postgres 20947 6 - - bad - >postgres postgres 20947 12 - - bad - >postgres postgres 20947 18 / 5700935 -rw------- 8192 rw >postgres postgres 20299 root / 2 drwxr-xr-x 1024 r >postgres postgres 20299 wd / 5698183 drwx------ 1024 r >postgres postgres 20299 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 20299 0 /dev 19 crw-rw-rw- null r >postgres postgres 20299 6 - - bad - >postgres postgres 20299 12 - - bad - >postgres postgres 20299 18 / 5700935 -rw------- 8192 rw >postgres postgres 19938 root / 2 drwxr-xr-x 1024 r >postgres postgres 19938 wd / 5698183 drwx------ 1024 r >postgres postgres 19938 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 19938 0 /dev 19 crw-rw-rw- null r >postgres postgres 19938 6 - - bad - >postgres postgres 19938 12 - - bad - >postgres postgres 19938 18 / 5700935 -rw------- 8192 rw >postgres postgres 19938 24* local dgram fffff80005b80900 <-> fffff80005b8ae00 >postgres postgres 19938 30 / 5701052 -rw------- 16384 rw >postgres postgres 19938 36 / 5700957 -rw------- 8192 rw >postgres postgres 19938 42* pipe fffff800b001bbe0 <-> fffff800b001bd48 0 rw >postgres postgres 19938 48 / 5701053 -rw------- 16384 rw >postgres postgres 19938 54* internet6 dgram udp fffff80005b02988 >postgres postgres 19446 root / 2 drwxr-xr-x 1024 r >postgres postgres 19446 wd / 5698183 drwx------ 1024 r >postgres postgres 19446 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 19446 0 /dev 19 crw-rw-rw- null r >postgres postgres 19446 6 - - bad - >postgres postgres 19446 12 - - bad - >postgres postgres 14655 root / 2 drwxr-xr-x 1024 r >postgres postgres 14655 wd / 5698183 drwx------ 1024 r >postgres postgres 14655 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 14655 0 /dev 19 crw-rw-rw- null r >postgres postgres 14655 6 - - bad - >postgres postgres 14655 12 - - bad - >postgres postgres 14655 18 / 5700083 -rw------- 16384 rw >postgres postgres 14655 24* local dgram fffff80005b80900 <-> fffff80005b8ae00 >postgres postgres 14655 30 / 5700009 -rw------- 8192 rw >postgres postgres 14655 36 / 5700084 -rw------- 16384 rw >postgres postgres 14655 42* pipe fffff800b001bbe0 <-> fffff800b001bd48 0 rw >dovecot auth 13901 root / 2 drwxr-xr-x 1024 r >dovecot auth 13901 wd / 4254944 drwxr-xr-x 1024 r >dovecot auth 13901 text / 5859209 -rwxr-xr-x 413200 r >dovecot auth 13901 0 /dev 19 crw-rw-rw- null w >dovecot auth 13901 6 /dev 19 crw-rw-rw- null w >dovecot auth 13901 12* pipe fffff80169bc7460 <-> fffff80169bc72f8 0 rw >dovecot auth 13901 18* pipe fffff80169adba50 <-> fffff80169adb8e8 0 rw >dovecot auth 13901 24 /dev 19 crw-rw-rw- null w >dovecot stats 13515 root / 4253641 drwxr-xr-x 512 r >dovecot stats 13515 wd / 4253641 drwxr-xr-x 512 r >dovecot stats 13515 jail / 4253641 drwxr-xr-x 512 r >dovecot stats 13515 text / 5859602 -rwxr-xr-x 32576 r >dovecot stats 13515 0 /dev 19 crw-rw-rw- null w >dovecot stats 13515 6 /dev 19 crw-rw-rw- null w >dovecot stats 13515 12* pipe fffff801179fc460 <-> fffff801179fc2f8 0 rw >root getty 12810 root / 2 drwxr-xr-x 1024 r >root getty 12810 wd / 2 drwxr-xr-x 1024 r >root getty 12810 text / 241090 -r-xr-xr-x 36032 r >root getty 12810 ctty /dev 74 crw------- ttyv7 rw >root getty 12810 0 /dev 74 crw------- ttyv7 rw >root getty 12688 root / 2 drwxr-xr-x 1024 r >root getty 12688 wd / 2 drwxr-xr-x 1024 r >root getty 12688 text / 241090 -r-xr-xr-x 36032 r >root getty 12688 ctty /dev 73 crw------- ttyv6 rw >root getty 12688 0 /dev 73 crw------- ttyv6 rw >root getty 12281 root / 2 drwxr-xr-x 1024 r >root getty 12281 wd / 2 drwxr-xr-x 1024 r >root getty 12281 text / 241090 -r-xr-xr-x 36032 r >root getty 12281 ctty /dev 72 crw------- ttyv5 rw >root getty 12281 0 /dev 72 crw------- ttyv5 rw >root getty 11771 root / 2 drwxr-xr-x 1024 r >root getty 11771 wd / 2 drwxr-xr-x 1024 r >root getty 11771 text / 241090 -r-xr-xr-x 36032 r >root getty 11771 ctty /dev 71 crw------- ttyv4 rw >root getty 11771 0 /dev 71 crw------- ttyv4 rw >root getty 11631 root / 2 drwxr-xr-x 1024 r >root getty 11631 wd / 2 drwxr-xr-x 1024 r >root getty 11631 text / 241090 -r-xr-xr-x 36032 r >root getty 11631 ctty /dev 70 crw------- ttyv3 rw >root getty 11631 0 /dev 70 crw------- ttyv3 rw >root getty 11351 root / 2 drwxr-xr-x 1024 r >root getty 11351 wd / 2 drwxr-xr-x 1024 r >root getty 11351 text / 241090 -r-xr-xr-x 36032 r >root getty 11351 ctty /dev 69 crw------- ttyv2 rw >root getty 11351 0 /dev 69 crw------- ttyv2 rw >root getty 11217 root / 2 drwxr-xr-x 1024 r >root getty 11217 wd / 2 drwxr-xr-x 1024 r >root getty 11217 text / 241090 -r-xr-xr-x 36032 r >root getty 11217 ctty /dev 68 crw------- ttyv1 rw >root getty 11217 0 /dev 68 crw------- ttyv1 rw >root getty 10606 root / 2 drwxr-xr-x 1024 r >root getty 10606 wd / 2 drwxr-xr-x 1024 r >root getty 10606 text / 241090 -r-xr-xr-x 36032 r >root getty 10606 ctty /dev 67 crw------- ttyv0 rw >root getty 10606 0 /dev 67 crw------- ttyv0 rw >root blacklistd 6988 root / 2 drwxr-xr-x 1024 r >root blacklistd 6988 wd / 2 drwxr-xr-x 1024 r >root blacklistd 6988 text / 241981 -r-xr-xr-x 52696 r >root blacklistd 6988 0 /dev 19 crw-rw-rw- null rw >root inetd 98150 root / 2 drwxr-xr-x 1024 r >root inetd 98150 wd / 2 drwxr-xr-x 1024 r >root inetd 98150 text / 242105 -r-xr-xr-x 56552 r >root inetd 98150 0 /dev 19 crw-rw-rw- null rw >root inetd 98150 6 /dev 19 crw-rw-rw- null rw >root cron 92203 root / 2 drwxr-xr-x 1024 r >root cron 92203 wd / 3852295 drwxr-x--- 512 r >root cron 92203 text / 241654 -r-xr-xr-x 52280 r >root cron 92203 0 /dev 19 crw-rw-rw- null rw >root zfsd 90726 root / 2 drwxr-xr-x 1024 r >root zfsd 90726 wd / 2 drwxr-xr-x 1024 r >root zfsd 90726 text / 241529 -r-xr-xr-x 122808 r >root zfsd 90726 0 /dev 19 crw-rw-rw- null rw >root zfsd 90726 6 /dev 19 crw-rw-rw- null rw >root zfsd 90726 12 /dev 19 crw-rw-rw- null rw >root httpd 90412 root / 2 drwxr-xr-x 1024 r >root httpd 90412 wd / 2 drwxr-xr-x 1024 r >root httpd 90412 text / 5540360 -rwxr-xr-x 846904 r >root httpd 90412 0 /dev 19 crw-rw-rw- null r >root httpd 90412 6 /dev 19 crw-rw-rw- null w >root httpd 90412 12 / 3852944 -rw-r--r-- 967 w >root pdns_server 89441 root / 2 drwxr-xr-x 1024 r >root pdns_server 89441 wd / 2 drwxr-xr-x 1024 r >root pdns_server 89441 text / 5539634 -rwxr-xr-x 3819968 r >root pdns_server 89441 0* pipe fffff80169d8f000 <-> fffff80169d8f168 0 rw >root pdns_server 89441 6* pipe fffff80169c09d48 <-> fffff80169c09be0 0 rw >root pdns_server 89441 12 /dev 19 crw-rw-rw- null rw >root pdns_server 89441 18* local dgram fffff80169d33500 <-> fffff80005b8ad00 >root pdns_server 89357 root / 2 drwxr-xr-x 1024 r >root pdns_server 89357 wd / 2 drwxr-xr-x 1024 r >root pdns_server 89357 text / 5539634 -rwxr-xr-x 3819968 r >root pdns_server 89357 0 /dev 19 crw-rw-rw- null rw >root pdns_server 89357 6 /dev 19 crw-rw-rw- null rw >postfix qmgr 88800 root / 2 drwxr-xr-x 1024 r >postfix qmgr 88800 wd / 4254015 drwxr-xr-x 512 r >postfix qmgr 88800 text / 5940761 -rwxr-xr-x 74752 r >postfix qmgr 88800 0 /dev 19 crw-rw-rw- null rw >postfix qmgr 88800 6 /dev 19 crw-rw-rw- null rw >postfix qmgr 88800 12 /dev 19 crw-rw-rw- null rw >root master 88632 root / 2 drwxr-xr-x 1024 r >root master 88632 wd / 4254015 drwxr-xr-x 512 r >root master 88632 text / 5940759 -rwxr-xr-x 48944 r >root master 88632 0 /dev 19 crw-rw-rw- null rw >root master 88632 6 /dev 19 crw-rw-rw- null rw >root master 88632 12 /dev 19 crw-rw-rw- null rw >root master 88632 18* local dgram fffff80005b5c400 <-> fffff80005b8ad00 >root master 88632 24 /dev 19 crw-rw-rw- null rw >root master 88632 30* pipe fffff80169d8f8e8 <-> fffff80169d8fa50 0 rw >root master 88632 36 /dev 19 crw-rw-rw- null rw >root master 88632 42 /dev 19 crw-rw-rw- null rw >root master 88632 48 /dev 19 crw-rw-rw- null rw >root master 88632 54 /dev 19 crw-rw-rw- null rw >root master 88632 60 / 4254245 -rw------- 33 rw >root master 88632 66 / 4254246 -rw------- 33 rw >root master 88632 72* pipe fffff80169772000 <-> fffff80169772168 0 rw >root master 88632 78* internet stream tcp fffff80169e377a0 >root master 88632 84* internet6 stream tcp fffff80169e373d0 >root master 88632 96* pipe fffff80169ece2f8 <-> fffff80169ece460 0 rw >root master 88632 102* pipe fffff80169ece460 <-> fffff80169ece2f8 0 rw >root config 82024 root / 2 drwxr-xr-x 1024 r >root config 82024 wd / 4254944 drwxr-xr-x 1024 r >root config 82024 text / 5859211 -rwxr-xr-x 161360 r >root config 82024 0 /dev 19 crw-rw-rw- null w >root config 82024 6 /dev 19 crw-rw-rw- null w >root log 81875 root / 2 drwxr-xr-x 1024 r >root log 81875 wd / 4254944 drwxr-xr-x 1024 r >root log 81875 text / 5859590 -rwxr-xr-x 27808 r >root log 81875 0 /dev 19 crw-rw-rw- null w >root log 81875 6 /dev 19 crw-rw-rw- null w >root log 81875 12 /dev 19 crw-rw-rw- null w >root log 81875 18 /dev 19 crw-rw-rw- null w >root log 81875 24 /dev 19 crw-rw-rw- null w >root log 81875 30* pipe fffff80169ee1d48 <-> fffff80169ee1be0 0 rw >root log 81875 36* pipe fffff8006b02f168 <-> fffff8006b02f000 0 rw >dovecot anvil 81747 root / 4253641 drwxr-xr-x 512 r >dovecot anvil 81747 wd / 4253641 drwxr-xr-x 512 r >dovecot anvil 81747 jail / 4253641 drwxr-xr-x 512 r >dovecot anvil 81747 text / 5859208 -rwxr-xr-x 27816 r >dovecot anvil 81747 0 /dev 19 crw-rw-rw- null w >dovecot anvil 81747 6 /dev 19 crw-rw-rw- null w >dovecot anvil 81747 12* pipe fffff80169fbed48 <-> fffff80169fbebe0 0 rw >root dovecot 81414 root / 2 drwxr-xr-x 1024 r >root dovecot 81414 wd / 4254944 drwxr-xr-x 1024 r >root dovecot 81414 text / 5537901 -rwxr-xr-x 92040 r >root dovecot 81414 0 /dev 19 crw-rw-rw- null w >root dovecot 81414 6 /dev 19 crw-rw-rw- null w >root dovecot 81414 12 /dev 19 crw-rw-rw- null w >root dovecot 81414 18 /dev 19 crw-rw-rw- null w >root dovecot 81414 24* pipe fffff801179fcbe0 <-> fffff801179fcd48 0 rw >root dovecot 81414 30* pipe fffff801179fcd48 <-> fffff801179fcbe0 0 rw >root dovecot 81414 36* local dgram fffff80005b5c500 <-> fffff80005b8ad00 >root dovecot 81414 42* pipe fffff800b0328be0 <-> fffff800b0328d48 0 rw >root dovecot 81414 48* pipe fffff800b0328d48 <-> fffff800b0328be0 0 rw >root dovecot 81414 54* pipe fffff80169adb8e8 <-> fffff80169adba50 0 rw >root dovecot 81414 60* pipe fffff80169adba50 <-> fffff80169adb8e8 0 rw >root dovecot 81414 66* pipe fffff80117953be0 <-> fffff80117953d48 0 rw >root dovecot 81414 72* pipe fffff80117953d48 <-> fffff80117953be0 0 rw >root dovecot 81414 78* local stream fffff80169d20100 <-> fffff80169d20000 >root dovecot 81414 84* local stream fffff80169d20000 <-> fffff80169d20100 >root dovecot 81414 90* internet stream tcp fffff80117a2e000 >root dovecot 81414 96* internet6 stream tcp fffff80005edab70 >root dovecot 81414 102* local stream fffff80169662e00 >root dovecot 81414 108* local stream fffff80169662d00 >root dovecot 81414 114* local stream fffff80169662c00 >root dovecot 81414 120* local stream fffff80169662b00 >root dovecot 81414 126* local stream fffff80169662a00 >root dovecot 81414 132 / 4253687 prw------- 0 rw >root dovecot 81414 138* local stream fffff80169662900 >root dovecot 81414 144 / 4253690 prw------- 0 rw >root dovecot 81414 150 / 4253691 prw------- 0 rw >root dovecot 81414 156* local stream fffff80169662800 >root dovecot 81414 162* local stream fffff80169662700 >root dovecot 81414 168* local stream fffff80169662600 >root dovecot 81414 174* local stream fffff80169662500 >root dovecot 81414 180* local stream fffff80169662400 >root dovecot 81414 186* local stream fffff80169662300 >root dovecot 81414 192* local stream fffff80169662200 >root dovecot 81414 198* local stream fffff80169662100 >root dovecot 81414 204* local stream fffff80169662000 >root dovecot 81414 210* local stream fffff801698dbe00 >root dovecot 81414 216* local stream fffff801698dbd00 >root dovecot 81414 222* local stream fffff801698dbc00 >root dovecot 81414 228* internet stream tcp fffff80005eda7a0 >clamav clamav-milter 79883 root / 2 drwxr-xr-x 1024 r >clamav clamav-milter 79883 wd / 2 drwxr-xr-x 1024 r >clamav clamav-milter 79883 text / 5538322 -rwxr-xr-x 222192 r >clamav clamav-milter 79883 0 /dev 19 crw-rw-rw- null r >clamav freshclam 79566 root / 2 drwxr-xr-x 1024 r >clamav freshclam 79566 wd / 5216691 drwxr-xr-x 512 r >clamav freshclam 79566 text / 5541836 -rwxr-xr-x 171176 r >clamav freshclam 79566 0 /dev 19 crw-rw-rw- null r >clamav clamd 78945 root / 2 drwxr-xr-x 1024 r >clamav clamd 78945 wd / 2 drwxr-xr-x 1024 r >clamav clamd 78945 text / 5541857 -rwxr-xr-x 162896 r >clamav clamd 78945 0 /dev 19 crw-rw-rw- null r >clamav clamd 78945 6 /dev 19 crw-rw-rw- null w >spamd perl 28367 root / 2 drwxr-xr-x 1024 r >spamd perl 28367 wd / 2 drwxr-xr-x 1024 r >spamd perl 28367 text / 5538682 -rwxr-xr-x 15424 r >spamd perl 28367 0 /dev 19 crw-rw-rw- null r >spamd perl 28367 6 /dev 19 crw-rw-rw- null w >spamd perl 27958 root / 2 drwxr-xr-x 1024 r >spamd perl 27958 wd / 2 drwxr-xr-x 1024 r >spamd perl 27958 text / 5538682 -rwxr-xr-x 15424 r >spamd perl 27958 0 /dev 19 crw-rw-rw- null r >spamd perl 27958 6 /dev 19 crw-rw-rw- null w >root perl 96209 root / 2 drwxr-xr-x 1024 r >root perl 96209 wd / 2 drwxr-xr-x 1024 r >root perl 96209 text / 5538682 -rwxr-xr-x 15424 r >root perl 96209 0 /dev 19 crw-rw-rw- null r >root perl 96209 6 /dev 19 crw-rw-rw- null w >root python2.7 72866 root / 2 drwxr-xr-x 1024 r >root python2.7 72866 wd / 2 drwxr-xr-x 1024 r >root python2.7 72866 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72866 0 /dev 19 crw-rw-rw- null rw >root python2.7 72866 6 /dev 19 crw-rw-rw- null rw >root python2.7 72866 12 /dev 19 crw-rw-rw- null rw >root python2.7 72866 18* pipe fffff800b001d8e8 <-> fffff800b001da50 0 rw >root python2.7 72866 24* pipe fffff800b001da50 <-> fffff800b001d8e8 0 rw >root python2.7 72866 30 / 4013229 -rw-r----- 37482566 w >root python2.7 72866 36 /dev 19 crw-rw-rw- null r >root python2.7 72866 42 /dev 8 crw-r--r-- random r >root python2.7 72691 root / 2 drwxr-xr-x 1024 r >root python2.7 72691 wd / 2 drwxr-xr-x 1024 r >root python2.7 72691 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72691 0 /dev 19 crw-rw-rw- null rw >root python2.7 72691 6 /dev 19 crw-rw-rw- null rw >root python2.7 72691 12 /dev 19 crw-rw-rw- null rw >root python2.7 72691 18* pipe fffff800b001d8e8 <-> fffff800b001da50 0 rw >root python2.7 72691 24* pipe fffff800b001da50 <-> fffff800b001d8e8 0 rw >root python2.7 72691 30 / 4013229 -rw-r----- 37482566 w >root python2.7 72691 36 /dev 19 crw-rw-rw- null r >root python2.7 72691 42 /dev 8 crw-r--r-- random r >root python2.7 72617 root / 2 drwxr-xr-x 1024 r >root python2.7 72617 wd / 2 drwxr-xr-x 1024 r >root python2.7 72617 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72617 0 /dev 19 crw-rw-rw- null rw >root python2.7 72617 6 /dev 19 crw-rw-rw- null rw >root python2.7 72617 12 /dev 19 crw-rw-rw- null rw >root python2.7 72568 root / 2 drwxr-xr-x 1024 r >root python2.7 72568 wd / 2 drwxr-xr-x 1024 r >root python2.7 72568 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72568 0 /dev 19 crw-rw-rw- null rw >root python2.7 72568 6 /dev 19 crw-rw-rw- null rw >root python2.7 72568 12 /dev 19 crw-rw-rw- null rw >root python2.7 72568 18* pipe fffff800b001d8e8 <-> fffff800b001da50 0 rw >root python2.7 72568 24* pipe fffff800b001da50 <-> fffff800b001d8e8 0 rw >root python2.7 72568 30 / 4013229 -rw-r----- 37482566 w >root python2.7 72568 36 /dev 19 crw-rw-rw- null r >root python2.7 72568 42 /dev 8 crw-r--r-- random r >root python2.7 72510 root / 2 drwxr-xr-x 1024 r >root python2.7 72510 wd / 2 drwxr-xr-x 1024 r >root python2.7 72510 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72510 0 /dev 19 crw-rw-rw- null rw >root python2.7 72510 6 /dev 19 crw-rw-rw- null rw >root python2.7 72510 12 /dev 19 crw-rw-rw- null rw >root python2.7 72510 18* pipe fffff800b001d8e8 <-> fffff800b001da50 0 rw >root python2.7 72510 24* pipe fffff800b001da50 <-> fffff800b001d8e8 0 rw >root python2.7 72510 30 / 4013229 -rw-r----- 37482566 w >root python2.7 72510 36 /dev 19 crw-rw-rw- null r >root python2.7 72510 42 /dev 8 crw-r--r-- random r >root python2.7 72406 root / 2 drwxr-xr-x 1024 r >root python2.7 72406 wd / 2 drwxr-xr-x 1024 r >root python2.7 72406 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72406 0 /dev 19 crw-rw-rw- null rw >root python2.7 72406 6 /dev 19 crw-rw-rw- null rw >root python2.7 72406 12 /dev 19 crw-rw-rw- null rw >root python2.7 72406 18* pipe fffff800b001d8e8 <-> fffff800b001da50 0 rw >root python2.7 72406 24* pipe fffff800b001da50 <-> fffff800b001d8e8 0 rw >root python2.7 72406 30 / 4013229 -rw-r----- 37482566 w >root python2.7 72406 36 /dev 19 crw-rw-rw- null r >root python2.7 72406 42 /dev 8 crw-r--r-- random r >root python2.7 72328 root / 2 drwxr-xr-x 1024 r >root python2.7 72328 wd / 2 drwxr-xrfstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x600000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x200000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x600000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 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 0x600000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x600000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x400000000 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >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 file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >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 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 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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0xa00000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0xa00000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0xa00000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0xa00000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0xa00000000 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0xa00000000 >fstat: can't read file 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 0x200000000 >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 0x200000000 >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 0x200000000 >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 0x200000000 >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 0x200000000 >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 0x200000000 >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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >fstat: can't read file 5 at 0x400000000 >fstat: can't read file 7 at 0x20007ffffffffff >fstat: can't read file 8 at 0x4000000001fffff >fstat: can't read file 10 at 0x780000ffff >fstat: can't read file 11 at 0x400000000 >fstat: can't read file 13 at 0x20007ffffffffff >fstat: can't read file 14 at 0x4000000001fffff >fstat: can't read file 16 at 0x780000ffff >fstat: can't read file 17 at 0x400000000 >fstat: can't read file 19 at 0x20007ffffffffff >fstat: can't read file 20 at 0x4000000001fffff >fstat: can't read file 22 at 0x780000ffff >fstat: can't read file 23 at 0x6200000001 >fstat: can't read file 25 at 0x20007ffffffffff >fstat: can't read file 26 at 0x4000000001fffff >fstat: can't read file 28 at 0x780000ffff >fstat: can't read file 29 at 0x1600000001 >fstat: can't read file 31 at 0x20007ffffffffff >fstat: can't read file 32 at 0x4000000001fffff >fstat: can't read file 34 at 0x780000ffff >fstat: can't read file 35 at 0x200000001 >fstat: can't read file 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >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 1 at 0x20007ffffffffff >fstat: can't read file 2 at 0x4000000001fffff >fstat: can't read file 4 at 0x780000ffff >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 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 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 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 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 >-x 1024 r >root python2.7 72328 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72328 0 /dev 19 crw-rw-rw- null rw >root python2.7 72328 6 /dev 19 crw-rw-rw- null rw >root python2.7 72328 12 /dev 19 crw-rw-rw- null rw >root python2.7 72328 18* pipe fffff800b001d8e8 <-> fffff800b001da50 0 rw >root python2.7 72328 24* pipe fffff800b001da50 <-> fffff800b001d8e8 0 rw >root python2.7 72328 30 / 4013229 -rw-r----- 37482566 w >root python2.7 72328 36 /dev 19 crw-rw-rw- null r >root python2.7 72256 root / 2 drwxr-xr-x 1024 r >root python2.7 72256 wd / 2 drwxr-xr-x 1024 r >root python2.7 72256 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72256 0 /dev 19 crw-rw-rw- null rw >root python2.7 72256 6 /dev 19 crw-rw-rw- null rw >root python2.7 72256 12 /dev 19 crw-rw-rw- null rw >root python2.7 72134 root / 2 drwxr-xr-x 1024 r >root python2.7 72134 wd / 2 drwxr-xr-x 1024 r >root python2.7 72134 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72134 0 /dev 19 crw-rw-rw- null rw >root python2.7 72134 6 /dev 19 crw-rw-rw- null rw >root python2.7 72134 12 /dev 19 crw-rw-rw- null rw >root python2.7 72082 root / 2 drwxr-xr-x 1024 r >root python2.7 72082 wd / 2 drwxr-xr-x 1024 r >root python2.7 72082 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 72082 0 /dev 19 crw-rw-rw- null rw >root python2.7 72082 6 /dev 19 crw-rw-rw- null rw >root python2.7 72082 12 /dev 19 crw-rw-rw- null rw >root python2.7 72082 18* pipe fffff800b001d8e8 <-> fffff800b001da50 0 rw >root python2.7 71995 root / 2 drwxr-xr-x 1024 r >root python2.7 71995 wd / 2 drwxr-xr-x 1024 r >root python2.7 71995 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 71995 0 /dev 19 crw-rw-rw- null rw >root python2.7 71995 6 /dev 19 crw-rw-rw- null rw >root python2.7 71995 12 /dev 19 crw-rw-rw- null rw >root python2.7 71995 18* pipe fffff800b001d8e8 <-> fffff800b001da50 0 rw >root python2.7 71995 24* pipe fffff800b001da50 <-> fffff800b001d8e8 0 rw >root python2.7 71995 30 / 4013229 -rw-r----- 37482566 w >root python2.7 71549 root / 2 drwxr-xr-x 1024 r >root python2.7 71549 wd / 2 drwxr-xr-x 1024 r >root python2.7 71549 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 71549 0 /dev 19 crw-rw-rw- null rw >root python2.7 71549 6 /dev 19 crw-rw-rw- null rw >root python2.7 71549 12 /dev 19 crw-rw-rw- null rw >root python2.7 66883 root / 2 drwxr-xr-x 1024 r >root python2.7 66883 wd / 2 drwxr-xr-x 1024 r >root python2.7 66883 text / 5538199 -r-xr-xr-x 15176 r >root python2.7 66883 0 /dev 19 crw-rw-rw- null rw >root python2.7 66883 6 /dev 19 crw-rw-rw- null rw >root python2.7 66883 12 /dev 19 crw-rw-rw- null rw >root python2.7 66883 18 /dev 19 crw-rw-rw- null rw >root python2.7 66883 24 /dev 8 crw-r--r-- random r >squid unlinkd 65505 root / 2 drwxr-xr-x 1024 r >squid unlinkd 65505 wd - - error - >squid unlinkd 65505 text / 5698532 -r-xr-xr-x 19584 r >squid unlinkd 65505 0* pipe fffff80003fd88e8 <-> fffff80003fd8a50 0 rw >squid log_file_daemon 65362 root / 2 drwxr-xr-x 1024 r >squid log_file_daemon 65362 wd - - error - >squid log_file_daemon 65362 text / 5698519 -r-xr-xr-x 15392 r >squid log_file_daemon 65362 0* local stream fffff80005b80100 <-> fffff80005b80200 >root spamass-milter 65241 root / 2 drwxr-xr-x 1024 r >root spamass-milter 65241 wd / 2 drwxr-xr-x 1024 r >root spamass-milter 65241 text / 5545039 -r-xr-xr-x 64624 r >root spamass-milter 65241 0 /dev 19 crw-rw-rw- null rw >squid squid 65019 root / 2 drwxr-xr-x 1024 r >squid squid 65019 wd - - error - >squid squid 65019 text / 5540444 -r-xr-xr-x 6460600 r >squid squid 65019 0 /dev 19 crw-rw-rw- null rw >squid squid 65019 6 /dev 19 crw-rw-rw- null rw >squid squid 65019 12 /dev 19 crw-rw-rw- null rw >squid squid 65019 18 - - error - >squid squid 64756 root / 2 drwxr-xr-x 1024 r >squid squid 64756 wd / 3932650 drwxrwx--- 512 r >squid squid 64756 text / 5540444 -r-xr-xr-x 6460600 r >squid squid 64756 0 /dev 19 crw-rw-rw- null rw >squid squid 64756 6 /dev 19 crw-rw-rw- null rw >zabbix zabbix_agentd 64434 root / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64434 wd / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64434 text / 5537687 -r-xr-xr-x 404624 r >zabbix zabbix_agentd 64434 0 /dev 19 crw-rw-rw- null r >zabbix zabbix_agentd 64272 root / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64272 wd / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64272 text / 5537687 -r-xr-xr-x 404624 r >zabbix zabbix_agentd 64272 0 /dev 19 crw-rw-rw- null r >zabbix zabbix_agentd 64272 6 / 4013332 -rw-rw-r-- 59041 w >zabbix zabbix_agentd 64266 root / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64266 wd / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64266 text / 5537687 -r-xr-xr-x 404624 r >zabbix zabbix_agentd 64266 0 /dev 19 crw-rw-rw- null r >zabbix zabbix_agentd 64266 6 / 4013332 -rw-rw-r-- 59041 w >zabbix zabbix_agentd 64145 root / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64145 wd / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64145 text / 5537687 -r-xr-xr-x 404624 r >zabbix zabbix_agentd 64145 0 /dev 19 crw-rw-rw- null r >zabbix zabbix_agentd 64096 root / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64096 wd / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64096 text / 5537687 -r-xr-xr-x 404624 r >zabbix zabbix_agentd 64096 0 /dev 19 crw-rw-rw- null r >zabbix zabbix_agentd 64031 root / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64031 wd / 2 drwxr-xr-x 1024 r >zabbix zabbix_agentd 64031 text / 5537687 -r-xr-xr-x 404624 r >zabbix zabbix_agentd 64031 0 /dev 19 crw-rw-rw- null r >postgres postgres 63601 root / 2 drwxr-xr-x 1024 r >postgres postgres 63601 wd / 5698183 drwx------ 1024 r >postgres postgres 63601 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 63601 0 /dev 19 crw-rw-rw- null r >postgres postgres 63601 6 - - bad - >postgres postgres 63472 root / 2 drwxr-xr-x 1024 r >postgres postgres 63472 wd / 5698183 drwx------ 1024 r >postgres postgres 63472 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 63472 0 /dev 19 crw-rw-rw- null r >postgres postgres 63472 6 - - bad - >postgres postgres 63326 root / 2 drwxr-xr-x 1024 r >postgres postgres 63326 wd / 5698183 drwx------ 1024 r >postgres postgres 63326 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 63326 0 /dev 19 crw-rw-rw- null r >postgres postgres 63326 6 - - bad - >postgres postgres 63213 root / 2 drwxr-xr-x 1024 r >postgres postgres 63213 wd / 5698183 drwx------ 1024 r >postgres postgres 63213 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 63213 0 /dev 19 crw-rw-rw- null r >postgres postgres 63213 6 - - bad - >postgres postgres 63094 root / 2 drwxr-xr-x 1024 r >postgres postgres 63094 wd / 5698183 drwx------ 1024 r >postgres postgres 63094 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 63094 0 /dev 19 crw-rw-rw- null r >postgres postgres 63094 6 - - bad - >postgres postgres 62994 root / 2 drwxr-xr-x 1024 r >postgres postgres 62994 wd / 5698183 drwx------ 1024 r >postgres postgres 62994 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 62994 0 /dev 19 crw-rw-rw- null r >postgres postgres 62994 6 - - bad - >postgres postgres 62774 root / 2 drwxr-xr-x 1024 r >postgres postgres 62774 wd / 5698183 drwx------ 1024 r >postgres postgres 62774 text / 5538562 -rwxr-xr-x 6978776 r >postgres postgres 62774 0 /dev 19 crw-rw-rw- null r >postgres postgres 62774 6 - - bad - >root sshd 62180 root / 2 drwxr-xr-x 1024 r >root sshd 62180 wd / 2 drwxr-xr-x 1024 r >root sshd 62180 text / 241079 -r-xr-xr-x 311104 r >root sshd 62180 0 /dev 19 crw-rw-rw- null rw >root vmtoolsd 60603 root / 2 drwxr-xr-x 1024 r >root vmtoolsd 60603 wd / 2 drwxr-xr-x 1024 r >root vmtoolsd 60603 text / 5538954 -rwxr-xr-x 52192 r >root vmtoolsd 60603 0 /dev 19 crw-rw-rw- null r >root vmtoolsd 60603 6 /dev 19 crw-rw-rw- null w >pdns_rec pdns_recursor 56056 root / 2 drwxr-xr-x 1024 r >pdns_rec pdns_recursor 56056 wd / 2 drwxr-xr-x 1024 r >pdns_rec pdns_recursor 56056 text / 5537775 -r-xr-xr-x 5532464 r >pdns_rec pdns_recursor 56056 0 /dev 19 crw-rw-rw- null rw >pdns_rec pdns_recursor 56056 6 /dev 19 crw-rw-rw- null rw >pdns_rec pdns_recursor 56056 12 /dev 19 crw-rw-rw- null rw >pdns_rec pdns_recursor 56056 18* local dgram fffff80005b80c00 <-> fffff80005b8ad00 >pdns_rec pdns_recursor 56056 24* internet dgram udp fffff80005b043d0 >pdns_rec pdns_recursor 56056 30* internet6 dgram udp fffff80005b035b8 >pdns_rec pdns_recursor 56056 36* internet stream tcp fffff80005e29b70 >root rpc.lockd 55193 root / 2 drwxr-xr-x 1024 r >root rpc.lockd 55193 wd / 2 drwxr-xr-x 1024 r >root rpc.lockd 55193 text / 241885 -r-xr-xr-x 73152 r >root rpc.lockd 55193 0 /dev 19 crw-rw-rw- null rw >root rpc.statd 55030 root / 2 drwxr-xr-x 1024 r >root rpc.statd 55030 wd / 2 drwxr-xr-x 1024 r >root rpc.statd 55030 text / 241378 -r-xr-xr-x 32008 r >root rpc.statd 55030 0 /dev 19 crw-rw-rw- null rw >root rpc.statd 55030 6 /dev 19 crw-rw-rw- null rw >root nfsd 55011 root / 2 drwxr-xr-x 1024 r >root nfsd 55011 wd / 2 drwxr-xr-x 1024 r >root nfsd 55011 text / 241828 -r-xr-xr-x 31680 r >root nfsd 55011 0 /dev 19 crw-rw-rw- null rw >root nfsd 54594 root / 2 drwxr-xr-x 1024 r >root nfsd 54594 wd / 2 drwxr-xr-x 1024 r >root nfsd 54594 text / 241828 -r-xr-xr-x 31680 r >root nfsd 54594 0 /dev 19 crw-rw-rw- null rw >root nfsd 54594 6 /dev 19 crw-rw-rw- null rw >root mountd 53940 root / 2 drwxr-xr-x 1024 r >root mountd 53940 wd / 2 drwxr-xr-x 1024 r >root mountd 53940 text / 241793 -r-xr-xr-x 64792 r >root mountd 53940 0 /dev 19 crw-rw-rw- null rw >root mountd 53940 6 /dev 19 crw-rw-rw- null rw >root rpcbind 43182 root / 2 drwxr-xr-x 1024 r >root rpcbind 43182 wd / 2 drwxr-xr-x 1024 r >root rpcbind 43182 text / 241882 -r-xr-xr-x 52176 r >root rpcbind 43182 0 /dev 19 crw-rw-rw- null rw >root rpcbind 43182 6 /dev 19 crw-rw-rw- null rw >root rpcbind 43182 12 /dev 19 crw-rw-rw- null rw >root syslogd 42040 root / 2 drwxr-xr-x 1024 r >root syslogd 42040 wd / 2 drwxr-xr-x 1024 r >root syslogd 42040 text / 241908 -r-xr-xr-x 56520 r >root syslogd 42040 0 /dev 19 crw-rw-rw- null rw >root syslogd 42040 6 /dev 19 crw-rw-rw- null rw >root syslogd 42040 12 /dev 19 crw-rw-rw- null rw >root devd 36198 root / 2 drwxr-xr-x 1024 r >root devd 36198 wd / 2 drwxr-xr-x 1024 r >root devd 36198 text / 241603 -r-xr-xr-x 968448 r >root devd 36198 0 /dev 19 crw-rw-rw- null rw >root devd 36198 6 /dev 19 crw-rw-rw- null rw >root zfskern 1010 root / 2 drwxr-xr-x 1024 r >root zfskern 1010 wd / 2 drwxr-xr-x 1024 r >root init 1 root / 2 drwxr-xr-x 1024 r >root init 1 wd / 2 drwxr-xr-x 1024 r >root init 1 text / 241497 -r-xr-xr-x 1248016 r >root kernel 0 root / 2 drwxr-xr-x 1024 r >root kernel 0 wd / 2 drwxr-xr-x 1024 r > >------------------------------------------------------------------------ >dmesg > >acpi0 >orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcafff,0xdc000-0xdffff,0xe0000-0xe7fff pnpid ORM0000 on isa0 >vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff pnpid PNP0900 on isa0 >Timecounters tick every 10.000 msec >usb_needs_explore_all: no devclass >da0 at mpt0 bus 0 scbus2 target 0 lun 0 >da0: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da0: 300.000MB/s transfers >da0: Command Queueing enabled >da0: 51200MB (104857600 512 byte sectors) >da0: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >da1 at mpt0 bus 0 scbus2 target 1 lun 0 >da1: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da1: 300.000MB/s transfers >da1: Command Queueing enabled >da1: 51200MB (104857600 512 byte sectors) >da1: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >da2 at mpt0 bus 0 scbus2 target 2 lun 0 >da2: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da2: 300.000MB/s transfers >da2: Command Queueing enabled >da2: 256000MB (524288000 512 byte sectors) >da2: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >cd0 at ata0 bus 0 scbus0 target 0 lun 0 >cd0: <NECVMWar VMware IDE CDR00 1.00> Removable CD-ROM SCSI device >cd0: Serial Number 00000000000000000001 >cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) >cd0: Attempt to query device size failed: NOT READY, Medium not present >Trying to mount root from ufs:/dev/da0s1a [rw,noatime]... >GEOM_JOURNAL: Journal 1766253277: da1 contains data. >GEOM_JOURNAL: Journal 1766253277: da1 contains journal. >GEOM_JOURNAL: Journal da1 clean. >WARNING: / was not properly dismounted >WARNING: /: mount pending error: blocks 32 files 3 >Setting hostuuid: 92c72642-431d-9c02-f011-49bce13d6486. >Setting hostid: 0xc18d9ec4. >ZFS filesystem version: 5 >ZFS storage pool version: features support (5000) >Starting file system checks: >** SU+J Recovering /dev/da0s1a >** Reading 33554432 byte journal from inode 4. >** Building recovery table. >** Resolving unreferenced inode list. >** Processing journal entries. >** 1514 journal records in 189440 bytes for 25.57% utilization >** Freed 30 inodes (0 dirs) 66 blocks, and 34 frags. > >***** FILE SYSTEM MARKED CLEAN ***** >Mounting local filesystems:. >ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/dovecot /usr/local/lib/perl5/5.26/mach/CORE /usr/local/libexec/openldap >32-bit compatibility ldconfig path: /usr/lib32 >Setting up harvesting: PURE_RDRAND,[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED >Feeding entropy: . >Loading vmmemctl kernel module: >VMware memory control driver initialized >done. >Loading vmxnet kernel module: done. >Loading vmblock kernel module: done. >lo0: link state changed to UP >vmx0: link state changed to UP >Starting Network: lo0 vmx0. >lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 > options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet 127.0.0.1 netmask 0xff000000 > groups: lo > nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> >vmx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 > options=e403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6> > ether 00:50:56:a6:9e:f2 > inet 10.2.12.13 netmask 0xffffff00 broadcast 10.2.12.255 > inet 10.2.12.14 netmask 0xffffffff broadcast 10.2.12.14 > media: Ethernet autoselect > status: active > nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> >Starting devd. >Autoloading module: intpm.ko >intsmb0: <Intel PIIX4 SMBUS Interface> port 0x1040-0x104f at device 7.3 on pci0 >intsmb0: intr SMI disabled revision 0 >smbus0: <System Management Bus> on intsmb0 >add host 127.0.0.1: gateway lo0 fib 0: route already in table >add net default: gateway 10.2.12.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. >Setting date via ntp. >25 Jun 10:45:55 ntpdate[83754]: step time server 10.2.2.1 offset 0.281258 sec >Starting rpcbind. >savecore 98552 - - reboot after panic: page fault >savecore 98552 - - writing core to /var/crash/vmcore.0 >Writing crash summary to /var/crash/core.txt.0. >Clearing /tmp. >Starting mountd. >NFSv4 is disabled >Starting nfsd. >Starting statd. >Starting lockd. >Starting pdns_recursor. >Jun 25 10:46:29 PowerDNS Recursor 4.1.13 (C) 2001-2018 PowerDNS.COM BV >Jun 25 10:46:29 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2. >Jun 25 10:46:29 Reading random entropy from '/dev/urandom' >Jun 25 10:46:29 NOT using IPv6 for outgoing queries - set 'query-local-address6=::' to enable >Jun 25 10:46:30 Only allowing queries from: 0.0.0.0/0, ::/0 >Jun 25 10:46:30 PowerDNS Recursor itself will distribute queries over threads >Jun 25 10:46:30 Reading zone forwarding information from '/usr/local/etc/pdns/forward-zones.inc' >Jun 25 10:46:30 Done parsing 218 forwarding instructions from file '/usr/local/etc/pdns/forward-zones.inc' >Jun 25 10:46:30 Inserting rfc 1918 private space zones >Jun 25 10:46:30 Listening for UDP queries on 0.0.0.0:53 >Jun 25 10:46:30 Listening for UDP queries on [::]:53 >Jun 25 10:46:30 Listening for TCP queries on 0.0.0.0:53 >Jun 25 10:46:30 Listening for TCP queries on [::]:53 >Jun 25 10:46:30 Calling daemonize, going to background >Updating motd:. >Mounting late filesystems:. >Starting vmware_guestd. >Performing sanity check on sshd configuration. >Starting sshd. >pg_ctl: another server might be running; trying to start server anyway >2019-06-25 10:46:32.061 CEST [33029] LOG: listening on IPv6 address "::1", port 5432 >2019-06-25 10:46:32.061 CEST [33029] LOG: listening on IPv4 address "127.0.0.1", port 5432 >2019-06-25 10:46:32.067 CEST [33029] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" >2019-06-25 10:46:32.238 CEST [33029] LOG: ending log output to stderr >2019-06-25 10:46:32.238 CEST [33029] HINT: Future log output will go to log destination "syslog". >Starting squid. >Starting spamass_milter. >Starting salt_minion. >/usr/local/lib/python2.7/site-packages/salt/scripts.py:198: DeprecationWarning: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. Salt will drop support for Python 2.7 in the Sodium release or later. >Starting salt_master. >/usr/local/lib/python2.7/site-packages/salt/scripts.py:102: DeprecationWarning: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. Salt will drop support for Python 2.7 in the Sodium release or later. >Starting spamd. >Starting clamav_clamd. >Limiting closed port RST response from 201 to 200 packets/sec >Starting clamav_freshclam. >Waiting for clamd socket.. >Starting clamav_milter. >Waiting for clamav-milter socket.. >Starting dovecot. >postfix/postfix-script: starting the Postfix mail system >Starting pdns. >Performing sanity check on apache24 configuration: >Syntax OK >Starting apache24. >Starting zfsd. >Configuring vt: blanktime. >Starting cron. >Starting inetd. >Starting blacklistd. >Starting background file system checks in 60 seconds. > >Tue Jun 25 10:47:41 CEST 2019 >Connection attempt to UDP 10.2.12.13:5012 from 13.107.3.2:53 >Connection attempt to UDP 10.2.12.13:22510 from 195.49.191.130:53 >Connection attempt to UDP 10.2.12.13:14624 from 195.49.191.130:53 >Connection attempt to UDP 10.2.12.13:41192 from 8.253.92.27:53 >Limiting closed port RST response from 299 to 200 packets/sec >Limiting closed port RST response from 250 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:35773 from 13.107.160.1:53 >Limiting closed port RST response from 210 to 200 packets/sec >Limiting closed port RST response from 217 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:32317 from 45.79.130.187:53 >Connection attempt to UDP 10.2.12.13:62907 from 195.49.191.130:53 >Connection attempt to UDP 10.2.12.13:38488 from 31.192.227.223:53 >Connection attempt to UDP 10.2.12.13:34492 from 31.192.227.223:53 >Limiting closed port RST response from 444 to 200 packets/sec >Limiting closed port RST response from 397 to 200 packets/sec >Limiting closed port RST response from 275 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:43738 from 193.10.252.13:53 >Limiting closed port RST response from 220 to 200 packets/sec >Limiting closed port RST response from 213 to 200 packets/sec >Limiting closed port RST response from 224 to 200 packets/sec >Limiting closed port RST response from 241 to 200 packets/sec >Limiting closed port RST response from 220 to 200 packets/sec >Limiting closed port RST response from 269 to 200 packets/sec >Limiting closed port RST response from 226 to 200 packets/sec >Limiting closed port RST response from 267 to 200 packets/sec >Limiting closed port RST response from 305 to 200 packets/sec >Limiting closed port RST response from 272 to 200 packets/sec >Limiting closed port RST response from 251 to 200 packets/sec >Limiting closed port RST response from 290 to 200 packets/sec >Connection attempt to UDP 127.0.0.1:48588 from 127.0.0.1:53 >Connection attempt to UDP 10.2.12.13:13127 from 31.186.80.80:53 >Limiting closed port RST response from 300 to 200 packets/sec >Limiting closed port RST response from 284 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:23237 from 217.31.48.201:53 >Limiting closed port RST response from 261 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:48829 from 212.57.33.20:53 >Connection attempt to UDP 10.2.12.13:63733 from 195.226.217.5:53 >Connection attempt to UDP 10.2.12.13:41010 from 195.226.217.5:53 >Limiting closed port RST response from 246 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:12098 from 31.186.80.80:53 >Connection attempt to UDP 10.2.12.13:34472 from 213.239.242.238:53 >Connection attempt to UDP 10.2.12.13:17239 from 193.10.252.13:53 >Connection attempt to UDP 10.2.12.13:2708 from 13.107.4.1:53 >TCP: [10.2.1.254]:58988 to [10.2.12.13]:4505 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:31659 from 85.248.228.5:53 >Connection attempt to UDP 10.2.12.13:55218 from 46.21.100.103:53 >Limiting closed port RST response from 223 to 200 packets/sec >Limiting closed port RST response from 278 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:36663 from 217.31.48.201:53 >Connection attempt to UDP 10.2.12.13:54071 from 217.31.48.201:53 >Connection attempt to UDP 10.2.12.13:30407 from 217.31.48.201:53 >Limiting closed port RST response from 277 to 200 packets/sec >Limiting closed port RST response from 288 to 200 packets/sec >Limiting closed port RST response from 279 to 200 packets/sec >Limiting closed port RST response from 227 to 200 packets/sec >Limiting closed port RST response from 202 to 200 packets/sec >Limiting closed port RST response from 341 to 200 packets/sec >Limiting closed port RST response from 219 to 200 packets/sec >Limiting closed port RST response from 212 to 200 packets/sec >Limiting closed port RST response from 233 to 200 packets/sec >Limiting closed port RST response from 253 to 200 packets/sec >Limiting closed port RST response from 310 to 200 packets/sec >Limiting closed port RST response from 275 to 200 packets/sec >Limiting closed port RST response from 286 to 200 packets/sec >Limiting closed port RST response from 256 to 200 packets/sec >Limiting closed port RST response from 394 to 200 packets/sec >Limiting closed port RST response from 228 to 200 packets/sec >Limiting closed port RST response from 303 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:60864 from 158.43.129.68:53 >Connection attempt to UDP 10.2.12.13:7653 from 158.43.129.66:53 >Limiting closed port RST response from 296 to 200 packets/sec >Limiting closed port RST response from 229 to 200 packets/sec >Limiting closed port RST response from 231 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:51338 from 217.67.30.248:53 >Connection attempt to UDP 10.2.12.13:60920 from 217.67.30.248:53 >Connection attempt to UDP 10.2.12.13:45391 from 217.67.30.248:53 >Connection attempt to UDP 10.2.12.13:26901 from 108.59.1.205:53 >Limiting closed port RST response from 217 to 200 packets/sec >Limiting closed port RST response from 321 to 200 packets/sec >Limiting closed port RST response from 385 to 200 packets/sec >Limiting closed port RST response from 225 to 200 packets/sec >Limiting closed port RST response from 238 to 200 packets/sec >Limiting closed port RST response from 231 to 200 packets/sec >Limiting closed port RST response from 216 to 200 packets/sec >Limiting closed port RST response from 227 to 200 packets/sec >Limiting closed port RST response from 262 to 200 packets/sec >Limiting closed port RST response from 414 to 200 packets/sec >Limiting closed port RST response from 277 to 200 packets/sec >Limiting closed port RST response from 279 to 200 packets/sec >Limiting closed port RST response from 280 to 200 packets/sec >Limiting closed port RST response from 372 to 200 packets/sec >Limiting closed port RST response from 337 to 200 packets/sec >Limiting closed port RST response from 377 to 200 packets/sec >Limiting closed port RST response from 214 to 200 packets/sec >Limiting closed port RST response from 211 to 200 packets/sec >Limiting closed port RST response from 309 to 200 packets/sec >Limiting closed port RST response from 289 to 200 packets/sec >Limiting closed port RST response from 377 to 200 packets/sec >Limiting closed port RST response from 274 to 200 packets/sec >Limiting closed port RST response from 234 to 200 packets/sec >Limiting closed port RST response from 250 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:22950 from 31.192.227.223:53 >Connection attempt to UDP 10.2.12.13:21250 from 109.74.7.71:53 >Limiting closed port RST response from 270 to 200 packets/sec >Limiting closed port RST response from 240 to 200 packets/sec >Limiting closed port RST response from 374 to 200 packets/sec >Limiting closed port RST response from 275 to 200 packets/sec >Limiting closed port RST response from 204 to 200 packets/sec >Limiting closed port RST response from 277 to 200 packets/sec >Limiting closed port RST response from 281 to 200 packets/sec >Limiting closed port RST response from 260 to 200 packets/sec >Limiting closed port RST response from 214 to 200 packets/sec >Limiting closed port RST response from 254 to 200 packets/sec >Limiting closed port RST response from 202 to 200 packets/sec >Limiting closed port RST response from 209 to 200 packets/sec >Limiting closed port RST response from 210 to 200 packets/sec >Limiting closed port RST response from 279 to 200 packets/sec >Limiting closed port RST response from 283 to 200 packets/sec >Limiting closed port RST response from 248 to 200 packets/sec >Limiting closed port RST response from 207 to 200 packets/sec >Limiting closed port RST response from 251 to 200 packets/sec >Limiting closed port RST response from 210 to 200 packets/sec >Limiting closed port RST response from 217 to 200 packets/sec >Limiting closed port RST response from 201 to 200 packets/sec >Limiting closed port RST response from 217 to 200 packets/sec >Limiting closed port RST response from 213 to 200 packets/sec >Limiting closed port RST response from 204 to 200 packets/sec >Limiting closed port RST response from 211 to 200 packets/sec >Limiting closed port RST response from 203 to 200 packets/sec >Limiting closed port RST response from 216 to 200 packets/sec >Limiting closed port RST response from 225 to 200 packets/sec >Limiting closed port RST response from 222 to 200 packets/sec >Limiting closed port RST response from 235 to 200 packets/sec >Limiting closed port RST response from 346 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:50184 from 72.29.96.10:53 >Connection attempt to UDP 10.2.12.13:2233 from 109.74.7.71:53 >Limiting closed port RST response from 204 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:47052 from 195.114.26.27:53 >Connection attempt to UDP 10.2.12.13:56067 from 195.114.26.27:53 >Connection attempt to UDP 10.2.12.13:51390 from 195.114.26.27:53 >Limiting closed port RST response from 268 to 200 packets/sec >Limiting closed port RST response from 231 to 200 packets/sec >Limiting closed port RST response from 230 to 200 packets/sec >Limiting closed port RST response from 296 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:58889 from 199.19.56.1:53 >Connection attempt to UDP 10.2.12.13:7777 from 46.21.100.103:53 >Limiting closed port RST response from 247 to 200 packets/sec >Limiting closed port RST response from 295 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:16082 from 77.78.104.149:53 >Connection attempt to UDP 10.2.12.13:26524 from 46.21.100.103:53 >Connection attempt to UDP 10.2.12.13:21273 from 199.19.56.1:53 >Connection attempt to UDP 10.2.12.13:21871 from 85.25.73.97:53 >Connection attempt to UDP 10.2.12.13:63376 from 85.25.73.97:53 >Connection attempt to UDP 10.2.12.13:21140 from 194.82.174.6:53 >Connection attempt to UDP 10.2.12.13:49086 from 194.82.174.6:53 >Connection attempt to UDP 10.2.12.13:59527 from 199.19.54.1:53 >Connection attempt to UDP 10.2.12.13:39754 from 85.25.73.97:53 >Connection attempt to UDP 10.2.12.13:33728 from 4.26.227.27:53 >Limiting closed port RST response from 242 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:31329 from 193.10.252.13:53 >Connection attempt to UDP 10.2.12.13:31034 from 199.19.54.1:53 >Connection attempt to UDP 10.2.12.13:31322 from 8.254.37.27:53 >Connection attempt to UDP 10.2.12.13:28680 from 199.93.59.27:53 >Connection attempt to UDP 10.2.12.13:23805 from 8.254.119.155:53 >Connection attempt to UDP 10.2.12.13:37586 from 199.93.59.27:53 >Connection attempt to UDP 10.2.12.13:41027 from 31.192.227.223:53 >Connection attempt to UDP 10.2.12.13:58372 from 31.192.227.223:53 >Connection attempt to UDP 10.2.12.13:61763 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:27563 from 109.74.7.71:53 >Connection attempt to UDP 10.2.12.13:54649 from 109.74.7.71:53 >Connection attempt to UDP 10.2.12.13:14491 from 109.74.7.71:53 >Connection attempt to UDP 10.2.12.13:10065 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:30618 from 217.75.71.144:53 >Limiting closed port RST response from 229 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:53167 from 217.75.71.143:53 >Limiting closed port RST response from 216 to 200 packets/sec >Limiting closed port RST response from 246 to 200 packets/sec >Limiting closed port RST response from 218 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:18260 from 217.75.71.143:53 >Limiting closed port RST response from 242 to 200 packets/sec >Limiting closed port RST response from 320 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:37764 from 217.75.71.144:53 >Limiting closed port RST response from 265 to 200 packets/sec >Limiting closed port RST response from 275 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:52045 from 217.31.48.201:53 >Limiting closed port RST response from 216 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:19840 from 217.75.71.143:53 >Limiting closed port RST response from 239 to 200 packets/sec >Limiting closed port RST response from 320 to 200 packets/sec >Limiting closed port RST response from 229 to 200 packets/sec >Limiting closed port RST response from 266 to 200 packets/sec >Limiting closed port RST response from 333 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:55477 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:7747 from 217.75.71.143:53 >Limiting closed port RST response from 331 to 200 packets/sec >Limiting closed port RST response from 217 to 200 packets/sec >Limiting closed port RST response from 316 to 200 packets/sec >Limiting closed port RST response from 428 to 200 packets/sec >Limiting closed port RST response from 234 to 200 packets/sec >Limiting closed port RST response from 222 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:53786 from 217.75.71.143:53 >Limiting closed port RST response from 221 to 200 packets/sec >Limiting closed port RST response from 225 to 200 packets/sec >Limiting closed port RST response from 233 to 200 packets/sec >Limiting closed port RST response from 205 to 200 packets/sec >Limiting closed port RST response from 289 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:21388 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:63515 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:51013 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:47477 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:64499 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:33249 from 217.75.71.143:53 >Limiting closed port RST response from 269 to 200 packets/sec >Limiting closed port RST response from 294 to 200 packets/sec >Limiting closed port RST response from 238 to 200 packets/sec >Limiting closed port RST response from 219 to 200 packets/sec >Limiting closed port RST response from 239 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:53296 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:17004 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:2735 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:29896 from 217.75.71.143:53 >Limiting closed port RST response from 225 to 200 packets/sec >Limiting closed port RST response from 239 to 200 packets/sec >Limiting closed port RST response from 267 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:22830 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:47129 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:54377 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:38980 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:7247 from 217.75.71.143:53 >Limiting closed port RST response from 281 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:48902 from 31.192.227.223:53 >Connection attempt to UDP 10.2.12.13:36719 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:65203 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:27737 from 46.229.238.138:53 >Connection attempt to UDP 10.2.12.13:39039 from 46.229.238.137:53 >Connection attempt to UDP 10.2.12.13:29992 from 46.229.238.137:53 >Connection attempt to UDP 10.2.12.13:62765 from 46.229.238.137:53 >Connection attempt to UDP 10.2.12.13:53698 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:4719 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:49624 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:13667 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:8842 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:5067 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:52675 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:49936 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:30822 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:39767 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:10464 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:6236 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:16307 from 217.75.71.143:53 >Limiting closed port RST response from 264 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:19138 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:57195 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:55955 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:44339 from 217.75.71.143:53 >Limiting closed port RST response from 266 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:17366 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:62681 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:45726 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:12032 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:8461 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:34281 from 91.199.31.150:53 >Connection attempt to UDP 10.2.12.13:43836 from 217.31.48.201:53 >Connection attempt to UDP 10.2.12.13:60241 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:32431 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:8813 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:47472 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:60547 from 4.23.39.155:53 >Connection attempt to UDP 10.2.12.13:54457 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:29396 from 195.49.191.130:53 >Connection attempt to UDP 10.2.12.13:36289 from 195.49.191.130:53 >Limiting closed port RST response from 339 to 200 packets/sec >Limiting closed port RST response from 237 to 200 packets/sec >Limiting closed port RST response from 233 to 200 packets/sec >Limiting closed port RST response from 237 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:29680 from 108.59.1.205:53 >Limiting closed port RST response from 348 to 200 packets/sec >Limiting closed port RST response from 240 to 200 packets/sec >Limiting closed port RST response from 211 to 200 packets/sec >Limiting closed port RST response from 264 to 200 packets/sec >Limiting closed port RST response from 286 to 200 packets/sec >Limiting closed port RST response from 210 to 200 packets/sec >Limiting closed port RST response from 289 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:28609 from 31.186.80.80:53 >Connection attempt to UDP 127.0.0.1:44963 from 127.0.0.1:53 >TCP: [173.245.58.120]:53 to [10.2.12.13]:58045 tcpflags 0x12<SYN,ACK>; tcp_input: Connection attempt to closed port >Limiting closed port RST response from 307 to 200 packets/sec >Limiting closed port RST response from 238 to 200 packets/sec >Limiting closed port RST response from 293 to 200 packets/sec >Limiting closed port RST response from 306 to 200 packets/sec >Limiting closed port RST response from 208 to 200 packets/sec >Limiting closed port RST response from 233 to 200 packets/sec >Limiting closed port RST response from 204 to 200 packets/sec >Limiting closed port RST response from 237 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:42503 from 69.28.143.12:53 >Connection attempt to UDP 10.2.12.13:53352 from 69.28.143.11:53 >Connection attempt to UDP 10.2.12.13:41674 from 69.28.143.14:53 >Connection attempt to UDP 10.2.12.13:59319 from 69.28.143.11:53 >Connection attempt to UDP 10.2.12.13:24031 from 69.28.143.11:53 >Connection attempt to UDP 127.0.0.1:32502 from 127.0.0.1:53 >Limiting closed port RST response from 207 to 200 packets/sec >Limiting closed port RST response from 237 to 200 packets/sec >Limiting closed port RST response from 204 to 200 packets/sec >Limiting closed port RST response from 259 to 200 packets/sec >Limiting closed port RST response from 290 to 200 packets/sec >Limiting closed port RST response from 324 to 200 packets/sec >Limiting closed port RST response from 203 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:5296 from 82.208.27.73:53 >Connection attempt to UDP 10.2.12.13:30233 from 82.208.27.73:53 >Connection attempt to UDP 10.2.12.13:20135 from 217.75.71.144:53 >Limiting closed port RST response from 339 to 200 packets/sec >Limiting closed port RST response from 211 to 200 packets/sec >Limiting closed port RST response from 237 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:64191 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:60438 from 217.75.71.144:53 >Limiting closed port RST response from 245 to 200 packets/sec >Limiting closed port RST response from 288 to 200 packets/sec >Limiting closed port RST response from 242 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:5614 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:31426 from 217.75.71.144:53 >Limiting closed port RST response from 367 to 200 packets/sec >Limiting closed port RST response from 234 to 200 packets/sec >Limiting closed port RST response from 259 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:22390 from 195.49.191.130:53 >Connection attempt to UDP 10.2.12.13:16670 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:4535 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:38685 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:54598 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:14370 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:24400 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:51520 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:60064 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:29730 from 217.75.71.144:53 >Limiting closed port RST response from 249 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:28619 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:63714 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:10947 from 217.75.71.144:53 >Limiting closed port RST response from 363 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:24284 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:30611 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:48491 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:47113 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:11138 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:21274 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:41624 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:16775 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:7049 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:35107 from 217.75.71.144:53 >Connection attempt to UDP 10.2.12.13:29009 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:33071 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:48804 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:51824 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:12551 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:43947 from 217.75.71.143:53 >Connection attempt to UDP 10.2.12.13:29923 from 93.190.128.138:53 >Connection attempt to UDP 10.2.12.13:7864 from 23.236.59.22:53 >Connection attempt to UDP 10.2.12.13:45198 from 119.81.97.170:53 >Limiting closed port RST response from 208 to 200 packets/sec >Limiting closed port RST response from 289 to 200 packets/sec >Limiting closed port RST response from 365 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:46585 from 193.10.252.13:53 >Limiting closed port RST response from 206 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:63023 from 81.95.158.50:53 >Limiting closed port RST response from 220 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:59119 from 91.109.245.139:53 >Connection attempt to UDP 10.2.12.13:60563 from 194.71.130.161:53 >Connection attempt to UDP 10.2.12.13:7872 from 203.107.0.201:53 >Limiting closed port RST response from 422 to 200 packets/sec >Limiting closed port RST response from 263 to 200 packets/sec >Limiting closed port RST response from 291 to 200 packets/sec >Limiting closed port RST response from 219 to 200 packets/sec >Limiting closed port RST response from 213 to 200 packets/sec >Limiting closed port RST response from 208 to 200 packets/sec >Limiting closed port RST response from 287 to 200 packets/sec >Limiting closed port RST response from 204 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:8330 from 119.81.97.170:53 >Connection attempt to UDP 10.2.12.13:24432 from 185.119.136.12:53 >Connection attempt to UDP 10.2.12.13:29508 from 185.119.136.12:53 >Limiting closed port RST response from 324 to 200 packets/sec >Limiting closed port RST response from 300 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:55896 from 195.49.191.130:53 >Limiting closed port RST response from 234 to 200 packets/sec >Limiting closed port RST response from 357 to 200 packets/sec >Limiting closed port RST response from 255 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:49397 from 173.192.101.194:53 >Connection attempt to UDP 10.2.12.13:34394 from 81.95.158.50:53 >Connection attempt to UDP 10.2.12.13:20508 from 119.81.97.170:53 >Limiting closed port RST response from 216 to 200 packets/sec >Limiting closed port RST response from 269 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:58016 from 103.254.191.117:53 >Connection attempt to UDP 10.2.12.13:33598 from 103.254.191.117:53 >Connection attempt to UDP 10.2.12.13:60961 from 111.202.83.245:53 >Connection attempt to UDP 10.2.12.13:3541 from 111.202.83.245:53 >Connection attempt to UDP 10.2.12.13:20658 from 111.202.83.245:53 >Connection attempt to UDP 10.2.12.13:7527 from 103.254.191.117:53 >Connection attempt to UDP 10.2.12.13:4557 from 111.202.83.245:53 >Connection attempt to UDP 10.2.12.13:7791 from 111.202.83.245:53 >Limiting closed port RST response from 215 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:44413 from 62.4.14.87:53 >Limiting closed port RST response from 246 to 200 packets/sec >Limiting closed port RST response from 213 to 200 packets/sec >Limiting closed port RST response from 216 to 200 packets/sec >Limiting closed port RST response from 346 to 200 packets/sec >Limiting closed port RST response from 214 to 200 packets/sec >Limiting closed port RST response from 288 to 200 packets/sec >Limiting closed port RST response from 236 to 200 packets/sec >Limiting closed port RST response from 330 to 200 packets/sec >Limiting closed port RST response from 334 to 200 packets/sec >Limiting closed port RST response from 358 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:58494 from 8.253.92.27:53 >Connection attempt to UDP 10.2.12.13:60147 from 68.180.131.16:53 >Limiting closed port RST response from 201 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:22951 from 8.253.92.27:53 >Limiting closed port RST response from 251 to 200 packets/sec >Limiting closed port RST response from 239 to 200 packets/sec >Limiting closed port RST response from 241 to 200 packets/sec >Limiting closed port RST response from 254 to 200 packets/sec >Limiting closed port RST response from 262 to 200 packets/sec >Limiting closed port RST response from 202 to 200 packets/sec >Connection attempt to UDP 127.0.0.1:55885 from 127.0.0.1:53 >Limiting closed port RST response from 266 to 200 packets/sec >Limiting closed port RST response from 232 to 200 packets/sec >Limiting closed port RST response from 461 to 200 packets/sec >Limiting closed port RST response from 237 to 200 packets/sec >Limiting closed port RST response from 454 to 200 packets/sec >Limiting closed port RST response from 238 to 200 packets/sec >Limiting closed port RST response from 253 to 200 packets/sec >Limiting closed port RST response from 284 to 200 packets/sec >Limiting closed port RST response from 234 to 200 packets/sec >Limiting closed port RST response from 350 to 200 packets/sec >Limiting closed port RST response from 225 to 200 packets/sec >Limiting closed port RST response from 264 to 200 packets/sec >Limiting closed port RST response from 500 to 200 packets/sec >Limiting closed port RST response from 210 to 200 packets/sec >Limiting closed port RST response from 251 to 200 packets/sec >Limiting closed port RST response from 342 to 200 packets/sec >Limiting closed port RST response from 201 to 200 packets/sec >Limiting closed port RST response from 326 to 200 packets/sec >Limiting closed port RST response from 262 to 200 packets/sec >Limiting closed port RST response from 277 to 200 packets/sec >Limiting closed port RST response from 211 to 200 packets/sec >Limiting closed port RST response from 212 to 200 packets/sec >Limiting closed port RST response from 251 to 200 packets/sec >Limiting closed port RST response from 236 to 200 packets/sec >Limiting closed port RST response from 306 to 200 packets/sec >Limiting closed port RST response from 206 to 200 packets/sec >Limiting closed port RST response from 331 to 200 packets/sec >Limiting closed port RST response from 214 to 200 packets/sec >Limiting closed port RST response from 275 to 200 packets/sec >Limiting closed port RST response from 215 to 200 packets/sec >Limiting closed port RST response from 233 to 200 packets/sec >Limiting closed port RST response from 266 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:18691 from 195.49.191.131:53 >Connection attempt to UDP 10.2.12.13:51576 from 81.91.222.19:53 >Connection attempt to UDP 10.2.12.13:28966 from 194.82.174.6:53 >Connection attempt to UDP 10.2.12.13:54155 from 194.82.174.6:53 >Connection attempt to UDP 10.2.12.13:62696 from 77.78.104.149:53 >Connection attempt to UDP 10.2.12.13:39624 from 77.78.104.149:53 >Connection attempt to UDP 10.2.12.13:52540 from 77.78.104.149:53 >Connection attempt to UDP 10.2.12.13:44759 from 77.78.104.149:53 >Connection attempt to UDP 127.0.0.1:30425 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:22563 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:43999 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:47271 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:47940 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:60562 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:62454 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:29010 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:54434 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:25278 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:14350 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:24570 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:50760 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:56673 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:13151 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:12787 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:54485 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:50675 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:43221 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:57636 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:37730 from 127.0.0.1:53 >Connection attempt to UDP 10.2.12.13:20023 from 198.78.218.25:53 >Connection attempt to UDP 10.2.12.13:38484 from 8.253.92.27:53 >Connection attempt to UDP 10.2.12.13:43538 from 54.208.209.176:53 >Connection attempt to UDP 10.2.12.13:4870 from 52.45.89.31:53 >Connection attempt to UDP 10.2.12.13:43629 from 52.207.175.134:53 >Connection attempt to UDP 127.0.0.1:27948 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:20624 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:33621 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:56262 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:59506 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:21002 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:37366 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:16166 from 127.0.0.1:53 >Connection attempt to UDP 127.0.0.1:63532 from 127.0.0.1:53 >Limiting closed port RST response from 208 to 200 packets/sec >Limiting closed port RST response from 237 to 200 packets/sec >Limiting closed port RST response from 219 to 200 packets/sec >Limiting closed port RST response from 258 to 200 packets/sec >Limiting closed port RST response from 306 to 200 packets/sec >Limiting closed port RST response from 213 to 200 packets/sec >Limiting closed port RST response from 265 to 200 packets/sec >Limiting closed port RST response from 233 to 200 packets/sec >Limiting closed port RST response from 210 to 200 packets/sec >Limiting closed port RST response from 228 to 200 packets/sec >Limiting closed port RST response from 291 to 200 packets/sec >Limiting closed port RST response from 337 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:64502 from 109.123.210.160:53 >Connection attempt to UDP 10.2.12.13:63332 from 109.123.210.160:53 >Limiting closed port RST response from 209 to 200 packets/sec >Limiting closed port RST response from 256 to 200 packets/sec >Limiting closed port RST response from 222 to 200 packets/sec >Limiting closed port RST response from 319 to 200 packets/sec >Limiting closed port RST response from 228 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:39802 from 58.222.46.237:53 >Limiting closed port RST response from 244 to 200 packets/sec >Limiting closed port RST response from 256 to 200 packets/sec >Limiting closed port RST response from 202 to 200 packets/sec >Limiting closed port RST response from 332 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:21359 from 86.110.230.202:53 >Connection attempt to UDP 10.2.12.13:29799 from 86.110.230.202:53 >Connection attempt to UDP 10.2.12.13:28246 from 217.67.30.248:53 >Connection attempt to UDP 10.2.12.13:42911 from 217.67.30.248:53 >Connection attempt to UDP 10.2.12.13:54622 from 217.67.30.248:53 >Connection attempt to UDP 10.2.12.13:33076 from 217.67.30.248:53 >Connection attempt to UDP 10.2.12.13:30670 from 8.253.92.27:53 >Connection attempt to UDP 10.2.12.13:59128 from 195.226.217.5:53 >Connection attempt to UDP 10.2.12.13:10633 from 195.226.217.5:53 >Connection attempt to UDP 10.2.12.13:27640 from 195.226.217.5:53 >Connection attempt to UDP 10.2.12.13:43500 from 31.186.80.80:53 >Connection attempt to UDP 10.2.12.13:2129 from 46.165.223.182:53 >Limiting closed port RST response from 230 to 200 packets/sec >Limiting closed port RST response from 213 to 200 packets/sec >Limiting closed port RST response from 262 to 200 packets/sec >Limiting closed port RST response from 235 to 200 packets/sec >Limiting closed port RST response from 220 to 200 packets/sec >Limiting closed port RST response from 322 to 200 packets/sec >Limiting closed port RST response from 233 to 200 packets/sec >Limiting closed port RST response from 332 to 200 packets/sec >Limiting closed port RST response from 230 to 200 packets/sec >Limiting closed port RST response from 217 to 200 packets/sec >Limiting closed port RST response from 281 to 200 packets/sec >Limiting closed port RST response from 216 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:3927 from 204.61.216.36:53 >Limiting closed port RST response from 229 to 200 packets/sec >Limiting closed port RST response from 224 to 200 packets/sec >Limiting closed port RST response from 332 to 200 packets/sec >Limiting closed port RST response from 245 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:35428 from 8.253.92.27:53 >Limiting closed port RST response from 236 to 200 packets/sec >kernel trap 12 with interrupts disabled > > >Fatal trap 12: page fault while in kernel mode >cpuid = 0; apic id = 00 >fault virtual address = 0xfffffe0000400008 >fault code = supervisor read data, page not present >instruction pointer = 0x20:0xffffffff811b0d9c >stack pointer = 0x28:0xfffffe004b826800 >frame pointer = 0x28:0xfffffe004b826800 >code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 >processor eflags = resume, IOPL = 0 >current process = 37709 (squid) >trap number = 12 >panic: page fault >cpuid = 0 >time = 1562661524 >KDB: stack backtrace: >#0 0xffffffff80c172c7 at kdb_backtrace+0x67 >#1 0xffffffff80bcb17d at vpanic+0x19d >#2 0xffffffff80bcafd3 at panic+0x43 >#3 0xffffffff810a94bc at trap_fatal+0x39c >#4 0xffffffff810a9509 at trap_pfault+0x49 >#5 0xffffffff810a8aff at trap+0x29f >#6 0xffffffff810839a5 at calltrap+0x8 >#7 0xffffffff80ce4f83 at iflib_fast_intr_rxtx+0xc3 >#8 0xffffffff80b8ebda at intr_event_handle+0xba >#9 0xffffffff81214e87 at intr_execute_handlers+0x57 >#10 0xffffffff8121afc3 at lapic_handle_intr+0x43 >#11 0xffffffff81084c69 at Xapic_isr1+0xd9 >#12 0xffffffff80ce6ea2 at iflib_completed_tx_reclaim+0x62 >#13 0xffffffff80ce650c at iflib_txq_drain+0x6c >#14 0xffffffff80ced1de at drain_ring_lockless+0x6e >#15 0xffffffff80ced0c1 at ifmp_ring_enqueue+0x2b1 >#16 0xffffffff80ceb9c0 at iflib_if_transmit+0x90 >#17 0xffffffff80cd1af4 at ether_output_frame+0xb4 >Uptime: 13d23h53m12s >Dumping 2058 out of 8153 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91% >Dump complete >---<<BOOT>>--- >Copyright (c) 1992-2019 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 12.0-STABLE r349321 GENERIC amd64 >FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) >VT(vga): text 80x25 >CPU: Intel(R) Xeon(R) Gold 5118 CPU @ 2.30GHz (2294.61-MHz K8-class CPU) > Origin="GenuineIntel" Id=0x50654 Family=0x6 Model=0x55 Stepping=4 > Features=0xf83fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,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=0xd19f6ffb<FSGSBASE,TSCADJ,BMI1,HLE,AVX2,FDPEXC,SMEP,BMI2,ERMS,INVPCID,RTM,NFPUSG,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,AVX512CD,AVX512BW,AVX512VL> > Structured Extended Features2=0x8<PKU> > Structured Extended Features3=0x2c000000<IBPB,STIBP,ARCH_CAP> > XSAVE Features=0xb<XSAVEOPT,XSAVEC,XSAVES> > IA32_ARCH_CAPS=0x4<RSBA> > TSC: P-state invariant >Hypervisor: Origin = "VMwareVMware" >real memory = 8589934592 (8192 MB) >avail memory = 8274690048 (7891 MB) >Event timer "LAPIC" quality 600 >ACPI APIC Table: <PTLTD APIC > >FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs >FreeBSD/SMP: 2 package(s) x 1 core(s) >random: unblocking device. >MADT: Forcing active-low polarity and level trigger for SCI >ioapic0 <Version 2.0> irqs 0-23 on motherboard >Launching APs: 1 >random: entropy device external interface >kbd1 at kbdmux0 >000.000023 [4254] netmap_init netmap: loaded module >[ath_hal] loaded >module_register_init: MOD_LOAD (vesa, 0xffffffff8112f670, 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 >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 >atrtc0: registered as a time-of-day clock, resolution 1.000000s >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 >pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0 >pci2: <ACPI PCI bus> on pcib2 >pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0 >pcib3: [GIANT-LOCKED] >pci3: <ACPI PCI bus> on pcib3 >mpt0: <LSILogic SAS/SATA Adapter> port 0x4000-0x40ff mem 0xfd5ec000-0xfd5effff,0xfd5f0000-0xfd5fffff irq 18 at device 0.0 on pci3 >mpt0: MPI Version=1.5.0.0 >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] >pci4: <ACPI PCI bus> on pcib11 >vmx0: <VMware VMXNET3 Ethernet Adapter> port 0x5000-0x500f mem 0xfd4fc000-0xfd4fcfff,0xfd4fd000-0xfd4fdfff,0xfd4fe000-0xfd4fffff irq 19 at device 0.0 on pci4 >vmx0: Using 512 TX descriptors and 256 RX descriptors >vmx0: Using 2 RX queues 2 TX queues >vmx0: failed to allocate 3 MSI-X vectors, err: 6 >vmx0: Using an MSI interrupt >vmx0: Ethernet address: 00:50:56:a6:9e:f2 >vmx0: netmap queues/slots: TX 1/512, RX 1/512 >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 >acpi_syscontainer0: <System Container> on acpi0 >orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcafff,0xdc000-0xdffff,0xe0000-0xe7fff pnpid ORM0000 on isa0 >vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff pnpid PNP0900 on isa0 >Timecounters tick every 10.000 msec >usb_needs_explore_all: no devclass >da0 at mpt0 bus 0 scbus2 target 0 lun 0 >da0: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da0: 300.000MB/s transfers >da0: Command Queueing enabled >da0: 51200MB (104857600 512 byte sectors) >da0: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >da1 at mpt0 bus 0 scbus2 target 1 lun 0 >da1: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da1: 300.000MB/s transfers >da1: Command Queueing enabled >da1: 51200MB (104857600 512 byte sectors) >da1: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >da2 at mpt0 bus 0 scbus2 target 2 lun 0 >da2: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da2: 300.000MB/s transfers >da2: Command Queueing enabled >da2: 256000MB (524288000 512 byte sectors) >da2: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >cd0 at ata0 bus 0 scbus0 target 0 lun 0 >cd0: <NECVMWar VMware IDE CDR00 1.00> Removable CD-ROM SCSI device >cd0: Serial Number 00000000000000000001 >cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) >cd0: Attempt to query device size failed: NOT READY, Medium not present >Trying to mount root from ufs:/dev/da0s1a [rw,noatime]... >GEOM_JOURNAL: Journal 1766253277: da1 contains data. >GEOM_JOURNAL: Journal 1766253277: da1 contains journal. >GEOM_JOURNAL: Journal da1 clean. >WARNING: / was not properly dismounted >WARNING: /: mount pending error: blocks 0 files 1 >Setting hostuuid: 92c72642-431d-9c02-f011-49bce13d6486. >Setting hostid: 0xc18d9ec4. >ZFS filesystem version: 5 >ZFS storage pool version: features support (5000) >Starting file system checks: >** SU+J Recovering /dev/da0s1a >** Reading 33554432 byte journal from inode 4. >** Building recovery table. >** Resolving unreferenced inode list. >** Processing journal entries. >** 4908 journal records in 812032 bytes for 19.34% utilization >** Freed 23 inodes (0 dirs) 105 blocks, and 23 frags. > >***** FILE SYSTEM MARKED CLEAN ***** >Mounting local filesystems:. >ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/dovecot /usr/local/lib/perl5/5.26/mach/CORE /usr/local/libexec/openldap >32-bit compatibility ldconfig path: /usr/lib32 >Setting up harvesting: PURE_RDRAND,[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED >Feeding entropy: . >Loading vmmemctl kernel module: >VMware memory control driver initialized >done. >Loading vmxnet kernel module: done. >Loading vmblock kernel module: done. >lo0: link state changed to UP >vmx0: link state changed to UP >Starting Network: lo0 vmx0. >lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 > options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet 127.0.0.1 netmask 0xff000000 > groups: lo > nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> >vmx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 > options=e403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6> > ether 00:50:56:a6:9e:f2 > inet 10.2.12.13 netmask 0xffffff00 broadcast 10.2.12.255 > inet 10.2.12.14 netmask 0xffffffff broadcast 10.2.12.14 > media: Ethernet autoselect > status: active > nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> >Starting devd. >Autoloading module: intpm.ko >intsmb0: <Intel PIIX4 SMBUS Interface> port 0x1040-0x104f at device 7.3 on pci0 >intsmb0: intr SMI disabled revision 0 >smbus0: <System Management Bus> on intsmb0 >add host 127.0.0.1: gateway lo0 fib 0: route already in table >add net default: gateway 10.2.12.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. >Setting date via ntp. > 9 Jul 10:40:02 ntpdate[75363]: step time server 10.2.2.1 offset -1.026102 sec >Starting rpcbind. >savecore 89543 - - reboot after panic: page fault >savecore 89543 - - writing core to /var/crash/vmcore.1 >Writing crash summary to /var/crash/core.txt.1. >Clearing /tmp. >Starting mountd. >NFSv4 is disabled >Starting nfsd. >Starting statd. >Starting lockd. >Starting pdns_recursor. >Jul 09 10:40:35 PowerDNS Recursor 4.1.13 (C) 2001-2018 PowerDNS.COM BV >Jul 09 10:40:35 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2. >Jul 09 10:40:35 Reading random entropy from '/dev/urandom' >Jul 09 10:40:35 NOT using IPv6 for outgoing queries - set 'query-local-address6=::' to enable >Jul 09 10:40:35 Only allowing queries from: 0.0.0.0/0, ::/0 >Jul 09 10:40:35 PowerDNS Recursor itself will distribute queries over threads >Jul 09 10:40:35 Reading zone forwarding information from '/usr/local/etc/pdns/forward-zones.inc' >Jul 09 10:40:35 Done parsing 218 forwarding instructions from file '/usr/local/etc/pdns/forward-zones.inc' >Jul 09 10:40:35 Inserting rfc 1918 private space zones >Jul 09 10:40:35 Listening for UDP queries on 0.0.0.0:53 >Jul 09 10:40:35 Listening for UDP queries on [::]:53 >Jul 09 10:40:35 Listening for TCP queries on 0.0.0.0:53 >Jul 09 10:40:35 Listening for TCP queries on [::]:53 >Jul 09 10:40:35 Calling daemonize, going to background >Updating motd:. >Mounting late filesystems:. >Starting vmware_guestd. >Performing sanity check on sshd configuration. >Starting sshd. >pg_ctl: another server might be running; trying to start server anyway >2019-07-09 10:40:37.296 CEST [20926] LOG: listening on IPv6 address "::1", port 5432 >2019-07-09 10:40:37.296 CEST [20926] LOG: listening on IPv4 address "127.0.0.1", port 5432 >2019-07-09 10:40:37.301 CEST [20926] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" >2019-07-09 10:40:37.401 CEST [20926] LOG: ending log output to stderr >2019-07-09 10:40:37.401 CEST [20926] HINT: Future log output will go to log destination "syslog". >Starting squid. >Starting spamass_milter. >Starting salt_minion. >/usr/local/lib/python2.7/site-packages/salt/scripts.py:198: DeprecationWarning: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. Salt will drop support for Python 2.7 in the Sodium release or later. >Starting salt_master. >/usr/local/lib/python2.7/site-packages/salt/scripts.py:102: DeprecationWarning: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. Salt will drop support for Python 2.7 in the Sodium release or later. >Starting spamd. >Starting clamav_clamd. >Limiting closed port RST response from 299 to 200 packets/sec >Starting clamav_freshclam. >Waiting for clamd socket.. >Starting clamav_milter. >Waiting for clamav-milter socket.. >Starting dovecot. >postfix/postfix-script: starting the Postfix mail system >Starting pdns. >Performing sanity check on apache24 configuration: >Syntax OK >Starting apache24. >Starting zfsd. >Configuring vt: blanktime. >Starting cron. >Starting inetd. >Starting blacklistd. >Starting background file system checks in 60 seconds. > >Tue Jul 9 10:41:49 CEST 2019 >Limiting closed port RST response from 237 to 200 packets/sec >Limiting closed port RST response from 380 to 200 packets/sec >Limiting closed port RST response from 326 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:11509 from 117.27.241.168:53 >Connection attempt to UDP 10.2.12.13:57013 from 46.165.221.164:53 >TCP: [127.0.0.1]:860 to [127.0.0.1]:111 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.1:18831 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.1:37452 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:58069 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.6:17405 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:6299 >Connection attempt to UDP 10.2.12.13:53 from 10.37.2.1:53546 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.1:42763 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.1:16038 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.1:36787 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.5:14922 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.1:20179 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.5:51273 >TCP: [10.35.99.7]:61889 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.35.99.7]:61890 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:41356 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.6:4640 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:28530 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.1:33096 >Connection attempt to UDP 10.2.12.13:53 from 10.37.18.1:27034 >TCP: [10.35.99.7]:61892 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.35.99.7]:61893 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:37262 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:37262 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:36135 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:36135 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:36414 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:36414 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:51904 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:51904 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:50528 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:50528 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:58651 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:58651 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:58484 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:58484 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:57269 >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:57269 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.1:63799 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:63447 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.5:23478 >TCP: [10.2.1.254]:48912 to [10.2.12.13]:4505 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.6:43997 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.1:16659 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.5:52856 >Connection attempt to UDP 10.2.12.13:53 from 10.37.2.1:56448 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.6:32416 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.5:59099 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.6:6749 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.6:8998 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.5:56171 >TCP: [172.31.255.1]:38609 to [10.2.12.13]:25325 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.6:56113 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.1:17200 >Connection attempt to UDP 10.2.12.13:53 from 10.36.19.5:46857 >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.5:4533 >Connection attempt to UDP 10.2.12.13:53 from 10.36.19.5:35617 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:50912 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.5:30294 >TCP: [10.35.99.7]:61906 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.35.99.7]:61907 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.1:20182 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.5:21835 >Connection attempt to UDP 10.2.12.13:53 from 10.37.18.1:9501 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:27253 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:29716 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:61336 >Connection attempt to UDP 10.2.12.13:53 from 10.36.19.1:22439 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.1:50870 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.1:24262 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:39242 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.6:32728 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.1:62925 >TCP: [172.31.255.1]:15159 to [10.2.12.13]:25325 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.1:57173 >TCP: [172.31.255.1]:59000 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.1:17477 >Connection attempt to UDP 10.2.12.13:53 from 10.36.20.6:40368 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.5:28602 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.1:24063 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.5:51135 >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:54571 >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:54571 >Connection attempt to UDP 10.2.12.13:53 from 10.36.19.1:26568 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:10529 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:35956 >TCP: [10.35.99.7]:61918 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.35.99.7]:61919 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [172.31.255.1]:19017 to [10.2.12.13]:25325 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.6:37766 >TCP: [10.2.1.254]:48914 to [10.2.12.13]:4505 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [172.31.255.1]:52939 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.36.19.1:52527 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:32356 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.6:58689 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:34911 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.1:28444 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:48555 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.5:41741 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.1:43218 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.5:37254 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.6:12850 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:21149 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:44556 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.5:52640 >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.1:38814 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.5:47346 >TCP: [172.31.255.1]:1904 to [10.2.12.13]:25325 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.35.99.7]:61929 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.35.99.7]:61930 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.36.19.6:51557 >Connection attempt to UDP 10.2.12.13:53 from 10.35.10.1:57205 >Connection attempt to UDP 10.2.12.13:53 from 10.35.9.5:25516 >Connection attempt to UDP 10.2.12.13:53 from 10.37.2.1:19081 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:59537 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.1:42436 >Connection attempt to UDP 10.2.12.13:53 from 10.35.19.1:28613 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.1:42295 >TCP: [172.31.255.1]:15643 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.35.2.1:15719 >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.5:47040 >Connection attempt to UDP 10.2.12.13:53 from 10.35.10.6:11425 >Connection attempt to UDP 10.2.12.13:53 from 10.35.9.6:20560 >Connection attempt to UDP 10.2.12.13:53 from 10.35.99.6:36829 >Connection attempt to UDP 10.2.12.13:53 from 10.35.9.6:16765 >Connection attempt to UDP 10.2.12.13:53 from 10.35.9.5:61402 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.5:8692 >Connection attempt to UDP 10.2.12.13:53 from 10.35.12.1:27264 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.5:39716 >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.1:37814 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.6:35321 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.1:44797 >Connection attempt to UDP 10.2.12.13:53 from 10.35.20.5:11784 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:54086 >Connection attempt to UDP 10.2.12.13:53 from 10.36.30.1:11550 >Connection attempt to UDP 10.2.12.13:53 from 10.35.10.6:11239 >TCP: [172.31.255.1]:11445 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.5:36032 >TCP: [10.35.99.7]:61945 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [172.31.255.1]:35505 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.2.19.19]:20163 to [10.2.12.13]:4505 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.2.12.12:46074 >Connection attempt to UDP 10.2.12.14:3130 from 10.36.98.7:3130 >Connection attempt to UDP 10.2.12.13:53 from 10.35.19.1:37849 >Connection attempt to UDP 10.2.12.13:53 from 10.35.2.1:56671 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.5:14953 >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:40070 >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:40070 >Connection attempt to UDP 10.2.12.13:53 from 10.2.10.13:60390 >Connection attempt to UDP 10.2.12.13:53 from 10.2.10.13:60390 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:54024 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:5635 >TCP: [172.31.255.1]:9799 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.35.20.5:22670 >Connection attempt to UDP 10.2.12.13:53 from 10.35.9.1:40656 >TCP: [10.35.99.7]:61954 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Waiting (max 60 seconds) for system process `vnlru' to stop... done >Waiting (max 60 seconds) for system process `syncer' to stop... >Connection attempt to UDP 10.2.12.13:53 from 10.36.30.1:13975 > >Syncing disks, vnodes remaining... 17 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.6:23722 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.1:20389 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:59600 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.1:22337 >Connection attempt to UDP 10.2.12.13:53 from 10.37.18.1:39370 >Connection attempt to UDP 10.2.12.13:53 from 10.36.20.1:16456 >Connection attempt to UDP 10.2.12.13:53 from 10.37.18.1:38524 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.1:44639 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.6:61602 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.1:43558 >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.5:38500 >TCP: [10.35.99.7]:61963 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.2.12.12]:58560 to [10.2.12.13]:4505 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [172.31.255.1]:16091 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:32014 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:24049 >Connection attempt to UDP 10.2.12.13:53 from 10.35.10.1:43978 >Connection attempt to UDP 10.2.12.13:53 from 10.35.10.1:61184 >Connection attempt to UDP 10.2.12.13:53 from 10.36.2.1:14576 >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:54571 >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:54571 >TCP: [10.2.1.254]:48916 to [10.2.12.13]:4505 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.6:63812 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.6:11881 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.5:23078 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.1:60443 >TCP: [172.31.255.1]:34642 to [10.2.12.13]:80 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >0 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:43596 >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.5:23319 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.1:62264 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.5:56575 >TCP: [172.31.255.1]:41217 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.36.20.1:8293 >TCP: [10.2.11.20]:51004 to [10.2.12.13]:4505 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.10.5:47533 >TCP: [10.35.99.7]:61972 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [172.31.255.1]:48656 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.5:18450 >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.5:10569 >Connection attempt to UDP 10.2.12.13:53 from 10.36.9.5:50115 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.7:58171 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.7:58171 >0 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:49812 >Connection attempt to UDP 10.2.12.13:53 from 10.36.20.5:16522 >TCP: [172.31.255.1]:21444 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [10.35.99.7]:61981 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.1:34083 >done >Waiting (max 60 seconds) for system thread `bufdaemon' to stop... done >Waiting (max 60 seconds) for system thread `bufspacedaemon-0' to stop... >Connection attempt to UDP 10.2.12.13:53 from 10.2.10.13:43796 >Connection attempt to UDP 10.2.12.13:53 from 10.2.10.13:43796 >Connection attempt to UDP 10.2.12.13:53 from 10.37.19.5:60746 >Connection attempt to UDP 10.2.12.13:53 from 10.36.10.6:53050 >Connection attempt to UDP 10.2.12.13:53 from 10.36.19.5:7521 >TCP: [172.31.255.1]:18447 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >done >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:40070 >Waiting (max 60 seconds) for system thread `bufspacedaemon-1' to stop... >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:40070 >TCP: [10.35.99.7]:61990 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.2.10.13:60390 >Connection attempt to UDP 10.2.12.13:53 from 10.2.10.13:60390 >Connection attempt to UDP 10.2.12.13:53 from 10.36.18.1:41582 >Connection attempt to UDP 10.2.12.13:53 from 10.37.20.1:27298 >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.6:28291 >Connection attempt to UDP 10.2.12.13:53 from 10.36.30.5:8093 >done >Waiting (max 60 seconds) for system thread `bufspacedaemon-3' to stop... >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.24:2042 >TCP: [172.31.255.1]:56356 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >TCP: [172.31.255.1]:39500 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >done >Waiting (max 60 seconds) for system thread `bufspacedaemon-2' to stop... >Connection attempt to UDP 10.2.12.13:53 from 172.31.255.1:1495 >Connection attempt to UDP 10.2.12.13:53 from 10.37.9.6:6152 >Connection attempt to UDP 10.2.12.13:53 from 10.36.2.6:12011 >Connection attempt to UDP 10.2.12.13:53 from 10.36.18.1:25911 >TCP: [10.35.99.7]:62000 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.36.9.6:54011 >done >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:54571 >Connection attempt to UDP 10.2.12.13:53 from 10.2.2.23:54571 >All buffers synced. >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.1:56060 >Connection attempt to UDP 10.2.12.13:53 from 10.36.98.1:46025 >TCP: [172.31.255.1]:27356 to [10.2.12.13]:10143 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.36.20.5:57220 >Connection attempt to UDP 10.2.12.13:53 from 10.37.7.6:10314 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.6:51752 >Connection attempt to UDP 10.2.12.13:53 from 10.37.98.5:16638 >Uptime: 58m54s >GEOM_JOURNAL: Shutting down geom gjournal 1766253277. >TCP: [10.35.99.7]:62010 to [10.2.12.14]:3128 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port >Connection attempt to UDP 10.2.12.13:53 from 10.36.30.5:57104 >---<<BOOT>>--- >Copyright (c) 1992-2019 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 12.0-STABLE r349857 GENERIC amd64 >FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) >VT(vga): text 80x25 >CPU: Intel(R) Xeon(R) Gold 5118 CPU @ 2.30GHz (2294.61-MHz K8-class CPU) > Origin="GenuineIntel" Id=0x50654 Family=0x6 Model=0x55 Stepping=4 > Features=0xf83fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,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=0xd19f6ffb<FSGSBASE,TSCADJ,BMI1,HLE,AVX2,FDPEXC,SMEP,BMI2,ERMS,INVPCID,RTM,NFPUSG,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,AVX512CD,AVX512BW,AVX512VL> > Structured Extended Features2=0x8<PKU> > Structured Extended Features3=0x2c000000<IBPB,STIBP,ARCH_CAP> > XSAVE Features=0xb<XSAVEOPT,XSAVEC,XSAVES> > IA32_ARCH_CAPS=0x4<RSBA> > TSC: P-state invariant >Hypervisor: Origin = "VMwareVMware" >real memory = 8589934592 (8192 MB) >avail memory = 8274690048 (7891 MB) >Event timer "LAPIC" quality 600 >ACPI APIC Table: <PTLTD APIC > >FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs >FreeBSD/SMP: 2 package(s) x 1 core(s) >random: unblocking device. >MADT: Forcing active-low polarity and level trigger for SCI >ioapic0 <Version 2.0> irqs 0-23 on motherboard >Launching APs: 1 >random: entropy device external interface >kbd1 at kbdmux0 >000.000023 [4254] netmap_init netmap: loaded module >[ath_hal] loaded >module_register_init: MOD_LOAD (vesa, 0xffffffff811267e0, 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 >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 >atrtc0: registered as a time-of-day clock, resolution 1.000000s >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 >pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0 >pci2: <ACPI PCI bus> on pcib2 >pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0 >pcib3: [GIANT-LOCKED] >pci3: <ACPI PCI bus> on pcib3 >mpt0: <LSILogic SAS/SATA Adapter> port 0x4000-0x40ff mem 0xfd5ec000-0xfd5effff,0xfd5f0000-0xfd5fffff irq 18 at device 0.0 on pci3 >mpt0: MPI Version=1.5.0.0 >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] >pci4: <ACPI PCI bus> on pcib11 >vmx0: <VMware VMXNET3 Ethernet Adapter> port 0x5000-0x500f mem 0xfd4fc000-0xfd4fcfff,0xfd4fd000-0xfd4fdfff,0xfd4fe000-0xfd4fffff irq 19 at device 0.0 on pci4 >vmx0: Using 512 TX descriptors and 256 RX descriptors >vmx0: Using 2 RX queues 2 TX queues >vmx0: failed to allocate 3 MSI-X vectors, err: 6 >vmx0: Using an MSI interrupt >vmx0: Ethernet address: 00:50:56:a6:9e:f2 >vmx0: netmap queues/slots: TX 1/512, RX 1/512 >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 >acpi_syscontainer0: <System Container> on acpi0 >orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcafff,0xdc000-0xdffff,0xe0000-0xe7fff pnpid ORM0000 on isa0 >vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff pnpid PNP0900 on isa0 >Timecounters tick every 10.000 msec >usb_needs_explore_all: no devclass >da0 at mpt0 bus 0 scbus2 target 0 lun 0 >da0: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da0: 300.000MB/s transfers >da0: Command Queueing enabled >da0: 51200MB (104857600 512 byte sectors) >da0: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >da1 at mpt0 bus 0 scbus2 target 1 lun 0 >da1: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da1: 300.000MB/s transfers >da1: Command Queueing enabled >da1: 51200MB (104857600 512 byte sectors) >da1: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >da2 at mpt0 bus 0 scbus2 target 2 lun 0 >da2: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device >da2: 300.000MB/s transfers >da2: Command Queueing enabled >da2: 256000MB (524288000 512 byte sectors) >da2: quirks=0x140<RETRY_BUSY,STRICT_UNMAP> >cd0 at ata0 bus 0 scbus0 target 0 lun 0 >cd0: <NECVMWar VMware IDE CDR00 1.00> Removable CD-ROM SCSI device >cd0: Serial Number 00000000000000000001 >cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) >cd0: Attempt to query device size failed: NOT READY, Medium not present >Trying to mount root from ufs:/dev/da0s1a [rw,noatime]... >GEOM_JOURNAL: Journal 1766253277: da1 contains data. >GEOM_JOURNAL: Journal 1766253277: da1 contains journal. >GEOM_JOURNAL: Journal da1 clean. >Setting hostuuid: 92c72642-431d-9c02-f011-49bce13d6486. >Setting hostid: 0xc18d9ec4. >ZFS filesystem version: 5 >ZFS storage pool version: features support (5000) >Starting file system checks: >/dev/da0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS >/dev/da0s1a: clean, 9588340 free (36876 frags, 1193933 blocks, 0.3% fragmentation) >Mounting local filesystems:. >ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/dovecot /usr/local/lib/perl5/5.26/mach/CORE /usr/local/libexec/openldap >32-bit compatibility ldconfig path: /usr/lib32 >Setting up harvesting: PURE_RDRAND,[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED >Feeding entropy: . >Loading vmmemctl kernel module: >VMware memory control driver initialized >done. >Loading vmxnet kernel module: done. >Loading vmblock kernel module: done. >lo0: link state changed to UP >vmx0: link state changed to UP >Starting Network: lo0 vmx0. >lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 > options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet 127.0.0.1 netmask 0xff000000 > groups: lo > nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> >vmx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 > options=e403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6> > ether 00:50:56:a6:9e:f2 > inet 10.2.12.13 netmask 0xffffff00 broadcast 10.2.12.255 > inet 10.2.12.14 netmask 0xffffffff broadcast 10.2.12.14 > media: Ethernet autoselect > status: active > nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> >Starting devd. >Autoloading module: intpm.ko >intsmb0: <Intel PIIX4 SMBUS Interface> port 0x1040-0x104f at device 7.3 on pci0 >intsmb0: intr SMI disabled revision 0 >smbus0: <System Management Bus> on intsmb0 >add host 127.0.0.1: gateway lo0 fib 0: route already in table >add net default: gateway 10.2.12.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. >Setting date via ntp. > 9 Jul 11:39:08 ntpdate[42807]: step time server 10.2.2.1 offset -0.529404 sec >Starting rpcbind. >No core dumps found. >Clearing /tmp. >Starting mountd. >NFSv4 is disabled >Starting nfsd. >Starting statd. >Starting lockd. >Starting pdns_recursor. >Jul 09 11:39:08 PowerDNS Recursor 4.1.13 (C) 2001-2018 PowerDNS.COM BV >Jul 09 11:39:08 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2. >Jul 09 11:39:08 Reading random entropy from '/dev/urandom' >Jul 09 11:39:08 NOT using IPv6 for outgoing queries - set 'query-local-address6=::' to enable >Jul 09 11:39:08 Only allowing queries from: 0.0.0.0/0, ::/0 >Jul 09 11:39:08 PowerDNS Recursor itself will distribute queries over threads >Jul 09 11:39:08 Reading zone forwarding information from '/usr/local/etc/pdns/forward-zones.inc' >Jul 09 11:39:08 Done parsing 218 forwarding instructions from file '/usr/local/etc/pdns/forward-zones.inc' >Jul 09 11:39:08 Inserting rfc 1918 private space zones >Jul 09 11:39:08 Listening for UDP queries on 0.0.0.0:53 >Jul 09 11:39:08 Listening for UDP queries on [::]:53 >Jul 09 11:39:08 Listening for TCP queries on 0.0.0.0:53 >Jul 09 11:39:08 Listening for TCP queries on [::]:53 >Jul 09 11:39:08 Calling daemonize, going to background >Updating motd:. >Mounting late filesystems:. >Starting vmware_guestd. >Performing sanity check on sshd configuration. >Starting sshd. >2019-07-09 11:39:09.292 CEST [62774] LOG: listening on IPv6 address "::1", port 5432 >2019-07-09 11:39:09.293 CEST [62774] LOG: listening on IPv4 address "127.0.0.1", port 5432 >2019-07-09 11:39:09.298 CEST [62774] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" >2019-07-09 11:39:09.335 CEST [62774] LOG: ending log output to stderr >2019-07-09 11:39:09.335 CEST [62774] HINT: Future log output will go to log destination "syslog". >Starting squid. >Starting spamass_milter. >Starting salt_minion. >/usr/local/lib/python2.7/site-packages/salt/scripts.py:198: DeprecationWarning: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. Salt will drop support for Python 2.7 in the Sodium release or later. >Starting salt_master. >/usr/local/lib/python2.7/site-packages/salt/scripts.py:102: DeprecationWarning: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. Salt will drop support for Python 2.7 in the Sodium release or later. >Starting spamd. >Starting clamav_clamd. >Starting clamav_freshclam. >Waiting for clamd socket.. >Starting clamav_milter. >Waiting for clamav-milter socket.. >Starting dovecot. >postfix/postfix-script: starting the Postfix mail system >Starting pdns. >Performing sanity check on apache24 configuration: >Syntax OK >Starting apache24. >Starting zfsd. >Configuring vt: blanktime. >Starting cron. >Starting inetd. >Starting blacklistd. >Starting background file system checks in 60 seconds. > >Tue Jul 9 11:40:11 CEST 2019 >Connection attempt to UDP 10.2.12.13:17939 from 8.253.92.27:53 >Limiting closed port RST response from 236 to 200 packets/sec >Limiting closed port RST response from 241 to 200 packets/sec >Limiting closed port RST response from 219 to 200 packets/sec >Limiting closed port RST response from 229 to 200 packets/sec >Limiting closed port RST response from 208 to 200 packets/sec >Limiting closed port RST response from 238 to 200 packets/sec >Limiting closed port RST response from 307 to 200 packets/sec >Limiting closed port RST response from 334 to 200 packets/sec >Limiting closed port RST response from 219 to 200 packets/sec >Limiting closed port RST response from 274 to 200 packets/sec >Limiting closed port RST response from 211 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:14980 from 193.10.252.13:53 >Limiting closed port RST response from 267 to 200 packets/sec >Limiting closed port RST response from 225 to 200 packets/sec >Limiting closed port RST response from 223 to 200 packets/sec >Limiting closed port RST response from 232 to 200 packets/sec >Limiting closed port RST response from 203 to 200 packets/sec >Limiting closed port RST response from 208 to 200 packets/sec >Limiting closed port RST response from 326 to 200 packets/sec >Limiting closed port RST response from 249 to 200 packets/sec >Limiting closed port RST response from 213 to 200 packets/sec >Limiting closed port RST response from 275 to 200 packets/sec >Limiting closed port RST response from 233 to 200 packets/sec >Limiting closed port RST response from 258 to 200 packets/sec >Limiting closed port RST response from 271 to 200 packets/sec >Limiting closed port RST response from 222 to 200 packets/sec >Limiting closed port RST response from 279 to 200 packets/sec >Limiting closed port RST response from 322 to 200 packets/sec >Limiting closed port RST response from 206 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:28125 from 213.81.170.170:53 >Connection attempt to UDP 10.2.12.13:6958 from 198.55.100.203:53 >Connection attempt to UDP 10.2.12.13:48490 from 198.55.100.203:53 >Limiting closed port RST response from 286 to 200 packets/sec >Limiting closed port RST response from 332 to 200 packets/sec >Limiting closed port RST response from 265 to 200 packets/sec >Limiting closed port RST response from 226 to 200 packets/sec >Limiting closed port RST response from 339 to 200 packets/sec >Connection attempt to UDP 10.2.12.13:39187 from 212.89.225.139:53 >Connection attempt to UDP 10.2.12.13:15738 from 212.89.225.139:53 >Connection attempt to UDP 10.2.12.13:25090 from 213.215.115.5:53 >kernel trap 12 with interrupts disabled > > >Fatal trap 12: page fault while in kernel mode >cpuid = 0; apic id = 00 >fault virtual address = 0xfffffe0000400008 >fault code = supervisor read data, page not present >instruction pointer = 0x20:0xffffffff811a7f0c >stack pointer = 0x28:0xfffffe004c4628f0 >frame pointer = 0x28:0xfffffe004c4628f0 >code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 >processor eflags = resume, IOPL = 0 >current process = 17606 (imap-login) >trap number = 12 >panic: page fault >cpuid = 0 >time = 1562778547 >KDB: stack backtrace: >#0 0xffffffff80c18257 at kdb_backtrace+0x67 >#1 0xffffffff80bcbbdd at vpanic+0x19d >#2 0xffffffff80bcba33 at panic+0x43 >#3 0xffffffff810a04bc at trap_fatal+0x39c >#4 0xffffffff810a0509 at trap_pfault+0x49 >#5 0xffffffff8109faff at trap+0x29f >#6 0xffffffff8107a7e5 at calltrap+0x8 >#7 0xffffffff80ce48a3 at iflib_fast_intr_rxtx+0xc3 >#8 0xffffffff80b8f63a at intr_event_handle+0xba >#9 0xffffffff8120bff7 at intr_execute_handlers+0x57 >#10 0xffffffff81212133 at lapic_handle_intr+0x43 >#11 0xffffffff8107baa9 at Xapic_isr1+0xd9 >#12 0xffffffff80ce67c2 at iflib_completed_tx_reclaim+0x62 >#13 0xffffffff80ce5e2c at iflib_txq_drain+0x6c >#14 0xffffffff80cecafe at drain_ring_lockless+0x6e >#15 0xffffffff80cec9e1 at ifmp_ring_enqueue+0x2b1 >#16 0xffffffff80ceb2e0 at iflib_if_transmit+0x90 >#17 0xffffffff80cd21e4 at ether_output_frame+0xb4 >Uptime: 1d7h30m15s >Dumping 2212 out of 8153 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91% > >------------------------------------------------------------------------ >kernel config > >options CONFIG_AUTOGENERATED >ident GENERIC >machine amd64 >cpu HAMMER >makeoptions WITH_CTF=1 >makeoptions DEBUG=-g >options EVDEV_SUPPORT >options XENHVM >options USB_DEBUG >options ATH_ENABLE_11N >options AH_AR5416_INTERRUPT_MITIGATION >options AH_SUPPORT_AR5416 >options IEEE80211_SUPPORT_MESH >options IEEE80211_AMPDU_AGE >options IEEE80211_DEBUG >options SC_PIXEL_MODE >options VESA >options PCI_IOV >options PCI_HP >options ACPI_DMAR >options EARLY_AP_STARTUP >options SMP >options NETDUMP >options ZSTDIO >options GZIO >options EKCD >options KDB_TRACE >options KDB >options RCTL >options RACCT_DEFAULT_TO_DISABLED >options RACCT >options INCLUDE_CONFIG_FILE >options DDB_CTF >options KDTRACE_HOOKS >options KDTRACE_FRAME >options MAC >options CAPABILITIES >options CAPABILITY_MODE >options AUDIT >options HWPMC_HOOKS >options KBD_INSTALL_CDEV >options PRINTF_BUFR_SIZE=128 >options _KPOSIX_PRIORITY_SCHEDULING >options SYSVSEM >options SYSVMSG >options SYSVSHM >options STACK >options KTRACE >options SCSI_DELAY=5000 >options COMPAT_FREEBSD11 >options COMPAT_FREEBSD10 >options COMPAT_FREEBSD9 >options COMPAT_FREEBSD7 >options COMPAT_FREEBSD6 >options COMPAT_FREEBSD5 >options COMPAT_FREEBSD4 >options COMPAT_FREEBSD32 >options EFIRT >options GEOM_LABEL >options GEOM_RAID >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_RFC7413 >options TCP_HHOOK >options TCP_BLACKBOX >options TCP_OFFLOAD >options IPSEC_SUPPORT >options IPSEC >options INET6 >options INET >options VIMAGE >options PREEMPTION >options NUMA >options SCHED_ULE >options NEW_PCIB >options GEOM_PART_GPT >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 isci >device ocs_fc >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 smartpqi >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 iflib >device em >device ix >device ixv >device ixl >device iavf >device vmx >device bxe >device de >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 crypto >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 netmap >device evdev >device uinput > >------------------------------------------------------------------------ >ddb capture buffer > >ddb: ddb_capture: kvm_nlist
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 239118
: 205671 |
205876
|
206985