Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 13:13:27 GMT
From:      Chunping Ruan <ruanchunping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/184084: kernel crash by ral (RT3090)
Message-ID:  <201311191313.rAJDDR39018675@oldred.freebsd.org>
Resent-Message-ID: <201311191320.rAJDK0b5010719@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184084
>Category:       kern
>Synopsis:       kernel crash by ral (RT3090)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 13:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Chunping Ruan
>Release:        stable/10
>Organization:
Malmam Ltd.
>Environment:
FreeBSD dev.comcom.com 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257377: Thu Oct 31 07:47:49 CST 2013     root@dev.comcom.com:/usr/obj/usr/src/sys/GENERIC_PF_ALTQ  amd64

>Description:
ral0@pci0:3:0:0:        class=0x028000 card=0x1453103c chip=0x30901814 rev=0x00 hdr=0x00
    vendor     = 'Ralink corp.'
    device     = 'RT3090 Wireless 802.11n 1T/1R PCIe'
    class      = network

ifconfig wlan0 create wlandev ral0 wlanmode hostap up
ifconfig wlan0 inet 192.168.7.1 netmask 255.255.255.0
ifconfig wlan0 mode 11n
ifconfig: SIOCSIFMEDIA (media): Device not configured

**Problem 1: can't config it work at 11n mode.


/etc/rc.d/hostapd start

== /etc/hostapd.conf: ==
interface=wlan0
debug=4
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
ssid=wifi.test
wpa=1
wpa_passphrase=test1234
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP TKIP

** Problem 2:
everything is ok, the sta client can access this ap,
but,after several minutes, the box crashed and auto reboot.


== here's the core.txt.2 : ==

dev.comcom.com dumped core - see /var/crash/vmcore.2

Tue Nov 19 20:32:45 CST 2013

FreeBSD dev.comcom.com 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257377: Thu Oct 31 07:47:49 CST 2013     root@dev.comcom.com:/usr/obj/usr/src/sys/GENERIC_PF_ALTQ  amd64

panic: vm_fault: fault on nofault entry, addr: fffffe001f181000

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:
panic: vm_fault: fault on nofault entry, addr: fffffe001f181000
cpuid = 0
KDB: stack backtrace:
#0 0xffffffff808f2340 at kdb_backtrace+0x60
#1 0xffffffff808b9e25 at panic+0x155
#2 0xffffffff80b4450d at vm_fault_hold+0x14ed
#3 0xffffffff80b42fd7 at vm_fault+0x77
#4 0xffffffff80cc6e6b at trap_pfault+0x19b
#5 0xffffffff80cc6726 at trap+0x5e6
#6 0xffffffff80cada52 at calltrap+0x8
#7 0xffffffff81a89e7e at rt2860_intr+0xee
#8 0xffffffff8088e3bb at intr_event_execute_handlers+0xab
#9 0xffffffff8088e806 at ithread_loop+0x96
#10 0xffffffff8088c06a at fork_exit+0x9a
#11 0xffffffff80cadf8e at fork_trampoline+0xe
Uptime: 22m42s
Dumping 222 out of 2021 MB:..8%..15%..22%..37%..44%..51%..65%..73%..87%..94%

Reading symbols from /boot/kernel/zfs.ko.symbols...done.
Loaded symbols for /boot/kernel/zfs.ko.symbols
Reading symbols from /boot/kernel/opensolaris.ko.symbols...done.
Loaded symbols for /boot/kernel/opensolaris.ko.symbols
Reading symbols from /boot/kernel/if_gre.ko.symbols...done.
Loaded symbols for /boot/kernel/if_gre.ko.symbols
Reading symbols from /boot/kernel/if_ral.ko.symbols...done.
Loaded symbols for /boot/kernel/if_ral.ko.symbols
Reading symbols from /boot/kernel/uhid.ko.symbols...done.
Loaded symbols for /boot/kernel/uhid.ko.symbols
Reading symbols from /boot/kernel/netgraph.ko.symbols...done.
Loaded symbols for /boot/kernel/netgraph.ko.symbols
Reading symbols from /boot/kernel/ng_ether.ko.symbols...done.
Loaded symbols for /boot/kernel/ng_ether.ko.symbols
Reading symbols from /boot/kernel/ng_pppoe.ko.symbols...done.
Loaded symbols for /boot/kernel/ng_pppoe.ko.symbols
Reading symbols from /boot/kernel/ng_socket.ko.symbols...done.
Loaded symbols for /boot/kernel/ng_socket.ko.symbols
Reading symbols from /boot/kernel/ng_mppc.ko.symbols...done.
Loaded symbols for /boot/kernel/ng_mppc.ko.symbols
Reading symbols from /boot/kernel/rc4.ko.symbols...done.
Loaded symbols for /boot/kernel/rc4.ko.symbols
Reading symbols from /boot/kernel/wlan_xauth.ko.symbols...done.
Loaded symbols for /boot/kernel/wlan_xauth.ko.symbols
#0  doadump (textdump=<value optimized out>) at pcpu.h:219
219	pcpu.h: No such file or directory.
	in pcpu.h
(kgdb) #0  doadump (textdump=<value optimized out>) at pcpu.h:219
#1  0xffffffff808b9aa0 in kern_reboot (howto=260)
    at /usr/src/sys/kern/kern_shutdown.c:447
#2  0xffffffff808b9e64 in panic (fmt=<value optimized out>)
    at /usr/src/sys/kern/kern_shutdown.c:754
#3  0xffffffff80b4450d in vm_fault_hold (map=0xfffff80002000000, 
    vaddr=<value optimized out>, fault_type=1 '\001', fault_flags=0, 
    m_hold=0x0) at /usr/src/sys/vm/vm_fault.c:279
#4  0xffffffff80b42fd7 in vm_fault (map=0xfffff80002000000, 
    vaddr=<value optimized out>, fault_type=1 '\001', fault_flags=0)
    at /usr/src/sys/vm/vm_fault.c:224
#5  0xffffffff80cc6e6b in trap_pfault (frame=0xfffffe0093305990, usermode=0)
    at /usr/src/sys/amd64/amd64/trap.c:775
#6  0xffffffff80cc6726 in trap (frame=0xfffffe0093305990)
    at /usr/src/sys/amd64/amd64/trap.c:463
#7  0xffffffff80cada52 in calltrap ()
    at /usr/src/sys/amd64/amd64/exception.S:232
#8  0xffffffff81a8a57a in rt2860_drain_stats_fifo (sc=0xfffffe000085d000)
    at /usr/src/sys/modules/ral/../../dev/ral/rt2860.c:1121
#9  0xffffffff81a89e7e in rt2860_intr (arg=0xfffffe000085d000)
    at /usr/src/sys/modules/ral/../../dev/ral/rt2860.c:1434
#10 0xffffffff8088e3bb in intr_event_execute_handlers (
    p=<value optimized out>, ie=0xfffff80002500800)
    at /usr/src/sys/kern/kern_intr.c:1263
#11 0xffffffff8088e806 in ithread_loop (arg=0xfffff8000277e9e0)
    at /usr/src/sys/kern/kern_intr.c:1276
#12 0xffffffff8088c06a in fork_exit (
    callout=0xffffffff8088e770 <ithread_loop>, arg=0xfffff8000277e9e0, 
    frame=0xfffffe0093305c00) at /usr/src/sys/kern/kern_fork.c:995
#13 0xffffffff80cadf8e in fork_trampoline ()
    at /usr/src/sys/amd64/amd64/exception.S:606
#14 0x0000000000000000 in ?? ()
Current language:  auto; currently minimal
(kgdb) 

------------------------------------------------------------------------
ps -axl

  UID  PID PPID CPU PRI  NI    VSZ               RSS MWCHAN   STAT TT     TIME COMMAND
    0    0    0   0  -8   0      0                 0 -        DLs   -  0:02.48 [kernel]
    0    1    0   0  52   0   9432                 0 wait     DLs   -  0:00.06 [init]
    0    2    0   0  -8   0      0                 0 tx->tx_s DL    -  0:00.09 [zfskern]
    0    3    0   0 -16   0      0                 0 pftm     DL    -  0:00.04 [pf purge]
    0    4    0   0 -16   0      0                 0 waiting_ DL    -  0:00.00 [sctp_iterator]
    0    5    0   0 -16   0      0                 0 ccb_scan DL    -  0:00.00 [xpt_thrd]
    0    6    0   0 -16   0      0                 0 psleep   DL    -  0:00.00 [pagedaemon]
    0    7    0   0 -16   0      0                 0 psleep   DL    -  0:00.00 [vmdaemon]
    0    8    0   0 155   0      0                 0 pgzero   DL    -  0:00.00 [pagezero]
    0    9    0   0 -16   0      0                 0 psleep   DL    -  0:00.00 [bufdaemon]
    0   10    0   0 -16   0      0                 0 audit_wo DL    -  0:00.00 [audit]
    0   11    0   0 155   0      0                 0 -        RL    -  0:54.38 [idle]
    0   12    0   0 -72   0      0                 0 -        WL    -  0:01.43 [intr]
    0   13    0   0  -8   0      0                 0 -        DL    -  0:00.37 [geom]
    0   14    0   0 -16   0      0                 0 -        DL    -  0:00.15 [rand_harvestq]
    0   15    0   0 -68   0      0                 0 -        DL    -  0:00.01 [usb]
    0   16    0   0  16   0      0                 0 syncer   DL    -  0:00.02 [syncer]
    0   17    0   0 -16   0      0                 0 vlruwt   DL    -  0:00.00 [vnlru]
    0   18    0   0 -16   0      0                 0 sdflush  DL    -  0:00.00 [softdepflush]
    0  154    1   0  52   0  12264                 0 pause    Ds    -  0:00.00 [adjkerntz]
    0 2146    1   0  20   0  13580                 0 select   Ds    -  0:00.01 [devd]
    0 2175    1   0  20   0  48036                 0 select   Ds    -  0:00.60 [ppp]
    0 2184    0   0 -16   0      0                 0 sleep    DL    -  0:00.00 [ng_queue]
    0 2250    1   0  20   0  14472                 0 select   Ds    -  0:00.01 [routed]
    0 2398    1   0  20   0  14432                 0 select   Ds    -  0:00.06 [syslogd]
   53 2475    1   0  20   0  66112 17979217499952768 kqread   Ds    -  0:01.79 [named]
    0 2479    1   0  20   0  16512                 0 select   Ds    -  0:00.02 [rpcbind]
    0 2514    1   0  52   0  14432                 0 select   Ds    -  0:00.00 [mountd]
    0 2520    1   0  52   0  12272                 0 select   Ds    -  0:00.04 [nfsd]
    0 2522 2520   0  52   0  12272                 0 rpcsvc   D     -  0:00.00 [nfsd]
    0 2524    1   0  20   0 276512                 0 select   Ds    -  0:00.00 [rpc.statd]
    0 2527    1   0  52   0  16540                 0 rpcsvc   Ds    -  0:00.00 [rpc.lockd]
    0 2534    1   0  52   0  39436                 0 select   Ds    -  0:00.04 [mpd5]
 1001 2564    1   0  20   0 604748                 0 usem     D     -  0:00.20 [node]
 1001 2568    1   0  20   0 608844                 0 usem     D     -  0:00.17 [node]
 1001 2572    1   0  20   0 626764 17979220066792960 uwait    D     -  0:03.81 [node]
 1001 2576    1   0  20   0 640588 17979220068068608 usem     D     -  0:03.69 [node]
    0 2601    1   0  20   0  25328                 0 select   Ds    -  0:00.02 [ntpd]
    0 2645    1   0  20   0  67072                 0 select   Ds    -  0:00.01 [nmbd]
    0 2648    1   0  20   0  99408                 0 select   Ds    -  0:00.04 [smbd]
    0 2661    1   0  52   0  12324                 0 select   D     -  0:00.00 [ser2net]
    0 2662 2648   0  20   0  99924                 0 select   D     -  0:00.00 [smbd]
   80 2663    1   0  52   0  47884                 0 accept   Ds    -  0:00.00 [svnserve.bin]
  100 2674    1   0  52   0  18596                 0 wait     Ds    -  0:00.00 [squid]
  100 2678 2674   0  20   0  47268                 0 kqread   D     -  0:00.87 [squid]
  100 2680 2678   0  20   0  12276                 0 sbwait   D     -  0:00.01 [squirm]
  100 2681 2678   0  20   0  12276                 0 sbwait   D     -  0:00.01 [squirm]
  100 2682 2678   0  20   0  12276                 0 sbwait   D     -  0:00.01 [squirm]
  100 2683 2678   0  52   0  12276                 0 sbwait   D     -  0:00.01 [squirm]
  100 2684 2678   0  52   0  12276                 0 sbwait   D     -  0:00.01 [squirm]
  100 2685 2678   0  52   0  18776                 0 sbwait   D     -  0:00.00 [ncsa_auth]
  100 2686 2678   0  52   0  18776                 0 sbwait   D     -  0:00.00 [ncsa_auth]
  100 2687 2678   0  52   0  18776                 0 sbwait   D     -  0:00.00 [ncsa_auth]
  100 2688 2678   0  52   0  18776                 0 sbwait   D     -  0:00.00 [ncsa_auth]
  100 2689 2678   0  52   0  18776                 0 sbwait   D     -  0:00.00 [ncsa_auth]
  100 2691 2678   0  52   0   8164                 0 piperd   D     -  0:00.00 [unlinkd]
    0 2693    1   0  47   0  30524                 0 nanslp   D     -  0:00.03 [smartd]
    0 2769    1   0  20   0  30012                 0 kqread   Ds    -  0:00.03 [master]
  125 2770 2769   0  20   0  30080                 0 kqread   D     -  0:00.01 [pickup]
  125 2771 2769   0  20   0  30136                 0 kqread   D     -  0:00.02 [qmgr]
    0 2775    1   0  52   0  28420                 0 pause    Ds    -  0:00.00 [nginx]
65534 2777 2775   0  20   0  28420                 0 kqread   D     -  0:00.00 [nginx]
65534 2778 2775   0  20   0  28420                 0 kqread   D     -  0:00.00 [nginx]
   88 2784    1   0  52   0  16988                 0 wait     Ds    -  0:00.07 [sh]
   88 3170 2784   0  27   0  88076 17979219049731136 sigwait  D     -  0:00.29 [mysqld]
    0 3171    1   0  20   0  43380                 0 select   Ds    -  0:00.05 [perl]
    0 3174    1   0  20   0  14432                 0 select   Ds    -  0:00.00 [miniupnpd]
65534 3182    1   0  52   0  19456                 0 uwait    Ds    -  0:00.00 [memcached]
   66 3202    1   0  52   0  35220                 0 select   Ds    -  0:00.01 [faxq]
   66 3204    1   0  52   0  39468                 0 select   Ds    -  0:00.01 [hfaxd]
    0 3212    1   0 -22 -10 197124                 0 select   D<    -  0:00.24 [freeswitch]
    0 3233    1   0  52   0  60812                 0 select   Ds    -  0:00.00 [sshd]
    0 3238    1   0  20   0 364436 17979219088847232 select   Ds    -  0:00.01 [httpd]
   80 3240 3238   0  52   0 142424                 0 accept   D     -  0:00.00 [httpd]
    0 3252    1   0  20   0  16520                 0 nanslp   Ds    -  0:00.01 [cron]
    0 3298    1   0  52   0  14420                 0 ttyin    Ds+   -  0:00.00 [getty]
    0 3299    1   0  52   0  14420                 0 ttyin    Ds+   -  0:00.00 [getty]
    0 3300    1   0  52   0  14420                 0 ttyin    Ds+   -  0:00.00 [getty]
    0 3301    1   0  52   0  14420                 0 ttyin    Ds+   -  0:00.00 [getty]
    0 3302    1   0  52   0  14420                 0 ttyin    Ds+   -  0:00.00 [getty]
    0 3303    1   0  52   0  14420                 0 ttyin    Ds+   -  0:00.00 [getty]
    0 3304    1   0  52   0  14420                 0 ttyin    Ds+   -  0:00.00 [getty]
    0 3305    1   0  52   0  14420                 0 ttyin    Ds+   -  0:00.00 [getty]
   80 3306 3238   0  20   0 364436                 0 kqread   D     -  0:00.04 [httpd]
 1001 3462 2648   0  20   0 101648                 0 select   D     -  0:00.00 [smbd]
    0 3463 3233   0  25   0  86080                 0 select   Ds    -  0:00.00 [sshd]
 1001 3465 3463   0  20   0  86080                 0 select   D     -  0:00.00 [sshd]
 1001 3466 3465   0  22   0  17472                 0 wait     Ds    -  0:00.00 [bash]
 1001 3471 3466   0  20   0  25612                 0 pause    D+    -  0:00.00 [screen]
    0 3472 3471   0  20   0  25612                 0 select   Ds    -  0:00.00 [screen]
 1001 3474 3472   0  33   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
 1001 3475 3472   0  23   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
 1001 3476 3472   0  22   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
 1001 3477 3472   0  24   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
 1001 3478 3472   0  20   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
 1001 3479 3472   0  24   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
 1001 3480 3472   0  25   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
 1001 3481 3472   0  25   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
 1001 3482 3472   0  22   0  17472                 0 ttyin    Ds+   -  0:00.00 [bash]
    0 3527    1   0  20   0  21608                 0 select   Ds    -  0:00.00 [hostapd]
  136 4347    1   0  20   0  24548                 0 select   Ds    -  0:00.00 [dhcpd]
    0 5450 2648   0  20   0 101612                 0 select   D     -  0:00.00 [smbd]

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

  9243949 cpu context switches
  3156311 device interrupts
   172159 software interrupts
  2981752 traps
  7067844 system calls
       19 kernel threads created
     5213  fork() calls
      506 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
     4344 vnode pager pageins
    22639 vnode pager pages paged in
      700 vnode pager pageouts
     1962 vnode pager pages paged out
        0 page daemon wakeups
        0 pages examined by the page daemon
      471 pages reactivated
   292622 copy-on-write faults
      872 copy-on-write optimized faults
   640199 zero fill pages zeroed
        0 zero fill pages prezeroed
      182 intransit blocking page faults
  1022004 total VM faults taken
     4060 page faults requiring I/O
        0 pages affected by kernel thread creation
   191723 pages affected by  fork()
    17894 pages affected by vfork()
        0 pages affected by rfork()
        0 pages cached
  1398612 pages freed
        0 pages freed by daemon
        0 pages freed by exiting processes
    77000 pages active
    27193 pages inactive
      123 pages in VM cache
   158313 pages wired down
   241114 pages free
     4096 bytes per page
   706627 total name lookups
          cache hits (88% pos + 7% neg) system 0% per-directory
          deletions 0%, falsehits 0%, toolong 0%

------------------------------------------------------------------------
vmstat -m

         Type InUse MemUse HighUse Requests  Size(s)
       USBdev    35     4K       -       35  32,64,128,256,512
         cdev     7     2K       -        7  256
      entropy  1026    65K       -    10687  32,64,4096
      CAM SIM     4     1K       -        4  256
     filedesc   183   557K       -     5933  16,32,128,2048,4096
        sigio     3     1K       -        3  64
     filecaps     0     0K       -        3  64
      kdtrace   514   110K       -     6322  64,256
         kenv    78    11K       -       90  16,32,64,128
       kqueue    46    58K       -    24547  256,2048
    proc-args    76     5K       -     4240  16,32,64,128,256
       kbdmux     7    18K       -        7  16,512,1024,2048
        hhook     2     1K       -        2  256
      ithread    80    13K       -       80  32,128,256
          LED     4     1K       -        4  16,128
       KTRACE   100    13K       -      100  128
      CAM XPT    26     2K       -      126  16,32,64,128,256,1024
       linker   302   176K       -      417  16,32,64,128,256,512,1024,2048,4096
        lockf    69     8K       -    11050  64,128
   loginclass     3     1K       -       32  64
       devbuf 10794 18178K       -    10900  16,32,64,128,256,512,1024,2048,4096
         temp    56    23K       -    29499  16,32,64,128,256,512,1024,2048,4096
       ip6opt     1     1K       -        3  256
       ip6ndp    17     2K       -       22  64,128
       module   492    62K       -      494  128
     mtx_pool     2    16K       -        2  
          osd     8     1K       -       21  16,32,64
     pmchooks     1     1K       -        1  128
         pgrp    59     8K       -      716  128
      session    55     7K       -      605  128
         proc     2    16K       -        2  
      subproc   221   468K       -     5858  512,4096
         cred   298    47K       -    84818  64,256
       plimit    35     9K       -      375  256
      uidinfo    12     4K       -     1029  128,2048
      CAM DEV     6    12K       -       15  2048
     pci_link    16     2K       -       16  64,128
       sysctl     0     0K       -     1748  16,32,64
    sysctloid  4336   215K       -     4415  16,32,64,128
    sysctltmp     0     0K       -      569  16,32,64,128
      tidhash     1    16K       -        1  
      callout     2  1416K       -        2  
         umtx   834   105K       -      834  128
     p1003.1b     1     1K       -        1  16
         SWAP     4  2193K       -        4  64
          bus  1153    95K       -     5181  16,32,64,128,256,1024
       bus-sc    66   312K       -     3082  16,32,64,128,256,512,1024,2048,4096
      devstat    12    25K       -       12  32,4096
 eventhandler   103     9K       -      103  64,128
         kobj   324  1296K       -      630  4096
      Per-cpu     1     1K       -        1  32
       DEVFS3   208    52K       -      224  256
       DEVFS1   155    78K       -      169  512
         rman   179    20K       -      548  16,32,128
         sbuf     0     0K       -     1140  16,32,64,128,256,512,1024,2048,4096
        DEVFS    55     1K       -       56  16,128
       DEVFSP     4     1K       -        6  64
    taskqueue    69    11K       -       99  16,32,64,256,1024
       Unitno    21     2K       -     4549  32,64
         vmem     2   128K       -        4  
     ioctlops     0     0K       -    41985  16,32,64,128,256,512,1024,2048,4096
       select   104    13K       -      104  128
          iov     0     0K       -   471419  16,32,64,128,256,512
          msg     4    30K       -        4  2048,4096
          sem     4   106K       -        4  2048,4096
          shm     1    20K       -        1  
          tty    58    58K       -       58  1024
          pts    40    10K       -       40  256
     mbuf_tag     0     0K       -    16101  32,64,128
        shmfd     1     8K       -        1  
       soname    31     4K       -   667470  16,32,128
          pcb   728   427K       -    98716  16,32,64,128,1024,2048
          acl     0     0K       -       16  4096
     vfscache     1  1024K       -        1  
  export_host     3     1K       -        3  256
     vfs_hash     1   512K       -        1  
       vnodes     3     1K       -        6  32,256
        mount   109     7K       -      705  16,32,64,128,256,512
  vnodemarker     0     0K       -      716  512
      fadvise     0     0K       -     7988  64
          BPF    28  1052K       -       39  16,128,512,4096
        ifnet    13    25K       -       13  128,2048
       ifaddr   377    42K       -      378  32,64,128,256,512,2048,4096
  ether_multi   214    12K       -      294  16,32,64
        clone    10     2K       -       10  128
       arpcom     5     1K       -        5  16
      lltable    55    20K       -       60  256,512
          tun     1     1K       -        1  256
     routetbl   193    65K       -     3866  32,64,128,256,512
     80211vap     1     4K       -        1  4096
  80211crypto     3     1K       -        8  128,512
     80211com     1     8K       -        1  
    80211node     3    33K       -       17  32,2048
  80211nodeie    31     8K       -       94  32,128,256,512
   80211power     1     1K       -        1  32
 80211ratectl     3     1K       -       14  16,64
    80211scan    30    20K       -       57  512,2048,4096
         igmp    12     3K       -       12  256
         ipid     2    24K       -        2  
   in_mfilter     4     4K       -        4  1024
     in_multi    16     4K       -       16  256
  ip_moptions     8     2K       -        8  64,256
encap_export_host     2     2K       -        8  1024
    sctp_a_it     0     0K       -       13  16
     sctp_vrf     1     1K       -        1  64
     sctp_ifa    16     2K       -       17  128
     sctp_ifn     6     1K       -        7  128
    sctp_iter     0     0K       -       13  256
    hostcache     1    28K       -        1  
     syncache     1    64K       -        1  
  in6_mfilter     1     1K       -        1  1024
    in6_multi    81    12K       -       91  32,256
 ip6_moptions     2     1K       -        2  32,256
          mld    10     2K       -       10  128
       pfsync     1     1K       -        1  1024
      pf_temp     0     0K       -        7  128
      pf_hash     3  2880K       -        3  
     pf_ifnet    55    12K       -      260  128,256,2048
       pf_tag     1     1K       -        1  128
      pf_rule   106    75K       -      174  128,1024
      pf_osfp  1130   115K       -     4520  64,128
     pf_table    14    28K       -       38  2048
      NFS FHA     1     2K       -        1  2048
          NLM     0     0K       -        1  32
          rpc    64     8K       -      194  16,32,64,128,256,512,1024
audit_evclass   187     6K       -      228  32
      pagedep     1   128K       -        1  
     inodedep     1   512K       -        1  
    bmsafemap     1     8K       -        1  
       newblk     1  1024K       -        1  
     freework     1    16K       -        1  
    ufs_quota     1   512K       -        1  
    vm_pgdata     3   257K       -        3  128
      UMAHash     1     1K       -        1  512
    pfs_nodes    21     6K       -       21  256
      memdesc     1     4K       -        1  4096
         GEOM   152    24K       -     1166  16,32,64,128,256,512,1024,2048
       feeder     7     1K       -        7  32
     atkbddev     2     1K       -        2  64
      CAM CCB     3     6K       -       35  2048
    raid_data     0     0K       -      168  32,128,256
     acpiintr     1     1K       -        1  64
         UART     3     3K       -        3  16,1024
md_nvidia_data     0     0K       -       28  512
       acpica  1718   179K       -    35869  16,32,64,128,256,512,1024
  md_sii_data     0     0K       -       28  512
     CAM path     8     1K       -       37  32
   CAM periph     6     2K       -       22  16,32,64,128,256
     acpitask     1     8K       -        1  
       apmdev     1     1K       -        1  128
   madt_table     0     0K       -        1  4096
      ata_pci     2     1K       -        2  64
      acpisem    20     3K       -       20  128
    CAM queue    13     4K       -       56  16,32,512
      acpidev    30     2K       -       30  64
CAM dev queue     4     1K       -        4  32
      io_apic     1     2K       -        1  2048
          MCA     4     1K       -        4  128
     nexusdev     3     1K       -        3  16
       isadev     8     1K       -        8  128
          USB    39   141K       -       40  16,128,256,512,1024,4096
      solaris 50380 519313K       -  1745361  16,32,64,128,256,512,1024,2048,4096
   kstat_data     6     1K       -        6  64
          gre     2     1K       -        2  128
netgraph_node    12     3K       -       15  128,256
     netgraph     5     1K       -        5  64
 netgraph_msg     0     0K       -       19  64,128,256,1024
netgraph_hook     4     1K       -        6  128
netgraph_pppoe     2    13K       -        3  64,512
netgraph_path     0     0K       -        9  16
netgraph_sock     9     2K       -       12  32,128
netgraph_mppc     0     0K       -        1  1024

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

ITEM                   SIZE  LIMIT     USED     FREE      REQ FAIL SLEEP

UMA Kegs:               384,      0,     114,       6,     114,   0,   0
UMA Zones:              768,      0,     114,       1,     114,   0,   0
UMA Slabs:               80,      0,    9350,     200,   52166,   0,   0
UMA RCntSlabs:           88,      0,     686,      34,     686,   0,   0
UMA Hash:               256,      0,       8,       7,       9,   0,   0
4 Bucket:                32,      0,      19,     356,   18334,   0,   0
8 Bucket:                64,      0,       6,     180,     508,   0,   0
16 Bucket:              128,      0,     238,      41,   16743,  35,   0
32 Bucket:              256,      0,     102,      93,   16902, 101,   0
64 Bucket:              512,      0,      54,      10,    2392,17862,   0
128 Bucket:            1024,      0,     102,      18,    4169,  11,   0
vmem btag:               56,      0,   11462,     253,   20533, 165,   0
VM OBJECT:              256,      0,    5353,     332,  105566,   0,   0
RADIX NODE:             144,      0,   19105,     875,  253979,  50,   0
MAP:                    240,      0,       3,      61,       3,   0,   0
KMAP ENTRY:             128,      0,      13,     142,      15,   0,   0
MAP ENTRY:              128,      0,    4332,     690,  294823,   0,   0
VMSPACE:                448,      0,      83,      34,    5721,   0,   0
fakepg:                 104,      0,       0,       0,       0,   0,   0
mt_zone:               4112,      0,     365,       0,     365,   0,   0
16:                      16,      0,    6309,     217, 1412541,   0,   0
32:                      32,      0,    6190,     435,  237314,   0,   0
64:                      64,      0,   33975,     931,  652839,   0,   0
128:                    128,      0,    9349,     168,  443119,   0,   0
256:                    256,      0,    4814,    4336,  253056,   0,   0
512:                    512,      0,    4898,     198,  171133,   0,   0
1024:                  1024,      0,     509,      55,   32021,   0,   0
2048:                  2048,      0,     434,      18,   23389,   0,   0
4096:                  4096,      0,    1479,      29,   41550,   0,   0
SLEEPQUEUE:              80,      0,     418,     109,     418,   0,   0
uint64 pcpu:              8,      0,    1764,     156,    1764,   0,   0
Files:                   80,      0,     782,     118,  218212,   0,   0
rl_entry:                40,      0,      54,     146,      54,   0,   0
TURNSTILE:              136,      0,     418,      22,     418,   0,   0
umtx pi:                 96,      0,       0,       0,       0,   0,   0
MAC labels:              40,      0,       0,       0,       0,   0,   0
PROC:                  1208,      0,     101,      16,    5738,   0,   0
THREAD:                1168,      0,     411,       6,     582,   0,   0
cpuset:                  72,      0,     222,      53,     360,   0,   0
audit_record:          1248,      0,       0,       0,       0,   0,   0
mbuf_packet:            256, 806445,    1219,     126, 1625291,1088,   0
mbuf:                   256, 806445,       3,     129, 1803257,   0,   0
mbuf_cluster:          2048, 126006,    1338,       0,    1338,  83,   0
mbuf_jumbo_page:       4096,  63003,       0,      17,   13457,   0,   0
mbuf_jumbo_9k:         9216,  56001,       0,       0,       0,   0,   0
mbuf_jumbo_16k:       16384,  42000,       0,       0,       0,   0,   0
mbuf_ext_refcnt:          4,      0,       0,       0,       0,   0,   0
ttyinq:                 160,      0,    1170,      55,    1440,   0,   0
ttyoutq:                256,      0,     614,      61,     758,   0,   0
g_bio:                  248,      0,       0,     128,  214004,   0,   0
ata_request:            336,      0,       1,      32,   58531,   0,   0
vtnet_tx_hdr:            24,      0,       0,       0,       0,   0,   0
FPU_save_area:          512,      0,       0,       0,       0,   0,   0
taskq_zone:              48,      0,       0,     166,     771,   0,   0
VNODE:                  472,      0,    3664,      24,    6078,   0,   0
VNODEPOLL:              112,      0,       0,       0,       0,   0,   0
BUF TRIE:               144,      0,       0,   13608,       0,   0,   0
NAMEI:                 1024,      0,       0,      16,  208792,   0,   0
S VFS Cache:            108,      0,    3540,     100,   23988,   0,   0
STS VFS Cache:          148,      0,       0,       0,       0,   0,   0
L VFS Cache:            328,      0,     128,      28,     198,   0,   0
LTS VFS Cache:          368,      0,       0,       0,       0,   0,   0
DIRHASH:               1024,      0,       0,       0,       0,   0,   0
NCLNODE:                528,      0,       0,       0,       0,   0,   0
Mountpoints:            816,      0,       9,       6,       9,   0,   0
pipe:                   744,      0,      67,      13,    4822,   0,   0
space_seg_cache:         64,      0,     969,     457,   34677,   0,   0
zio_cache:              944,      0,       1,    2731,  714845,   0,   0
zio_link_cache:          48,      0,       0,    2822,  493744,   0,   0
sa_cache:                80,      0,    3538,     112,    5940,   0,   0
dnode_t:                864,      0,    5756,      68,    6852,   0,   0
dmu_buf_impl_t:         224,      0,   11218,     189,   24406,   0,   0
arc_buf_hdr_t:          216,      0,    8883,      27,   17207,   0,   0
arc_buf_t:               72,      0,    7548,      97,   17255,   0,   0
zil_lwb_cache:          192,      0,       6,      74,     241,   0,   0
zfs_znode_cache:        368,      0,    3538,      32,    5940,   0,   0
procdesc:               128,      0,       0,       0,       0,   0,   0
ksiginfo:               112,      0,     107,     943,    2874,   0,   0
itimer:                 352,      0,       1,      32,       1,   0,   0
pf states:              296, 500006,   13308,    2266,  276498,   0,   0
pf state keys:           88,      0,   16755,    2505,  322965,   0,   0
pf source nodes:        136, 100021,       0,       0,       0,   0,   0
pf mtags:                40,      0,       0,     200,  130531,   0,   0
pf table entries:       160, 200000,      54,      71,     185,   0,   0
pf table counters:       64,      0,       0,       0,       0,   0,   0
pf frags:                80,      0,       0,     150,       4,   0,   0
pf frag entries:         32,  50000,       0,     125,       7,   0,   0
pf state scrubs:         40,      0,       0,       0,       0,   0,   0
KNOTE:                  128,      0,     258,     145,  885743,   0,   0
socket:                 696,  64680,     916,     114,  120665,   0,   0
unpcb:                  240,  64688,      88,      40,    6143,   0,   0
ipq:                     56,   3976,       0,       0,       0,   0,   0
udp_inpcb:              392,  64680,      60,      30,   88657,   0,   0
udpcb:                   16,  64758,      60,     191,   88657,   0,   0
tcp_inpcb:              392,  64680,     774,     156,   25839,   0,   0
tcpcb:                 1024,  64680,     189,      47,   25839,   0,   0
tcptw:                   88,  12960,     585,     180,   12882,   0,   0
syncache:               160,  15375,       0,      75,   12995,   0,   0
hostcache:              136,  15370,      37,      50,      37,   0,   0
tcpreass:                40,   7900,       0,     200,     300,   0,   0
sackhole:                32,      0,       0,     125,       3,   0,   0
sctp_ep:               1408,  64680,       0,       0,       0,   0,   0
sctp_asoc:             2352,  40000,       0,       0,       0,   0,   0
sctp_laddr:              48,  80012,       0,     166,      17,   0,   0
sctp_raddr:             728,  80000,       0,       0,       0,   0,   0
sctp_chunk:             136, 400026,       0,       0,       0,   0,   0
sctp_readq:             104, 400026,       0,       0,       0,   0,   0
sctp_stream_msg_out:    104, 400026,       0,       0,       0,   0,   0
sctp_asconf:             40, 400000,       0,       0,       0,   0,   0
sctp_asconf_ack:         48, 400060,       0,       0,       0,   0,   0
ripcb:                  392,  64680,       2,      28,       4,   0,   0
rtentry:                200,      0,      54,      26,      67,   0,   0
selfd:                   56,      0,     275,     151,  554020,   0,   0
SWAPMETA:               288, 252018,       0,       0,       0,   0,   0
NetGraph items:          72,   4123,       0,     155,      22,   0,   0
NetGraph data items:     72,    527,       0,     155,  106968,   0,   0


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

interrupt                          total       rate
irq16: ral0 fxp0                   97111       2207
irq17: bge0                       105363       2394
irq18: em0 uhci2                 1031556      23444
irq19: em1                        790341      17962
irq20: hpet0+                    1131915      25725
irq21: uhci0 ehci0                     2          0
irq23: uhci3                          23          0
Total                            3156311      71734

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

782/64680 files
0M/16383M swap space

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

Device          512-blocks     Used    Avail Capacity
/dev/gpt/swap0    16776960        0 16776960     0%
/dev/gpt/swap1    16776960        0 16776960     0%
Total             33553920        0 33553920     0%

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

iostat: kvm_read(_tk_nin): invalid address (0x0)
iostat: disabling TTY statistics
            ada0             ada1            pass0             cpu
  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s  us ni sy in id
 30.97 556 16.81  37.69 599 22.04   0.38   0  0.00  10  5 11  1 73

------------------------------------------------------------------------
ipcs -a

Message Queues:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP                 CBYTES                 QNUM               QBYTES        LSPID        LRPID STIME    RTIME    CTIME   

Shared Memory:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP         NATTCH        SEGSZ         CPID         LPID ATIME    DTIME    CTIME   

Semaphores:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP          NSEMS OTIME    CTIME   


------------------------------------------------------------------------
ipcs -T

msginfo:
	msgmax:        16384	(max characters in a message)
	msgmni:           40	(# of message queues)
	msgmnb:         2048	(max characters in a message queue)
	msgtql:           40	(max # of messages in system)
	msgssz:            8	(size of a message segment)
	msgseg:         2048	(# of message segments in system)

shminfo:
	shmmax:    536870912	(max shared memory segment size)
	shmmin:            1	(min shared memory segment size)
	shmmni:          192	(max number of shared memory identifiers)
	shmseg:          128	(max shared memory segments per process)
	shmall:       131072	(max amount of shared memory in pages)

seminfo:
	semmni:           50	(# of semaphore identifiers)
	semmns:          340	(# of semaphores in system)
	semmnu:          150	(# of undo structures in system)
	semmsl:          340	(max # of semaphores per id)
	semopm:          100	(max # of operations per semop call)
	semume:           50	(max # of undo entries per process)
	semusz:          632	(size in bytes of undo structure)
	semvmx:        32767	(semaphore maximum value)
	semaem:        16384	(adjust on exit max value)


------------------------------------------------------------------------
nfsstat

Client Info:
Rpc Counts:
  Getattr   Setattr    Lookup  Readlink      Read     Write    Create    Remove
        0         0         0         0         0         0         0         0
   Rename      Link   Symlink     Mkdir     Rmdir   Readdir  RdirPlus    Access
        0         0         0         0         0         0         0         0
    Mknod    Fsstat    Fsinfo  PathConf    Commit
        0         0         0         0         0
Rpc Info:
 TimedOut   Invalid X Replies   Retries  Requests
        0         0         0         0         0
Cache Info:
Attr Hits    Misses Lkup Hits    Misses BioR Hits    Misses BioW Hits    Misses
        0         0         0         0         0         0         0         0
BioRLHits    Misses BioD Hits    Misses DirE Hits    Misses Accs Hits    Misses
        0         0         0         0         0         0         0         0

Server Info:
  Getattr   Setattr    Lookup  Readlink      Read     Write    Create    Remove
        0         0         0         0         0         0         0         0
   Rename      Link   Symlink     Mkdir     Rmdir   Readdir  RdirPlus    Access
        0         0         0         0         0         0         0         0
    Mknod    Fsstat    Fsinfo  PathConf    Commit
        0         0         0         0         0
Server Ret-Failed
                0
Server Faults
            0
Server Cache Stats:
   Inprog      Idem  Non-idem    Misses
        0         0         0         0
Server Write Gathering:
 WriteOps  WriteRPC   Opsaved
        0         0         0

------------------------------------------------------------------------
netstat -s

tcp:
	230901 packets sent
		91067 data packets (111562773 bytes)
		20 data packets (21241 bytes) retransmitted
		0 data packets unnecessarily retransmitted
		0 resends initiated by MTU discovery
		102244 ack-only packets (26801 delayed)
		0 URG only packets
		0 window probe packets
		2 window update packets
		37568 control packets
	231145 packets received
		127702 acks (for 111598271 bytes)
		7938 duplicate acks
		0 acks for unsent data
		115185 packets (109936937 bytes) received in-sequence
		219 completely duplicate packets (53324 bytes)
		0 old duplicate packets
		0 packets with some dup. data (0 bytes duped)
		300 out-of-order packets (381989 bytes)
		0 packets (0 bytes) of data after window
		0 window probes
		1248 window update packets
		1 packet 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
	12359 connection requests
	12992 connection accepts
	0 bad connection attempts
	0 listen queue overflows
	14 ignored RSTs in the windows
	25327 connections established (including accepts)
	25065 connections closed (including 34 drops)
		17987 connections updated cached RTT on close
		17987 connections updated cached RTT variance on close
		38 connections updated cached ssthresh on close
	1 embryonic connection dropped
	126635 segments updated rtt (of 106164 attempts)
	6296 retransmit timeouts
		0 connections dropped by rexmit timeout
	0 persist timeouts
		0 connections dropped by persist timeout
	0 Connections (fin_wait_2) dropped because of timeout
	9 keepalive timeouts
		9 keepalive probes sent
		0 connections dropped by keepalive
	17904 correct ACK header predictions
	74199 correct data packet header predictions
	12995 syncache entries added
		0 retransmitted
		0 dupsyn
		0 dropped
		12992 completed
		0 bucket overflow
		0 cache overflow
		3 reset
		0 stale
		0 aborted
		0 badack
		0 unreach
		0 zone failures
	12995 cookies sent
	0 cookies received
	37 hostcache entries added
		0 bucket overflow
	6 SACK recovery episodes
	0 segment rexmits in SACK recovery episodes
	0 byte rexmits in SACK recovery episodes
	12 SACK options (SACK blocks) received
	241 SACK options (SACK blocks) sent
	0 SACK scoreboard overflow
	0 packets with ECN CE bit set
	0 packets with ECN ECT(0) bit set
	0 packets with ECN ECT(1) bit set
	0 successful ECN handshakes
	0 times ECN reduced the congestion window
udp:
	189991 datagrams received
	0 with incomplete header
	0 with bad data length field
	0 with bad checksum
	1 with no checksum
	11506 dropped due to no socket
	259 broadcast/multicast datagrams undelivered
	0 dropped due to full socket buffers
	0 not for hashed pcb
	178226 delivered
	173269 datagrams output
	0 times multicast source filter matched
ip:
	1334891 total packets received
	0 bad header checksums
	0 with size smaller than minimum
	0 with data size < data length
	0 with ip length > max ip packet size
	0 with header length < data size
	0 with data length < header length
	0 with bad options
	0 with incorrect version number
	0 fragments received
	0 fragments dropped (dup or out of space)
	0 fragments dropped after timeout
	0 packets reassembled ok
	426479 packets for this host
	26 packets for unknown/unsupported protocol
	907203 packets forwarded (0 packets fast forwarded)
	489 packets not forwardable
	20 packets received for unknown multicast group
	0 redirects sent
	420861 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	118 output packets discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 tunneling packets that can't find gif
	0 datagrams with bad address in header
icmp:
	10124 calls to icmp_error
	0 errors not generated in response to an icmp message
	Output histogram:
		echo reply: 30
		destination unreachable: 10124
	0 messages with bad code fields
	0 messages less than the minimum length
	0 messages with bad checksum
	0 messages with bad length
	0 multicast echo requests ignored
	0 multicast timestamp requests ignored
	Input histogram:
		echo reply: 5
		destination unreachable: 34
		echo: 30
		router solicitation: 12
	30 message responses generated
	0 invalid return addresses
	0 no return routes
igmp:
	0 messages received
	0 messages received with too few bytes
	0 messages received with wrong TTL
	0 messages received with bad checksum
	0 V1/V2 membership queries received
	0 V3 membership queries received
	0 membership queries received with invalid field(s)
	0 general queries received
	0 group queries received
	0 group-source queries received
	0 group-source queries dropped
	0 membership reports received
	0 membership reports received with invalid field(s)
	0 membership reports received for groups to which we belong
	0 V3 reports received without Router Alert
	0 membership reports sent
pfsync:
	0 packets received (IPv4)
	0 packets received (IPv6)
	    0 clear all requests received
	    0 state inserts received
	    0 state inserted acks received
	    0 state updates received
	    0 compressed state updates received
	    0 uncompressed state requests received
	    0 state deletes received
	    0 compressed state deletes received
	    0 fragment inserts received
	    0 fragment deletes received
	    0 bulk update marks received
	    0 TDB replay counter updates received
	    0 end of frame marks received
		0 packets discarded for bad interface
		0 packets discarded for bad ttl
		0 packets shorter than header
		0 packets discarded for bad version
		0 packets discarded for bad HMAC
		0 packets discarded for bad action
		0 packets discarded for short packet
		0 states discarded for bad values
		0 stale states
		0 failed state lookup/inserts
	0 packets sent (IPv4)
	0 packets sent (IPv6)
	    1 clear all request sent
	    270296 state inserts sent
	    0 state inserted acks sent
	    0 state updates sent
	    964686 compressed state updates sent
	    0 uncompressed state requests sent
	    0 state deletes sent
	    256989 compressed state deletes sent
	    0 fragment inserts sent
	    0 fragment deletes sent
	    0 bulk update marks sent
	    0 TDB replay counter updates sent
	    109975 end of frame marks sent
		0 failures due to mbuf memory error
		0 send errors
arp:
	35 ARP requests sent
	344 ARP replies sent
	2075 ARP requests received
	12 ARP replies received
	2134 ARP packets received
	22 total packets dropped due to no ARP entry
	4 ARP entrys timed out
	0 Duplicate IPs seen
ip6:
	221 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
	220 packets for this host
	0 packets forwarded
	0 packets not forwardable
	0 redirects sent
	38 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	27 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
	99 multicast packets which we don't join
	Input histogram:
		hop by hop: 84
		UDP: 121
		ICMP6: 16
	Mbuf statistics:
		3 one mbuf
		two or more mbuf:
			lo0= 2
		382 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
	89 failures of source address selection
	source addresses on a non-outgoing I/F
		89 addresses scope=f
	Source addresses selection rule applied:
		89 same address
icmp6:
	0 calls to icmp6_error
	0 errors not generated in response to an icmp6 message
	0 errors not generated because of rate limitation
	Output histogram:
		neighbor solicitation: 4
		MLDv2 listener report: 3
	0 messages with bad code fields
	0 messages < minimum length
	0 bad checksums
	0 messages with bad length
	Input histogram:
		neighbor advertisement: 1
	Histogram of error messages to be generated:
		0 no route
		0 administratively prohibited
		0 beyond scope
		0 address unreachable
		0 port unreachable
		0 packet too big
		0 time exceed transit
		0 time exceed reassembly
		0 erroneous header field
		0 unrecognized next header
		0 unrecognized option
		0 redirect
		0 unknown
	0 message responses generated
	0 messages with too many ND options
	0 messages with bad ND options
	0 bad neighbor solicitation messages
	0 bad neighbor advertisement messages
	0 bad router solicitation messages
	0 bad router advertisement messages
	0 bad redirect messages
	0 path MTU changes
rip6:
	0 messages received
	0 checksum calculations on inbound
	0 messages with bad checksum
	0 messages dropped due to no socket
	0 multicast messages dropped due to no socket
	0 messages dropped due to full socket buffers
	0 delivered
	0 datagrams output

------------------------------------------------------------------------
netstat -m

1222/255/1477 mbufs in use (current/cache/total)
1212/126/1338/126006 mbuf clusters in use (current/cache/total/max)
1219/126 mbuf+clusters out of packet secondary zone in use (current/cache)
0/17/17/63003 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/56001 9k jumbo clusters in use (current/cache/total/max)
0/0/0/42000 16k jumbo clusters in use (current/cache/total/max)
2729K/383K/3113K bytes allocated to network (current/cache/total)
0/83/1088 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters delayed (4k/9k/16k)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
0 requests for sfbufs denied
0 requests for sfbufs delayed
0 requests for I/O initiated by sendfile

------------------------------------------------------------------------
netstat -idW

netstat: invalid address (0xfffff8000465f000)
Name      Mtu Network       Address              Ipkts Ierrs Idrop    Opkts Oerrs  Coll Drop
ral0     2290 <Link#1>      e0:2a:82:e2:5a:e7        0     0     0    29810    44     0    0 
bge0     1500 <Link#2>      00:13:72:2e:92:ac    58426     0     0    48538     0     0    0 
em0      1500 <Link#3>      00:1b:21:2e:db:7a   629901     0     0   691854     0     0    0 
em0      1500 192.168.1.0   dev                 260431     -     -   244483     -     -    - 
em0      1500 fe80::21b:21f fe80::21b:21ff:fe        0     -     -        3     -     -    - 
em0      1500 192.168.111.0 192.168.111.1            0     -     -        0     -     -    - 
em1      1500 <Link#4>      00:1b:21:2e:db:7b   505685     0     0   421646     0     0    0 
em1      1500 122.224.126.0 122.224.126.17       11920     -     -     2910     -     -    - 
em1      1500 fe80::21b:21f fe80::21b:21ff:fe        0     -     -        3     -     -    - 
fxp0     1500 <Link#5>      00:02:b3:d9:ad:03    10609     0     0    19521     0     0    0 
fxp0     1500 192.168.8.0   192.168.8.1              3     -     -      135     -     -    - 
fxp0     1500 fe80::202:b3f fe80::202:b3ff:fe        0     -     -        3     -     -    - 
pflog0* 33160 <Link#6>                               0     0     0      121     0     0    0 
pfsync0  1500 <Link#7>                               0     0     0        0     0     0    0 
lo0     16384 <Link#8>                          111735     0     0   111735     0     0    0 
lo0     16384 localhost     ::1                      5     -     -        5     -     -    - 
lo0     16384 fe80::1%lo0   fe80::1                  0     -     -        0     -     -    - 
lo0     16384 your-net      localhost            87135     -     -   111730     -     -    - 
lo0     16384 your-net      inner-file2.mipan        0     -     -        0     -     -    - 
lo0     16384 192.168.3.0   192.168.3.1           3024     -     -        0     -     -    - 
lo0     16384 192.168.4.1/3 192.168.4.1          58135     -     -        0     -     -    - 
gre0     1476 <Link#9>                            2496     0     0     2595   105     0    0 
gre0     1476 192.168.9.2/3 192.168.9.2             21     -     -       20     -     -    - 
gre0     1476 fe80::e22a:82 fe80::e22a:82ff:f        0     -     -        0     -     -    - 

------------------------------------------------------------------------
netstat -anr

netstat: invalid address (0xfffff800049e0000)
netstat: invalid address (0xfffff8000465f000)
netstat: invalid address (0xfffff8000465f000)
netstat: invalid address (0xfffff8000465f000)
netstat: invalid address (0xfffff8000465f000)
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            122.224.126.1      UGS         2   478847    em1
122.224.126.0/27   link#4             U           0        1    em1
122.224.126.17     link#4             UHS         0        0    lo0
127.0.0.1          127.0.0.1          UH          0    87135    lo0
127.0.1.1          127.0.1.1          UH          0        0    lo0
183.156.0.1        link#11            UHS         0        0    ---
183.156.6.27       127.0.0.1          UH          0        0    lo0
192.168.1.0/24     192.168.1.77       U           0   691230    em0
192.168.1.77       link#3             UHS         0    24595    lo0
192.168.3.1        192.168.3.1        UH          0        0    lo0
192.168.4.1        link#8             UH          0        0    lo0
192.168.7.0/24     link#12            U           0    29004  wlan0
192.168.7.1        link#12            UHS         0        0    lo0
192.168.8.0/24     link#5             U           0    19474   fxp0
192.168.8.1        link#5             UHS         0        0    lo0
192.168.9.1        link#9             UH          0     2594   gre0
192.168.9.2        127.0.0.1          UH          0        0    lo0
192.168.15.1       link#10            UH          0        0    ---
192.168.15.2       127.0.0.1          UH          0        0    lo0
192.168.111.0/24   link#3             U           0        0    em0
192.168.111.1      link#3             UHS         0        0    lo0

Internet6:
Destination                       Gateway                       Flags      Netif Expire
::/96                             ::1                           UGRS        lo0
::1                               link#8                        UH          lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        lo0
fe80::/10                         ::1                           UGRS        lo0
fe80::%em0/64                     link#3                        U           em0
fe80::21b:21ff:fe2e:db7a%em0      link#3                        UHS         lo0
fe80::%em1/64                     link#4                        U           em1
fe80::21b:21ff:fe2e:db7b%em1      link#4                        UHS         lo0
fe80::%fxp0/64                    link#5                        U          fxp0
fe80::202:b3ff:fed9:ad03%fxp0     link#5                        UHS         lo0
fe80::%lo0/64                     link#8                        U           lo0
fe80::1%lo0                       link#8                        UHS         lo0
fe80::%gre0/64                    link#9                        U          gre0
fe80::e22a:82ff:fee2:5ae7%gre0    link#9                        UHS         lo0
fe80::%gre1/64                    link#10                       U           ---
fe80::e22a:82ff:fee2:5ae7%gre1    link#10                       UHS         lo0
fe80::%12/64                      link#12                       U         wlan0
fe80::e22a:82ff:fee2:5ae7%12      link#12                       UHS         lo0
ff01::%em0/32                     fe80::21b:21ff:fe2e:db7a%em0  U           em0
ff01::%em1/32                     fe80::21b:21ff:fe2e:db7b%em1  U           em1
ff01::%fxp0/32                    fe80::202:b3ff:fed9:ad03%fxp0 U          fxp0
ff01::%lo0/32                     ::1                           U           lo0
ff01::%gre0/32                    fe80::e22a:82ff:fee2:5ae7%gre0 U          gre0
ff01::%gre1/32                    fe80::e22a:82ff:fee2:5ae7%gre1 U           ---
ff01::%12/32                      fe80::e22a:82ff:fee2:5ae7%12  U         wlan0
ff02::/16                         ::1                           UGRS        lo0
ff02::%em0/32                     fe80::21b:21ff:fe2e:db7a%em0  U           em0
ff02::%em1/32                     fe80::21b:21ff:fe2e:db7b%em1  U           em1
ff02::%fxp0/32                    fe80::202:b3ff:fed9:ad03%fxp0 U          fxp0
ff02::%lo0/32                     ::1                           U           lo0
ff02::%gre0/32                    fe80::e22a:82ff:fee2:5ae7%gre0 U          gre0
ff02::%gre1/32                    fe80::e22a:82ff:fee2:5ae7%gre1 U           ---
ff02::%12/32                      fe80::e22a:82ff:fee2:5ae7%12  U         wlan0

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

Active Internet connections (including servers)
Tcpcb            Proto Recv-Q Send-Q Local Address      Foreign Address    (state)
fffff80049182c00 tcp4       0      0 192.168.4.1.39802  78.140.188.239.80  SYN_SENT
fffff80032532c00 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39801    ESTABLISHED
fffff800493c4c00 tcp4       0    251 127.0.0.1.39801    127.0.0.1.8488     ESTABLISHED
fffff800496fa800 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49580 ESTABLISHED
fffff80032532400 tcp4       0      0 192.168.4.1.39800  195.122.152.54.80  SYN_SENT
fffff8003251c000 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39799    ESTABLISHED
fffff800324ce000 tcp4       0    251 127.0.0.1.39799    127.0.0.1.8488     ESTABLISHED
fffff800324ca800 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49578 ESTABLISHED
fffff80032528c00 tcp4       0      0 192.168.4.1.39798  78.140.188.237.80  SYN_SENT
fffff8003252a400 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39797    ESTABLISHED
fffff80032257800 tcp4       0      0 127.0.0.1.39797    127.0.0.1.8488     ESTABLISHED
fffff800324ca400 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49576 ESTABLISHED
fffff8003251fc00 tcp4       0      0 192.168.4.1.39796  78.140.188.241.80  SYN_SENT
fffff80032529800 tcp4       0      0 192.168.4.1.39795  78.140.188.241.80  SYN_SENT
fffff80032544400 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39794    ESTABLISHED
fffff800324d0400 tcp4       0      0 127.0.0.1.39794    127.0.0.1.8488     ESTABLISHED
fffff8003251f000 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49574 ESTABLISHED
fffff800493c6400 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39793    ESTABLISHED
fffff80032a3e400 tcp4       0      0 127.0.0.1.39793    127.0.0.1.8488     ESTABLISHED
fffff80032a03800 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49572 ESTABLISHED
fffff80032533c00 tcp4       0      0 192.168.4.1.39792  78.140.188.241.80  SYN_SENT
fffff80058773000 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39791    ESTABLISHED
fffff800493c6800 tcp4       0      0 127.0.0.1.39791    127.0.0.1.8488     ESTABLISHED
fffff800587c8400 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49570 ESTABLISHED
fffff80058c35c00 tcp4       0      0 192.168.4.1.39790  78.140.188.237.80  SYN_SENT
fffff80032533800 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39789    ESTABLISHED
fffff80032525400 tcp4       0      0 127.0.0.1.39789    127.0.0.1.8488     ESTABLISHED
fffff800588f2000 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49568 ESTABLISHED
fffff80032524800 tcp4       0      0 192.168.4.1.39788  78.140.188.239.80  SYN_SENT
fffff800587c8c00 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39787    ESTABLISHED
fffff80032a3ec00 tcp4       0      0 127.0.0.1.39787    127.0.0.1.8488     ESTABLISHED
fffff800493c5800 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49566 ESTABLISHED
fffff8003254d800 tcp4       0      0 192.168.4.1.39786  195.122.152.52.80  SYN_SENT
fffff80032533000 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39785    ESTABLISHED
fffff800324ca000 tcp4       0      0 127.0.0.1.39785    127.0.0.1.8488     ESTABLISHED
fffff800491a2400 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49564 ESTABLISHED
fffff80032257c00 tcp4       0      0 192.168.4.1.39784  195.122.152.53.80  SYN_SENT
fffff8003251f400 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39783    ESTABLISHED
fffff800324c9400 tcp4       0      0 127.0.0.1.39783    127.0.0.1.8488     ESTABLISHED
fffff80058773400 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49562 ESTABLISHED
fffff800588f2400 tcp4       0      0 192.168.4.1.39782  195.122.152.52.80  SYN_SENT
fffff800587c8800 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39781    ESTABLISHED
fffff8003251f800 tcp4       0      0 127.0.0.1.39781    127.0.0.1.8488     ESTABLISHED
fffff80049a5f400 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49560 ESTABLISHED
fffff800324c8c00 tcp4       0      0 192.168.4.1.39780  195.122.152.55.80  SYN_SENT
fffff80032532000 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39779    ESTABLISHED
fffff80058c35000 tcp4       0      0 127.0.0.1.39779    127.0.0.1.8488     ESTABLISHED
fffff800324ce800 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49558 ESTABLISHED
fffff80049666c00 tcp4       0      0 192.168.4.1.39778  78.140.188.240.80  SYN_SENT
fffff800588f2c00 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39777    ESTABLISHED
fffff800324c9800 tcp4       0      0 127.0.0.1.39777    127.0.0.1.8488     ESTABLISHED
fffff800496fac00 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49556 ESTABLISHED
fffff80004930800 tcp4       0      0 192.168.4.1.39776  195.122.152.53.80  SYN_SENT
fffff80049a5fc00 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39775    ESTABLISHED
fffff80032523400 tcp4       0      0 127.0.0.1.39775    127.0.0.1.8488     ESTABLISHED
fffff80032545400 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49554 ESTABLISHED
fffff800493c4800 tcp4       0      0 192.168.4.1.39774  78.140.188.237.80  SYN_SENT
fffff8003251dc00 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39773    ESTABLISHED
fffff80032a04800 tcp4       0      0 127.0.0.1.39773    127.0.0.1.8488     ESTABLISHED
fffff80058751800 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49552 ESTABLISHED
fffff800324ce400 tcp4       0      0 192.168.4.1.39772  195.122.152.55.80  SYN_SENT
fffff8003252a000 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39771    ESTABLISHED
fffff800496fa400 tcp4       0      0 127.0.0.1.39771    127.0.0.1.8488     ESTABLISHED
fffff80049666000 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49550 ESTABLISHED
fffff80049ef11b8 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4404 TIME_WAIT
fffff80049ef2000 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4403 TIME_WAIT
fffff80058408bb0 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4402 TIME_WAIT
fffff80058409000 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4401 TIME_WAIT
fffff80049ef1898 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4400 TIME_WAIT
fffff8004999ae18 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4399 TIME_WAIT
fffff80049ef2528 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4398 TIME_WAIT
fffff8004999aa50 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4397 TIME_WAIT
fffff80032543c00 tcp4       0      0 192.168.4.1.39770  195.122.152.51.80  SYN_SENT
fffff800324cec00 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39769    ESTABLISHED
fffff80032a47400 tcp4       0      0 127.0.0.1.39769    127.0.0.1.8488     ESTABLISHED
fffff80058751000 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49548 ESTABLISHED
fffff80032543000 tcp4       0      0 192.168.4.1.39768  195.122.152.50.80  SYN_SENT
fffff80058c35800 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39767    ESTABLISHED
fffff8003251d800 tcp4       0      0 127.0.0.1.39767    127.0.0.1.8488     ESTABLISHED
fffff80032a02000 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49546 ESTABLISHED
fffff80032a47000 tcp4       0      0 192.168.4.1.39766  78.140.188.237.80  SYN_SENT
fffff80049a5f000 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39765    ESTABLISHED
fffff80058751400 tcp4       0      0 127.0.0.1.39765    127.0.0.1.8488     ESTABLISHED
fffff800490e7800 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49544 ESTABLISHED
fffff80032533400 tcp4       0    230 192.168.4.1.39764  195.122.152.55.80  ESTABLISHED
fffff80032531400 tcp4       0      0 127.0.0.1.8488     127.0.0.1.39763    ESTABLISHED
fffff800493c4400 tcp4       0      0 127.0.0.1.39763    127.0.0.1.8488     ESTABLISHED
fffff8003251e400 tcp4       0      0 192.168.1.77.1081  192.168.1.66.49542 ESTABLISHED
fffff80032543400 tcp4       0      0 192.168.4.1.39762  78.140.188.237.80  FIN_WAIT_1
fffff80049ef1000 tcp4       0      0 127.0.0.1.39761    127.0.0.1.8488     TIME_WAIT
fffff80032545800 tcp4       0      0 192.168.4.1.39760  78.140.188.237.80  FIN_WAIT_1
fffff80058408d68 tcp4       0      0 127.0.0.1.39759    127.0.0.1.8488     TIME_WAIT
fffff80058409948 tcp4       0      0 192.168.4.1.39758  78.140.188.239.80  TIME_WAIT
fffff80049ef29a0 tcp4       0      0 127.0.0.1.39757    127.0.0.1.8488     TIME_WAIT
fffff80049999aa8 tcp4       0      0 192.168.4.1.39756  195.122.152.52.80  TIME_WAIT
fffff80049998268 tcp4       0      0 127.0.0.1.39755    127.0.0.1.8488     TIME_WAIT
fffff80058152108 tcp4       0      0 192.168.4.1.39754  78.140.188.242.80  TIME_WAIT
fffff80032d07840 tcp4       0      0 127.0.0.1.39753    127.0.0.1.8488     TIME_WAIT
fffff800584099f8 tcp4       0      0 192.168.4.1.39752  78.140.188.242.80  TIME_WAIT
fffff80032d070b0 tcp4       0      0 127.0.0.1.39751    127.0.0.1.8488     TIME_WAIT
fffff80058204160 tcp4       0      0 192.168.4.1.39750  195.122.152.51.80  TIME_WAIT
fffff80049998aa8 tcp4       0      0 127.0.0.1.39749    127.0.0.1.8488     TIME_WAIT
fffff80058205000 tcp4       0      0 192.168.4.1.39748  195.122.152.52.80  TIME_WAIT
fffff80049ef0420 tcp4       0      0 127.0.0.1.39747    127.0.0.1.8488     TIME_WAIT
fffff80049999268 tcp4       0      0 192.168.4.1.39746  195.122.152.50.80  TIME_WAIT
fffff80058150790 tcp4       0      0 127.0.0.1.39745    127.0.0.1.8488     TIME_WAIT
fffff800582059f8 tcp4       0      0 192.168.4.1.39744  78.140.188.242.80  TIME_WAIT
fffff80058204840 tcp4       0      0 127.0.0.1.39743    127.0.0.1.8488     TIME_WAIT
fffff80049999898 tcp4       0      0 192.168.4.1.39742  78.140.188.240.80  TIME_WAIT
fffff80058408ec8 tcp4       0      0 127.0.0.1.39741    127.0.0.1.8488     TIME_WAIT
fffff80049ef2b58 tcp4       0      0 192.168.4.1.39740  195.122.152.54.80  TIME_WAIT
fffff80058150210 tcp4       0      0 127.0.0.1.39739    127.0.0.1.8488     TIME_WAIT
fffff80058205058 tcp4       0      0 192.168.4.1.39738  78.140.188.241.80  TIME_WAIT
fffff80058150dc0 tcp4       0      0 127.0.0.1.39737    127.0.0.1.8488     TIME_WAIT
fffff80049ef1790 tcp4       0      0 192.168.4.1.39736  195.122.152.54.80  TIME_WAIT
fffff80058408948 tcp4       0      0 127.0.0.1.39735    127.0.0.1.8488     TIME_WAIT
fffff80058150478 tcp4       0      0 192.168.4.1.39734  195.122.152.53.80  TIME_WAIT
fffff800581507e8 tcp4       0      0 127.0.0.1.39733    127.0.0.1.8488     TIME_WAIT
fffff80058150160 tcp4       0      0 192.168.4.1.39732  195.122.152.54.80  TIME_WAIT
fffff80049ef20b0 tcp4       0      0 127.0.0.1.39731    127.0.0.1.8488     TIME_WAIT
fffff80058152160 tcp4       0      0 192.168.4.1.39730  195.122.152.54.80  TIME_WAIT
fffff800581511b8 tcp4       0      0 127.0.0.1.39729    127.0.0.1.8488     TIME_WAIT
fffff80049ef2e18 tcp4       0      0 192.168.4.1.39728  78.140.188.242.80  TIME_WAIT
fffff80058409688 tcp4       0      0 127.0.0.1.39727    127.0.0.1.8488     TIME_WAIT
fffff80049ef1630 tcp4       0      0 192.168.4.1.39726  78.140.188.240.80  TIME_WAIT
fffff80058408aa8 tcp4       0      0 127.0.0.1.39725    127.0.0.1.8488     TIME_WAIT
fffff80049ef1f20 tcp4       0      0 192.168.4.1.39724  195.122.152.54.80  TIME_WAIT
fffff80058150630 tcp4       0      0 127.0.0.1.39723    127.0.0.1.8488     TIME_WAIT
fffff800582050b0 tcp4       0      0 192.168.4.1.39722  78.140.188.241.80  TIME_WAIT
fffff80058204cb8 tcp4       0      0 127.0.0.1.39721    127.0.0.1.8488     TIME_WAIT
fffff80058204d10 tcp4       0      0 192.168.4.1.39720  195.122.152.51.80  TIME_WAIT
fffff80032d06a50 tcp4       0      0 127.0.0.1.39719    127.0.0.1.8488     TIME_WAIT
fffff80058150580 tcp4       0      0 192.168.4.1.39718  195.122.152.52.80  TIME_WAIT
fffff800582045d8 tcp4       0      0 127.0.0.1.39717    127.0.0.1.8488     TIME_WAIT
fffff8004999a790 tcp4       0      0 192.168.4.1.39716  195.122.152.52.80  TIME_WAIT
fffff80058205948 tcp4       0      0 127.0.0.1.39715    127.0.0.1.8488     TIME_WAIT
fffff800326b3630 tcp4       0      0 192.168.4.1.39714  85.195.102.28.80   TIME_WAIT
fffff800581520b0 tcp4       0      0 127.0.0.1.39713    127.0.0.1.8488     TIME_WAIT
fffff80049998370 tcp4       0      0 192.168.4.1.39712  78.140.188.240.80  TIME_WAIT
fffff8004999a108 tcp4       0      0 127.0.0.1.39711    127.0.0.1.8488     TIME_WAIT
fffff80049ef0e70 tcp4       0      0 192.168.4.1.39710  195.122.152.52.80  TIME_WAIT
fffff80049ef00b0 tcp4       0      0 127.0.0.1.39709    127.0.0.1.8488     TIME_WAIT
fffff80049ef15d8 tcp4       0      0 192.168.4.1.39708  78.140.188.242.80  TIME_WAIT
fffff80049ef0738 tcp4       0      0 127.0.0.1.39707    127.0.0.1.8488     TIME_WAIT
fffff80058205b00 tcp4       0      0 192.168.4.1.39706  195.122.152.51.80  TIME_WAIT
fffff80049ef2ec8 tcp4       0      0 127.0.0.1.39705    127.0.0.1.8488     TIME_WAIT
fffff80049ef0d68 tcp4       0      0 192.168.4.1.39704  195.122.152.50.80  TIME_WAIT
fffff80032d07dc0 tcp4       0      0 127.0.0.1.39703    127.0.0.1.8488     TIME_WAIT
fffff80058408b00 tcp4       0      0 192.168.4.1.39702  78.140.188.242.80  TIME_WAIT
fffff80058150cb8 tcp4       0      0 127.0.0.1.39701    127.0.0.1.8488     TIME_WAIT
fffff800326b3790 tcp4       0      0 192.168.4.1.39700  195.122.152.51.80  TIME_WAIT
fffff800581516e0 tcp4       0      0 127.0.0.1.39699    127.0.0.1.8488     TIME_WAIT
fffff80058151058 tcp4       0      0 192.168.4.1.39698  195.122.152.53.80  TIME_WAIT
fffff80049ef2bb0 tcp4       0      0 127.0.0.1.39697    127.0.0.1.8488     TIME_WAIT
fffff800499983c8 tcp4       0      0 192.168.4.1.39696  78.140.188.240.80  TIME_WAIT
fffff800581502c0 tcp4       0      0 127.0.0.1.39695    127.0.0.1.8488     TIME_WAIT
fffff80049ef2210 tcp4       0      0 192.168.4.1.39694  78.140.188.241.80  TIME_WAIT
fffff800584091b8 tcp4       0      0 127.0.0.1.39693    127.0.0.1.8488     TIME_WAIT
fffff80058150f20 tcp4       0      0 192.168.4.1.39692  195.122.152.55.80  TIME_WAIT
fffff80058409ec8 tcp4       0      0 127.0.0.1.39691    127.0.0.1.8488     TIME_WAIT
fffff80058151738 tcp4       0      0 192.168.4.1.39690  78.140.188.237.80  TIME_WAIT
fffff80049ef2b00 tcp4       0      0 127.0.0.1.39689    127.0.0.1.8488     TIME_WAIT
fffff80058409840 tcp4       0      0 192.168.4.1.39688  78.140.188.237.80  TIME_WAIT
fffff80058150688 tcp4       0      0 127.0.0.1.39687    127.0.0.1.8488     TIME_WAIT
fffff800581500b0 tcp4       0      0 192.168.4.1.39686  78.140.188.237.80  TIME_WAIT
fffff800499989a0 tcp4       0      0 127.0.0.1.39685    127.0.0.1.8488     TIME_WAIT
fffff800326b33c8 tcp4       0      0 192.168.4.1.39684  78.140.188.242.80  TIME_WAIT
fffff80049ef2420 tcp4       0      0 127.0.0.1.39683    127.0.0.1.8488     TIME_WAIT
fffff80049ef02c0 tcp4       0      0 192.168.4.1.39682  195.122.152.54.80  TIME_WAIT
fffff8004999a268 tcp4       0      0 127.0.0.1.39681    127.0.0.1.8488     TIME_WAIT
fffff80058151160 tcp4       0      0 192.168.4.1.39680  195.122.152.50.80  TIME_WAIT
fffff80058205370 tcp4       0      0 127.0.0.1.39679    127.0.0.1.8488     TIME_WAIT
fffff80032d06268 tcp4       0      0 192.168.4.1.39678  78.140.188.239.80  TIME_WAIT
fffff80049ef0840 tcp4       0      0 127.0.0.1.39677    127.0.0.1.8488     TIME_WAIT
fffff80058151210 tcp4       0      0 192.168.4.1.39676  195.122.152.55.80  TIME_WAIT
fffff80049ef06e0 tcp4       0      0 127.0.0.1.39675    127.0.0.1.8488     TIME_WAIT
fffff80049998738 tcp4       0      0 192.168.4.1.39674  195.122.152.53.80  TIME_WAIT
fffff8004999ab58 tcp4       0      0 127.0.0.1.39673    127.0.0.1.8488     TIME_WAIT
fffff80049ef2f20 tcp4       0      0 192.168.4.1.39672  78.140.188.240.80  TIME_WAIT
fffff80058151000 tcp4       0      0 127.0.0.1.39671    127.0.0.1.8488     TIME_WAIT
fffff800584097e8 tcp4       0      0 192.168.4.1.39670  78.140.188.239.80  TIME_WAIT
fffff80032d07c60 tcp4       0      0 127.0.0.1.39669    127.0.0.1.8488     TIME_WAIT
fffff80058151688 tcp4       0      0 192.168.4.1.39668  195.122.152.50.80  TIME_WAIT
fffff80049ef1e70 tcp4       0      0 127.0.0.1.39667    127.0.0.1.8488     TIME_WAIT
fffff80058409058 tcp4       0      0 192.168.4.1.39666  78.140.188.240.80  TIME_WAIT
fffff80058205898 tcp4       0      0 127.0.0.1.39665    127.0.0.1.8488     TIME_WAIT
fffff800581519a0 tcp4       0      0 192.168.4.1.39664  78.140.188.237.80  TIME_WAIT
fffff8004999adc0 tcp4       0      0 127.0.0.1.39663    127.0.0.1.8488     TIME_WAIT
fffff800581505d8 tcp4       0      0 192.168.4.1.39662  78.140.188.238.80  TIME_WAIT
fffff80058150d10 tcp4       0      0 127.0.0.1.39661    127.0.0.1.8488     TIME_WAIT
fffff80058151840 tcp4       0      0 192.168.4.1.39660  78.140.188.238.80  TIME_WAIT
fffff8004999a6e0 tcp4       0      0 127.0.0.1.39659    127.0.0.1.8488     TIME_WAIT
fffff80049999bb0 tcp4       0      0 192.168.4.1.39658  195.122.152.50.80  TIME_WAIT
fffff80058409108 tcp4       0      0 127.0.0.1.39657    127.0.0.1.8488     TIME_WAIT
fffff800499993c8 tcp4       0      0 192.168.4.1.39656  195.122.152.53.80  TIME_WAIT
fffff80049ef04d0 tcp4       0      0 127.0.0.1.39655    127.0.0.1.8488     TIME_WAIT
fffff800326b35d8 tcp4       0      0 192.168.4.1.39654  78.140.188.241.80  TIME_WAIT
fffff80058409cb8 tcp4       0      0 127.0.0.1.39653    127.0.0.1.8488     TIME_WAIT
fffff80058409318 tcp4       0      0 192.168.4.1.39652  195.122.152.50.80  TIME_WAIT
fffff80049999058 tcp4       0      0 127.0.0.1.39651    127.0.0.1.8488     TIME_WAIT
fffff80058151d10 tcp4       0      0 192.168.4.1.39650  78.140.188.237.80  TIME_WAIT
fffff800581510b0 tcp4       0      0 127.0.0.1.39649    127.0.0.1.8488     TIME_WAIT
fffff80058151c60 tcp4       0      0 192.168.4.1.39648  78.140.188.240.80  TIME_WAIT
fffff80058205840 tcp4       0      0 127.0.0.1.39647    127.0.0.1.8488     TIME_WAIT
fffff80058409160 tcp4       0      0 192.168.4.1.39646  78.140.188.237.80  TIME_WAIT
fffff80058150b00 tcp4       0      0 127.0.0.1.39645    127.0.0.1.8488     TIME_WAIT
fffff80049ef19f8 tcp4       0      0 192.168.4.1.39644  78.140.188.241.80  TIME_WAIT
fffff80049ef2a50 tcp4       0      0 127.0.0.1.39643    127.0.0.1.8488     TIME_WAIT
fffff80058150840 tcp4       0      0 192.168.4.1.39642  195.122.152.54.80  TIME_WAIT
fffff800581514d0 tcp4       0      0 127.0.0.1.39641    127.0.0.1.8488     TIME_WAIT
fffff80058151580 tcp4       0      0 192.168.4.1.39640  195.122.152.52.80  TIME_WAIT
fffff80049ef10b0 tcp4       0      0 127.0.0.1.39639    127.0.0.1.8488     TIME_WAIT
fffff80049999840 tcp4       0      0 192.168.4.1.39638  78.140.188.241.80  TIME_WAIT
fffff80058409268 tcp4       0      0 127.0.0.1.39637    127.0.0.1.8488     TIME_WAIT
fffff80049999580 tcp4       0      0 192.168.4.1.39636  195.122.152.51.80  TIME_WAIT
fffff80049ef1bb0 tcp4       0      0 127.0.0.1.39635    127.0.0.1.8488     TIME_WAIT
fffff80049998790 tcp4       0      0 192.168.4.1.39634  195.122.152.50.80  TIME_WAIT
fffff800584099a0 tcp4       0      0 127.0.0.1.39633    127.0.0.1.8488     TIME_WAIT
fffff80058409aa8 tcp4       0      0 192.168.4.1.39632  195.122.152.54.80  TIME_WAIT
fffff80058409c60 tcp4       0      0 127.0.0.1.39631    127.0.0.1.8488     TIME_WAIT
fffff80058409898 tcp4       0      0 192.168.4.1.39630  195.122.152.53.80  TIME_WAIT
fffff80058150d68 tcp4       0      0 127.0.0.1.39629    127.0.0.1.8488     TIME_WAIT
fffff80032d07898 tcp4       0      0 192.168.4.1.39628  78.140.188.238.80  TIME_WAIT
fffff800326b3dc0 tcp4       0      0 127.0.0.1.39627    127.0.0.1.8488     TIME_WAIT
fffff80032d078f0 tcp4       0      0 192.168.4.1.39626  195.122.152.51.80  TIME_WAIT
fffff80032d07ec8 tcp4       0      0 127.0.0.1.39625    127.0.0.1.8488     TIME_WAIT
fffff80058150738 tcp4       0      0 127.0.0.1.8088     127.0.0.1.39624    TIME_WAIT
fffff80049ef1a50 tcp4       0      0 127.0.0.1.8088     127.0.0.1.39623    TIME_WAIT
fffff80049ef0630 tcp4       0      0 192.168.4.1.39622  78.140.188.239.80  TIME_WAIT
fffff80032d07e70 tcp4       0      0 127.0.0.1.39621    127.0.0.1.8488     TIME_WAIT
fffff8004999a058 tcp4       0      0 192.168.4.1.39620  78.140.188.239.80  TIME_WAIT
fffff80049999630 tcp4       0      0 127.0.0.1.39619    127.0.0.1.8488     TIME_WAIT
fffff80049ef0dc0 tcp4       0      0 192.168.4.1.39618  85.195.102.29.80   TIME_WAIT
fffff8004999ab00 tcp4       0      0 127.0.0.1.39617    127.0.0.1.8488     TIME_WAIT
fffff80058409e70 tcp4       0      0 127.0.0.1.8088     127.0.0.1.39616    TIME_WAIT
fffff80058409478 tcp4       0      0 127.0.0.1.8088     127.0.0.1.39615    TIME_WAIT
fffff80032524000 tcp4       0      0 192.168.1.77.80    192.168.1.132.4380 ESTABLISHED
fffff80049998d68 tcp4       0      0 192.168.4.1.39614  78.140.188.238.80  TIME_WAIT
fffff80049999108 tcp4       0      0 127.0.0.1.39613    127.0.0.1.8488     TIME_WAIT
fffff800326b3160 tcp4       0      0 192.168.4.1.39612  195.122.152.55.80  TIME_WAIT
fffff80032d07108 tcp4       0      0 127.0.0.1.39611    127.0.0.1.8488     TIME_WAIT
fffff800584096e0 tcp4       0      0 192.168.4.1.39610  195.122.152.54.80  TIME_WAIT
fffff800326b3840 tcp4       0      0 127.0.0.1.39609    127.0.0.1.8488     TIME_WAIT
fffff8004999aaa8 tcp4       0      0 192.168.4.1.39608  195.122.152.54.80  TIME_WAIT
fffff80049ef1948 tcp4       0      0 127.0.0.1.39607    127.0.0.1.8488     TIME_WAIT
fffff80049998058 tcp4       0      0 192.168.4.1.39606  78.140.188.242.80  TIME_WAIT
fffff80049ef0528 tcp4       0      0 127.0.0.1.39605    127.0.0.1.8488     TIME_WAIT
fffff80058151898 tcp4       0      0 192.168.4.1.39604  78.140.188.237.80  TIME_WAIT
fffff80049ef05d8 tcp4       0      0 127.0.0.1.39603    127.0.0.1.8488     TIME_WAIT
fffff8004999a1b8 tcp4       0      0 192.168.4.1.39602  195.122.152.55.80  TIME_WAIT
fffff80058152000 tcp4       0      0 127.0.0.1.39601    127.0.0.1.8488     TIME_WAIT
fffff80032d07aa8 tcp4       0      0 192.168.4.1.39600  195.122.152.51.80  TIME_WAIT
fffff800581519f8 tcp4       0      0 127.0.0.1.39599    127.0.0.1.8488     TIME_WAIT
fffff80058152a50 tcp4       0      0 192.168.4.1.39598  195.122.152.51.80  TIME_WAIT
fffff80058152058 tcp4       0      0 127.0.0.1.39597    127.0.0.1.8488     TIME_WAIT
fffff80058409b00 tcp4       0      0 192.168.4.1.39596  78.140.188.241.80  TIME_WAIT
fffff80058409a50 tcp4       0      0 127.0.0.1.39595    127.0.0.1.8488     TIME_WAIT
fffff80058150e70 tcp4       0      0 192.168.4.1.39594  195.122.152.55.80  TIME_WAIT
fffff80058152c08 tcp4       0      0 127.0.0.1.39593    127.0.0.1.8488     TIME_WAIT
fffff800499994d0 tcp4       0      0 192.168.4.1.39592  78.140.188.242.80  TIME_WAIT
fffff80049ef1dc0 tcp4       0      0 127.0.0.1.39591    127.0.0.1.8488     TIME_WAIT
fffff80058409d10 tcp4       0      0 192.168.4.1.39590  78.140.188.238.80  TIME_WAIT
fffff80049ef09f8 tcp4       0      0 192.168.4.1.39589  78.140.188.238.80  TIME_WAIT
fffff80058409c08 tcp4       0      0 127.0.0.1.39588    127.0.0.1.8488     TIME_WAIT
fffff80049ef0948 tcp4       0      0 127.0.0.1.39587    127.0.0.1.8488     TIME_WAIT
fffff80049998210 tcp4       0      0 192.168.4.1.39586  195.122.152.51.80  TIME_WAIT
fffff80058151630 tcp4       0      0 127.0.0.1.39585    127.0.0.1.8488     TIME_WAIT
fffff80058151b00 tcp4       0      0 192.168.4.1.39584  78.140.188.238.80  TIME_WAIT
fffff80049ef0268 tcp4       0      0 127.0.0.1.39583    127.0.0.1.8488     TIME_WAIT
fffff80058151b58 tcp4       0      0 192.168.4.1.39582  78.140.188.240.80  TIME_WAIT
fffff80058151f20 tcp4       0      0 127.0.0.1.39581    127.0.0.1.8488     TIME_WAIT
fffff80049ef0bb0 tcp4       0      0 192.168.4.1.39580  195.122.152.54.80  TIME_WAIT
fffff80058151bb0 tcp4       0      0 127.0.0.1.39579    127.0.0.1.8488     TIME_WAIT
fffff80058150e18 tcp4       0      0 192.168.4.1.39578  78.140.188.238.80  TIME_WAIT
fffff80049ef1580 tcp4       0      0 127.0.0.1.39577    127.0.0.1.8488     TIME_WAIT
fffff80049ef01b8 tcp4       0      0 192.168.4.1.39576  78.140.188.238.80  TIME_WAIT
fffff80032d060b0 tcp4       0      0 127.0.0.1.39575    127.0.0.1.8488     TIME_WAIT
fffff80049ef07e8 tcp4       0      0 192.168.4.1.39574  195.122.152.52.80  TIME_WAIT
fffff80058151370 tcp4       0      0 127.0.0.1.39573    127.0.0.1.8488     TIME_WAIT
fffff80058151948 tcp4       0      0 192.168.4.1.39572  195.122.152.54.80  TIME_WAIT
fffff80058409630 tcp4       0      0 127.0.0.1.39571    127.0.0.1.8488     TIME_WAIT
fffff80049998a50 tcp4       0      0 192.168.4.1.39570  78.140.188.242.80  TIME_WAIT
fffff8004999abb0 tcp4       0      0 127.0.0.1.39569    127.0.0.1.8488     TIME_WAIT
fffff80032d068f0 tcp4       0      0 192.168.4.1.39568  78.140.188.237.80  TIME_WAIT
fffff80058409420 tcp4       0      0 127.0.0.1.39567    127.0.0.1.8488     TIME_WAIT
fffff800581517e8 tcp4       0      0 192.168.4.1.39566  195.122.152.52.80  TIME_WAIT
fffff80049ef2aa8 tcp4       0      0 127.0.0.1.39565    127.0.0.1.8488     TIME_WAIT
fffff80032d07d10 tcp4       0      0 192.168.4.1.39564  195.122.152.54.80  TIME_WAIT
fffff800326b3210 tcp4       0      0 127.0.0.1.39563    127.0.0.1.8488     TIME_WAIT
fffff80058150ec8 tcp4       0      0 192.168.4.1.39562  78.140.188.238.80  TIME_WAIT
fffff80049ef2108 tcp4       0      0 127.0.0.1.39561    127.0.0.1.8488     TIME_WAIT
fffff800584095d8 tcp4       0      0 192.168.4.1.39560  78.140.188.242.80  TIME_WAIT
fffff80049999e70 tcp4       0      0 127.0.0.1.39559    127.0.0.1.8488     TIME_WAIT
fffff800582055d8 tcp4       0      0 192.168.4.1.39558  78.140.188.238.80  TIME_WAIT
fffff800499990b0 tcp4       0      0 127.0.0.1.39557    127.0.0.1.8488     TIME_WAIT
fffff80049ef09a0 tcp4       0      0 192.168.4.1.39556  78.140.188.238.80  TIME_WAIT
fffff80058409210 tcp4       0      0 127.0.0.1.39555    127.0.0.1.8488     TIME_WAIT
fffff80049999528 tcp4       0      0 192.168.4.1.39554  78.140.188.240.80  TIME_WAIT
fffff80058409580 tcp4       0      0 127.0.0.1.39553    127.0.0.1.8488     TIME_WAIT
fffff80058151cb8 tcp4       0      0 192.168.4.1.39552  195.122.152.53.80  TIME_WAIT
fffff80049ef0000 tcp4       0      0 127.0.0.1.39551    127.0.0.1.8488     TIME_WAIT
fffff80058151318 tcp4       0      0 192.168.4.1.39550  195.122.152.52.80  TIME_WAIT
fffff800326b3e70 tcp4       0      0 127.0.0.1.39549    127.0.0.1.8488     TIME_WAIT
fffff80049ef1528 tcp4       0      0 192.168.4.1.39548  195.122.152.54.80  TIME_WAIT
fffff80032d07b00 tcp4       0      0 127.0.0.1.39547    127.0.0.1.8488     TIME_WAIT
fffff80049ef0ec8 tcp4       0      0 192.168.4.1.39546  78.140.188.237.80  TIME_WAIT
fffff80058204058 tcp4       0      0 127.0.0.1.39545    127.0.0.1.8488     TIME_WAIT
fffff8005840a4d0 tcp4       0      0 192.168.4.1.39544  195.122.152.55.80  TIME_WAIT
fffff8005840a840 tcp4       0      0 127.0.0.1.39543    127.0.0.1.8488     TIME_WAIT
fffff80049ef1cb8 tcp4       0      0 192.168.4.1.39542  195.122.152.53.80  TIME_WAIT
fffff80049ef1e18 tcp4       0      0 127.0.0.1.39541    127.0.0.1.8488     TIME_WAIT
fffff80049998948 tcp4       0      0 192.168.4.1.39540  78.140.188.238.80  TIME_WAIT
fffff80032d06108 tcp4       0      0 127.0.0.1.39539    127.0.0.1.8488     TIME_WAIT
fffff80049ef08f0 tcp4       0      0 192.168.4.1.39538  195.122.152.53.80  TIME_WAIT
fffff80049ef1420 tcp4       0      0 127.0.0.1.39537    127.0.0.1.8488     TIME_WAIT
fffff80049ef2688 tcp4       0      0 192.168.4.1.39536  195.122.152.52.80  TIME_WAIT
fffff80049ef18f0 tcp4       0      0 127.0.0.1.39535    127.0.0.1.8488     TIME_WAIT
fffff80049ef0cb8 tcp4       0      0 192.168.4.1.39534  195.122.152.54.80  TIME_WAIT
fffff80049998478 tcp4       0      0 127.0.0.1.39533    127.0.0.1.8488     TIME_WAIT
fffff80049ef0c60 tcp4       0      0 192.168.4.1.39532  78.140.188.242.80  TIME_WAIT
fffff80058152420 tcp4       0      0 127.0.0.1.39531    127.0.0.1.8488     TIME_WAIT
fffff80049999790 tcp4       0      0 192.168.4.1.39530  195.122.152.55.80  TIME_WAIT
fffff8004999a210 tcp4       0      0 127.0.0.1.39529    127.0.0.1.8488     TIME_WAIT
fffff800326b32c0 tcp4       0      0 192.168.4.1.39528  78.140.188.242.80  TIME_WAIT
fffff80049ef0aa8 tcp4       0      0 127.0.0.1.39527    127.0.0.1.8488     TIME_WAIT
fffff800326b3e18 tcp4       0      0 192.168.4.1.39526  78.140.188.240.80  TIME_WAIT
fffff80049ef1c60 tcp4       0      0 127.0.0.1.39525    127.0.0.1.8488     TIME_WAIT
fffff80058204108 tcp4       0      0 192.168.4.1.39524  195.122.152.53.80  TIME_WAIT
fffff80058205738 tcp4       0      0 127.0.0.1.39523    127.0.0.1.8488     TIME_WAIT
fffff800326b3d10 tcp4       0      0 192.168.4.1.39522  195.122.152.51.80  TIME_WAIT
fffff80049ef0a50 tcp4       0      0 127.0.0.1.39521    127.0.0.1.8488     TIME_WAIT
fffff80032d067e8 tcp4       0      0 192.168.4.1.39520  195.122.152.51.80  TIME_WAIT
fffff8005840a1b8 tcp4       0      0 127.0.0.1.39519    127.0.0.1.8488     TIME_WAIT
fffff80032d07c08 tcp4       0      0 192.168.4.1.39518  85.195.102.30.80   TIME_WAIT
fffff80049ef21b8 tcp4       0      0 127.0.0.1.39517    127.0.0.1.8488     TIME_WAIT
fffff80049998420 tcp4       0      0 192.168.4.1.39516  195.122.152.55.80  TIME_WAIT
fffff80049ef0b00 tcp4       0      0 127.0.0.1.39515    127.0.0.1.8488     TIME_WAIT
fffff800499982c0 tcp4       0      0 192.168.4.1.39514  195.122.152.54.80  TIME_WAIT
fffff80049ef1aa8 tcp4       0      0 127.0.0.1.39513    127.0.0.1.8488     TIME_WAIT
fffff800499987e8 tcp4       0      0 192.168.4.1.39512  78.140.188.241.80  TIME_WAIT
fffff800326b3000 tcp4       0      0 127.0.0.1.39511    127.0.0.1.8488     TIME_WAIT
fffff80049ef1c08 tcp4       0      0 192.168.4.1.39510  78.140.188.237.80  TIME_WAIT
fffff800584092c0 tcp4       0      0 127.0.0.1.39509    127.0.0.1.8488     TIME_WAIT
fffff80058205580 tcp4       0      0 192.168.4.1.39508  195.122.152.53.80  TIME_WAIT
fffff800584093c8 tcp4       0      0 127.0.0.1.39507    127.0.0.1.8488     TIME_WAIT
fffff80032d07d68 tcp4       0      0 192.168.4.1.39506  78.140.188.240.80  TIME_WAIT
fffff80032d06058 tcp4       0      0 127.0.0.1.39505    127.0.0.1.8488     TIME_WAIT
fffff80049999c08 tcp4       0      0 192.168.4.1.39504  78.140.188.238.80  TIME_WAIT
fffff80058204c08 tcp4       0      0 127.0.0.1.39503    127.0.0.1.8488     TIME_WAIT
fffff800499995d8 tcp4       0      0 192.168.4.1.39502  195.122.152.55.80  TIME_WAIT
fffff800326b36e0 tcp4       0      0 127.0.0.1.39501    127.0.0.1.8488     TIME_WAIT
fffff80058152840 tcp4       0      0 192.168.4.1.39500  195.122.152.52.80  TIME_WAIT
fffff80049998ec8 tcp4       0      0 127.0.0.1.39499    127.0.0.1.8488     TIME_WAIT
fffff8004999a7e8 tcp4       0      0 192.168.4.1.39498  195.122.152.51.80  TIME_WAIT
fffff80049999478 tcp4       0      0 127.0.0.1.39497    127.0.0.1.8488     TIME_WAIT
fffff80049ef0058 tcp4       0      0 192.168.4.1.39496  195.122.152.51.80  TIME_WAIT
fffff8005840a528 tcp4       0      0 127.0.0.1.39495    127.0.0.1.8488     TIME_WAIT
fffff8005840a6e0 tcp4       0      0 192.168.4.1.39494  78.140.188.238.80  TIME_WAIT
fffff80032d07e18 tcp4       0      0 127.0.0.1.39493    127.0.0.1.8488     TIME_WAIT
fffff800499984d0 tcp4       0      0 192.168.4.1.39492  195.122.152.53.80  TIME_WAIT
fffff800581509a0 tcp4       0      0 127.0.0.1.39491    127.0.0.1.8488     TIME_WAIT
fffff8004999a9f8 tcp4       0      0 192.168.4.1.39490  78.140.188.240.80  TIME_WAIT
fffff80049999b00 tcp4       0      0 127.0.0.1.39489    127.0.0.1.8488     TIME_WAIT
fffff800499980b0 tcp4       0      0 192.168.4.1.39488  195.122.152.54.80  TIME_WAIT
fffff80049ef14d0 tcp4       0      0 127.0.0.1.39487    127.0.0.1.8488     TIME_WAIT
fffff800582040b0 tcp4       0      0 192.168.4.1.39486  195.122.152.51.80  TIME_WAIT
fffff80049ef24d0 tcp4       0      0 127.0.0.1.39485    127.0.0.1.8488     TIME_WAIT
fffff8004999a688 tcp4       0      0 192.168.4.1.39484  195.122.152.55.80  TIME_WAIT
fffff80049ef03c8 tcp4       0      0 127.0.0.1.39483    127.0.0.1.8488     TIME_WAIT
fffff80032d06738 tcp4       0      0 192.168.4.1.39482  195.122.152.54.80  TIME_WAIT
fffff80049999dc0 tcp4       0      0 127.0.0.1.39481    127.0.0.1.8488     TIME_WAIT
fffff800582056e0 tcp4       0      0 192.168.4.1.39480  78.140.188.240.80  TIME_WAIT
fffff800499998f0 tcp4       0      0 127.0.0.1.39479    127.0.0.1.8488     TIME_WAIT
fffff80058151d68 tcp4       0      0 192.168.4.1.39478  78.140.188.239.80  TIME_WAIT
fffff8005840a370 tcp4       0      0 127.0.0.1.39477    127.0.0.1.8488     TIME_WAIT
fffff80049ef2318 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4365 TIME_WAIT
fffff8004999a630 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4364 TIME_WAIT
fffff80049999e18 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4363 TIME_WAIT
fffff8005840a580 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4362 TIME_WAIT
fffff80049998f20 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4361 TIME_WAIT
fffff80049ef1b58 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4360 TIME_WAIT
fffff80058409f20 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4359 TIME_WAIT
fffff800326b3478 tcp4       0      0 192.168.1.77.5555  192.168.1.132.4358 TIME_WAIT
fffff800584094d0 tcp4       0      0 192.168.4.1.39476  78.140.188.238.80  TIME_WAIT
fffff8004999a5d8 tcp4       0      0 127.0.0.1.39475    127.0.0.1.8488     TIME_WAIT
fffff80032d07cb8 tcp4       0      0 192.168.4.1.39474  78.140.188.237.80  TIME_WAIT
fffff8004999ac08 tcp4       0      0 127.0.0.1.39473    127.0.0.1.8488     TIME_WAIT
fffff800326b3058 tcp4       0      0 192.168.4.1.39472  78.140.188.242.80  TIME_WAIT
fffff80049ef1ec8 tcp4       0      0 127.0.0.1.39471    127.0.0.1.8488     TIME_WAIT
fffff800499985d8 tcp4       0      0 192.168.4.1.39470  78.140.188.238.80  TIME_WAIT
fffff80049999cb8 tcp4       0      0 127.0.0.1.39469    127.0.0.1.8488     TIME_WAIT
fffff800499992c0 tcp4       0      0 192.168.4.1.39468  195.122.152.50.80  TIME_WAIT
fffff800499988f0 tcp4       0      0 127.0.0.1.39467    127.0.0.1.8488     TIME_WAIT
fffff80058205160 tcp4       0      0 192.168.4.1.39466  78.140.188.238.80  TIME_WAIT
fffff8004999a370 tcp4       0      0 127.0.0.1.39465    127.0.0.1.8488     TIME_WAIT
fffff80058152f20 tcp4       0      0 192.168.4.1.39464  195.122.152.52.80  TIME_WAIT
fffff80032d06688 tcp4       0      0 127.0.0.1.39463    127.0.0.1.8488     TIME_WAIT
fffff80032d069a0 tcp4       0      0 192.168.4.1.39462  195.122.152.51.80  TIME_WAIT
fffff80049ef22c0 tcp4       0      0 127.0.0.1.39461    127.0.0.1.8488     TIME_WAIT
fffff80058408738 tcp4       0      0 192.168.4.1.39460  78.140.188.240.80  TIME_WAIT
fffff80049ef23c8 tcp4       0      0 127.0.0.1.39459    127.0.0.1.8488     TIME_WAIT
fffff80049999420 tcp4       0      0 192.168.4.1.39458  78.140.188.239.80  TIME_WAIT
fffff800582041b8 tcp4       0      0 127.0.0.1.39457    127.0.0.1.8488     TIME_WAIT
fffff80049998d10 tcp4       0      0 192.168.4.1.39456  195.122.152.54.80  TIME_WAIT
fffff80058150c60 tcp4       0      0 127.0.0.1.39455    127.0.0.1.8488     TIME_WAIT
fffff80049999738 tcp4       0      0 192.168.4.1.39454  195.122.152.54.80  TIME_WAIT
fffff80058205ec8 tcp4       0      0 127.0.0.1.39453    127.0.0.1.8488     TIME_WAIT
fffff80058152bb0 tcp4       0      0 192.168.4.1.39452  78.140.188.242.80  TIME_WAIT
fffff80049ef2948 tcp4       0      0 127.0.0.1.39451    127.0.0.1.8488     TIME_WAIT
fffff8004999a840 tcp4       0      0 192.168.4.1.39450  78.140.188.238.80  TIME_WAIT
fffff8004999a3c8 tcp4       0      0 127.0.0.1.39449    127.0.0.1.8488     TIME_WAIT
fffff80058409dc0 tcp4       0      0 192.168.4.1.39448  78.140.188.242.80  TIME_WAIT
fffff800499989f8 tcp4       0      0 127.0.0.1.39447    127.0.0.1.8488     TIME_WAIT
fffff800499999f8 tcp4       0      0 192.168.4.1.39446  195.122.152.53.80  TIME_WAIT
fffff80058409738 tcp4       0      0 127.0.0.1.39445    127.0.0.1.8488     TIME_WAIT
fffff80049998c08 tcp4       0      0 192.168.4.1.39444  78.140.188.242.80  TIME_WAIT
fffff80049998000 tcp4       0      0 127.0.0.1.39443    127.0.0.1.8488     TIME_WAIT
fffff80058204790 tcp4       0      0 192.168.4.1.39442  195.122.152.52.80  TIME_WAIT
fffff800582046e0 tcp4       0      0 127.0.0.1.39441    127.0.0.1.8488     TIME_WAIT
fffff80049999b58 tcp4       0      0 192.168.4.1.39440  78.140.188.242.80  TIME_WAIT
fffff8004999aec8 tcp4       0      0 127.0.0.1.39439    127.0.0.1.8488     TIME_WAIT
fffff8004999ae70 tcp4       0      0 192.168.4.1.39438  78.140.188.241.80  TIME_WAIT
fffff80058152688 tcp4       0      0 127.0.0.1.39437    127.0.0.1.8488     TIME_WAIT
fffff8004999a4d0 tcp4       0      0 192.168.4.1.39436  85.195.102.30.80   TIME_WAIT
fffff80049999370 tcp4       0      0 127.0.0.1.39435    127.0.0.1.8488     TIME_WAIT
fffff800326b3420 tcp4       0      0 192.168.4.1.39434  78.140.188.238.80  TIME_WAIT
fffff80032d06898 tcp4       0      0 127.0.0.1.39433    127.0.0.1.8488     TIME_WAIT
fffff80049999c60 tcp4       0      0 192.168.4.1.39432  195.122.152.52.80  TIME_WAIT
fffff80049998b58 tcp4       0      0 127.0.0.1.39431    127.0.0.1.8488     TIME_WAIT
fffff80032d063c8 tcp4       0      0 192.168.4.1.39430  195.122.152.54.80  TIME_WAIT
fffff80032d079a0 tcp4       0      0 127.0.0.1.39429    127.0.0.1.8488     TIME_WAIT
fffff80049ef0e18 tcp4       0      0 192.168.4.1.39428  78.140.188.238.80  TIME_WAIT
fffff80049998dc0 tcp4       0      0 127.0.0.1.39427    127.0.0.1.8488     TIME_WAIT
fffff80049998528 tcp4       0      0 192.168.4.1.39426  78.140.188.242.80  TIME_WAIT
fffff80049999318 tcp4       0      0 127.0.0.1.39425    127.0.0.1.8488     TIME_WAIT
fffff80032d06840 tcp4       0      0 192.168.4.1.39424  78.140.188.237.80  TIME_WAIT
fffff800581509f8 tcp4       0      0 127.0.0.1.39423    127.0.0.1.8488     TIME_WAIT
fffff800326b3f20 tcp4       0      0 192.168.4.1.39422  78.140.188.239.80  TIME_WAIT
fffff800581515d8 tcp4       0      0 127.0.0.1.39421    127.0.0.1.8488     TIME_WAIT
fffff8004999ad68 tcp4       0      0 192.168.4.1.39420  78.140.188.241.80  TIME_WAIT
fffff800582044d0 tcp4       0      0 127.0.0.1.39419    127.0.0.1.8488     TIME_WAIT
fffff80049ef0f20 tcp4       0      0 192.168.4.1.39418  78.140.188.237.80  TIME_WAIT
fffff80049998cb8 tcp4       0      0 127.0.0.1.39417    127.0.0.1.8488     TIME_WAIT
fffff8004999ad10 tcp4       0      0 192.168.4.1.39416  195.122.152.53.80  TIME_WAIT
fffff80049998e70 tcp4       0      0 127.0.0.1.39415    127.0.0.1.8488     TIME_WAIT
fffff8005840a268 tcp4       0      0 192.168.4.1.39414  78.140.188.237.80  TIME_WAIT
fffff8004999af20 tcp4       0      0 127.0.0.1.39413    127.0.0.1.8488     TIME_WAIT
fffff800499999a0 tcp4       0      0 192.168.4.1.39412  195.122.152.55.80  TIME_WAIT
fffff8005840a210 tcp4       0      0 127.0.0.1.39411    127.0.0.1.8488     TIME_WAIT
fffff80058408840 tcp4       0      0 192.168.4.1.39410  78.140.188.242.80  TIME_WAIT
fffff80058205aa8 tcp4       0      0 127.0.0.1.39409    127.0.0.1.8488     TIME_WAIT
fffff80049999688 tcp4       0      0 192.168.4.1.39408  195.122.152.54.80  TIME_WAIT
fffff80058151478 tcp4       0      0 127.0.0.1.39407    127.0.0.1.8488     TIME_WAIT
fffff80049ef1840 tcp4       0      0 192.168.4.1.39406  78.140.188.240.80  TIME_WAIT
fffff80058151528 tcp4       0      0 127.0.0.1.39405    127.0.0.1.8488     TIME_WAIT
fffff80049999000 tcp4       0      0 192.168.4.1.39404  195.122.152.53.80  TIME_WAIT
fffff80049998c60 tcp4       0      0 127.0.0.1.39403    127.0.0.1.8488     TIME_WAIT
fffff80058409b58 tcp4       0      0 192.168.4.1.39402  195.122.152.51.80  TIME_WAIT
fffff80058409370 tcp4       0      0 127.0.0.1.39401    127.0.0.1.8488     TIME_WAIT
fffff8004999a2c0 tcp4       0      0 192.168.4.1.39400  78.140.188.239.80  TIME_WAIT
fffff80058152b00 tcp4       0      0 127.0.0.1.39399    127.0.0.1.8488     TIME_WAIT
fffff8005840a0b0 tcp4       0      0 192.168.4.1.39398  78.140.188.237.80  TIME_WAIT
fffff80058152aa8 tcp4       0      0 127.0.0.1.39397    127.0.0.1.8488     TIME_WAIT
fffff80058205a50 tcp4       0      0 192.168.4.1.39396  78.140.188.241.80  TIME_WAIT
fffff80049999160 tcp4       0      0 127.0.0.1.39395    127.0.0.1.8488     TIME_WAIT
fffff8004999a420 tcp4       0      0 192.168.4.1.39394  195.122.152.50.80  TIME_WAIT
fffff800326b3318 tcp4       0      0 127.0.0.1.39393    127.0.0.1.8488     TIME_WAIT
fffff80049ef2738 tcp4       0      0 192.168.4.1.39392  195.122.152.54.80  TIME_WAIT
fffff80032d066e0 tcp4       0      0 127.0.0.1.39391    127.0.0.1.8488     TIME_WAIT
fffff80032d065d8 tcp4       0      0 192.168.4.1.39390  195.122.152.52.80  TIME_WAIT
fffff80032d07b58 tcp4       0      0 127.0.0.1.39389    127.0.0.1.8488     TIME_WAIT
fffff800581508f0 tcp4       0      0 192.168.4.1.39388  78.140.188.239.80  TIME_WAIT
fffff80058204b00 tcp4       0      0 127.0.0.1.39387    127.0.0.1.8488     TIME_WAIT
fffff80058205790 tcp4       0      0 192.168.4.1.39386  78.140.188.240.80  TIME_WAIT
fffff80058408210 tcp4       0      0 127.0.0.1.39385    127.0.0.1.8488     TIME_WAIT
fffff800582052c0 tcp4       0      0 192.168.4.1.39384  195.122.152.54.80  TIME_WAIT
fffff80058151a50 tcp4       0      0 127.0.0.1.39383    127.0.0.1.8488     TIME_WAIT
fffff80049999d10 tcp4       0      0 192.168.4.1.39382  78.140.188.240.80  TIME_WAIT
fffff8005840a478 tcp4       0      0 127.0.0.1.39381    127.0.0.1.8488     TIME_WAIT
fffff8004999a318 tcp4       0      0 192.168.4.1.39380  78.140.188.237.80  TIME_WAIT
fffff80032d06370 tcp4       0      0 127.0.0.1.39379    127.0.0.1.8488     TIME_WAIT
fffff8005840a000 tcp4       0      0 192.168.4.1.39378  78.140.188.239.80  TIME_WAIT
fffff800582051b8 tcp4       0      0 127.0.0.1.39377    127.0.0.1.8488     TIME_WAIT
fffff80058204f20 tcp4       0      0 192.168.4.1.39376  195.122.152.50.80  TIME_WAIT
fffff80049999ec8 tcp4       0      0 127.0.0.1.39375    127.0.0.1.8488     TIME_WAIT
fffff800326b3c08 tcp4       0      0 192.168.4.1.39374  78.140.188.237.80  TIME_WAIT
fffff80032d07000 tcp4       0      0 127.0.0.1.39373    127.0.0.1.8488     TIME_WAIT
fffff80049ef2840 tcp4       0      0 192.168.4.1.39372  195.122.152.54.80  TIME_WAIT
fffff800584082c0 tcp4       0      0 127.0.0.1.39371    127.0.0.1.8488     TIME_WAIT
fffff80058205478 tcp4       0      0 192.168.4.1.39370  78.140.188.242.80  TIME_WAIT
fffff80058152948 tcp4       0      0 127.0.0.1.39369    127.0.0.1.8488     TIME_WAIT
fffff80032d06f20 tcp4       0      0 192.168.4.1.39368  195.122.152.54.80  TIME_WAIT
fffff80049999d68 tcp4       0      0 127.0.0.1.39367    127.0.0.1.8488     TIME_WAIT
fffff80058152ec8 tcp4       0      0 192.168.4.1.39366  195.122.152.55.80  TIME_WAIT
fffff80049ef1688 tcp4       0      0 127.0.0.1.39365    127.0.0.1.8488     TIME_WAIT
fffff80032d079f8 tcp4       0      0 192.168.4.1.39364  195.122.152.52.80  TIME_WAIT
fffff80058205e18 tcp4       0      0 127.0.0.1.39363    127.0.0.1.8488     TIME_WAIT
fffff80049999a50 tcp4       0      0 192.168.4.1.39362  195.122.152.50.80  TIME_WAIT
fffff800326b3738 tcp4       0      0 127.0.0.1.39361    127.0.0.1.8488     TIME_WAIT
fffff80032d06790 tcp4       0      0 192.168.4.1.39360  78.140.188.242.80  TIME_WAIT
fffff80049ef12c0 tcp4       0      0 127.0.0.1.39359    127.0.0.1.8488     TIME_WAIT
fffff8004999a478 tcp4       0      0 192.168.4.1.39358  195.122.152.53.80  TIME_WAIT
fffff800326b3b00 tcp4       0      0 127.0.0.1.39357    127.0.0.1.8488     TIME_WAIT
fffff80058150948 tcp4       0      0 192.168.4.1.39356  195.122.152.51.80  TIME_WAIT
fffff800584083c8 tcp4       0      0 127.0.0.1.39355    127.0.0.1.8488     TIME_WAIT
fffff80058152210 tcp4       0      0 192.168.4.1.39354  195.122.152.54.80  TIME_WAIT
fffff8005840a318 tcp4       0      0 127.0.0.1.39353    127.0.0.1.8488     TIME_WAIT
fffff80058152b58 tcp4       0      0 192.168.4.1.39352  195.122.152.51.80  TIME_WAIT
fffff80049ef2478 tcp4       0      0 127.0.0.1.39351    127.0.0.1.8488     TIME_WAIT
fffff8005840a948 tcp4       0      0 192.168.4.1.39350  78.140.188.240.80  TIME_WAIT
fffff8005840a9a0 tcp4       0      0 127.0.0.1.39349    127.0.0.1.8488     TIME_WAIT
fffff80032d06580 tcp4       0      0 192.168.4.1.39348  85.195.102.30.80   TIME_WAIT
fffff80049ef2580 tcp4       0      0 127.0.0.1.39347    127.0.0.1.8488     TIME_WAIT
fffff80049ef16e0 tcp4       0      0 192.168.4.1.39346  85.195.102.28.80   TIME_WAIT
fffff80049ef1160 tcp4       0      0 127.0.0.1.39345    127.0.0.1.8488     TIME_WAIT
fffff80058151420 tcp4       0      0 192.168.4.1.39344  78.140.188.242.80  TIME_WAIT
fffff80049998630 tcp4       0      0 127.0.0.1.39343    127.0.0.1.8488     TIME_WAIT
fffff80032d06000 tcp4       0      0 192.168.4.1.39342  195.122.152.51.80  TIME_WAIT
fffff80058150aa8 tcp4       0      0 127.0.0.1.39341    127.0.0.1.8488     TIME_WAIT
fffff80049ef1058 tcp4       0      0 192.168.4.1.39340  195.122.152.50.80  TIME_WAIT
fffff80032d06c08 tcp4       0      0 127.0.0.1.39339    127.0.0.1.8488     TIME_WAIT
fffff80032d062c0 tcp4       0      0 192.168.4.1.39338  195.122.152.50.80  TIME_WAIT
fffff800326b30b0 tcp4       0      0 127.0.0.1.39337    127.0.0.1.8488     TIME_WAIT
fffff80058151aa8 tcp4       0      0 192.168.4.1.39336  195.122.152.51.80  TIME_WAIT
fffff80049999f20 tcp4       0      0 127.0.0.1.39335    127.0.0.1.8488     TIME_WAIT
fffff800582057e8 tcp4       0      0 192.168.4.1.39334  195.122.152.50.80  TIME_WAIT
fffff80058152370 tcp4       0      0 127.0.0.1.39333    127.0.0.1.8488     TIME_WAIT
fffff80049998898 tcp4       0      0 192.168.4.1.39332  78.140.188.242.80  TIME_WAIT
fffff800326b3cb8 tcp4       0      0 127.0.0.1.39331    127.0.0.1.8488     TIME_WAIT
fffff80049ef1210 tcp4       0      0 192.168.4.1.39330  195.122.152.52.80  TIME_WAIT
fffff80058204478 tcp4       0      0 127.0.0.1.39329    127.0.0.1.8488     TIME_WAIT
fffff800581526e0 tcp4       0      0 192.168.4.1.39328  78.140.188.239.80  TIME_WAIT
fffff800326b3688 tcp4       0      0 127.0.0.1.39327    127.0.0.1.8488     TIME_WAIT
fffff800584080b0 tcp4       0      0 192.168.4.1.39326  195.122.152.51.80  TIME_WAIT
fffff80049998160 tcp4       0      0 127.0.0.1.39325    127.0.0.1.8488     TIME_WAIT
fffff80049ef0160 tcp4       0      0 192.168.4.1.39324  195.122.152.52.80  TIME_WAIT
fffff80058152c60 tcp4       0      0 127.0.0.1.39323    127.0.0.1.8488     TIME_WAIT
fffff8005840a160 tcp4       0      0 192.168.4.1.39322  195.122.152.55.80  TIME_WAIT
fffff800584086e0 tcp4       0      0 127.0.0.1.39321    127.0.0.1.8488     TIME_WAIT
fffff80058408000 tcp4       0      0 192.168.4.1.39320  195.122.152.51.80  TIME_WAIT
fffff80049ef0108 tcp4       0      0 127.0.0.1.39319    127.0.0.1.8488     TIME_WAIT
fffff800581521b8 tcp4       0      0 192.168.4.1.39318  195.122.152.51.80  TIME_WAIT
fffff80058408528 tcp4       0      0 127.0.0.1.39317    127.0.0.1.8488     TIME_WAIT
fffff80058204a50 tcp4       0      0 192.168.4.1.39316  195.122.152.52.80  TIME_WAIT
fffff80058408898 tcp4       0      0 192.168.4.1.39315  195.122.152.52.80  TIME_WAIT
fffff800584089a0 tcp4       0      0 127.0.0.1.39314    127.0.0.1.8488     TIME_WAIT
fffff80058205528 tcp4       0      0 192.168.4.1.39313  195.122.152.50.80  TIME_WAIT
fffff80049ef25d8 tcp4       0      0 127.0.0.1.39312    127.0.0.1.8488     TIME_WAIT
fffff80058152e70 tcp4       0      0 127.0.0.1.39311    127.0.0.1.8488     TIME_WAIT
fffff80058408058 tcp4       0      0 192.168.4.1.39310  78.140.188.237.80  TIME_WAIT
fffff800581523c8 tcp4       0      0 127.0.0.1.39309    127.0.0.1.8488     TIME_WAIT
fffff80032d06ec8 tcp4       0      0 192.168.4.1.39308  195.122.152.52.80  TIME_WAIT
fffff80049ef13c8 tcp4       0      0 127.0.0.1.39307    127.0.0.1.8488     TIME_WAIT
fffff80032d06420 tcp4       0      0 192.168.4.1.39306  78.140.188.237.80  TIME_WAIT
fffff80032d07948 tcp4       0      0 127.0.0.1.39305    127.0.0.1.8488     TIME_WAIT
fffff8004999a948 tcp4       0      0 192.168.4.1.39304  78.140.188.238.80  TIME_WAIT
fffff8005840a738 tcp4       0      0 127.0.0.1.39303    127.0.0.1.8488     TIME_WAIT
fffff8005840a8f0 tcp4       0      0 192.168.4.1.39302  78.140.188.238.80  TIME_WAIT
fffff80032d06630 tcp4       0      0 127.0.0.1.39301    127.0.0.1.8488     TIME_WAIT
fffff80058152cb8 tcp4       0      0 192.168.4.1.39300  195.122.152.55.80  TIME_WAIT
fffff800584088f0 tcp4       0      0 127.0.0.1.39299    127.0.0.1.8488     TIME_WAIT
fffff800582042c0 tcp4       0      0 192.168.4.1.39298  195.122.152.50.80  TIME_WAIT
fffff80058205e70 tcp4       0      0 127.0.0.1.39297    127.0.0.1.8488     TIME_WAIT
fffff800582049f8 tcp4       0      0 192.168.4.1.39296  78.140.188.238.80  TIME_WAIT
fffff8004999a898 tcp4       0      0 127.0.0.1.39295    127.0.0.1.8488     TIME_WAIT
fffff80049998688 tcp4       0      0 192.168.4.1.39294  195.122.152.55.80  TIME_WAIT
fffff80058150318 tcp4       0      0 127.0.0.1.39293    127.0.0.1.8488     TIME_WAIT
fffff80058408790 tcp4       0      0 192.168.4.1.39292  195.122.152.55.80  TIME_WAIT
fffff80058408108 tcp4       0      0 127.0.0.1.39291    127.0.0.1.8488     TIME_WAIT
fffff80032d06478 tcp4       0      0 192.168.4.1.39290  195.122.152.55.80  TIME_WAIT
fffff8005840a7e8 tcp4       0      0 127.0.0.1.39289    127.0.0.1.8488     TIME_WAIT
fffff80058152478 tcp4       0      0 192.168.4.1.39288  195.122.152.53.80  TIME_WAIT
fffff800581522c0 tcp4       0      0 127.0.0.1.39287    127.0.0.1.8488     TIME_WAIT
fffff800581501b8 tcp4       0      0 192.168.4.1.39286  195.122.152.54.80  TIME_WAIT
fffff80058205b58 tcp4       0      0 127.0.0.1.39285    127.0.0.1.8488     TIME_WAIT
fffff80058152268 tcp4       0      0 192.168.4.1.39284  78.140.188.240.80  TIME_WAIT
fffff80058409790 tcp4       0      0 127.0.0.1.39283    127.0.0.1.8488     TIME_WAIT
fffff80058204630 tcp4       0      0 192.168.4.1.39282  195.122.152.55.80  TIME_WAIT
fffff80032d07f20 tcp4       0      0 127.0.0.1.39281    127.0.0.1.8488     TIME_WAIT
fffff8005840a898 tcp4       0      0 192.168.4.1.39280  78.140.188.239.80  TIME_WAIT
fffff80058152dc0 tcp4       0      0 127.0.0.1.39279    127.0.0.1.8488     TIME_WAIT
fffff800326b3c60 tcp4       0      0 192.168.4.1.39278  195.122.152.55.80  TIME_WAIT
fffff800326b3d68 tcp4       0      0 127.0.0.1.39277    127.0.0.1.8488     TIME_WAIT
fffff80049ef0c08 tcp4       0      0 192.168.4.1.39276  78.140.188.242.80  TIME_WAIT
fffff80049ef2c08 tcp4       0      0 127.0.0.1.39275    127.0.0.1.8488     TIME_WAIT
fffff80058152d68 tcp4       0      0 192.168.4.1.39274  195.122.152.53.80  TIME_WAIT
fffff80058204898 tcp4       0      0 127.0.0.1.39273    127.0.0.1.8488     TIME_WAIT
fffff80049ef2268 tcp4       0      0 192.168.4.1.39272  78.140.188.242.80  TIME_WAIT
fffff80058152630 tcp4       0      0 127.0.0.1.39271    127.0.0.1.8488     TIME_WAIT
fffff80058150058 tcp4       0      0 192.168.4.1.39270  195.122.152.50.80  TIME_WAIT
fffff80058150420 tcp4       0      0 127.0.0.1.39269    127.0.0.1.8488     TIME_WAIT
fffff80058205d10 tcp4       0      0 192.168.4.1.39268  78.140.188.240.80  TIME_WAIT
fffff800582058f0 tcp4       0      0 127.0.0.1.39267    127.0.0.1.8488     TIME_WAIT
fffff80058150b58 tcp4       0      0 192.168.4.1.39266  195.122.152.53.80  TIME_WAIT
fffff80049ef1268 tcp4       0      0 127.0.0.1.39265    127.0.0.1.8488     TIME_WAIT
fffff800584090b0 tcp4       0      0 192.168.4.1.39264  195.122.152.55.80  TIME_WAIT
fffff80049ef1318 tcp4       0      0 192.168.4.1.39263  78.140.188.240.80  TIME_WAIT
fffff80049ef26e0 tcp4       0      0 192.168.4.1.39262  78.140.188.237.80  TIME_WAIT
fffff80058205d68 tcp4       0      0 127.0.0.1.39261    127.0.0.1.8488     TIME_WAIT
fffff80058151c08 tcp4       0      0 127.0.0.1.39260    127.0.0.1.8488     TIME_WAIT
fffff800582048f0 tcp4       0      0 127.0.0.1.39259    127.0.0.1.8488     TIME_WAIT
fffff80058150370 tcp4       0      0 192.168.4.1.39258  195.122.152.52.80  TIME_WAIT
fffff80049ef2370 tcp4       0      0 127.0.0.1.39257    127.0.0.1.8488     TIME_WAIT
fffff800582054d0 tcp4       0      0 192.168.4.1.39256  195.122.152.52.80  TIME_WAIT
fffff80058204b58 tcp4       0      0 127.0.0.1.39255    127.0.0.1.8488     TIME_WAIT
fffff80049998318 tcp4       0      0 192.168.4.1.39254  195.122.152.50.80  TIME_WAIT
fffff80049ef2898 tcp4       0      0 127.0.0.1.39253    127.0.0.1.8488     TIME_WAIT
fffff80058409d68 tcp4       0      0 192.168.4.1.39252  85.195.102.28.80   TIME_WAIT
fffff80058205630 tcp4       0      0 127.0.0.1.39251    127.0.0.1.8488     TIME_WAIT
fffff80058152790 tcp4       0      0 192.168.4.1.39250  195.122.152.54.80  TIME_WAIT
fffff80058204688 tcp4       0      0 127.0.0.1.39249    127.0.0.1.8488     TIME_WAIT
fffff8004999a0b0 tcp4       0      0 192.168.4.1.39248  78.140.188.242.80  TIME_WAIT
fffff800326b3580 tcp4       0      0 127.0.0.1.39247    127.0.0.1.8488     TIME_WAIT
fffff8004999a528 tcp4       0      0 192.168.4.1.39246  78.140.188.241.80  TIME_WAIT
fffff80058205688 tcp4       0      0 127.0.0.1.39245    127.0.0.1.8488     TIME_WAIT
fffff80058205f20 tcp4       0      0 192.168.4.1.39244  78.140.188.239.80  TIME_WAIT
fffff80058408f20 tcp4       0      0 127.0.0.1.39243    127.0.0.1.8488     TIME_WAIT
fffff8005840a9f8 tcp4       0      0 192.168.4.1.39242  78.140.188.241.80  TIME_WAIT
fffff80058150108 tcp4       0      0 127.0.0.1.39241    127.0.0.1.8488     TIME_WAIT
fffff800581527e8 tcp4       0      0 192.168.4.1.39240  78.140.188.237.80  TIME_WAIT
fffff80049ef1478 tcp4       0      0 127.0.0.1.39239    127.0.0.1.8488     TIME_WAIT
fffff80049ef0790 tcp4       0      0 192.168.4.1.39238  78.140.188.241.80  TIME_WAIT
fffff80032d06160 tcp4       0      0 127.0.0.1.39237    127.0.0.1.8488     TIME_WAIT
fffff80058408318 tcp4       0      0 192.168.4.1.39236  78.140.188.240.80  TIME_WAIT
fffff80058408268 tcp4       0      0 127.0.0.1.39235    127.0.0.1.8488     TIME_WAIT
fffff800581524d0 tcp4       0      0 192.168.4.1.39234  195.122.152.52.80  TIME_WAIT
fffff80058150bb0 tcp4       0      0 127.0.0.1.39233    127.0.0.1.8488     TIME_WAIT
fffff80058408a50 tcp4       0      0 192.168.4.1.39232  195.122.152.55.80  TIME_WAIT
fffff800584087e8 tcp4       0      0 127.0.0.1.39231    127.0.0.1.8488     TIME_WAIT
fffff80058205318 tcp4       0      0 192.168.4.1.39230  78.140.188.237.80  TIME_WAIT
fffff80049ef2d68 tcp4       0      0 127.0.0.1.39229    127.0.0.1.8488     TIME_WAIT
fffff80058204370 tcp4       0      0 192.168.4.1.39228  195.122.152.52.80  TIME_WAIT
fffff8005840a790 tcp4       0      0 127.0.0.1.39227    127.0.0.1.8488     TIME_WAIT
fffff80058205108 tcp4       0      0 192.168.4.1.39226  78.140.188.241.80  TIME_WAIT
fffff80049ef27e8 tcp4       0      0 127.0.0.1.39225    127.0.0.1.8488     TIME_WAIT
fffff80058150528 tcp4       0      0 192.168.4.1.39224  195.122.152.51.80  TIME_WAIT
fffff80058205268 tcp4       0      0 127.0.0.1.39223    127.0.0.1.8488     TIME_WAIT
fffff80058408370 tcp4       0      0 192.168.4.1.39222  78.140.188.238.80  TIME_WAIT
fffff80032d07bb0 tcp4       0      0 192.168.4.1.39221  78.140.188.241.80  TIME_WAIT
fffff80058205bb0 tcp4       0      0 127.0.0.1.39220    127.0.0.1.8488     TIME_WAIT
fffff80058205210 tcp4       0      0 127.0.0.1.39219    127.0.0.1.8488     TIME_WAIT
fffff80058152738 tcp4       0      0 192.168.4.1.39218  195.122.152.51.80  TIME_WAIT
fffff800584089f8 tcp4       0      0 127.0.0.1.39217    127.0.0.1.8488     TIME_WAIT
fffff80058408688 tcp4       0      0 192.168.4.1.39216  195.122.152.55.80  TIME_WAIT
fffff8005840a108 tcp4       0      0 127.0.0.1.39215    127.0.0.1.8488     TIME_WAIT
fffff80058205cb8 tcp4       0      0 192.168.4.1.39214  195.122.152.55.80  TIME_WAIT
fffff80058204e18 tcp4       0      0 127.0.0.1.39213    127.0.0.1.8488     TIME_WAIT
fffff800581525d8 tcp4       0      0 192.168.4.1.39212  78.140.188.238.80  TIME_WAIT
fffff80049ef2cb8 tcp4       0      0 127.0.0.1.39211    127.0.0.1.8488     TIME_WAIT
fffff800326b31b8 tcp4       0      0 192.168.4.1.39210  195.122.152.50.80  TIME_WAIT
fffff8005840a058 tcp4       0      0 127.0.0.1.39209    127.0.0.1.8488     TIME_WAIT
fffff80058152e18 tcp4       0      0 192.168.4.1.39208  195.122.152.50.80  TIME_WAIT
fffff80058204318 tcp4       0      0 127.0.0.1.39207    127.0.0.1.8488     TIME_WAIT
fffff80049ef1b00 tcp4       0      0 192.168.4.1.39206  78.140.188.239.80  TIME_WAIT
fffff800582049a0 tcp4       0      0 127.0.0.1.39205    127.0.0.1.8488     TIME_WAIT
fffff800499981b8 tcp4       0      0 192.168.4.1.39204  78.140.188.238.80  TIME_WAIT
fffff80049ef28f0 tcp4       0      0 127.0.0.1.39203    127.0.0.1.8488     TIME_WAIT
fffff80058408c60 tcp4       0      0 192.168.4.1.39202  195.122.152.52.80  TIME_WAIT
fffff80058204bb0 tcp4       0      0 127.0.0.1.39201    127.0.0.1.8488     TIME_WAIT
fffff80058150000 tcp4       0      0 192.168.4.1.39200  195.122.152.50.80  TIME_WAIT
fffff80049998b00 tcp4       0      0 127.0.0.1.39199    127.0.0.1.8488     TIME_WAIT
fffff80049ef0898 tcp4       0      0 192.168.4.1.39198  195.122.152.51.80  TIME_WAIT
fffff80049ef2058 tcp4       0      0 127.0.0.1.39197    127.0.0.1.8488     TIME_WAIT
fffff80058151ec8 tcp4       0      0 192.168.4.1.39194  195.122.152.55.80  TIME_WAIT
fffff800493c5000 tcp4       0      0 183.156.6.27.139   37.115.141.161.437 ESTABLISHED
fffff800324cf000 tcp4       0      0 192.168.3.1.39119  74.125.239.129.443 ESTABLISHED
fffff800491a2000 tcp4       0      0 192.168.1.77.6666  192.168.1.10.49821 ESTABLISHED
fffff8004999a738 tcp4       0      0 127.0.0.1.39096    127.0.0.1.4949     TIME_WAIT
fffff80032531c00 tcp4       0      0 192.168.3.1.38539  74.125.28.101.443  ESTABLISHED
fffff8003252ac00 tcp4       0      0 192.168.1.77.6666  192.168.1.10.49810 ESTABLISHED
fffff80032523c00 tcp4       0      0 192.168.3.1.37662  74.125.239.132.443 ESTABLISHED
fffff80032532800 tcp4       0      0 192.168.1.77.6666  192.168.1.108.6113 ESTABLISHED
fffff8005840a688 tcp4       0      0 192.168.1.77.6666  192.168.1.108.6111 TIME_WAIT
fffff800326b3108 tcp4       0      0 192.168.1.77.6666  192.168.1.10.49681 TIME_WAIT
fffff800493c6c00 tcp4       0      0 192.168.1.77.5060  192.168.1.51.5061  ESTABLISHED
fffff80058204268 tcp4       0      0 192.168.1.77.6666  192.168.1.10.49680 TIME_WAIT
fffff80032a04000 tcp4       0      0 192.168.1.77.80    192.168.7.101.4957 FIN_WAIT_2
fffff800324c8000 tcp4       0      0 192.168.1.77.80    192.168.7.101.4957 FIN_WAIT_2
fffff800324c8800 tcp4       0      0 192.168.1.77.80    192.168.7.101.4957 FIN_WAIT_2
fffff8003251e000 tcp4       0      0 192.168.1.77.1080  192.168.1.108.6108 ESTABLISHED
fffff80032529400 tcp4       0      0 192.168.3.1.34090  74.125.239.137.443 ESTABLISHED
fffff800493c6000 tcp4       0      0 192.168.1.77.6666  192.168.1.10.49326 ESTABLISHED
fffff800491a2800 tcp4       0      0 192.168.3.1.30148  74.125.239.131.443 ESTABLISHED
fffff80032a05800 tcp4       0      0 192.168.1.77.6666  192.168.1.10.49155 ESTABLISHED
fffff80032545c00 tcp4       0      0 192.168.3.1.30107  74.125.239.128.443 ESTABLISHED
fffff800493c4000 tcp4       0      0 192.168.1.77.6666  192.168.1.10.65530 ESTABLISHED
fffff800496fa000 tcp4       0      0 192.168.3.1.29101  74.125.28.189.443  ESTABLISHED
fffff80049666400 tcp4       0      0 192.168.1.77.6666  192.168.1.10.65498 ESTABLISHED
fffff8003251c800 tcp4       0      0 192.168.3.1.29069  173.194.79.125.522 ESTABLISHED
fffff80032a03c00 tcp4       0      0 192.168.1.77.6666  192.168.1.108.6100 ESTABLISHED
fffff80032543800 tcp4       0      0 192.168.3.1.28680  74.125.239.150.443 ESTABLISHED
fffff80004930c00 tcp4       0      0 192.168.1.77.6666  192.168.1.108.6098 ESTABLISHED
fffff8003251d400 tcp4       0      0 192.168.3.1.28427  173.194.79.125.443 ESTABLISHED
fffff80032544c00 tcp4       0      0 192.168.1.77.6666  192.168.1.10.65464 ESTABLISHED
fffff80032a02400 tcp4       0      0 192.168.1.77.22    192.168.1.10.65431 ESTABLISHED
fffff800324d0800 tcp4       0      0 192.168.1.77.445   192.168.1.10.65427 ESTABLISHED
fffff800324cfc00 tcp4       0      0 127.0.0.1.8021     *.*                LISTEN
fffff80032a03400 tcp4       0      0 192.168.1.77.5060  *.*                LISTEN
fffff80032523800 tcp6       0      0 ::1.5060           *.*                LISTEN
fffff80032525800 tcp4       0      0 192.168.1.77.5080  *.*                LISTEN
fffff80032546000 tcp4       0      0 *.3306             *.*                LISTEN
fffff8003252a800 tcp4       0      0 *.8089             *.*                LISTEN
fffff80032531800 tcp6       0      0 *.8089             *.*                LISTEN
fffff80032525c00 tcp4       0      0 *.8088             *.*                LISTEN
fffff80049182800 tcp6       0      0 *.8088             *.*                LISTEN
fffff8003251e800 tcp4       0      0 *.22               *.*                LISTEN
fffff80032007400 tcp6       0      0 *.22               *.*                LISTEN
fffff800490e7400 tcp4       0      0 *.444              *.*                LISTEN
fffff800490e7000 tcp4       0      0 *.4559             *.*                LISTEN
fffff800324cac00 tcp4       0      0 192.168.1.77.20002 *.*                LISTEN
fffff800324d0c00 tcp4       0      0 *.5555             *.*                LISTEN
fffff80032a04400 tcp4       0      0 127.0.0.1.4949     *.*                LISTEN
fffff80032524400 tcp4       0      0 *.443              *.*                LISTEN
fffff8003254dc00 tcp4       0      0 *.80               *.*                LISTEN
fffff8003254e400 tcp6       0      0 ::1.25             *.*                LISTEN
fffff80032544000 tcp4       0      0 192.168.1.77.25    *.*                LISTEN
fffff80032545000 tcp4       0      0 127.0.0.1.25       *.*                LISTEN
fffff80032a04c00 tcp4       0      0 *.6666             *.*                LISTEN
fffff800327a1c00 tcp4       0      0 *.3690             *.*                LISTEN
fffff800327a5000 tcp4       0      0 *.139              *.*                LISTEN
fffff800327a5400 tcp4       0      0 *.445              *.*                LISTEN
fffff800327a5800 tcp6       0      0 *.139              *.*                LISTEN
fffff800327a5c00 tcp6       0      0 *.445              *.*                LISTEN
fffff800327a6000 tcp46      0      0 *.33329            *.*                LISTEN
fffff800327a6400 tcp46      0      0 *.33328            *.*                LISTEN
fffff800327a6800 tcp46      0      0 *.33327            *.*                LISTEN
fffff800327a6c00 tcp46      0      0 *.33326            *.*                LISTEN
fffff800327a8000 tcp46      0      0 *.33325            *.*                LISTEN
fffff800327a8400 tcp46      0      0 *.33324            *.*                LISTEN
fffff800327a8800 tcp46      0      0 *.33323            *.*                LISTEN
fffff800327a8c00 tcp46      0      0 *.33322            *.*                LISTEN
fffff8003254e800 tcp46      0      0 *.33321            *.*                LISTEN
fffff8003254ec00 tcp46      0      0 *.33320            *.*                LISTEN
fffff8003277f000 tcp46      0      0 *.33319            *.*                LISTEN
fffff8003277f400 tcp46      0      0 *.33318            *.*                LISTEN
fffff8003277f800 tcp46      0      0 *.33317            *.*                LISTEN
fffff8003277fc00 tcp46      0      0 *.33316            *.*                LISTEN
fffff800327a0000 tcp46      0      0 *.33315            *.*                LISTEN
fffff800327a0400 tcp46      0      0 *.33314            *.*                LISTEN
fffff800327a0800 tcp46      0      0 *.33313            *.*                LISTEN
fffff800327a0c00 tcp46      0      0 *.33312            *.*                LISTEN
fffff800327a1000 tcp46      0      0 *.33311            *.*                LISTEN
fffff800327a1400 tcp46      0      0 *.33310            *.*                LISTEN
fffff800327a1800 tcp46      0      0 *.33309            *.*                LISTEN
fffff80032546400 tcp46      0      0 *.33308            *.*                LISTEN
fffff80032546800 tcp46      0      0 *.33307            *.*                LISTEN
fffff80032546c00 tcp46      0      0 *.33306            *.*                LISTEN
fffff8003254c000 tcp46      0      0 *.33305            *.*                LISTEN
fffff8003254c400 tcp46      0      0 *.33304            *.*                LISTEN
fffff8003254c800 tcp46      0      0 *.33303            *.*                LISTEN
fffff8003254cc00 tcp46      0      0 *.33302            *.*                LISTEN
fffff8003254d000 tcp46      0      0 *.33301            *.*                LISTEN
fffff8003254d400 tcp46      0      0 *.33300            *.*                LISTEN
fffff80032007c00 tcp4       0      0 127.0.0.1.8388     *.*                LISTEN
fffff80004930400 tcp4       0      0 192.168.1.77.1080  *.*                LISTEN
fffff800321d0000 tcp4       0      0 192.168.1.77.1081  *.*                LISTEN
fffff800321d0400 tcp4       0      0 127.0.0.1.8488     *.*                LISTEN
fffff800321d0800 tcp4       0      0 *.1723             *.*                LISTEN
fffff800321d0c00 tcp4       0      0 *.5006             *.*                LISTEN
fffff80032257000 tcp4       0      0 127.0.0.1.5005     *.*                LISTEN
fffff80032257400 tcp4       0      0 *.886              *.*                LISTEN
fffff800320d2000 tcp6       0      0 *.904              *.*                LISTEN
fffff800320d2400 tcp4       0      0 *.840              *.*                LISTEN
fffff800320d2800 tcp6       0      0 *.840              *.*                LISTEN
fffff800320d2c00 tcp6       0      0 *.2049             *.*                LISTEN
fffff800320d3000 tcp4       0      0 *.2049             *.*                LISTEN
fffff800320d3400 tcp4       0      0 *.985              *.*                LISTEN
fffff800320d3800 tcp6       0      0 *.985              *.*                LISTEN
fffff800320d3c00 tcp4       0      0 *.111              *.*                LISTEN
fffff80032006000 tcp6       0      0 *.111              *.*                LISTEN
fffff80032006400 tcp4       0      0 127.0.0.1.953      *.*                LISTEN
fffff80032006800 tcp4       0      0 127.0.0.1.53       *.*                LISTEN
fffff80032006c00 tcp4       0      0 192.168.111.1.53   *.*                LISTEN
fffff80032007000 tcp4       0      0 192.168.1.77.53    *.*                LISTEN
fffff80032193ab8 udp4       0      0 *.67               *.*                
fffff80032193930 udp6       0      0 *.51677            *.*                
fffff800321937a8 udp4       0      0 *.16701            *.*                
fffff8003269c498 udp4       0      0 192.168.7.1.123    *.*                
fffff8003269b930 udp4       0      0 *.*                *.*                
fffff8003269bab8 udp6       0      0 fe80::e22a:82ff:.1 *.*                
fffff8000469b310 udp4       0      0 192.168.15.2.123   *.*                
fffff800321b7620 udp4       0      0 192.168.9.2.123    *.*                
fffff8003269cdc8 udp4       0      0 192.168.1.77.5060  *.*                
fffff80032193498 udp6       0      0 ::1.5060           *.*                
fffff8000469c930 udp4       0      0 192.168.1.77.5080  *.*                
fffff8003269d188 udp4       0      0 122.224.126.17.603 122.224.126.1.5351 
fffff8003269c620 udp4       0      0 192.168.1.77.20002 *.*                
fffff8003269cc40 udp4       0      0 192.168.1.77.5351  *.*                
fffff8003269d7a8 udp4       0      0 192.168.1.77.61600 *.*                
fffff8003269d620 udp4       0      0 *.1900             *.*                
fffff8003269c930 udp4       0      0 *.44387            *.*                
fffff8000469ddc8 udp4       0      0 192.168.1.255.138  *.*                
fffff80032193000 udp4       0      0 192.168.1.77.138   *.*                
fffff80032193188 udp4       0      0 192.168.1.255.137  *.*                
fffff80032193310 udp4       0      0 192.168.1.77.137   *.*                
fffff80032193620 udp4       0      0 *.138              *.*                
fffff80032193c40 udp4       0      0 *.137              *.*                
fffff800321b7498 udp4       0      0 183.156.6.27.123   *.*                
fffff800321b7930 udp4       0      0 192.168.4.1.123    *.*                
fffff8003213c930 udp4       0      0 192.168.3.1.123    *.*                
fffff8000469b7a8 udp4       0      0 127.0.1.1.123      *.*                
fffff800321b77a8 udp4       0      0 127.0.0.1.123      *.*                
fffff8003213cc40 udp6       0      0 fe80::1%lo0.123    *.*                
fffff8000469c620 udp6       0      0 ::1.123            *.*                
fffff8003213cdc8 udp6       0      0 fe80::202:b3ff:f.1 *.*                
fffff8003213c7a8 udp4       0      0 192.168.8.1.123    *.*                
fffff8003213c000 udp6       0      0 fe80::21b:21ff:f.1 *.*                
fffff8000469cc40 udp4       0      0 122.224.126.17.123 *.*                
fffff8000469b498 udp4       0      0 192.168.111.1.123  *.*                
fffff8003213cab8 udp6       0      0 fe80::21b:21ff:f.1 *.*                
fffff8003213c188 udp4       0      0 192.168.1.77.123   *.*                
fffff8000469c7a8 udp6       0      0 *.123              *.*                
fffff8003213c310 udp4       0      0 *.123              *.*                
fffff8003213c498 udp4       0      0 *.661              *.*                
fffff8003213c620 udp6       0      0 *.822              *.*                
fffff8000469cdc8 udp6       0      0 *.927              *.*                
fffff8000469c188 udp4       0      0 *.*                *.*                
fffff8000469c498 udp4       0      0 *.840              *.*                
fffff8000469c310 udp6       0      0 *.840              *.*                
fffff800321b7000 udp6       0      0 *.2049             *.*                
fffff800321b7188 udp4       0      0 *.2049             *.*                
fffff8000469b000 udp4       0      0 *.985              *.*                
fffff8000469b188 udp6       0      0 *.985              *.*                
fffff8000469b930 udp6       0      0 *.*                *.*                
fffff8000469bab8 udp4       0      0 *.726              *.*                
fffff8000469bc40 udp4       0      0 *.111              *.*                
fffff8000469bdc8 udp6       0      0 *.659              *.*                
fffff8000469c000 udp6       0      0 *.111              *.*                
fffff8000469d498 udp4       0      0 127.0.0.1.53       *.*                
fffff8000469d620 udp4       0      0 192.168.111.1.53   *.*                
fffff8000469d7a8 udp4       0      0 192.168.1.77.53    *.*                
fffff8000469d930 udp4       0      0 *.514              *.*                
fffff8000469dab8 udp6       0      0 *.514              *.*                
fffff8000469dc40 udp4       0      0 *.520              *.*                
fffff80004916ab8 icm4       0      0 *.*                *.*                
fffff80004916c40 icm4       0      0 *.*                *.*                
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
fffff80032f8b0f0 stream      0      0        0 fffff80032f8b1e0        0        0
fffff80032f8b1e0 stream      0      0        0 fffff80032f8b0f0        0        0
fffff80032f8b2d0 stream      0      0        0 fffff80032f8b3c0        0        0
fffff80032f8b3c0 stream      0      0        0 fffff80032f8b2d0        0        0
fffff80032f8b4b0 stream      0      0        0 fffff80032f8b5a0        0        0
fffff80032f8b5a0 stream      0      0        0 fffff80032f8b4b0        0        0
fffff80032f8b690 stream      0      0        0 fffff80032f8b780        0        0
fffff80032f8b780 stream      0      0        0 fffff80032f8b690        0        0
fffff80032f8b870 stream      0      0        0 fffff80032f8b960        0        0
fffff80032f8b960 stream      0      0        0 fffff80032f8b870        0        0
fffff80032f8ba50 stream      0      0        0 fffff80032f8bb40        0        0
fffff80032f8bb40 stream      0      0        0 fffff80032f8ba50        0        0
fffff80032f8bc30 stream      0      0        0 fffff80032f8bd20        0        0
fffff80032f8bd20 stream      0      0        0 fffff80032f8bc30        0        0
fffff80032f8be10 stream      0      0 fffff800499231d8        0        0        0 /tmp/mysql.sock
fffff80032f8c000 stream      0      0 fffff800499241d8        0        0        0 /var/run/cgisock.3238
fffff80032f8c3c0 stream      0      0        0 fffff800047563c0        0        0
fffff800047563c0 stream      0      0        0 fffff80032f8c3c0        0        0
fffff80004756000 stream      0      0        0 fffff800047560f0        0        0
fffff800047560f0 stream      0      0        0 fffff80004756000        0        0
fffff80032f8c5a0 stream      0      0 fffff80032ef2ce8        0        0        0 private/scache
fffff80032f8c690 stream      0      0 fffff80032f3bce8        0        0        0 private/anvil
fffff80032f8c780 stream      0      0 fffff80032f3b760        0        0        0 private/lmtp
fffff80032f8c870 stream      0      0 fffff80032ef2b10        0        0        0 private/virtual
fffff800046d7000 stream      0      0 fffff80032f3a760        0        0        0 private/local
fffff800046d70f0 stream      0      0 fffff80032f3ace8        0        0        0 private/discard
fffff800046d71e0 stream      0      0 fffff80032f3b1d8        0        0        0 private/retry
fffff800046d72d0 stream      0      0 fffff80032f3b3b0        0        0        0 private/error
fffff800046d73c0 stream      0      0 fffff80032d7f760        0        0        0 public/showq
fffff800046d74b0 stream      0      0 fffff80032f3ab10        0        0        0 private/relay
fffff800046d75a0 stream      0      0 fffff80032f3b000        0        0        0 private/smtp
fffff800046d7690 stream      0      0 fffff80032f3a1d8        0        0        0 private/proxywrite
fffff800046d7780 stream      0      0 fffff80032f3bb10        0        0        0 private/proxymap
fffff800046d7870 stream      0      0 fffff80032d7f938        0        0        0 public/flush
fffff800046d7960 stream      0      0 fffff80032f3a938        0        0        0 private/verify
fffff800046d7a50 stream      0      0 fffff80032f3b588        0        0        0 private/trace
fffff800046d7b40 stream      0      0 fffff80032f3b938        0        0        0 private/defer
fffff800046d7c30 stream      0      0 fffff80032f3a3b0        0        0        0 private/bounce
fffff800046d7d20 stream      0      0 fffff80032f3a588        0        0        0 private/rewrite
fffff800046d7e10 stream      0      0 fffff80032f55000        0        0        0 private/tlsmgr
fffff800047561e0 stream      0      0 fffff80032f3a000        0        0        0 public/qmgr
fffff800047562d0 stream      0      0 fffff80032d7fce8        0        0        0 public/cleanup
fffff800047565a0 stream      0      0 fffff80032d7fb10        0        0        0 public/pickup
fffff80004756780 stream      0      0        0 fffff80004756870        0        0
fffff80004756870 stream      0      0        0 fffff80004756780        0        0
fffff80004756960 stream      0      0        0 fffff80004756a50        0        0
fffff80004756a50 stream      0      0        0 fffff80004756960        0        0
fffff80004756b40 stream      0      0        0 fffff80004756c30        0        0
fffff80004756c30 stream      0      0        0 fffff80004756b40        0        0
fffff80004756d20 stream      0      0        0 fffff80004756e10        0        0
fffff80004756e10 stream      0      0        0 fffff80004756d20        0        0
fffff80004757000 stream      0      0        0 fffff800047570f0        0        0
fffff800047570f0 stream      0      0        0 fffff80004757000        0        0
fffff800047571e0 stream      0      0        0 fffff800047572d0        0        0
fffff800047572d0 stream      0      0        0 fffff800047571e0        0        0
fffff800047573c0 stream      0      0        0 fffff800047574b0        0        0
fffff800047574b0 stream      0      0        0 fffff800047573c0        0        0
fffff800047575a0 stream      0      0        0 fffff80004757690        0        0
fffff80004757690 stream      0      0        0 fffff800047575a0        0        0
fffff80004757780 stream      0      0        0 fffff80004757870        0        0
fffff80004757870 stream      0      0        0 fffff80004757780        0        0
fffff80004757960 stream      0      0        0 fffff80004757a50        0        0
fffff80004757a50 stream      0      0        0 fffff80004757960        0        0
fffff80004757e10 stream      0      0 fffff800326111d8        0        0        0 /var/run/samba/nmbd/unexpected
fffff800047f84b0 stream      0      0 fffff800321e93b0        0        0        0 /var/run/rpcbind.sock
fffff800047f8b40 stream      0      0 fffff800046a31d8        0        0        0 /var/run/devd.pipe
fffff80032f8ad20 dgram       0      0        0 fffff800047f8960        0 fffff80032f8b000
fffff80032f8b000 dgram       0      0        0 fffff800047f8960        0 fffff80032f8c2d0
fffff80032f8ae10 dgram       0      0 fffff80058680938        0        0        0 /var/run/hostapd/wlan0
fffff80032f8c0f0 dgram       0      0        0 fffff800047f8a50        0 fffff80032f8c1e0
fffff80032f8c1e0 dgram       0      0        0 fffff800047f8a50        0 fffff80004757b40
fffff80032f8c2d0 dgram       0      0        0 fffff800047f8960        0 fffff800047564b0
fffff800047564b0 dgram       0      0        0 fffff800047f8960        0 fffff80032f8c4b0
fffff80032f8c4b0 dgram       0      0        0 fffff800047f8960        0 fffff80004756690
fffff80004756690 dgram       0      0        0 fffff800047f8960        0 fffff80004757d20
fffff80004757b40 dgram       0      0        0 fffff800047f8a50        0 fffff80004757c30
fffff80004757c30 dgram       0      0        0 fffff800047f8a50        0        0
fffff80004757d20 dgram       0      0        0 fffff800047f8960        0 fffff800047f80f0
fffff800047f80f0 dgram       0      0        0 fffff800047f8960        0 fffff800047f81e0
fffff800047f81e0 dgram       0      0        0 fffff800047f8960        0 fffff800047f83c0
fffff800047f83c0 dgram       0      0        0 fffff800047f8960        0 fffff800047f82d0
fffff800047f82d0 dgram       0      0        0 fffff800047f8960        0 fffff800047f8870
fffff800047f8870 dgram       0      0        0 fffff800047f8960        0 fffff800047f85a0
fffff800047f85a0 dgram       0      0        0 fffff800047f8960        0 fffff800047f8690
fffff800047f8690 dgram       0      0        0 fffff800047f8960        0 fffff800047f8780
fffff800047f8780 dgram       0      0        0 fffff800047f8960        0        0
fffff800047f8960 dgram       0      0 fffff800045f3760        0 fffff80032f8ad20        0 /var/run/logpriv
fffff800047f8a50 dgram       0      0 fffff80004b74760        0 fffff80032f8c0f0        0 /var/run/log

------------------------------------------------------------------------
netstat -aL

Current listen queue sizes (qlen/incqlen/maxqlen)
Proto Listen         Local Address         
tcp4  0/0/5          localhost.ftp-proxy    
tcp4  0/0/64         dev.sip                
tcp6  0/0/64         localhost.sip          
tcp4  0/0/64         dev.5080               
tcp4  0/0/50         *.mysql                
tcp4  0/0/128        *.8089                 
tcp6  0/0/128        *.8089                 
tcp4  0/0/128        *.8088                 
tcp6  0/0/128        *.8088                 
tcp4  0/0/128        *.ssh                  
tcp6  0/0/128        *.ssh                  
tcp4  0/0/5          *.snpp                 
tcp4  0/0/5          *.hylafax              
tcp4  0/0/128        dev.20002              
tcp4  0/0/5          *.5555                 
tcp4  0/0/128        localhost.4949         
tcp4  0/0/128        *.https                
tcp4  0/0/128        *.http                 
tcp6  0/0/100        localhost.smtp         
tcp4  0/0/100        dev.smtp               
tcp4  0/0/100        localhost.smtp         
tcp4  0/0/128        *.6666                 
tcp4  0/0/7          *.svn                  
tcp4  0/0/50         *.netbios-ssn          
tcp4  0/0/50         *.microsoft-ds         
tcp6  0/0/50         *.netbios-ssn          
tcp6  0/0/50         *.microsoft-ds         
tcp46 0/0/1          *.33329                
tcp46 0/0/1          *.33328                
tcp46 0/0/1          *.33327                
tcp46 0/0/1          *.33326                
tcp46 0/0/1          *.33325                
tcp46 0/0/1          *.33324                
tcp46 0/0/1          *.33323                
tcp46 0/0/1          *.33322                
tcp46 0/0/1          *.33321                
tcp46 0/0/1          *.33320                
tcp46 0/0/1          *.33319                
tcp46 0/0/1          *.33318                
tcp46 0/0/1          *.33317                
tcp46 0/0/1          *.33316                
tcp46 0/0/1          *.33315                
tcp46 0/0/1          *.33314                
tcp46 0/0/1          *.33313                
tcp46 0/0/1          *.33312                
tcp46 0/0/1          *.33311                
tcp46 0/0/1          *.33310                
tcp46 0/0/1          *.33309                
tcp46 0/0/1          *.33308                
tcp46 0/0/1          *.33307                
tcp46 0/0/1          *.33306                
tcp46 0/0/1          *.33305                
tcp46 0/0/1          *.33304                
tcp46 0/0/1          *.33303                
tcp46 0/0/1          *.33302                
tcp46 0/0/1          *.33301                
tcp46 0/0/1          *.33300                
tcp4  0/0/128        localhost.8388         
tcp4  0/0/128        dev.socks              
tcp4  0/0/128        dev.1081               
tcp4  0/0/128        localhost.8488         
tcp4  0/0/2          *.pptp                 
tcp4  0/0/128        *.5006                 
tcp4  0/0/2          localhost.5005         
tcp4  0/0/128        *.886                  
tcp6  0/0/128        *.904                  
tcp4  0/0/128        *.840                  
tcp6  0/0/128        *.840                  
tcp6  0/0/5          *.nfsd                 
tcp4  0/0/5          *.nfsd                 
tcp4  0/0/128        *.985                  
tcp6  0/0/128        *.985                  
tcp4  0/0/128        *.sunrpc               
tcp6  0/0/128        *.sunrpc               
tcp4  0/0/128        localhost.rndc         
tcp4  0/0/10         localhost.domain       
tcp4  0/0/10         192.168.111.1.domain   
tcp4  0/0/10         dev.domain             
unix  0/0/50         /tmp/mysql.sock
unix  0/0/100        /var/run/cgisock.3238
unix  0/0/100        private/scache
unix  0/0/100        private/anvil
unix  0/0/100        private/lmtp
unix  0/0/100        private/virtual
unix  0/0/100        private/local
unix  0/0/100        private/discard
unix  0/0/100        private/retry
unix  0/0/100        private/error
unix  0/0/100        public/showq
unix  0/0/100        private/relay
unix  0/0/100        private/smtp
unix  0/0/100        private/proxywrite
unix  0/0/100        private/proxymap
unix  0/0/100        public/flush
unix  0/0/100        private/verify
unix  0/0/100        private/trace
unix  0/0/100        private/defer
unix  0/0/100        private/bounce
unix  0/0/100        private/rewrite
unix  0/0/100        private/tlsmgr
unix  0/0/100        public/qmgr
unix  0/0/100        public/cleanup
unix  0/0/100        public/pickup
unix  0/0/5          /var/run/samba/nmbd/unexpected
unix  0/0/128        /var/run/rpcbind.sock
unix  0/0/4          /var/run/devd.pipe

------------------------------------------------------------------------
fstat

fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read filedesc at 0xfffff80058492800
fstat: can't read filedesc at 0xfffff80058491800
fstat: can't read filedesc at 0xfffff80058492000
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read filedesc at 0xfffff800495d1000
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 37 at 0x2007fffffffffff
fstat: can't read file 38 at 0x400000000003fff
fstat: can't read file 40 at 0x780000ffff
fstat: can't read file 43 at 0x2007fffffffffff
fstat: can't read file 44 at 0x400000000003fff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 49 at 0x2007fffffffffff
fstat: can't read file 50 at 0x400000000003fff
fstat: can't read file 52 at 0x780000ffff
fstat: can't read file 55 at 0x2007fffffffffff
fstat: can't read file 56 at 0x400000000003fff
fstat: can't read file 58 at 0x780000ffff
fstat: can't read file 61 at 0x2007fffffffffff
fstat: can't read file 62 at 0x400000000003fff
fstat: can't read file 64 at 0x780000ffff
fstat: can't read file 67 at 0x2007fffffffffff
fstat: can't read file 68 at 0x400000000003fff
fstat: can't read file 70 at 0x780000ffff
fstat: can't read file 73 at 0x2007fffffffffff
fstat: can't read file 74 at 0x400000000003fff
fstat: can't read file 76 at 0x780000ffff
fstat: can't read file 79 at 0x2007fffffffffff
fstat: can't read file 80 at 0x400000000003fff
fstat: can't read file 82 at 0x780000ffff
fstat: can't read file 85 at 0x2007fffffffffff
fstat: can't read file 86 at 0x400000000003fff
fstat: can't read file 88 at 0x780000ffff
fstat: can't read file 91 at 0x2007fffffffffff
fstat: can't read file 92 at 0x400000000003fff
fstat: can't read file 94 at 0x780000ffff
fstat: can't read file 97 at 0x2007fffffffffff
fstat: can't read file 98 at 0x400000000003fff
fstat: can't read file 100 at 0x780000ffff
fstat: can't read file 103 at 0x2007fffffffffff
fstat: can't read file 104 at 0x400000000003fff
fstat: can't read file 106 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 29 at 0x1
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 35 at 0x1
fstat: can't read file 37 at 0x2007fffffffffff
fstat: can't read file 38 at 0x400000000003fff
fstat: can't read file 40 at 0x780000ffff
fstat: can't read file 41 at 0x1
fstat: can't read file 43 at 0x2007fffffffffff
fstat: can't read file 44 at 0x400000000003fff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 47 at 0x1
fstat: can't read file 49 at 0x2007fffffffffff
fstat: can't read file 50 at 0x400000000003fff
fstat: can't read file 52 at 0x780000ffff
fstat: can't read file 67 at 0x2007fffffffffff
fstat: can't read file 68 at 0x400000000003fff
fstat: can't read file 70 at 0x780000ffff
fstat: can't read file 73 at 0x2007fffffffffff
fstat: can't read file 74 at 0x400000000003fff
fstat: can't read file 76 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 29 at 0x1
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 35 at 0x1
fstat: can't read file 37 at 0x2007fffffffffff
fstat: can't read file 38 at 0x400000000003fff
fstat: can't read file 40 at 0x780000ffff
fstat: can't read file 41 at 0x1
fstat: can't read file 43 at 0x2007fffffffffff
fstat: can't read file 44 at 0x400000000003fff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 47 at 0x1
fstat: can't read file 49 at 0x2007fffffffffff
fstat: can't read file 50 at 0x400000000003fff
fstat: can't read file 52 at 0x780000ffff
fstat: can't read file 55 at 0x2007fffffffffff
fstat: can't read file 56 at 0x400000000003fff
fstat: can't read file 58 at 0x780000ffff
fstat: can't read file 61 at 0x2007fffffffffff
fstat: can't read file 62 at 0x400000000003fff
fstat: can't read file 64 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 29 at 0x1
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 37 at 0x2007fffffffffff
fstat: can't read file 38 at 0x400000000003fff
fstat: can't read file 40 at 0x780000ffff
fstat: can't read file 41 at 0x1
fstat: can't read file 43 at 0x2007fffffffffff
fstat: can't read file 44 at 0x400000000003fff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 47 at 0x1
fstat: can't read file 49 at 0x2007fffffffffff
fstat: can't read file 50 at 0x400000000003fff
fstat: can't read file 52 at 0x780000ffff
fstat: can't read file 53 at 0x1
fstat: can't read file 55 at 0x2007fffffffffff
fstat: can't read file 56 at 0x400000000003fff
fstat: can't read file 58 at 0x780000ffff
fstat: can't read file 59 at 0x1
fstat: can't read file 61 at 0x2007fffffffffff
fstat: can't read file 62 at 0x400000000003fff
fstat: can't read file 64 at 0x780000ffff
fstat: can't read file 65 at 0x1
fstat: can't read file 67 at 0x2007fffffffffff
fstat: can't read file 68 at 0x400000000003fff
fstat: can't read file 70 at 0x780000ffff
fstat: can't read file 71 at 0x1
fstat: can't read file 73 at 0x2007fffffffffff
fstat: can't read file 74 at 0x400000000003fff
fstat: can't read file 76 at 0x780000ffff
fstat: can't read file 77 at 0x1
fstat: can't read file 79 at 0x2007fffffffffff
fstat: can't read file 80 at 0x400000000003fff
fstat: can't read file 82 at 0x780000ffff
fstat: can't read file 83 at 0x1
fstat: can't read file 85 at 0x2007fffffffffff
fstat: can't read file 86 at 0x400000000003fff
fstat: can't read file 88 at 0x780000ffff
fstat: can't read file 89 at 0x1
fstat: can't read file 91 at 0x2007fffffffffff
fstat: can't read file 92 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 29 at 0x1
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 37 at 0x2007fffffffffff
fstat: can't read file 38 at 0x400000000003fff
fstat: can't read file 40 at 0x780000ffff
fstat: can't read file 41 at 0x1
fstat: can't read file 43 at 0x2007fffffffffff
fstat: can't read file 44 at 0x400000000003fff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 47 at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x1
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x1
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x1
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 29 at 0x1
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 35 at 0x1
fstat: can't read file 37 at 0x2007fffffffffff
fstat: can't read file 38 at 0x400000000003fff
fstat: can't read file 40 at 0x780000ffff
fstat: can't read file 41 at 0x1
fstat: can't read file 43 at 0x2007fffffffffff
fstat: can't read file 44 at 0x400000000003fff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 47 at 0x1
fstat: can't read file 49 at 0x2007fffffffffff
fstat: can't read file 50 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x1
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x1
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 17 at 0x1
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 29 at 0x1
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 35 at 0x1
fstat: can't read file 37 at 0x2007fffffffffff
fstat: can't read file 38 at 0x400000000003fff
fstat: can't read file 40 at 0x780000ffff
fstat: can't read file 41 at 0x1
fstat: can't read file 43 at 0x2007fffffffffff
fstat: can't read file 44 at 0x400000000003fff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 47 at 0x1
fstat: can't read file 49 at 0x2007fffffffffff
fstat: can't read file 50 at 0x400000000003fff
fstat: can't read file 52 at 0x780000ffff
fstat: can't read file 53 at 0x1
fstat: can't read file 55 at 0x2007fffffffffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x1
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 5 at 0x1
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 11 at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read file 7 at 0x2007fffffffffff
fstat: can't read file 8 at 0x400000000003fff
fstat: can't read file 10 at 0x780000ffff
fstat: can't read file 13 at 0x2007fffffffffff
fstat: can't read file 14 at 0x400000000003fff
fstat: can't read file 16 at 0x780000ffff
fstat: can't read file 19 at 0x2007fffffffffff
fstat: can't read file 20 at 0x400000000003fff
fstat: can't read file 22 at 0x780000ffff
fstat: can't read file 23 at 0x1
fstat: can't read file 25 at 0x2007fffffffffff
fstat: can't read file 26 at 0x400000000003fff
fstat: can't read file 28 at 0x780000ffff
fstat: can't read file 31 at 0x2007fffffffffff
fstat: can't read file 32 at 0x400000000003fff
fstat: can't read file 34 at 0x780000ffff
fstat: can't read file 43 at 0x2007fffffffffff
fstat: can't read file 44 at 0x400000000003fff
fstat: can't read file 46 at 0x780000ffff
fstat: can't read file 49 at 0x2007fffffffffff
fstat: can't read file 50 at 0x400000000003fff
fstat: can't read file 52 at 0x780000ffff
fstat: can't read file 55 at 0x2007fffffffffff
fstat: can't read file 56 at 0x400000000003fff
fstat: can't read file 58 at 0x780000ffff
fstat: can't read file 121 at 0x2007fffffffffff
fstat: can't read file 122 at 0x400000000003fff
fstat: can't read file 124 at 0x780000ffff
fstat: can't read file 127 at 0x2007fffffffffff
fstat: can't read file 128 at 0x400000000003fff
fstat: can't read file 130 at 0x780000ffff
fstat: can't read file 133 at 0x2007fffffffffff
fstat: can't read file 134 at 0x400000000003fff
fstat: can't read file 136 at 0x780000ffff
fstat: can't read file 139 at 0x2007fffffffffff
fstat: can't read file 140 at 0x400000000003fff
fstat: can't read file 142 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read filedesc at 0xfffff800049df800
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read file 4 at 0x780000ffff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read file 1 at 0x2007fffffffffff
fstat: can't read file 2 at 0x400000000003fff
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
fstat: can't read znode_phys at 0x1
USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W
root     smbd        5450 root -         -       error    -
root     smbd        5450   wd -         -       error    -
root     smbd        5450 text -         -       error    -
root     smbd        5450    0 /dev          7 crw-rw-rw-    null rw
root     smbd        5450    6 /dev          7 crw-rw-rw-    null rw
root     smbd        5450   12 -         -       error    -
root     smbd        5450   18 -         -       error    -
root     smbd        5450   24 /dev         11 crw-rw-rw-  random  r
root     smbd        5450   30 -         -       error    -
dhcpd    dhcpd       4347 root -         -       error    -
dhcpd    dhcpd       4347   wd -         -       error    -
dhcpd    dhcpd       4347 text -         -       error    -
dhcpd    dhcpd       4347    0 /dev          7 crw-rw-rw-    null rw
dhcpd    dhcpd       4347    6 /dev          7 crw-rw-rw-    null rw
dhcpd    dhcpd       4347   12 /dev          7 crw-rw-rw-    null rw
dhcpd    dhcpd       4347   18* local dgram fffff80032f8ad20 <-> fffff800047f8960
root     hostapd     3527 root -         -       error    -
root     hostapd     3527   wd -         -       error    -
root     hostapd     3527 text -         -       error    -
root     hostapd     3527    0 /dev          7 crw-rw-rw-    null rw
root     hostapd     3527    6 /dev          7 crw-rw-rw-    null rw
nukq     bash        3482 root -         -       error    -
nukq     bash        3482   wd -         -       error    -
nukq     bash        3482 text -         -       error    -
nukq     bash        3482 ctty /dev        196 crw--w----  pts/39 rw
nukq     bash        3482    0 /dev        196 crw--w----  pts/39 rw
nukq     bash        3482    6 /dev        196 crw--w----  pts/39 rw
nukq     bash        3482   12 /dev        196 crw--w----  pts/39 rw
nukq     bash        3478 root -         -       error    -
nukq     bash        3478   wd -         -       error    -
nukq     bash        3478 text -         -       error    -
nukq     bash        3478 ctty /dev        192 crw--w----  pts/35 rw
nukq     bash        3478    0 /dev        192 crw--w----  pts/35 rw
nukq     bash        3478    6 /dev        192 crw--w----  pts/35 rw
nukq     bash        3478   12 /dev        192 crw--w----  pts/35 rw
nukq     bash        3477 root -         -       error    -
nukq     bash        3477   wd -         -       error    -
nukq     bash        3477 text -         -       error    -
nukq     bash        3477 ctty /dev        191 crw--w----  pts/34 rw
nukq     bash        3477    0 /dev        191 crw--w----  pts/34 rw
nukq     bash        3477    6 /dev        191 crw--w----  pts/34 rw
nukq     bash        3477   12 /dev        191 crw--w----  pts/34 rw
nukq     bash        3476 root -         -       error    -
nukq     bash        3476   wd -         -       error    -
nukq     bash        3476 text -         -       error    -
nukq     bash        3476 ctty /dev        190 crw--w----  pts/33 rw
nukq     bash        3476    0 /dev        190 crw--w----  pts/33 rw
nukq     bash        3476    6 /dev        190 crw--w----  pts/33 rw
nukq     bash        3476   12 /dev        190 crw--w----  pts/33 rw
nukq     bash        3475 root -         -       error    -
nukq     bash        3475   wd -         -       error    -
nukq     bash        3475 text -         -       error    -
nukq     bash        3475 ctty /dev        189 crw--w----  pts/32 rw
nukq     bash        3475    0 /dev        189 crw--w----  pts/32 rw
nukq     bash        3475    6 /dev        189 crw--w----  pts/32 rw
nukq     bash        3475   12 /dev        189 crw--w----  pts/32 rw
nukq     bash        3474 root -         -       error    -
nukq     bash        3474   wd -         -       error    -
nukq     bash        3474 text -         -       error    -
nukq     bash        3474 ctty /dev        188 crw--w----  pts/31 rw
nukq     bash        3474    0 /dev        188 crw--w----  pts/31 rw
nukq     bash        3474    6 /dev        188 crw--w----  pts/31 rw
nukq     bash        3474   12 /dev        188 crw--w----  pts/31 rw
root     screen      3472 root -         -       error    -
root     screen      3472   wd -         -       error    -
root     screen      3472 text -         -       error    -
root     screen      3472    0 /dev          7 crw-rw-rw-    null  r
root     screen      3472    6 /dev          7 crw-rw-rw-    null  w
root     screen      3472   12 /dev          7 crw-rw-rw-    null  w
nukq     screen      3471 root -         -       error    -
nukq     screen      3471   wd -         -       error    -
nukq     screen      3471 text -         -       error    -
nukq     screen      3471 ctty /dev        187 crw--w----  pts/30 rw
nukq     screen      3471    0 /dev        187 crw--w----  pts/30 rw
nukq     bash        3466 root -         -       error    -
nukq     bash        3466   wd -         -       error    -
nukq     bash        3466 text -         -       error    -
nukq     bash        3466 ctty /dev        187 crw--w----  pts/30 rw
nukq     bash        3466    0 /dev        187 crw--w----  pts/30 rw
nukq     bash        3466    6 /dev        187 crw--w----  pts/30 rw
nukq     bash        3466   12 /dev        187 crw--w----  pts/30 rw
nukq     sshd        3465 root -         -       error    -
nukq     sshd        3465   wd -         -       error    -
nukq     sshd        3465 text -         -       error    -
nukq     sshd        3465    0 /dev          7 crw-rw-rw-    null rw
nukq     sshd        3465    6 /dev          7 crw-rw-rw-    null rw
root     sshd        3463 root -         -       error    -
root     sshd        3463   wd -         -       error    -
root     sshd        3463 text -         -       error    -
root     sshd        3463    0 /dev          7 crw-rw-rw-    null  r
nukq     smbd        3462 root -         -       error    -
nukq     smbd        3462   wd -         -       error    -
nukq     smbd        3462 text -         -       error    -
nukq     smbd        3462    0 /dev          7 crw-rw-rw-    null rw
nukq     smbd        3462    6 /dev          7 crw-rw-rw-    null rw
nukq     smbd        3462   12 -         -       error    -
nukq     smbd        3462   18 -         -       error    -
nukq     smbd        3462   24 /dev         11 crw-rw-rw-  random  r
nukq     smbd        3462   30 -         -       error    -
www      httpd       3306 root -         -       error    -
www      httpd       3306   wd -         -       error    -
www      httpd       3306 text -         -       error    -
www      httpd       3306    0 /dev          7 crw-rw-rw-    null  r
www      httpd       3306    6 /dev          7 crw-rw-rw-    null  w
www      httpd       3306   12 -         -       error    -
www      httpd       3306   18* internet6 stream tcp fffff80049182800
root     getty       3305 root -         -       error    -
root     getty       3305   wd -         -       error    -
root     getty       3305 text -         -       error    -
root     getty       3305 ctty /dev         50 crw-------   ttyv7 rw
root     getty       3305    0 /dev         50 crw-------   ttyv7 rw
root     getty       3304 root -         -       error    -
root     getty       3304   wd -         -       error    -
root     getty       3304 text -         -       error    -
root     getty       3304 ctty /dev         49 crw-------   ttyv6 rw
root     getty       3304    0 /dev         49 crw-------   ttyv6 rw
root     getty       3303 root -         -       error    -
root     getty       3303   wd -         -       error    -
root     getty       3303 text -         -       error    -
root     getty       3303 ctty /dev         48 crw-------   ttyv5 rw
root     getty       3303    0 /dev         48 crw-------   ttyv5 rw
root     getty       3302 root -         -       error    -
root     getty       3302   wd -         -       error    -
root     getty       3302 text -         -       error    -
root     getty       3302 ctty /dev         47 crw-------   ttyv4 rw
root     getty       3302    0 /dev         47 crw-------   ttyv4 rw
root     getty       3301 root -         -       error    -
root     getty       3301   wd -         -       error    -
root     getty       3301 text -         -       error    -
root     getty       3301 ctty /dev         46 crw-------   ttyv3 rw
root     getty       3301    0 /dev         46 crw-------   ttyv3 rw
root     getty       3300 root -         -       error    -
root     getty       3300   wd -         -       error    -
root     getty       3300 text -         -       error    -
root     getty       3300 ctty /dev         45 crw-------   ttyv2 rw
root     getty       3300    0 /dev         45 crw-------   ttyv2 rw
root     getty       3299 root -         -       error    -
root     getty       3299   wd -         -       error    -
root     getty       3299 text -         -       error    -
root     getty       3299 ctty /dev         44 crw-------   ttyv1 rw
root     getty       3299    0 /dev         44 crw-------   ttyv1 rw
root     getty       3298 root -         -       error    -
root     getty       3298   wd -         -       error    -
root     getty       3298 text -         -       error    -
root     getty       3298 ctty /dev         43 crw-------   ttyv0 rw
root     getty       3298    0 /dev         43 crw-------   ttyv0 rw
root     cron        3252 root -         -       error    -
root     cron        3252   wd -         -       error    -
root     cron        3252 text -         -       error    -
root     cron        3252    0 /dev          7 crw-rw-rw-    null rw
www      httpd       3240 root -         -       error    -
www      httpd       3240   wd -         -       error    -
www      httpd       3240 text -         -       error    -
www      httpd       3240    0 /dev          7 crw-rw-rw-    null  r
www      httpd       3240    6 /dev          7 crw-rw-rw-    null  w
www      httpd       3240   12 -         -       error    -
root     httpd       3238 root -         -       error    -
root     httpd       3238   wd -         -       error    -
root     httpd       3238 text -         -       error    -
root     httpd       3238    0 /dev          7 crw-rw-rw-    null  r
root     httpd       3238    6 /dev          7 crw-rw-rw-    null  w
root     httpd       3238   12 -         -       error    -
root     freeswitch  3212 root -         -       error    -
root     freeswitch  3212   wd -         -       error    -
root     freeswitch  3212 text -         -       error    -
root     freeswitch  3212    0 /dev          7 crw-rw-rw-    null  r
root     freeswitch  3212    6 /dev          7 crw-rw-rw-    null  w
root     freeswitch  3212   12 /dev          7 crw-rw-rw-    null  w
root     freeswitch  3212   18 -         -       error    -
root     freeswitch  3212   24* internet dgram udp fffff8003269d188
root     freeswitch  3212   30 -         -       error    -
root     freeswitch  3212   36 /dev         11 crw-rw-rw-  random  r
root     freeswitch  3212   42 -         -       error    -
root     freeswitch  3212   54* local stream fffff80032f8bd20 <-> fffff80032f8bc30
root     freeswitch  3212   60* local stream fffff80032f8bc30 <-> fffff80032f8bd20
root     freeswitch  3212   66 -         -       error    -
root     freeswitch  3212   78* local stream fffff80032f8bb40 <-> fffff80032f8ba50
root     freeswitch  3212   84* local stream fffff80032f8ba50 <-> fffff80032f8bb40
root     freeswitch  3212   96* local stream fffff80032f8b960 <-> fffff80032f8b870
root     freeswitch  3212  102* local stream fffff80032f8b870 <-> fffff80032f8b960
root     freeswitch  3212  108 -         -       error    -
uucp     hfaxd       3204 root -         -       error    -
uucp     hfaxd       3204   wd -         -       error    -
uucp     hfaxd       3204 text -         -       error    -
uucp     hfaxd       3204    0 /dev          7 crw-rw-rw-    null rw
uucp     faxq        3202 root -         -       error    -
uucp     faxq        3202   wd -         -       error    -
uucp     faxq        3202 text -         -       error    -
uucp     faxq        3202    0 /dev          7 crw-rw-rw-    null rw
nobody   memcached   3182 root -         -       error    -
nobody   memcached   3182   wd -         -       error    -
nobody   memcached   3182 text -         -       error    -
nobody   memcached   3182    0 /dev          7 crw-rw-rw-    null rw
nobody   memcached   3182    6 /dev          7 crw-rw-rw-    null rw
nobody   memcached   3182   12 /dev          7 crw-rw-rw-    null rw
root     miniupnpd   3174 root -         -       error    -
root     miniupnpd   3174   wd -         -       error    -
root     miniupnpd   3174 text -         -       error    -
root     miniupnpd   3174    0 /dev          7 crw-rw-rw-    null rw
root     miniupnpd   3174    6 /dev          7 crw-rw-rw-    null rw
root     perl        3171 root -         -       error    -
root     perl        3171   wd -         -       error    -
root     perl        3171 text -         -       error    -
root     perl        3171    0 /dev          7 crw-rw-rw-    null  r
mysql    mysqld      3170 root -         -       error    -
mysql    mysqld      3170   wd -         -       error    -
mysql    mysqld      3170 text -         -       error    -
mysql    mysqld      3170    0 /dev          7 crw-rw-rw-    null  r
mysql    mysqld      3170    6 -         -       error    -
mysql    mysqld      3170   12 -         -       error    -
mysql    mysqld      3170   18 -         -       error    -
mysql    mysqld      3170   24 -         -       error    -
mysql    mysqld      3170   30 -         -       error    -
mysql    sh          2784 root -         -       error    -
mysql    sh          2784   wd -         -       error    -
mysql    sh          2784 text -         -       error    -
mysql    sh          2784    0 /dev          7 crw-rw-rw-    null rw
mysql    sh          2784    6 /dev          7 crw-rw-rw-    null rw
nobody   nginx       2778 root -         -       error    -
nobody   nginx       2778   wd -         -       error    -
nobody   nginx       2778 text -         -       error    -
nobody   nginx       2778    0 /dev          7 crw-rw-rw-    null rw
nobody   nginx       2778    6 /dev          7 crw-rw-rw-    null rw
nobody   nginx       2777 root -         -       error    -
nobody   nginx       2777   wd -         -       error    -
nobody   nginx       2777 text -         -       error    -
nobody   nginx       2777    0 /dev          7 crw-rw-rw-    null rw
nobody   nginx       2777    6 /dev          7 crw-rw-rw-    null rw
root     nginx       2775 root -         -       error    -
root     nginx       2775   wd -         -       error    -
root     nginx       2775 text -         -       error    -
root     nginx       2775    0 /dev          7 crw-rw-rw-    null rw
root     nginx       2775    6 /dev          7 crw-rw-rw-    null rw
postfix  qmgr        2771 root -         -       error    -
postfix  qmgr        2771   wd -         -       error    -
postfix  qmgr        2771 text -         -       error    -
postfix  qmgr        2771    0 /dev          7 crw-rw-rw-    null rw
postfix  qmgr        2771    6 /dev          7 crw-rw-rw-    null rw
postfix  qmgr        2771   12 /dev          7 crw-rw-rw-    null rw
postfix  qmgr        2771   18* pipe fffff80032f945d0 <-> fffff80032f94730    100 rw
postfix  qmgr        2771   24* pipe fffff80032f94730 <-> fffff80032f945d0      0 rw
postfix  qmgr        2771   30* pipe fffff80032a6f730 <-> fffff80032a6f5d0      0 rw
postfix  qmgr        2771   36* local stream fffff800047561e0
postfix  qmgr        2771   42* local dgram fffff800047564b0 <-> fffff800047f8960
postfix  qmgr        2771   66* pipe fffff80032f94000 <-> fffff80032f94160      0 rw
postfix  qmgr        2771   72* pipe fffff80032f94160 <-> fffff80032f94000      0 rw
postfix  pickup      2770 root -         -       error    -
postfix  pickup      2770   wd -         -       error    -
postfix  pickup      2770 text -         -       error    -
postfix  pickup      2770    0 /dev          7 crw-rw-rw-    null rw
postfix  pickup      2770    6 /dev          7 crw-rw-rw-    null rw
postfix  pickup      2770   12 /dev          7 crw-rw-rw-    null rw
postfix  pickup      2770   18* pipe fffff80032f945d0 <-> fffff80032f94730    100 rw
postfix  pickup      2770   24* pipe fffff80032f94730 <-> fffff80032f945d0      0 rw
postfix  pickup      2770   30* pipe fffff80032a6fd00 <-> fffff80032a6fba0      0 rw
postfix  pickup      2770   36* local stream fffff800047565a0
postfix  pickup      2770   42* local dgram fffff80032f8c4b0 <-> fffff800047f8960
postfix  pickup      2770   54* pipe fffff80032f942e8 <-> fffff80032f94448      0 rw
postfix  pickup      2770   60* pipe fffff80032f94448 <-> fffff80032f942e8      0 rw
root     master      2769 root -         -       error    -
root     master      2769   wd -         -       error    -
root     master      2769 text -         -       error    -
root     master      2769    0 /dev          7 crw-rw-rw-    null rw
root     master      2769    6 /dev          7 crw-rw-rw-    null rw
root     master      2769   12 /dev          7 crw-rw-rw-    null rw
root     master      2769   18* local dgram fffff80004756690 <-> fffff800047f8960
root     master      2769   24 /dev          7 crw-rw-rw-    null rw
root     master      2769   30* pipe fffff80032a702e8 <-> fffff80032a70448      0 rw
root     master      2769   36 /dev          7 crw-rw-rw-    null rw
root     master      2769   42 /dev          7 crw-rw-rw-    null rw
root     master      2769   48 /dev          7 crw-rw-rw-    null rw
root     master      2769   54 /dev          7 crw-rw-rw-    null rw
root     master      2769   60 -         -       error    -
root     master      2769   66 -         -       error    -
root     master      2769   72* pipe fffff80032f948b8 <-> fffff80032f94a18      0 rw
root     master      2769   78* internet stream tcp fffff80032545000
root     master      2769   84* internet stream tcp fffff80032544000
root     master      2769   90* internet6 stream tcp fffff8003254e400
root     smartd      2693 root -         -       error    -
root     smartd      2693   wd -         -       error    -
root     smartd      2693 text -         -       error    -
root     smartd      2693    0 /dev          7 crw-rw-rw-    null rw
squid    unlinkd     2691 root -         -       error    -
squid    unlinkd     2691   wd -         -       error    -
squid    unlinkd     2691 text -         -       error    -
squid    unlinkd     2691    0* pipe fffff80032a705d0 <-> fffff80032a70730      0 rw
squid    ncsa_auth   2689 root -         -       error    -
squid    ncsa_auth   2689   wd -         -       error    -
squid    ncsa_auth   2689 text -         -       error    -
squid    ncsa_auth   2689    0* local stream fffff80004756780 <-> fffff80004756870
squid    ncsa_auth   2688 root -         -       error    -
squid    ncsa_auth   2688   wd -         -       error    -
squid    ncsa_auth   2688 text -         -       error    -
squid    ncsa_auth   2688    0* local stream fffff80004756960 <-> fffff80004756a50
squid    ncsa_auth   2687 root -         -       error    -
squid    ncsa_auth   2687   wd -         -       error    -
squid    ncsa_auth   2687 text -         -       error    -
squid    ncsa_auth   2687    0* local stream fffff80004756b40 <-> fffff80004756c30
squid    ncsa_auth   2686 root -         -       error    -
squid    ncsa_auth   2686   wd -         -       error    -
squid    ncsa_auth   2686 text -         -       error    -
squid    ncsa_auth   2686    0* local stream fffff80004756d20 <-> fffff80004756e10
squid    ncsa_auth   2685 root -         -       error    -
squid    ncsa_auth   2685   wd -         -       error    -
squid    ncsa_auth   2685 text -         -       error    -
squid    ncsa_auth   2685    0* local stream fffff80004757000 <-> fffff800047570f0
squid    squirm      2684 root -         -       error    -
squid    squirm      2684   wd -         -       error    -
squid    squirm      2684 text -         -       error    -
squid    squirm      2684    0* local stream fffff800047571e0 <-> fffff800047572d0
squid    squirm      2683 root -         -       error    -
squid    squirm      2683   wd -         -       error    -
squid    squirm      2683 text -         -       error    -
squid    squirm      2683    0* local stream fffff800047573c0 <-> fffff800047574b0
squid    squirm      2682 root -         -       error    -
squid    squirm      2682   wd -         -       error    -
squid    squirm      2682 text -         -       error    -
squid    squirm      2682    0* local stream fffff800047575a0 <-> fffff80004757690
squid    squirm      2681 root -         -       error    -
squid    squirm      2681   wd -         -       error    -
squid    squirm      2681 text -         -       error    -
squid    squirm      2681    0* local stream fffff80004757780 <-> fffff80004757870
squid    squirm      2680 root -         -       error    -
squid    squirm      2680   wd -         -       error    -
squid    squirm      2680 text -         -       error    -
squid    squirm      2680    0* local stream fffff80004757960 <-> fffff80004757a50
squid    squid       2678 root -         -       error    -
squid    squid       2678   wd -         -       error    -
squid    squid       2678 text -         -       error    -
squid    squid       2678    0 /dev          7 crw-rw-rw-    null rw
squid    squid       2678    6 /dev          7 crw-rw-rw-    null rw
squid    squid       2678   12 /dev          7 crw-rw-rw-    null rw
squid    squid       2678   18* local dgram fffff80004757b40 <-> fffff800047f8a50
squid    squid       2678   30 -         -       error    -
squid    squid       2678   36* internet dgram udp fffff8003269c930
squid    squid       2678   42* local stream fffff80004757a50 <-> fffff80004757960
squid    squid       2678   48* local stream fffff80004757870 <-> fffff80004757780
squid    squid       2674 root -         -       error    -
squid    squid       2674   wd -         -       error    -
squid    squid       2674 text -         -       error    -
squid    squid       2674    0 /dev          7 crw-rw-rw-    null rw
www      svnserve.bin  2663 root -         -       error    -
www      svnserve.bin  2663   wd -         -       error    -
www      svnserve.bin  2663 text -         -       error    -
www      svnserve.bin  2663    0 /dev          7 crw-rw-rw-    null  r
root     smbd        2662 root -         -       error    -
root     smbd        2662   wd -         -       error    -
root     smbd        2662 text -         -       error    -
root     smbd        2662    0 /dev          7 crw-rw-rw-    null rw
root     smbd        2662    6 /dev          7 crw-rw-rw-    null rw
root     smbd        2662   12 -         -       error    -
root     smbd        2662   18 -         -       error    -
root     smbd        2662   24 /dev         11 crw-rw-rw-  random  r
root     ser2net     2661 root -         -       error    -
root     ser2net     2661   wd -         -       error    -
root     ser2net     2661 text -         -       error    -
root     ser2net     2661   18* local dgram fffff80004757d20 <-> fffff800047f8960
root     ser2net     2661   24* internet6 stream tcp fffff8003254d400
root     ser2net     2661   30* internet6 stream tcp fffff8003254d000
root     smbd        2648 root -         -       error    -
root     smbd        2648   wd -         -       error    -
root     smbd        2648 text -         -       error    -
root     smbd        2648    0 /dev          7 crw-rw-rw-    null rw
root     smbd        2648    6 /dev          7 crw-rw-rw-    null rw
root     smbd        2648   12 -         -       error    -
root     smbd        2648   18 -         -       error    -
root     smbd        2648   24 /dev         11 crw-rw-rw-  random  r
root     smbd        2648   30 -         -       error    -
root     nmbd        2645 root -         -       error    -
root     nmbd        2645   wd -         -       error    -
root     nmbd        2645 text -         -       error    -
root     nmbd        2645    0 /dev          7 crw-rw-rw-    null rw
root     nmbd        2645    6 /dev          7 crw-rw-rw-    null rw
root     nmbd        2645   12 -         -       error    -
root     ntpd        2601 root -         -       error    -
root     ntpd        2601   wd -         -       error    -
root     ntpd        2601 text -         -       error    -
root     ntpd        2601    0 /dev          7 crw-rw-rw-    null rw
root     ntpd        2601    6 /dev          7 crw-rw-rw-    null rw
root     ntpd        2601   12 /dev          7 crw-rw-rw-    null rw
root     ntpd        2601   18* local dgram fffff800047f80f0 <-> fffff800047f8960
nukq     node        2576 root -         -       error    -
nukq     node        2576   wd -         -       error    -
nukq     node        2576 text -         -       error    -
nukq     node        2576    0 /dev          7 crw-rw-rw-    null  r
nukq     node        2576    6 -         -       error    -
nukq     node        2576   12 -         -       error    -
nukq     node        2576   18* pipe fffff800323d3ba0 <-> fffff800323d3d00      1 rw
nukq     node        2576   24* pipe fffff800323d3d00 <-> fffff800323d3ba0      0 rw
nukq     node        2576   36* pipe fffff800323d38b8 <-> fffff800323d3a18      0 rw
nukq     node        2576   42* pipe fffff800323d3a18 <-> fffff800323d38b8      0 rw
nukq     node        2576   48* pipe fffff800323d35d0 <-> fffff800323d3730      0 rw
nukq     node        2572 root -         -       error    -
nukq     node        2572   wd -         -       error    -
nukq     node        2572 text -         -       error    -
nukq     node        2572    0 /dev          7 crw-rw-rw-    null  r
nukq     node        2572    6 -         -       error    -
nukq     node        2572   12 -         -       error    -
nukq     node        2572   18* pipe fffff8000448b2e8 <-> fffff8000448b448      1 rw
nukq     node        2572   24* pipe fffff8000448b448 <-> fffff8000448b2e8      0 rw
nukq     node        2572   36* pipe fffff8000448b000 <-> fffff8000448b160      0 rw
nukq     node        2572   42* pipe fffff8000448b160 <-> fffff8000448b000      0 rw
nukq     node        2572   48* pipe fffff800323d4000 <-> fffff800323d4160      0 rw
nukq     node        2572   54* pipe fffff800323d4160 <-> fffff800323d4000      0 rw
nukq     node        2568 root -         -       error    -
nukq     node        2568   wd -         -       error    -
nukq     node        2568 text -         -       error    -
nukq     node        2568    0 /dev          7 crw-rw-rw-    null  r
nukq     node        2568    6 -         -       error    -
nukq     node        2568   12 -         -       error    -
nukq     node        2564 root -         -       error    -
nukq     node        2564   wd -         -       error    -
nukq     node        2564 text -         -       error    -
nukq     node        2564    0 /dev          7 crw-rw-rw-    null  r
nukq     node        2564    6 -         -       error    -
root     mpd5        2534 root -         -       error    -
root     mpd5        2534   wd -         -       error    -
root     mpd5        2534 text -         -       error    -
root     mpd5        2534    0 /dev          7 crw-rw-rw-    null rw
root     mpd5        2534    6 /dev          7 crw-rw-rw-    null rw
root     mpd5        2534   12 /dev          7 crw-rw-rw-    null rw
root     mpd5        2534   18* local dgram fffff800047f81e0 <-> fffff800047f8960
root     rpc.lockd   2527 root -         -       error    -
root     rpc.lockd   2527   wd -         -       error    -
root     rpc.lockd   2527 text -         -       error    -
root     rpc.lockd   2527    0 /dev          7 crw-rw-rw-    null rw
root     rpc.statd   2524 root -         -       error    -
root     rpc.statd   2524   wd -         -       error    -
root     rpc.statd   2524 text -         -       error    -
root     rpc.statd   2524    0 /dev          7 crw-rw-rw-    null rw
root     rpc.statd   2524    6 /dev          7 crw-rw-rw-    null rw
root     nfsd        2522 root -         -       error    -
root     nfsd        2522   wd -         -       error    -
root     nfsd        2522 text -         -       error    -
root     nfsd        2522    0 /dev          7 crw-rw-rw-    null rw
root     nfsd        2520 root -         -       error    -
root     nfsd        2520   wd -         -       error    -
root     nfsd        2520 text -         -       error    -
root     nfsd        2520    0 /dev          7 crw-rw-rw-    null rw
root     nfsd        2520    6 /dev          7 crw-rw-rw-    null rw
root     mountd      2514 root -         -       error    -
root     mountd      2514   wd -         -       error    -
root     mountd      2514 text -         -       error    -
root     mountd      2514    0 /dev          7 crw-rw-rw-    null rw
root     mountd      2514    6 /dev          7 crw-rw-rw-    null rw
root     rpcbind     2479 root -         -       error    -
root     rpcbind     2479   wd -         -       error    -
root     rpcbind     2479 text -         -       error    -
root     rpcbind     2479    0 /dev          7 crw-rw-rw-    null rw
root     rpcbind     2479    6 /dev          7 crw-rw-rw-    null rw
bind     named       2475 root -         -       error    -
bind     named       2475   wd -         -       error    -
bind     named       2475 text -         -       error    -
bind     named       2475    0 /dev          7 crw-rw-rw-    null rw
bind     named       2475    6 /dev          7 crw-rw-rw-    null rw
bind     named       2475   12 /dev          7 crw-rw-rw-    null rw
bind     named       2475   18* local dgram fffff800047f8870 <-> fffff800047f8960
bind     named       2475   24 /dev          7 crw-rw-rw-    null rw
bind     named       2475   30* pipe fffff800044848b8 <-> fffff80004484a18      0 rw
bind     named       2475   42* pipe fffff80004484a18 <-> fffff800044848b8      0 rw
bind     named       2475   54 /dev         11 crw-rw-rw-  random  r
bind     named       2475  120* internet stream tcp fffff80032007000
bind     named       2475  126* internet stream tcp fffff80032006c00
bind     named       2475  132* internet stream tcp fffff80032006800
bind     named       2475  138* internet stream tcp fffff80032006400
root     routed      2250 root -         -       error    -
root     routed      2250   wd -         -       error    -
root     routed      2250 text -         -       error    -
root     routed      2250    0 /dev          7 crw-rw-rw-    null rw
root     routed      2250    6 /dev          7 crw-rw-rw-    null rw
root     ng_queue    2184 root -         -       error    -
root     ng_queue    2184   wd -         -       error    -
root     ppp         2175 root -         -       error    -
root     ppp         2175   wd -         -       error    -
root     ppp         2175 text -         -       error    -
root     ppp         2175    0* netgraph dgram 2 fffff8000469a2b8
root     ppp         2175    6* netgraph dgram 1 fffff8000469a000
root     devd        2146 root -         -       error    -
root     devd        2146   wd -         -       error    -
root     devd        2146 text -         -       error    -
root     devd        2146    0 /dev          7 crw-rw-rw-    null rw
root     devd        2146    6 /dev          7 crw-rw-rw-    null rw
root     adjkerntz    154 root -         -       error    -
root     adjkerntz    154   wd -         -       error    -
root     adjkerntz    154 text -         -       error    -
root     adjkerntz    154    0 /dev          7 crw-rw-rw-    null rw
root     init           1 root -         -       error    -
root     init           1   wd -         -       error    -
root     init           1 text -         -       error    -
root     kernel         0 root -         -       error    -
root     kernel         0   wd -         -       error    -

------------------------------------------------------------------------
dmesg

Copyright (c) 1992-2013 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 10.0-BETA2 #0 r257377: Thu Oct 31 07:47:49 CST 2013
    root@dev.comcom.com:/usr/obj/usr/src/sys/GENERIC_PF_ALTQ amd64
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
module_register: module pci/ral already exists!
Module pci/ral failed to register: 17
CPU: Intel(R) Celeron(R) CPU 2.80GHz (2793.13-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0xf49  Family = 0xf  Model = 0x4  Stepping = 9
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x651d<SSE3,DTES64,MON,DS_CPL,TM2,CNXT-ID,CX16,xTPR>
  AMD Features=0x20100800<SYSCALL,NX,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant
real memory  = 2147483648 (2048 MB)
avail memory = 2047913984 (1953 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <DELL   PESC430>
ioapic0: Changing APIC ID to 8
ioapic0 <Version 2.0> irqs 0-23 on motherboard
lapic0: Forcing LINT1 to edge trigger
random: <Software, Yarrow> initialized
kbd1 at kbdmux0
acpi0: <DELL PESC430> on motherboard
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, f00000 (3) failed
acpi0: reservation of 1000000, 7ee8cc00 (3) failed
cpu0: <ACPI CPU> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x7f irq 8 on acpi0
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x5f irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 450
Event timer "HPET1" frequency 14318180 Hz quality 440
Event timer "HPET2" frequency 14318180 Hz quality 440
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> irq 16 at device 28.4 on pci0
pci3: <ACPI PCI bus> on pcib3
ral0: <Ralink Technology RT3090> mem 0xfe8f0000-0xfe8fffff irq 16 at device 0.0 on pci3
pcib4: <ACPI PCI-PCI bridge> irq 17 at device 28.5 on pci0
pci4: <ACPI PCI bus> on pcib4
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x004001> mem 0xfe7f0000-0xfe7fffff irq 17 at device 0.0 on pci4
bge0: CHIP ID 0x00004001; ASIC REV 0x04; CHIP REV 0x40; PCI-E
miibus0: <MII bus> on bge0
brgphy0: <BCM5750 1000BASE-T media interface> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bge0: Ethernet address: 00:13:72:2e:92:ac
uhci0: <Intel 82801G (ICH7) USB controller USB-A> port 0xff80-0xff9f irq 21 at device 29.0 on pci0
uhci0: LegSup = 0x3000
usbus0 on uhci0
uhci1: <Intel 82801G (ICH7) USB controller USB-B> port 0xff60-0xff7f irq 22 at device 29.1 on pci0
usbus1 on uhci1
uhci2: <Intel 82801G (ICH7) USB controller USB-C> port 0xff40-0xff5f irq 18 at device 29.2 on pci0
usbus2 on uhci2
uhci3: <Intel 82801G (ICH7) USB controller USB-D> port 0xff20-0xff3f irq 23 at device 29.3 on pci0
usbus3 on uhci3
ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xffa80800-0xffa80bff irq 21 at device 29.7 on pci0
usbus4: EHCI version 1.0
usbus4 on ehci0
pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci5: <ACPI PCI bus> on pcib5
em0: <Intel(R) PRO/1000 Legacy Network Connection 1.0.6> port 0xd8c0-0xd8ff mem 0xfe4e0000-0xfe4fffff,0xfe540000-0xfe57ffff irq 18 at device 2.0 on pci5
em0: Ethernet address: 00:1b:21:2e:db:7a
em1: <Intel(R) PRO/1000 Legacy Network Connection 1.0.6> port 0xdc00-0xdc3f mem 0xfe500000-0xfe51ffff,0xfe580000-0xfe5bffff irq 19 at device 2.1 on pci5
em1: Ethernet address: 00:1b:21:2e:db:7b
fxp0: <Intel 82550C Pro/100 Ethernet> port 0xdc40-0xdc7f mem 0xfe4df000-0xfe4dffff,0xfe520000-0xfe53ffff irq 16 at device 4.0 on pci5
miibus1: <MII bus> on fxp0
inphy0: <i82555 10/100 media interface> PHY 1 on miibus1
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto, auto-flow
fxp0: Ethernet address: 00:02:b3:d9:ad:03
vgapci0: <VGA-compatible display> port 0xdc80-0xdcff mem 0xfc000000-0xfdffffff,0xfe5c0000-0xfe5fffff at device 7.0 on pci5
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH7 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf irq 16 at device 31.1 on pci0
ata0: <ATA channel> at channel 0 on atapci0
atapci1: <Intel ICH7 SATA300 controller> port 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfea0-0xfeaf irq 20 at device 31.2 on pci0
ata2: <ATA channel> at channel 0 on atapci1
ata3: <ATA channel> at channel 1 on atapci1
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xca000-0xcbfff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
ppc0: cannot reserve I/O port range
p4tcc0: <CPU Frequency Thermal Control> on cpu0
ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present;
            to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf.
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
random: unblocking device.
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 480Mbps High Speed USB v2.0
ugen4.1: <Intel> at usbus4
uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus4
ugen3.1: <Intel> at usbus3
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen1.1: <Intel> at usbus1
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen0.1: <Intel> at usbus0
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ada0 at ata2 bus 0 scbus1 target 0 lun 0
ada0: <ST1000DM003-1CH162 CC47> ATA-9 SATA 3.x device
ada0: Serial Number W1D270SQ
ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada0: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C)
ada0: quirks=0x1<4K>
ada0: Previously was known as ad4
ada1 at ata3 bus 0 scbus2 target 0 lun 0
ada1: <ST1000DM003-1CH162 CC47> ATA-9 SATA 3.x device
ada1: Serial Number W1D26TYS
ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada1: 953868MB (1953523055 512 byte sectors: 16H 63S/T 16383C)
ada1: quirks=0x1<4K>
ada1: Previously was known as ad6
Netvsc initializing... Timecounter "TSC-low" frequency 1396565383 Hz quality 1000
uhub1: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
Root mount waiting for: usbus4
Root mount waiting for: usbus4
Root mount waiting for: usbus4
Root mount waiting for: usbus4
uhub0: 8 ports with 8 removable, self powered
Trying to mount root from zfs:zroot []...
ugen3.2: <Logitech> at usbus3
ukbd0: <USB Keyboard> on usbus3
kbd2 at ukbd0
Setting hostuuid: 00000000-0000-0000-0000-001d7d7aa9dd.
Setting hostid: 0x65ad28e9.
Entropy harvesting: interrupts ethernet point_to_point swi.
warning: total configured swap (4194304 pages) exceeds maximum recommended amount (4032288 pages).
warning: increase kern.maxswzone or reduce amount of swap.
Starting file system checks:
Mounting local file systems:.
Writing entropy file:.
Setting hostname: dev.comcom.com.
Created clone interfaces: gre0 gre1.
Starting Network: lo0 bge0 em0 em1 fxp0 gre0 gre1.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x8 
	inet 127.0.0.1 netmask 0xff000000 
	inet 127.0.1.1 netmask 0xff000000 
	inet 192.168.3.1 netmask 0xffffff00 
	inet 192.168.4.1 netmask 0xffffffff 
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
bge0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
	ether 00:13:72:2e:92:ac
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
	ether 00:1b:21:2e:db:7a
	inet 192.168.1.77 netmask 0xffffff00 broadcast 192.168.1.255 
	inet6 fe80::21b:21ff:fe2e:db7a%em0 prefixlen 64 scopeid 0x3 
	inet 192.168.111.1 netmask 0xffffff00 broadcast 192.168.111.255 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
	ether 00:1b:21:2e:db:7b
	inet 122.224.126.17 netmask 0xffffffe0 broadcast 122.224.126.31 
	inet6 fe80::21b:21ff:fe2e:db7b%em1 prefixlen 64 scopeid 0x4 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
	ether 00:02:b3:d9:ad:03
	inet 192.168.8.1 netmask 0xffffff00 broadcast 192.168.8.255 
	inet6 fe80::202:b3ff:fed9:ad03%fxp0 prefixlen 64 scopeid 0x5 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
gre0: flags=b011<UP,POINTOPOINT,LINK0,LINK1,MULTICAST> metric 0 mtu 1476
	tunnel inet 122.224.126.17 --> 183.129.198.218
	inet 192.168.9.2 --> 192.168.9.1 netmask 0xffffffff 
	inet6 fe80::e22a:82ff:fee2:5ae7%gre0 prefixlen 64 tentative scopeid 0x9 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
gre1: flags=b011<UP,POINTOPOINT,LINK0,LINK1,MULTICAST> metric 0 mtu 1476
	tunnel inet 122.224.126.17 --> 172.240.74.254
	inet 192.168.15.2 --> 192.168.15.1 netmask 0xfffffffc 
	inet6 fe80::e22a:82ff:fee2:5ae7%gre1 prefixlen 64 tentative scopeid 0xa 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Starting devd.
Additional inet routing options: gateway=YES.
Additional inet routing options: gateway=YES.
Starting Network: bge0.
bge0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
	ether 00:13:72:2e:92:ac
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect
Additional inet routing options: gateway=YES.
Additional inet routing options: gateway=YES.
Additional inet routing options: gateway=YES.
uhid0: <USB Keyboard> on usbus3
Enabling pfno IP address found for tun0:peer
/etc/pf.conf:156: could not parse host specification
no IP address found for tun0:peer
/etc/pf.conf:167: could not parse host specification
pfctl: Syntax error in config file: pf rules not loaded
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311191313.rAJDDR39018675>