Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2012 10:23:37 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-current@freebsd.org
Subject:   Re: howto debug a complete hard reset
Message-ID:  <20120414102337.GA14000@freebsd.org>
In-Reply-To: <20120414090728.GA8798@felucia.tataz.chchile.org>
References:  <20120413213644.GA92873@freebsd.org> <20120414090728.GA8798@felucia.tataz.chchile.org>

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

--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sat Apr 14 12, Jeremie Le Hen wrote:
> Hi Alexander,
> 
> On Fri, Apr 13, 2012 at 09:36:44PM +0000, Alexander Best wrote:
> > 
> > i'm running HEAD on amd64 and experienced some really annoying resets during
> > the last couple of months.
> > 
> > when i do 'sysctl -a' or 'sysctl -a|grep bla', my whole system does a hard
> > reset. no core dump gets produced.
> > 
> > isn't there a way to find out which sysctl variable is causing the reset?
> 
> This is probably a sysctl handler that is causing the reboot.  You can
> run this one-liner to spot the culprit (use sh):
> 
>     for i in $(sysctl -Na); do sysctl $i >> ~/sysctl.out; sync; done

thanks a lot. i ran that command and it finished without a hard reset. next
i rebooted my system and ran 'sysctl -a' on the console. the time my system was
resetting i ran it under X. running 'sysctl -a' under the console didn't reset
my system, but triggered a panic.

i've attached the textdump, but also have a complete dump handy, if more or
specific information is needed.

cheers.
alex

> 
> Each sysctl will be called in turn and the output is appended to a file,
> but the file will forcibly written to the disk before the next
> occurence.
> 
> When your computer will be reset, the culprit will obviously not be
> written to this file, but the previous one will.  You can then look at
> the output of sysctl -Na to see which one is causing the reboot.
> 
> Regards,
> -- 
> Jeremie Le Hen
> 
> Men are born free and equal.  Later on, they're on their own.
> 				Jean Yanne

--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="info.2"

Dump header from device /dev/label/swapfs
  Architecture: amd64
  Architecture Version: 2
  Dump Length: 182468608B (174 MB)
  Blocksize: 512
  Dumptime: Sat Apr 14 12:10:53 2012
  Hostname: otaku
  Magic: FreeBSD Kernel Dump
  Version String: FreeBSD 10.0-CURRENT #2 r234233=5c0394f-dirty: Fri Apr 13 22:00:03 CEST 2012
    arundel@otaku:/usr/obj/usr/github-freebsd-head/sys/ARUNDEL
  Panic String: from debugger
  Dump Parity: 822965859
  Bounds: 2
  Dump Status: good

--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="core.txt.2"

otaku dumped core - see /var/crash/vmcore.2

Sat Apr 14 12:12:59 CEST 2012

FreeBSD otaku 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r234233=5c0394f-dirty: Fri Apr 13 22:00:03 CEST 2012     arundel@otaku:/usr/obj/usr/github-freebsd-head/sys/ARUNDEL  amd64

panic: from debugger

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

Unread portion of the kernel message buffer:


Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 01
fault virtual address	= 0x100000f
fault code		= supervisor read data, page not present
instruction pointer	= 0x20:0xffffffff804406ff
stack pointer	        = 0x28:0xffffff8091e99760
frame pointer	        = 0x28:0xffffff8091e997d0
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 902 (sysctl)
Uptime: 40s
Dumping 174 out of 2020 MB:

No symbol "dumptid" in current context.
Reading symbols from /boot/modules/nvidia.ko...done.
Loaded symbols for /boot/modules/nvidia.ko
Reading symbols from /usr/local/libexec/linux_adobe/linux_adobe.ko...done.
Loaded symbols for /usr/local/libexec/linux_adobe/linux_adobe.ko
#0  sched_switch (td=dwarf2_read_address: Corrupted DWARF expression.
) at /usr/github-freebsd-head/sys/kern/sched_4bsd.c:1028
1028		if (td->td_flags & TDF_IDLETD)
(kgdb) #0  sched_switch (td=dwarf2_read_address: Corrupted DWARF expression.
) at /usr/github-freebsd-head/sys/kern/sched_4bsd.c:1028
#1  0xffffffff8043d672 in mi_switch (flags=dwarf2_read_address: Corrupted DWARF expression.
)
    at /usr/github-freebsd-head/sys/kern/kern_synch.c:468
#2  0xffffffff8046ef8a in sleepq_timedwait (wchan=dwarf2_read_address: Corrupted DWARF expression.
)
    at /usr/github-freebsd-head/sys/kern/subr_sleepqueue.c:652
#3  0xffffffff8043d1bc in _sleep (ident=Variable "ident" is not available.
)
    at /usr/github-freebsd-head/sys/kern/kern_synch.c:230
#4  0xffffffff80595079 in scheduler (dummy=dwarf2_read_address: Corrupted DWARF expression.
)
    at /usr/github-freebsd-head/sys/vm/vm_glue.c:788
#5  0xffffffff803ecf43 in mi_startup ()
    at /usr/github-freebsd-head/sys/kern/init_main.c:258
#6  0xffffffff8026840c in btext ()
#7  0xffffffff809555e8 in sleepq_chains ()
#8  0xfffffe00026798a0 in ?? ()
#9  0x0000000000000000 in ?? ()
#10 0x0000000000000000 in ?? ()
#11 0xffffffff81b7cba0 in ?? ()
#12 0xffffffff81b7cb68 in ?? ()
#13 0xffffffff809990c0 in bootverbose ()
#14 0xffffffff80458eb1 in sched_switch (td=dwarf2_read_address: Corrupted DWARF expression.
)
    at /usr/github-freebsd-head/sys/kern/sched_4bsd.c:1002
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 -52  0      0   0 -        DLs   -  0:00.56 [kernel]
    0   1    0   0   8  0   6276   0 wait     DLs   -  0:00.01 [init]
    0   2    0   0  -8  0      0   0 ccb_scan DL    -  0:00.00 [xpt_thrd]
    0   3    0   0 -16  0      0   0 psleep   DL    -  0:00.00 [pagedaemon]
    0   4    0   0  16  0      0   0 psleep   DL    -  0:00.00 [vmdaemon]
    0   5    0   0 155  0      0   0 pgzero   DL    -  0:00.00 [pagezero]
    0   6    0   0 -16  0      0   0 psleep   DL    -  0:00.00 [bufdaemon]
    0   7    0   0  16  0      0   0 syncer   DL    -  0:00.00 [syncer]
    0   8    0   0  -4  0      0   0 vlruwt   DL    -  0:00.00 [vnlru]
    0   9    0   0 -16  0      0   0 sdflush  DL    -  0:00.00 [softdepflush]
    0  10    0   0 155  0      0   0 -        RL    -  1:14.19 [idle]
    0  11    0   0 -88  0      0   0 -        WL    -  0:00.07 [intr]
    0  12    0   0  -8  0      0   0 -        DL    -  0:00.07 [geom]
    0  13    0   0 -16  0      0   0 -        DL    -  0:00.01 [yarrow]
    0  14    0   0 -68  0      0   0 -        DL    -  0:00.03 [usb]
    0  15    0   0 -16  0      0   0 -        DL    -  0:00.00 [schedcpu]
    0 332    1   0  45  0  18140   0 select   Ds    -  0:00.11 [wpa_supplicant]
    0 436    1   0  45  0  10376   0 select   Ds    -  0:00.00 [devd]
    0 623    1   0  44  0  11904   0 select   Ds    -  0:00.01 [syslogd]
    0 687    1   0  42  0  11904   0 select   Ds    -  0:00.01 [powerd]
    0 715    1   0   8  0  25652   0 nanslp   D     -  0:00.00 [smartd]
  556 720    1   0  56  0  14172   0 select   Ds    -  0:00.01 [dbus-daemon]
 1001 732    1   0  58  0 150168   0 uwait    Ds    -  0:00.02 [musicpd]
65534 737    1   0  49  0  33244   0 select   Ds    -  0:00.01 [mpdscribble]
    0 778    1   0  50  0  20080   0 select   Ds    -  0:00.00 [sendmail]
   25 781    1   0  16  0  20080   0 pause    Ds    -  0:00.00 [sendmail]
    0 785    1   0   8  0  13992   0 nanslp   Ds    -  0:00.00 [cron]
65534 795    1   0  65  0   9776   0 select   Ds    -  0:00.00 [identd]
    0 823    1   0   8  0  36796   0 wait     Ds    -  0:00.01 [login]
    0 824    1   0  65  0  11908   0 ttyin    Ds+   -  0:00.00 [getty]
    0 825    1   0  65  0  11908   0 ttyin    Ds+   -  0:00.00 [getty]
    0 826    1   0  65  0  11908   0 ttyin    Ds+   -  0:00.00 [getty]
    0 827    1   0  65  0  11908   0 ttyin    Ds+   -  0:00.00 [getty]
    0 828    1   0  65  0  11908   0 ttyin    Ds+   -  0:00.00 [getty]
    0 829    1   0  65  0  11908   0 ttyin    Ds+   -  0:00.00 [getty]
    0 830    1   0  65  0  11908   0 ttyin    Ds+   -  0:00.00 [getty]
  560 835    1   0  -8  0  56744   0 piperd   Ds    -  0:00.32 [hald]
    0 837    1   0  50  0  60720   0 n        D     -  0:00.03 [console-kit-dae
    0 839    1   0  53  0  53456   0 select   D     -  0:00.03 [polkitd]
    0 841    1   0  50  0  22500   0 select   D     -  0:00.01 [gam_server]
    0 842  835   0  64  0  38868   0 select   D     -  0:00.05 [hald-runner]
 1001 873  823   0  16  0  25200   0 pause    D     -  0:00.02 [zsh]
    0 874  842   0  56  0  29124   0 s        D     -  0:00.01 [hald-addon-mous
    0 894  842   0  60  0  20720   0 e        D     -  0:00.01 [hald-addon-stor
 1001 902  873   0  49  0   9776   0 -        R+    -  0:00.00 [sysctl]

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

    63033 cpu context switches
    21855 device interrupts
     7114 software interrupts
    91730 traps
   816579 system calls
       15 kernel threads created
      661  fork() calls
      226 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
      509 vnode pager pageins
     3709 vnode pager pages paged in
        0 vnode pager pageouts
        0 vnode pager pages paged out
        0 page daemon wakeups
        0 pages examined by the page daemon
      594 pages reactivated
    27851 copy-on-write faults
      105 copy-on-write optimized faults
    39417 zero fill pages zeroed
        0 zero fill pages prezeroed
       31 intransit blocking page faults
   100187 total VM faults taken
        0 pages affected by kernel thread creation
   337740 pages affected by  fork()
   115796 pages affected by vfork()
        0 pages affected by rfork()
        0 pages cached
    83392 pages freed
        0 pages freed by daemon
        0 pages freed by exiting processes
     6263 pages active
     3581 pages inactive
       80 pages in VM cache
    22215 pages wired down
   469596 pages free
     4096 bytes per page
    31276 total name lookups
          cache hits (88% pos + 4% neg) system 0% per-directory
          deletions 0%, falsehits 0%, toolong 0%

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

         Type InUse MemUse HighUse Requests  Size(s)
       devbuf 20399 38289K       -    20686  16,32,64,128,256,512,1024,2048,4096
         temp    71    17K       -     7417  16,32,64,128,256,512,1024,2048,4096
      scsi_cd     0     0K       -        5  16
       module   151    19K       -      151  128
     mtx_pool     2    16K       -        2  
      CAM SIM     9     3K       -        9  256
          osd     2     1K       -        2  16,64
     pmchooks     1     1K       -        1  128
          USB   101   147K       -      113  16,32,64,128,256,512,2048
       USBdev   107    40K       -      510  64,128,512,1024
         pgrp    25     4K       -       27  128
      session    23     3K       -       24  128
         proc     2    16K       -        2  
      subproc   106   211K       -      964  512,4096
         cred    50     8K       -     6580  64,256
       plimit    13     4K       -      149  256
      uidinfo     7     3K       -        7  128,2048
      CAM XPT   100    70K       -      325  16,32,64,128,256,1024,2048
      scsi_da     0     0K       -       43  16,32
  ddb_capture     1    48K       -        1  
      entropy  1024    64K       -     1024  64
       sysctl     0     0K       -      642  16,32,64
    sysctloid  4886   243K       -     5006  16,32,64,128
    sysctltmp     0     0K       -      694  16,32,64,128,256
      tidhash     1    16K       -        1  
      callout     1   512K       -        1  
         umtx   324    41K       -      324  128
     p1003.1b     1     1K       -        1  16
         SWAP     2  1097K       -        2  64
          bus   608    58K       -     2738  16,32,64,128,256,512,1024
       bus-sc    80   399K       -      610  16,32,64,128,256,512,1024,2048
      devstat    18    37K       -       18  32,4096
 eventhandler    62     5K       -       62  64,128
       DEVFS2   147     3K       -      147  16
       DEVFS3   350    88K       -      359  256
         kobj    83   332K       -      210  4096
       DEVFS1   151    76K       -      159  512
      Per-cpu     1     1K       -        1  32
   DEVFS_RULE    66    31K       -       66  64,512
        DEVFS    44     1K       -       45  16,32,128
       DEVFSP     1     1K       -      404  64
         rman   205    24K       -      610  16,32,128
         sbuf     0     0K       -     2451  16,32,64,128,256,512,1024,2048,4096
       sglist     3     1K       -        3  32
        stack     0     0K       -        2  256
    taskqueue    19     2K       -       19  16,32,128
       Unitno    16     1K       -      252  32,64
     ioctlops     0     0K       -     2305  16,32,64,128,256,512,1024,2048,4096
       select    36     5K       -       36  128
          iov     0     0K       -     4726  16,32,64,128,256,512
          msg     4    30K       -        4  2048,4096
          sem     4   106K       -        4  2048,4096
          shm     1    20K       -        1  
          tty    17    17K       -       21  1024,2048
     mbuf_tag     0     0K       -        5  32,64
         ksem     1     8K       -        1  
        shmfd     1     8K       -        1  
       soname    19     2K       -      442  16,32,64,128
          pcb    13    13K       -       15  16,32,1024,2048,4096
       biobuf     0     0K       -        1  2048
     vfscache     1  1024K       -        1  
     vfs_hash     1   512K       -        1  
       vnodes     2     1K       -        2  256
    pfs_nodes   156    39K       -      156  256
  pfs_vncache     2     1K       -        2  64
        mount   113     6K       -      185  16,32,64,128,256
  vnodemarker     0     0K       -       14  512
          BPF    15  1026K       -       16  16,128,512
  tmpfs mount     1     1K       -        1  128
        ifnet    12    23K       -       12  128,2048
       ifaddr   286    19K       -      594  32,512,4096
  ether_multi     9     1K       -       10  16,64
       arpcom     1     1K       -        1  16
      lltable    13     6K       -       13  256,512
   tmpfs name     6     1K       -        7  16
         GEOM   233    42K       -     1436  16,32,64,128,256,512,1024,2048
         hdaa     5    47K       -        5  1024,2048,4096
         hdac     1     1K       -        1  1024
        hdacc     1     1K       -        1  32
     routetbl    11     3K       -       58  32,64,128,256,512
     80211vap     1     4K       -        1  4096
  80211crypto     2     1K       -        2  128,512
     80211com     1     8K       -        1  
    80211node     2    37K       -        4  1024
  80211nodeie     4     2K       -        7  32,128,256,512
    80211scan     4     7K       -        6  512,2048,4096
         igmp    11     3K       -       11  256
     in_multi     2     1K       -        2  256
     acpiintr     1     1K       -        1  64
       acpica  2227   230K       -    44567  16,32,64,128,256,512,1024,2048
   CAM periph    13     4K       -       35  16,32,64,128,256
    hostcache     1    28K       -        1  
     syncache     1    96K       -        1  
      pagedep     8   130K       -        9  256
     inodedep    59   541K       -       64  512
    bmsafemap     6    10K       -        7  256
       newblk    19   133K       -       28  256
     freefrag     0     0K       -        1  128
     freeblks    18     3K       -       19  128
     freefile     1     1K       -        3  64
       diradd    24     3K       -       30  128
        mkdir     0     0K       -        2  128
       dirrem    25     4K       -       30  128
    newdirblk     0     0K       -        1  64
     freework    19     3K       -       20  16,128
      jnewblk     0     0K       -        1  128
         jseg     1     1K       -        1  128
      jsegdep     1     1K       -        1  64
        sbdep     0     0K       -        1  64
      jblocks     2     1K       -        2  128,256
    ufs_mount     9   148K       -        9  512,2048,4096
    vm_pgdata     2   129K       -        2  128
     pci_link    16     2K       -       16  64,128
    acpi_perf     1     1K       -        1  64
    CAM queue    37     2K       -      171  16,32,256
       feeder    23     3K       -       29  32,128
       isadev     9     2K       -        9  128
     acpitask     1     2K       -        1  2048
      memdesc     1     4K       -        1  4096
      acpisem    16     2K       -       16  128
CAM dev queue     9     2K       -        9  128
       athdev     3   132K       -        3  4096
       cpuctl     1     1K       -        1  16
         cdev     7     2K       -        7  256
      ath_hal     3    22K       -        4  2048
        mixer     3    12K       -        3  4096
     filedesc    53    31K       -      954  512,1024
        sigio     1     1K       -        1  64
         kenv    87    11K       -       92  16,32,64,128
       kqueue    11    10K       -       13  256,512,2048
        linux    16     1K       -       16  64
       apmdev     1     1K       -        1  128
   madt_table     0     0K       -        1  4096
    proc-args    30     2K       -      501  32,64,128,256
          LED    24     2K       -       24  16,128
        hhook     2     1K       -        2  128
      ithread    72    12K       -       72  32,128,256
      io_apic     1     2K       -        1  2048
       KTRACE   100    13K       -      100  128
          MCA     6     1K       -        6  128
      acpidev    34     3K       -       34  64
          msi     2     1K       -        2  128
     nexusdev     3     1K       -        3  16
       linker    73    10K       -       85  16,32,64,128,256,512,1024
        lockf    20     3K       -       32  64,128
   loginclass     2     1K       -        3  64
       nvidia   176  1112K       -      181  16,32,64,128,256,512,2048

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

ITEM                   SIZE  LIMIT     USED     FREE      REQ FAIL SLEEP

UMA Kegs:               208,      0,      78,       7,      78,   0,   0
UMA Zones:              640,      0,      78,       0,      78,   0,   0
UMA Slabs:              568,      0,     681,       5,     954,   0,   0
UMA RCntSlabs:          568,      0,     210,       0,     210,   0,   0
UMA Hash:               256,      0,       3,      12,       3,   0,   0
16 Bucket:              152,      0,      65,      10,      65,   0,   0
32 Bucket:              280,      0,      53,       3,      53,   0,   0
64 Bucket:              536,      0,      30,       5,      30,  57,   0
128 Bucket:            1048,      0,      39,       0,      39, 378,   0
VM OBJECT:              232,      0,    1581,     115,   12538,   0,   0
MAP:                    232,      0,       7,      25,       7,   0,   0
KMAP ENTRY:             120,  87389,      39,     240,    9183,   0,   0
MAP ENTRY:              120,      0,    1071,     293,   28779,   0,   0
fakepg:                 120,      0,       0,      62,      17,   0,   0
mt_zone:               4112,      0,     211,       4,     211,   0,   0
16:                      16,      0,    2537,     151,   26575,   0,   0
32:                      32,      0,    2506,     524,    9989,   0,   0
64:                      64,      0,   10858,     118,   37009,   0,   0
128:                    128,      0,    6554,     116,    9326,   0,   0
256:                    256,      0,    1731,     114,    6096,   0,   0
512:                    512,      0,     616,      49,    2270,   0,   0
1024:                  1024,      0,     102,     126,    2881,   0,   0
2048:                  2048,      0,     102,      32,     854,   0,   0
4096:                  4096,      0,     184,      20,    6585,   0,   0
Files:                   80,      0,     249,      66,    5876,   0,   0
TURNSTILE:              136,      0,     163,      37,     163,   0,   0
umtx pi:                 96,      0,       0,       0,       0,   0,   0
PROC:                  1184,      0,      44,      16,     902,   0,   0
THREAD:                1104,      0,     140,      22,     140,   0,   0
SLEEPQUEUE:              80,      0,     163,      40,     163,   0,   0
VMSPACE:                392,      0,      30,      40,     889,   0,   0
cpuset:                  72,      0,      74,      76,      74,   0,   0
mbuf_packet:            256,      0,      40,     356,     973,   0,   0
mbuf:                   256,      0,       1,     395,    1351,   0,   0
mbuf_cluster:          2048,  25600,     384,      18,     384,   0,   0
mbuf_jumbo_page:       4096,  12800,       0,       9,       8,   0,   0
mbuf_jumbo_9k:         9216,  19200,       0,       0,       0,   0,   0
mbuf_jumbo_16k:       16384,  12800,       0,       0,       0,   0,   0
mbuf_ext_refcnt:          4,      0,       0,       0,       0,   0,   0
g_bio:                  232,      0,       0,      80,   18284,   0,   0
ttyinq:                 160,      0,     120,      24,     255,   0,   0
ttyoutq:                256,      0,      64,      26,     136,   0,   0
nv_stack_t:           12288,      0,       2,       7,      18,   0,   0
VNODE:                  472,      0,     935,       9,     942,   0,   0
VNODEPOLL:              112,      0,      56,      76,      56,   0,   0
S VFS Cache:            108,      0,     836,      88,    1872,   0,   0
STS VFS Cache:          148,      0,       0,       0,       0,   0,   0
L VFS Cache:            328,      0,       0,       0,       0,   0,   0
LTS VFS Cache:          368,      0,       0,       0,       0,   0,   0
NAMEI:                 1024,      0,       0,      36,   12192,   0,   0
mqnode:                 408,      0,       3,      15,       3,   0,   0
mqueue:                 248,      0,       0,       0,       0,   0,   0
mvdata:                  64,      0,       0,       0,       0,   0,   0
mqnotifier:             216,      0,       0,       0,       0,   0,   0
Mountpoints:            760,      0,       8,       7,       8,   0,   0
pipe:                   728,      0,      66,      24,     487,   0,   0
ksiginfo:               112,      0,      54,    1002,      55,   0,   0
itimer:                 344,      0,       0,       0,       0,   0,   0
KNOTE:                  128,      0,      65,      51,      71,   0,   0
socket:                 680,  25602,      46,      26,     308,   0,   0
unpcb:                  240,  25600,      38,      42,     178,   0,   0
ipq:                     56,    819,       0,       0,       0,   0,   0
udp_inpcb:              392,  25600,       2,      28,     122,   0,   0
udpcb:                   16,  25704,       2,     334,     122,   0,   0
tcp_inpcb:              392,  25600,       6,      24,       6,   0,   0
tcpcb:                  976,  25600,       5,       7,       6,   0,   0
tcptw:                   72,   5150,       1,      99,       1,   0,   0
syncache:               152,  15375,       0,      50,       1,   0,   0
hostcache:              136,  15372,       0,       0,       0,   0,   0
tcpreass:                40,   1680,       0,       0,       0,   0,   0
sackhole:                32,      0,       0,       0,       0,   0,   0
ripcb:                  392,  25600,       0,       0,       0,   0,   0
rtentry:                200,      0,       4,      53,       6,   0,   0
selfd:                   56,      0,      90,     225,   20277,   0,   0
SWAPMETA:               288, 116519,       0,       0,       0,   0,   0
FFS inode:              168,      0,     814,      22,     818,   0,   0
FFS1 dinode:            128,      0,       0,       0,       0,   0,   0
FFS2 dinode:            256,      0,     814,      41,     818,   0,   0
TMPFS dirent:            40,      0,       6,     162,       7,   0,   0
TMPFS node:             224,      0,       7,      44,       8,   0,   0


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

interrupt                          total       rate
irq16: vgapci0+                       63          1
irq18: uhci2 ehci0+                  480         15
irq19: ath0 uhci4                    331         10
irq20: hpet0                       16114        503
irq21: uhci1                          20          0
irq23: uhci3 ehci1                   756         23
irq256: hdac0                         74          2
irq257: ahci0                       4017        125
Total                              21855        682

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

249/12328 files
0M/8191M swap space

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

Device          512-blocks     Used    Avail Capacity
/dev/label/swapfs8   16776952        0 16776952     0%

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

iostat: kvm_read(_tk_nin): invalid address (0x0)
iostat: disabling TTY statistics
            ada0             ada1              da0             cpu
  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s  us ni sy in id
 13.55  27  0.36  22.94  94  2.11   2.99   3  0.01   2  0  3  0 95

------------------------------------------------------------------------
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

nfsstat: new client/server not loaded

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

tcp:
	15 packets sent
		7 data packets (879 bytes)
		0 data packets (0 bytes) retransmitted
		0 data packets unnecessarily retransmitted
		0 resends initiated by MTU discovery
		5 ack-only packets (1 delayed)
		0 URG only packets
		0 window probe packets
		0 window update packets
		3 control packets
	16 packets received
		11 acks (for 881 bytes)
		2 duplicate acks
		0 acks for unsent data
		8 packets (1038 bytes) received in-sequence
		0 completely duplicate packets (0 bytes)
		0 old duplicate packets
		0 packets with some dup. data (0 bytes duped)
		0 out-of-order packets (0 bytes)
		0 packets (0 bytes) of data after window
		0 window probes
		0 window update packets
		0 packets received after close
		0 discarded for bad checksums
		0 discarded for bad header offset fields
		0 discarded because packet too short
		0 discarded due to memory problems
	2 connection requests
	1 connection accept
	0 bad connection attempts
	0 listen queue overflows
	0 ignored RSTs in the windows
	3 connections established (including accepts)
	0 connections closed (including 0 drops)
		0 connections updated cached RTT on close
		0 connections updated cached RTT variance on close
		0 connections updated cached ssthresh on close
	0 embryonic connections dropped
	11 segments updated rtt (of 10 attempts)
	0 retransmit timeouts
		0 connections dropped by rexmit timeout
	0 persist timeouts
		0 connections dropped by persist timeout
	0 Connections (fin_wait_2) dropped because of timeout
	0 keepalive timeouts
		0 keepalive probes sent
		0 connections dropped by keepalive
	1 correct ACK header prediction
	1 correct data packet header prediction
	1 syncache entry added
		0 retransmitted
		0 dupsyn
		0 dropped
		1 completed
		0 bucket overflow
		0 cache overflow
		0 reset
		0 stale
		0 aborted
		0 badack
		0 unreach
		0 zone failures
	1 cookie sent
	0 cookies received
	0 hostcache entries added
		0 bucket overflow
	0 SACK recovery episodes
	0 segment rexmits in SACK recovery episodes
	0 byte rexmits in SACK recovery episodes
	0 SACK options (SACK blocks) received
	0 SACK options (SACK blocks) sent
	0 SACK scoreboard overflow
	0 packets with ECN CE bit set
	0 packets with ECN ECT(0) bit set
	0 packets with ECN ECT(1) bit set
	0 successful ECN handshakes
	0 times ECN reduced the congestion window
udp:
	1 datagram received
	0 with incomplete header
	0 with bad data length field
	0 with bad checksum
	0 with no checksum
	0 dropped due to no socket
	0 broadcast/multicast datagrams undelivered
	0 dropped due to full socket buffers
	0 not for hashed pcb
	1 delivered
	2 datagrams output
	0 times multicast source filter matched
ip:
	17 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
	17 packets for this host
	0 packets for unknown/unsupported protocol
	0 packets forwarded (0 packets fast forwarded)
	0 packets not forwardable
	0 packets received for unknown multicast group
	0 redirects sent
	17 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	0 output packets discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 tunneling packets that can't find gif
	0 datagrams with bad address in header
icmp:
	0 calls to icmp_error
	0 errors not generated in response to an icmp message
	0 messages with bad code fields
	0 messages less than the minimum length
	0 messages with bad checksum
	0 messages with bad length
	0 multicast echo requests ignored
	0 multicast timestamp requests ignored
	0 message responses generated
	0 invalid return addresses
	0 no return routes
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
arp:
	3 ARP requests sent
	0 ARP replies sent
	0 ARP requests received
	1 ARP reply received
	1 ARP packet received
	1 total packet dropped due to no ARP entry
	0 ARP entrys timed out
	0 Duplicate IPs seen

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

41/751/792 mbufs in use (current/cache/total)
28/374/402/25600 mbuf clusters in use (current/cache/total/max)
40/356 mbuf+clusters out of packet secondary zone in use (current/cache)
0/9/9/12800 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/19200 9k jumbo clusters in use (current/cache/total/max)
0/0/0/12800 16k jumbo clusters in use (current/cache/total/max)
66K/971K/1038K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
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
0 calls to protocol drain routines

------------------------------------------------------------------------
netstat -id

Name    Mtu Network       Address              Ipkts Ierrs Idrop    Opkts Oerrs  Coll Drop
usbus     0 <Link#1>                               0     0     0        0     0     0    0 
usbus     0 <Link#2>                               0     0     0        0     0     0    0 
usbus     0 <Link#3>                               0     0     0        0     0     0    0 
usbus     0 <Link#4>                               0     0     0        0     0     0    0 
usbus     0 <Link#5>                               0     0     0        0     0     0    0 
usbus     0 <Link#6>                               0     0     0        0     0     0    0 
usbus     0 <Link#7>                               0     0     0        0     0     0    0 
usbus     0 <Link#8>                               0     0     0        0     0     0    0 
ath0   2290 <Link#9>      00:0f:b5:82:07:c8      156     9     0       41     0     0    0 
lo0   16384 <Link#10>                             10     0     0       10     0     0    0 
lo0   16384 your-net      localhost.otaku         10     -     -       10     -     -    - 
wlan0  1500 <Link#11>     00:0f:b5:82:07:c8       10     0     0       10     0     0    0 
wlan0  1500 192.168.1.0   localhost.otaku          7     -     -        7     -     -    - 

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

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            192.168.1.1        UGS         0        5  wlan0
127.0.0.1          link#10            UH          0       10    lo0
192.168.1.0/24     link#11            U           0        2  wlan0
192.168.1.10       link#11            UHS         0        0    lo0

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

Active Internet connections (including servers)
Tcpcb            Proto Recv-Q Send-Q Local Address      Foreign Address    (state)
fffffe00065d3000 tcp4       0      0 192.168.1.10.45335 195.24.233.57.80   TIME_WAIT
fffffe00065fd7a0 tcp4       0      0 *.113              *.*                LISTEN
fffffe00065fdb70 tcp4       0      0 127.0.0.1.25       *.*                LISTEN
fffffe000643e3d0 tcp4       0      0 127.0.0.1.6600     127.0.0.1.34032    ESTABLISHED
fffffe000643e7a0 tcp4       0      0 127.0.0.1.34032    127.0.0.1.6600     ESTABLISHED
fffffe00065fe000 tcp4       0      0 *.6600             *.*                LISTEN
fffffe00061f6ab8 udp4       0      0 *.514              *.*                
fffffe00061f5498 udp4       0      0 *.*                *.*                
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
fffffe0006459e10 stream      0      0        0 fffffe00064b7960        0        0 /var/run/dbus/system_bus_socket
fffffe00064b7960 stream      0      0        0 fffffe0006459e10        0        0
fffffe000645ad20 stream      0      0        0 fffffe0006459690        0        0 /var/run/hald/dbus-zVYHHE10Qt
fffffe0006459690 stream      0      0        0 fffffe000645ad20        0        0
fffffe00068c55a0 stream      0      0        0 fffffe00068c52d0        0        0 /var/run/hald/dbus-zVYHHE10Qt
fffffe00068c52d0 stream      0      0        0 fffffe00068c55a0        0        0
fffffe00064b7d20 stream      0      0        0 fffffe00064b7e10        0        0 /var/run/devd.pipe
fffffe00064b7e10 stream      0      0        0 fffffe00064b7d20        0        0
fffffe0006459960 stream      0      0        0 fffffe0006459870        0        0 /var/run/hald/dbus-TOYaXgEs2a
fffffe0006459870 stream      0      0        0 fffffe0006459960        0        0
fffffe0006459780 stream      0      0 fffffe0006859b10        0        0        0 /var/run/hald/dbus-TOYaXgEs2a
fffffe000683f000 stream      0      0        0 fffffe000683f0f0        0        0 /tmp/fam-root/fam-
fffffe000683f0f0 stream      0      0        0 fffffe000683f000        0        0
fffffe000683f1e0 stream      0      0 fffffe0006849000        0        0        0 /tmp/fam-root/fam-
fffffe000683f3c0 stream      0      0        0 fffffe000683f4b0        0        0 /var/run/dbus/system_bus_socket
fffffe000683f4b0 stream      0      0        0 fffffe000683f3c0        0        0
fffffe000645a1e0 stream      0      0        0 fffffe000645a2d0        0        0 /var/run/dbus/system_bus_socket
fffffe000645a2d0 stream      0      0        0 fffffe000645a1e0        0        0
fffffe00064b70f0 stream      0      0        0 fffffe000645ae10        0        0 /var/run/dbus/system_bus_socket
fffffe000645ae10 stream      0      0        0 fffffe00064b70f0        0        0
fffffe00064592d0 stream      0      0        0 fffffe00064593c0        0        0 /var/run/dbus/system_bus_socket
fffffe00064593c0 stream      0      0        0 fffffe00064592d0        0        0
fffffe00064594b0 stream      0      0 fffffe00066b3588        0        0        0 /var/run/hald/dbus-zVYHHE10Qt
fffffe000645a780 stream      0      0        0 fffffe000645a690        0        0 /var/run/dbus/system_bus_socket
fffffe000645a690 stream      0      0        0 fffffe000645a780        0        0
fffffe000645a5a0 stream      0      0        0 fffffe000645a4b0        0        0
fffffe000645a4b0 stream      0      0        0 fffffe000645a5a0        0        0
fffffe000645a3c0 stream      0      0 fffffe00064df1d8        0        0        0 /var/run/dbus/system_bus_socket
fffffe00064b7000 stream      0      0 fffffe000619d000        0        0        0 /var/run/devd.pipe
fffffe00068c50f0 dgram       0      0        0 fffffe0006459a50        0 fffffe000645aa50
fffffe000645ab40 dgram       0      0        0 fffffe0006459b40        0 fffffe000645a960
fffffe000645aa50 dgram       0      0        0 fffffe0006459a50        0 fffffe000645a870
fffffe000645a960 dgram       0      0        0 fffffe0006459b40        0        0
fffffe000645a870 dgram       0      0        0 fffffe0006459a50        0 fffffe000645a0f0
fffffe000645a0f0 dgram       0      0        0 fffffe0006459a50        0        0
fffffe0006459a50 dgram       0      0 fffffe00061d3000        0 fffffe00068c50f0        0 /var/run/logpriv
fffffe0006459b40 dgram       0      0 fffffe00061d31d8        0 fffffe000645ab40        0 /var/run/log
fffffe00064b71e0 dgram       0      0 fffffe00061bc000        0        0        0 /var/run/wpa_supplicant/wlan0

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

Current listen queue sizes (qlen/incqlen/maxqlen)
Proto Listen         Local Address         
tcp4  0/0/5          *.auth                 
tcp4  0/0/10         localhost.otaku.smtp   
tcp4  0/0/5          *.6600                 
unix  0/0/30         /var/run/hald/dbus-TOYaXgEs2a
unix  0/0/30         /tmp/fam-root/fam-
unix  0/0/30         /var/run/hald/dbus-zVYHHE10Qt
unix  0/0/30         /var/run/dbus/system_bus_socket
unix  0/0/4          /var/run/devd.pipe

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

USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W
arundel  sysctl       902 root /             2 drwxr-xr-x    1024  r
arundel  sysctl       902   wd /usr     21456023 drwxr-xr-x    6144  r
arundel  sysctl       902 text /        22845503 -r-xr-xr-x   15224  r
arundel  sysctl       902 ctty /dev         49 crw-------   ttyv0 rw
arundel  sysctl       902    0 /dev         49 crw-------   ttyv0 rw
arundel  sysctl       902    1 /dev         49 crw-------   ttyv0 rw
arundel  sysctl       902    2 /dev         49 crw-------   ttyv0 rw
root     hald-addon-storage   894 root /             2 drwxr-xr-x    1024  r
root     hald-addon-storage   894   wd /usr     20608124 drwxr-xr-x    2560  r
root     hald-addon-storage   894 text /usr     20609229 -r-xr-xr-x   20416  r
root     hald-addon-storage   894    0 /dev          9 crw-rw-rw-    null  r
root     hald-addon-storage   894    1 /dev          9 crw-rw-rw-    null rw
root     hald-addon-storage   894    2 /dev          9 crw-rw-rw-    null rw
root     hald-addon-storage   894    3* local stream fffffe0006459690 <-> fffffe000645ad20
root     hald-addon-storage   894    4* local stream fffffe00064b7960 <-> fffffe0006459e10
root     hald-addon-mouse-s   874 root /             2 drwxr-xr-x    1024  r
root     hald-addon-mouse-s   874   wd /usr     20608124 drwxr-xr-x    2560  r
root     hald-addon-mouse-s   874 text /usr     20609239 -r-xr-xr-x   13488  r
root     hald-addon-mouse-s   874    0 /dev          9 crw-rw-rw-    null  r
root     hald-addon-mouse-s   874    1 /dev          9 crw-rw-rw-    null rw
root     hald-addon-mouse-s   874    2 /dev          9 crw-rw-rw-    null rw
root     hald-addon-mouse-s   874    3* local stream fffffe00068c52d0 <-> fffffe00068c55a0
arundel  zsh          873 root /             2 drwxr-xr-x    1024  r
arundel  zsh          873   wd /usr     21456023 drwxr-xr-x    6144  r
arundel  zsh          873 text /usr     20325937 -r-xr-xr-x  604688  r
arundel  zsh          873 ctty /dev         49 crw-------   ttyv0 rw
arundel  zsh          873    0 /dev         49 crw-------   ttyv0 rw
arundel  zsh          873    1 /dev         49 crw-------   ttyv0 rw
arundel  zsh          873    2 /dev         49 crw-------   ttyv0 rw
arundel  zsh          873   10 /dev         49 crw-------   ttyv0 rw
root     hald-runner   842 root /             2 drwxr-xr-x    1024  r
root     hald-runner   842   wd /             2 drwxr-xr-x    1024  r
root     hald-runner   842 text /usr     20609080 -r-xr-xr-x   17008  r
root     hald-runner   842    0 /dev          9 crw-rw-rw-    null  r
root     hald-runner   842    1 /dev          9 crw-rw-rw-    null rw
root     hald-runner   842    2 /dev          9 crw-rw-rw-    null rw
root     hald-runner   842    3* local stream fffffe0006459870 <-> fffffe0006459960
root     hald-runner   842    7* pipe fffffe000618a430 <-> fffffe000618a2d8      0 rw
root     hald-runner   842    8* pipe fffffe0006843708 <-> fffffe00068435b0      0 rw
root     hald-runner   842    9* pipe fffffe0006843158 <-> fffffe0006843000      0 rw
root     hald-runner   842   10* pipe fffffe000618a708 <-> fffffe000618a5b0      0 rw
root     hald-runner   842   11* pipe fffffe0006844708 <-> fffffe00068445b0      0 rw
root     hald-runner   842   12* pipe fffffe00060fe430 <-> fffffe00060fe2d8      0 rw
root     hald-runner   842   13* pipe fffffe00066f9cb8 <-> fffffe00066f9b60      0 rw
root     hald-runner   842   14* pipe fffffe000618a9e0 <-> fffffe000618a888      0 rw
root     hald-runner   842   15* pipe fffffe00066f9708 <-> fffffe00066f95b0      0 rw
root     hald-runner   842   16* pipe fffffe0006189708 <-> fffffe00061895b0      0 rw
root     hald-runner   842   17* pipe fffffe00066f9430 <-> fffffe00066f92d8      0 rw
root     hald-runner   842   18* pipe fffffe00060fe9e0 <-> fffffe00060fe888      0 rw
root     hald-runner   842   19* pipe fffffe00060fe708 <-> fffffe00060fe5b0      0 rw
root     hald-runner   842   20* pipe fffffe00068b9708 <-> fffffe00068b95b0      0 rw
root     hald-runner   842   21* pipe fffffe00068b9158 <-> fffffe00068b9000      0 rw
root     hald-runner   842   22* pipe fffffe00068c49e0 <-> fffffe00068c4888      0 rw
root     hald-runner   842   23* pipe fffffe00068c4430 <-> fffffe00068c42d8      0 rw
root     hald-runner   842   24* pipe fffffe00061069e0 <-> fffffe0006106888      0 rw
root     hald-runner   842   25* pipe fffffe0006106430 <-> fffffe00061062d8      0 rw
root     hald-runner   842   26* pipe fffffe0006845cb8 <-> fffffe0006845b60      0 rw
root     hald-runner   842   27* pipe fffffe0006189158 <-> fffffe0006189000      0 rw
root     hald-runner   842   28* pipe fffffe000618acb8 <-> fffffe000618ab60      0 rw
root     hald-runner   842   29* pipe fffffe00068439e0 <-> fffffe0006843888      0 rw
root     hald-runner   842   30* pipe fffffe0006844430 <-> fffffe00068442d8      0 rw
root     hald-runner   842   31* pipe fffffe0006845708 <-> fffffe00068455b0      0 rw
root     hald-runner   842   32* pipe fffffe00060fe158 <-> fffffe00060fe000      0 rw
root     hald-runner   842   33* pipe fffffe00068459e0 <-> fffffe0006845888      0 rw
root     hald-runner   842   34* pipe fffffe00068c4158 <-> fffffe00068c4000      0 rw
root     hald-runner   842   35* pipe fffffe00068c4708 <-> fffffe00068c45b0      0 rw
root     hald-runner   842   36* pipe fffffe00068b9430 <-> fffffe00068b92d8      0 rw
root     hald-runner   842   37* pipe fffffe00068449e0 <-> fffffe0006844888      0 rw
root     hald-runner   842   38* pipe fffffe000698b158 <-> fffffe000698b000      0 rw
root     hald-runner   842   39* pipe fffffe000698a9e0 <-> fffffe000698a888      0 rw
root     hald-runner   842   40* pipe fffffe0006504708 <-> fffffe00065045b0      0 rw
root     hald-runner   842   41* pipe fffffe000698a430 <-> fffffe000698a2d8      0 rw
root     hald-runner   842   42* pipe fffffe000697bcb8 <-> fffffe000697bb60      0 rw
root     hald-runner   842   43* pipe fffffe000618a158 <-> fffffe000618a000      0 rw
root     hald-runner   842   44* pipe fffffe000697b708 <-> fffffe000697b5b0      0 rw
root     hald-runner   842   45* pipe fffffe000697b158 <-> fffffe000697b000      0 rw
root     hald-runner   842   46* pipe fffffe00068b99e0 <-> fffffe00068b9888      0 rw
root     hald-runner   842   47* pipe fffffe00060fd430 <-> fffffe00060fd2d8      0 rw
root     hald-runner   842   48* pipe fffffe00068b9cb8 <-> fffffe00068b9b60      0 rw
root     hald-runner   842   49* pipe fffffe000697b9e0 <-> fffffe000697b888      0 rw
root     hald-runner   842   50* pipe fffffe00065049e0 <-> fffffe0006504888      0 rw
root     hald-runner   842   51* pipe fffffe0006845158 <-> fffffe0006845000      0 rw
root     hald-runner   842   52* pipe fffffe000698a708 <-> fffffe000698a5b0      0 rw
root     hald-runner   842   53* pipe fffffe000698a158 <-> fffffe000698a000      0 rw
root     hald-runner   842   54* pipe fffffe000697b430 <-> fffffe000697b2d8      0 rw
root     hald-runner   842   55* pipe fffffe0006504cb8 <-> fffffe0006504b60      0 rw
root     hald-runner   842   56* pipe fffffe000698acb8 <-> fffffe000698ab60      0 rw
root     hald-runner   842   57* pipe fffffe00069b2cb8 <-> fffffe00069b2b60      0 rw
root     hald-runner   842   58* pipe fffffe00069b2708 <-> fffffe00069b25b0      0 rw
root     hald-runner   842   59* pipe fffffe00069b2158 <-> fffffe00069b2000      0 rw
root     gam_server   841 root /             2 drwxr-xr-x    1024  r
root     gam_server   841   wd /             2 drwxr-xr-x    1024  r
root     gam_server   841 text /usr     20608596 -r-xr-xr-x   74536  r
root     gam_server   841    0 /dev          9 crw-rw-rw-    null  r
root     gam_server   841    1 /dev          9 crw-rw-rw-    null  w
root     gam_server   841    2 /dev          9 crw-rw-rw-    null  w
root     gam_server   841    4* local stream fffffe000683f1e0
root     gam_server   841    5* pipe fffffe0006844b60 <-> fffffe0006844cb8      0 rw
root     gam_server   841    6* pipe fffffe0006844cb8 <-> fffffe0006844b60      0 rw
root     gam_server   841    7* local stream fffffe000683f000 <-> fffffe000683f0f0
root     gam_server   841    8 /usr     21832714 drwxr-xr-x     512  r
root     gam_server   841    9 /usr     21832776 -r--r--r--   26899  r
root     gam_server   841   10 /usr     21832715 -r--r--r--    1352  r
root     gam_server   841   11 /usr     21832731 -r--r--r--    1652  r
root     gam_server   841   12 /var     188482 -rw-r--r--      68  r
root     gam_server   841   13 /usr     20849213 drwxr-xr-x     512  r
root     gam_server   841   14 /usr     20849214 -r--r--r--     267  r
root     gam_server   841   15 /var      23565 drwxr-xr-x     512  r
root     gam_server   841   16 /usr     20749460 drwxr-xr-x     512  r
root     gam_server   841   17 /var      23566 drwxr-xr-x     512  r
root     gam_server   841   18 /usr     20749461 drwxr-xr-x     512  r
root     gam_server   841   19 /var      23567 drwxr-xr-x     512  r
root     gam_server   841   20 /usr     20749462 drwxr-xr-x     512  r
root     gam_server   841   21 /var      23568 drwxr-xr-x     512  r
root     gam_server   841   22 /usr     20849211 drwxr-xr-x     512  r
root     gam_server   841   23 /var      23569 drwxr-xr-x     512  r
root     gam_server   841   24 /usr     20849212 drwxr-xr-x     512  r
root     gam_server   841   25 /var      23564 drwxr-xr-x     512  r
root     gam_server   841   26 /var      23565 drwxr-xr-x     512  r
root     gam_server   841   27 /var      23566 drwxr-xr-x     512  r
root     gam_server   841   28 /var      23567 drwxr-xr-x     512  r
root     gam_server   841   29 /var      23568 drwxr-xr-x     512  r
root     gam_server   841   30 /var      23569 drwxr-xr-x     512  r
root     gam_server   841   31 /usr     20749459 drwx------     512  r
root     gam_server   841   32 /usr     20749460 drwxr-xr-x     512  r
root     gam_server   841   33 /usr     20749461 drwxr-xr-x     512  r
root     gam_server   841   34 /usr     20749462 drwxr-xr-x     512  r
root     gam_server   841   35 /usr     20849211 drwxr-xr-x     512  r
root     gam_server   841   36 /usr     20849212 drwxr-xr-x     512  r
root     polkitd      839 root /             2 drwxr-xr-x    1024  r
root     polkitd      839   wd /             2 drwxr-xr-x    1024  r
root     polkitd      839 text /usr     20608810 -r-xr-xr-x   11240  r
root     polkitd      839    0 /dev          9 crw-rw-rw-    null rw
root     polkitd      839    1 /dev          9 crw-rw-rw-    null rw
root     polkitd      839    2 /dev          9 crw-rw-rw-    null rw
root     polkitd      839    3* pipe fffffe00060fd5b0 <-> fffffe00060fd708      0 rw
root     polkitd      839    4 /dev          9 crw-rw-rw-    null rw
root     polkitd      839    5* pipe fffffe00060fd708 <-> fffffe00060fd5b0      0 rw
root     polkitd      839    6 /usr     20608034 drwxr-xr-x     512  r
root     polkitd      839    7 /usr     20420668 drwxr-xr-x     512  r
root     polkitd      839    8 /usr     20796426 drwxr-xr-x     512  r
root     polkitd      839   10* local stream fffffe000683f4b0 <-> fffffe000683f3c0
root     polkitd      839   11* pipe fffffe00066f9000 <-> fffffe00066f9158      0 rw
root     polkitd      839   12* pipe fffffe00066f9158 <-> fffffe00066f9000      0 rw
root     polkitd      839   13* pipe fffffe00066f8000 <-> fffffe00066f8158      0 rw
root     polkitd      839   14* pipe fffffe00066f8158 <-> fffffe00066f8000      0 rw
root     polkitd      839   15* local stream fffffe000683f0f0 <-> fffffe000683f000
root     console-kit-daemon   837 root /             2 drwxr-xr-x    1024  r
root     console-kit-daemon   837   wd /             2 drwxr-xr-x    1024  r
root     console-kit-daemon   837 text /usr     20608823 -r-xr-xr-x  133040  r
root     console-kit-daemon   837    0 /dev          9 crw-rw-rw-    null rw
root     console-kit-daemon   837    1 /dev          9 crw-rw-rw-    null rw
root     console-kit-daemon   837    2 /dev          9 crw-rw-rw-    null rw
root     console-kit-daemon   837    3* pipe fffffe00066f8b60 <-> fffffe00066f8cb8      0 rw
root     console-kit-daemon   837    4 /dev          9 crw-rw-rw-    null rw
root     console-kit-daemon   837    5* pipe fffffe00066f8cb8 <-> fffffe00066f8b60      0 rw
root     console-kit-daemon   837    6 /usr     20608034 drwxr-xr-x     512  r
root     console-kit-daemon   837    7 /usr     20420668 drwxr-xr-x     512  r
root     console-kit-daemon   837    8 /usr     20796426 drwxr-xr-x     512  r
root     console-kit-daemon   837    9* pipe fffffe00066f9888 <-> fffffe00066f99e0      0 rw
root     console-kit-daemon   837   10* pipe fffffe00066f99e0 <-> fffffe00066f9888      0 rw
root     console-kit-daemon   837   11* local stream fffffe000645ae10 <-> fffffe00064b70f0
root     console-kit-daemon   837   12 /var     212311 -rw-r--r--    9577  w
root     console-kit-daemon   837   13* local stream fffffe000645a2d0 <-> fffffe000645a1e0
root     console-kit-daemon   837   14 /dev          4 crw-------  console  r
root     console-kit-daemon   837   15* pipe fffffe00066f8888 <-> fffffe00066f89e0      0 rw
root     console-kit-daemon   837   16* pipe fffffe00066f89e0 <-> fffffe00066f8888      0 rw
root     console-kit-daemon   837   19* pipe fffffe0006504000 <-> fffffe0006504158      0 rw
root     console-kit-daemon   837   20* pipe fffffe0006504158 <-> fffffe0006504000      0 rw
haldaemo hald         835 root /             2 drwxr-xr-x    1024  r
haldaemo hald         835   wd /             2 drwxr-xr-x    1024  r
haldaemo hald         835 text /usr     20609040 -r-xr-xr-x  289552  r
haldaemo hald         835    0 /dev          9 crw-rw-rw-    null rw
haldaemo hald         835    1 /dev          9 crw-rw-rw-    null rw
haldaemo hald         835    2 /dev          9 crw-rw-rw-    null rw
haldaemo hald         835    3* pipe fffffe00066f85b0 <-> fffffe00066f8708      0 rw
haldaemo hald         835    4* pipe fffffe00066f8708 <-> fffffe00066f85b0      0 rw
haldaemo hald         835    7* pipe fffffe0006189b60 <-> fffffe0006189cb8      0 rw
haldaemo hald         835    8* pipe fffffe0006189cb8 <-> fffffe0006189b60      0 rw
haldaemo hald         835    9* local stream fffffe00064594b0
haldaemo hald         835   10* local stream fffffe00064593c0 <-> fffffe00064592d0
haldaemo hald         835   11* local stream fffffe0006459780
haldaemo hald         835   12* pipe fffffe0006843b60 <-> fffffe0006843cb8      0 rw
haldaemo hald         835   13* pipe fffffe0006843cb8 <-> fffffe0006843b60      0 rw
haldaemo hald         835   14* local stream fffffe0006459960 <-> fffffe0006459870
haldaemo hald         835   16 /dev         11 crw-r--r--     pci rw
haldaemo hald         835   17 /dev         68 crw-------    xpt0 rw
haldaemo hald         835   19 /usr     20609170 -r--r--r--     669  r
haldaemo hald         835   20 /usr     20796431 drwxr-xr-x     512  r
haldaemo hald         835   21 /var      23586 -rw-rw-r--       0  r
haldaemo hald         835   22 /usr     20796440 drwxr-xr-x     512  r
haldaemo hald         835   23 /usr     20796442 drwxr-xr-x     512  r
haldaemo hald         835   24 /usr     20796657 -rw-r--r--     269  r
haldaemo hald         835   25 /usr     20844208 drwxr-xr-x     512  r
haldaemo hald         835   26 /usr     20844209 drwxr-xr-x     512  r
haldaemo hald         835   27 /usr     20844189 drwxr-xr-x     512  r
haldaemo hald         835   28 /usr     20844192 drwxr-xr-x     512  r
haldaemo hald         835   29 /usr     20844190 drwxr-xr-x     512  r
haldaemo hald         835   30 /usr     20844191 -r--r--r--    1648  r
haldaemo hald         835   31 /usr     20844193 drwxr-xr-x     512  r
haldaemo hald         835   32 /usr     20844194 drwxr-xr-x     512  r
haldaemo hald         835   33 /usr     20844207 drwxr-xr-x     512  r
haldaemo hald         835   34 /usr     20844195 drwxr-xr-x     512  r
haldaemo hald         835   35 /usr     20844206 -r--r--r--    1603  r
haldaemo hald         835   36 /usr     20844205 -r--r--r--   20371  r
haldaemo hald         835   37 /usr     20844204 -r--r--r--    1214  r
haldaemo hald         835   38 /usr     20844203 -r--r--r--    1028  r
haldaemo hald         835   39 /usr     20844202 -r--r--r--    1236  r
haldaemo hald         835   40 /usr     20844201 -r--r--r--    1767  r
haldaemo hald         835   41 /usr     20844200 -r--r--r--    4032  r
haldaemo hald         835   42 /usr     20844212 -r--r--r--     257  r
haldaemo hald         835   43 /usr     20844199 -r--r--r--     390  r
haldaemo hald         835   44 /usr     20844198 -r--r--r--    1661  r
haldaemo hald         835   45 /usr     20844196 -r--r--r--     795  r
haldaemo hald         835   46 /usr     20844197 -r--r--r--     720  r
haldaemo hald         835   47 /usr     20608046 drwxrwxr-x     512  r
haldaemo hald         835   48 /usr     20608640 -rw-rw-r--     269  r
haldaemo hald         835   49 /usr     20609272 -rw-rw-r--     518  r
haldaemo hald         835   50 /usr     20609273 -rw-rw-r--    2498  r
haldaemo hald         835   51* local stream fffffe00064b7e10 <-> fffffe00064b7d20
haldaemo hald         835   52* local stream fffffe00068c55a0 <-> fffffe00068c52d0
haldaemo hald         835   53* local stream fffffe000645ad20 <-> fffffe0006459690
root     getty        830 root /             2 drwxr-xr-x    1024  r
root     getty        830   wd /             2 drwxr-xr-x    1024  r
root     getty        830 text /usr     20304053 -r-xr-xr-x   26616  r
root     getty        830 ctty /dev         56 crw-------   ttyv7 rw
root     getty        830    0 /dev         56 crw-------   ttyv7 rw
root     getty        830    1 /dev         56 crw-------   ttyv7 rw
root     getty        830    2 /dev         56 crw-------   ttyv7 rw
root     getty        829 root /             2 drwxr-xr-x    1024  r
root     getty        829   wd /             2 drwxr-xr-x    1024  r
root     getty        829 text /usr     20304053 -r-xr-xr-x   26616  r
root     getty        829 ctty /dev         55 crw-------   ttyv6 rw
root     getty        829    0 /dev         55 crw-------   ttyv6 rw
root     getty        829    1 /dev         55 crw-------   ttyv6 rw
root     getty        829    2 /dev         55 crw-------   ttyv6 rw
root     getty        828 root /             2 drwxr-xr-x    1024  r
root     getty        828   wd /             2 drwxr-xr-x    1024  r
root     getty        828 text /usr     20304053 -r-xr-xr-x   26616  r
root     getty        828 ctty /dev         54 crw-------   ttyv5 rw
root     getty        828    0 /dev         54 crw-------   ttyv5 rw
root     getty        828    1 /dev         54 crw-------   ttyv5 rw
root     getty        828    2 /dev         54 crw-------   ttyv5 rw
root     getty        827 root /             2 drwxr-xr-x    1024  r
root     getty        827   wd /             2 drwxr-xr-x    1024  r
root     getty        827 text /usr     20304053 -r-xr-xr-x   26616  r
root     getty        827 ctty /dev         53 crw-------   ttyv4 rw
root     getty        827    0 /dev         53 crw-------   ttyv4 rw
root     getty        827    1 /dev         53 crw-------   ttyv4 rw
root     getty        827    2 /dev         53 crw-------   ttyv4 rw
root     getty        826 root /             2 drwxr-xr-x    1024  r
root     getty        826   wd /             2 drwxr-xr-x    1024  r
root     getty        826 text /usr     20304053 -r-xr-xr-x   26616  r
root     getty        826 ctty /dev         52 crw-------   ttyv3 rw
root     getty        826    0 /dev         52 crw-------   ttyv3 rw
root     getty        826    1 /dev         52 crw-------   ttyv3 rw
root     getty        826    2 /dev         52 crw-------   ttyv3 rw
root     getty        825 root /             2 drwxr-xr-x    1024  r
root     getty        825   wd /             2 drwxr-xr-x    1024  r
root     getty        825 text /usr     20304053 -r-xr-xr-x   26616  r
root     getty        825 ctty /dev         51 crw-------   ttyv2 rw
root     getty        825    0 /dev         51 crw-------   ttyv2 rw
root     getty        825    1 /dev         51 crw-------   ttyv2 rw
root     getty        825    2 /dev         51 crw-------   ttyv2 rw
root     getty        824 root /             2 drwxr-xr-x    1024  r
root     getty        824   wd /             2 drwxr-xr-x    1024  r
root     getty        824 text /usr     20304053 -r-xr-xr-x   26616  r
root     getty        824 ctty /dev         50 crw-------   ttyv1 rw
root     getty        824    0 /dev         50 crw-------   ttyv1 rw
root     getty        824    1 /dev         50 crw-------   ttyv1 rw
root     getty        824    2 /dev         50 crw-------   ttyv1 rw
root     login        823 root /             2 drwxr-xr-x    1024  r
root     login        823   wd /usr     21456023 drwxr-xr-x    6144  r
root     login        823 text /usr     20302406 -r-sr-xr-x   20760  r
root     login        823 ctty /dev         49 crw-------   ttyv0 rw
root     login        823    0 /dev         49 crw-------   ttyv0 rw
root     login        823    1 /dev         49 crw-------   ttyv0 rw
root     login        823    2 /dev         49 crw-------   ttyv0 rw
root     login        823    3* local dgram fffffe00068c50f0 <-> fffffe0006459a50
nobody   identd       795 root /             2 drwxr-xr-x    1024  r
nobody   identd       795   wd /             2 drwxr-xr-x    1024  r
nobody   identd       795 text /usr     20608105 -r-xr-xr-x   14955  r
nobody   identd       795    0* internet stream tcp fffffe00065fd7a0
root     cron         785 root /             2 drwxr-xr-x    1024  r
root     cron         785   wd /var     211968 drwxr-x---     512  r
root     cron         785 text /usr     21856484 -r-xr-xr-x   37800  r
root     cron         785    0 /dev          9 crw-rw-rw-    null rw
root     cron         785    1 /dev          9 crw-rw-rw-    null rw
root     cron         785    2 /dev          9 crw-rw-rw-    null rw
root     cron         785    3 /var     188477 -rw-------       3  w
root     cron         785    5* local dgram fffffe000645aa50 <-> fffffe0006459a50
smmsp    sendmail     781 root /             2 drwxr-xr-x    1024  r
smmsp    sendmail     781   wd /var     164889 drwxrwx---     512  r
smmsp    sendmail     781 text /usr     20303046 -r-xr-sr-x  655192  r
smmsp    sendmail     781    0 /dev          9 crw-rw-rw-    null  r
smmsp    sendmail     781    1 /dev          9 crw-rw-rw-    null  w
smmsp    sendmail     781    2 /dev          9 crw-rw-rw-    null  w
smmsp    sendmail     781    3* local dgram fffffe000645a960 <-> fffffe0006459b40
smmsp    sendmail     781    4 /var     164865 -rw-------      49  w
root     sendmail     778 root /             2 drwxr-xr-x    1024  r
root     sendmail     778   wd /var     164886 drwxr-xr-x     512  r
root     sendmail     778 text /usr     20303046 -r-xr-sr-x  655192  r
root     sendmail     778    0 /dev          9 crw-rw-rw-    null  r
root     sendmail     778    1 /dev          9 crw-rw-rw-    null  w
root     sendmail     778    2 /dev          9 crw-rw-rw-    null  w
root     sendmail     778    3* local dgram fffffe000645a870 <-> fffffe0006459a50
root     sendmail     778    4* internet stream tcp fffffe00065fdb70
root     sendmail     778    5 /var     188476 -rw-------      78  w
nobody   mpdscribble   737 root /             2 drwxr-xr-x    1024  r
nobody   mpdscribble   737   wd /             2 drwxr-xr-x    1024  r
nobody   mpdscribble   737 text /usr     20326157 -r-xr-xr-x   45464  r
nobody   mpdscribble   737    0 /dev          9 crw-rw-rw-    null  r
nobody   mpdscribble   737    1 /dev          9 crw-rw-rw-    null  w
nobody   mpdscribble   737    2 /dev          9 crw-rw-rw-    null  w
nobody   mpdscribble   737    3* internet stream tcp fffffe000643e7a0
arundel  musicpd      732 root /             2 drwxr-xr-x    1024  r
arundel  musicpd      732   wd /             2 drwxr-xr-x    1024  r
arundel  musicpd      732 text /usr     20325587 -r-xr-xr-x  371936  r
arundel  musicpd      732    0 /dev          9 crw-rw-rw-    null  r
arundel  musicpd      732    1 /usr     21668183 -rw-r--r--  11293423  w
arundel  musicpd      732    2 /usr     21668183 -rw-r--r--  11293423  w
arundel  musicpd      732    3* local stream fffffe000645a690 <-> fffffe000645a780
arundel  musicpd      732    4* internet stream tcp fffffe00065fe000
arundel  musicpd      732    5* pipe fffffe00060fd888 <-> fffffe00060fd9e0      0 rw
arundel  musicpd      732    6* pipe fffffe00060fd9e0 <-> fffffe00060fd888      0 rw
arundel  musicpd      732    7* pipe fffffe00060feb60 <-> fffffe00060fecb8      0 rw
arundel  musicpd      732    8* pipe fffffe00060fecb8 <-> fffffe00060feb60      0 rw
arundel  musicpd      732    9* internet stream tcp fffffe000643e3d0
arundel  musicpd      732   10 /dev         69 crw-rw-rw-  mixer0  r
messageb dbus-daemon   720 root /             2 drwxr-xr-x    1024  r
messageb dbus-daemon   720   wd /             2 drwxr-xr-x    1024  r
messageb dbus-daemon   720 text /usr     20326997 -r-xr-xr-x  377736  r
messageb dbus-daemon   720    0 /dev          9 crw-rw-rw-    null rw
messageb dbus-daemon   720    1 /dev          9 crw-rw-rw-    null rw
messageb dbus-daemon   720    2 /dev          9 crw-rw-rw-    null rw
messageb dbus-daemon   720    3* local stream fffffe000645a3c0
messageb dbus-daemon   720    4 /dev          9 crw-rw-rw-    null rw
messageb dbus-daemon   720    6 /usr     20608034 drwxr-xr-x     512  r
messageb dbus-daemon   720    7 /usr     20420668 drwxr-xr-x     512  r
messageb dbus-daemon   720    8 /usr     20796426 drwxr-xr-x     512  r
messageb dbus-daemon   720    9* local stream fffffe000645a4b0 <-> fffffe000645a5a0
messageb dbus-daemon   720   10* local stream fffffe000645a5a0 <-> fffffe000645a4b0
messageb dbus-daemon   720   11* local stream fffffe000645a780 <-> fffffe000645a690
messageb dbus-daemon   720   12* local stream fffffe00064592d0 <-> fffffe00064593c0
messageb dbus-daemon   720   13* local dgram fffffe000645ab40 <-> fffffe0006459b40
messageb dbus-daemon   720   14* local stream fffffe0006459e10 <-> fffffe00064b7960
messageb dbus-daemon   720   15* local stream fffffe00064b70f0 <-> fffffe000645ae10
messageb dbus-daemon   720   17* local stream fffffe000645a1e0 <-> fffffe000645a2d0
messageb dbus-daemon   720   19* local stream fffffe000683f3c0 <-> fffffe000683f4b0
root     smartd       715 root /             2 drwxr-xr-x    1024  r
root     smartd       715   wd /             2 drwxr-xr-x    1024  r
root     smartd       715 text /usr     20608710 -r-xr-xr-x  384608  r
root     smartd       715    0 /dev          9 crw-rw-rw-    null rw
root     smartd       715    1 /dev          9 crw-rw-rw-    null rw
root     smartd       715    2 /dev          9 crw-rw-rw-    null rw
root     powerd       687 root /             2 drwxr-xr-x    1024  r
root     powerd       687   wd /             2 drwxr-xr-x    1024  r
root     powerd       687 text /usr     21856570 -r-xr-xr-x   14888  r
root     powerd       687    0 /dev          9 crw-rw-rw-    null rw
root     powerd       687    1 /dev          9 crw-rw-rw-    null rw
root     powerd       687    2 /dev          9 crw-rw-rw-    null rw
root     powerd       687    3 /var     188462 -rw-------       3  w
root     syslogd      623 root /             2 drwxr-xr-x    1024  r
root     syslogd      623   wd /             2 drwxr-xr-x    1024  r
root     syslogd      623 text /usr     21856598 -r-xr-xr-x   37008  r
root     syslogd      623    0 /dev          9 crw-rw-rw-    null rw
root     syslogd      623    1 /dev          9 crw-rw-rw-    null rw
root     syslogd      623    2 /dev          9 crw-rw-rw-    null rw
root     syslogd      623    3 /var     188452 -rw-------       3  w
root     syslogd      623    4* local dgram fffffe0006459b40
root     syslogd      623    5* local dgram fffffe0006459a50
root     syslogd      623    6* internet dgram udp fffffe00061f6ab8
root     syslogd      623    7 /dev         31 crw-------    klog  r
root     syslogd      623    9 -         -         bad    -
root     syslogd      623   10 /var     212004 -rw-r--r--  116447  w
root     syslogd      623   11 /var     211990 -rw-------      55  w
root     syslogd      623   12 /var     212283 -rw-------   10154  w
root     syslogd      623   13 /var     211980 -rw-r-----    2794  w
root     syslogd      623   14 /var     211984 -rw-r--r--      60  w
root     syslogd      623   15 /var     211991 -rw-------      60  w
root     syslogd      623   16 /var     212002 -rw-------   78854  w
root     syslogd      623   17 /var     211994 -rw-------      60  w
root     syslogd      623   18 /var     211985 -rw-r-----      60  w
root     devd         436 root /             2 drwxr-xr-x    1024  r
root     devd         436   wd /             2 drwxr-xr-x    1024  r
root     devd         436 text /        22845452 -r-xr-xr-x  423504  r
root     devd         436    0 /dev          9 crw-rw-rw-    null rw
root     devd         436    1 /dev          9 crw-rw-rw-    null rw
root     devd         436    2 /dev          9 crw-rw-rw-    null rw
root     devd         436    3 /dev          6 crw-------  devctl  r
root     devd         436    4* local stream fffffe00064b7000
root     devd         436    5 /var     188436 -rw-------       3  w
root     devd         436    6* local stream fffffe00064b7d20 <-> fffffe00064b7e10
root     wpa_supplicant   332 root /             2 drwxr-xr-x    1024  r
root     wpa_supplicant   332   wd /             2 drwxr-xr-x    1024  r
root     wpa_supplicant   332 text /usr     21856712 -r-xr-xr-x  341080  r
root     wpa_supplicant   332    0 /dev          9 crw-rw-rw-    null rw
root     wpa_supplicant   332    1 /dev          9 crw-rw-rw-    null rw
root     wpa_supplicant   332    2 /dev          9 crw-rw-rw-    null rw
root     wpa_supplicant   332    3* internet dgram udp fffffe00061f5498
root     wpa_supplicant   332    4* route raw 0 fffffe00061f42a8
root     wpa_supplicant   332    5 /dev         29 crw-------     bpf rw
root     wpa_supplicant   332    6* local dgram fffffe00064b71e0
root     wpa_supplicant   332    7* local dgram fffffe000645a0f0 <-> fffffe0006459a50
root     init           1 root /             2 drwxr-xr-x    1024  r
root     init           1   wd /             2 drwxr-xr-x    1024  r
root     init           1 text /        22845514 -r-xr-xr-x  411152  r

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

Copyright (c) 1992-2012 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-CURRENT #2 r234233=5c0394f-dirty: Fri Apr 13 22:00:03 CEST 2012
    arundel@otaku:/usr/obj/usr/github-freebsd-head/sys/ARUNDEL amd64
CPU: Intel(R) Pentium(R) Dual  CPU  E2160  @ 1.80GHz (1800.00-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x6fd  Family = 6  Model = f  Stepping = 13
  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=0xe39d<SSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM>
  AMD Features=0x20100800<SYSCALL,NX,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant, performance statistics
real memory  = 2147483648 (2048 MB)
avail memory = 2038890496 (1944 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <GBT    GBTUACPI>
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 2
ioapic0 <Version 2.0> irqs 0-23 on motherboard
acpi0: <GBT GBTUACPI> on motherboard
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, 7fde0000 (3) failed
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
attimer0: <AT timer> port 0x40-0x43 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 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
Event timer "HPET3" frequency 14318180 Hz quality 440
atrtc0: <AT realtime clock> port 0x70-0x73 on acpi0
Event timer "RTC" frequency 32768 Hz quality 0
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <PCI-PCI bridge> irq 16 at device 1.0 on pci0
pci1: <PCI bus> on pcib1
vgapci0: <VGA-compatible display> port 0xb000-0xb07f mem 0xf6000000-0xf6ffffff,0xe0000000-0xefffffff,0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci1
nvidia0: <GeForce 9600 GT> on vgapci0
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
uhci0: <Intel 82801I (ICH9) USB controller> port 0xe100-0xe11f irq 16 at device 26.0 on pci0
usbus0 on uhci0
uhci1: <Intel 82801I (ICH9) USB controller> port 0xe200-0xe21f irq 21 at device 26.1 on pci0
usbus1 on uhci1
uhci2: <Intel 82801I (ICH9) USB controller> port 0xe000-0xe01f irq 18 at device 26.2 on pci0
usbus2 on uhci2
ehci0: <Intel 82801I (ICH9) USB 2.0 controller> mem 0xfa205000-0xfa2053ff irq 18 at device 26.7 on pci0
usbus3: EHCI version 1.0
usbus3 on ehci0
hdac0: <Intel 82801I HDA Controller> mem 0xfa200000-0xfa203fff irq 22 at device 27.0 on pci0
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 19 at device 28.3 on pci0
pci3: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> irq 16 at device 28.4 on pci0
pci4: <ACPI PCI bus> on pcib4
uhci3: <Intel 82801I (ICH9) USB controller> port 0xe300-0xe31f irq 23 at device 29.0 on pci0
usbus4 on uhci3
uhci4: <Intel 82801I (ICH9) USB controller> port 0xe400-0xe41f irq 19 at device 29.1 on pci0
usbus5 on uhci4
uhci5: <Intel 82801I (ICH9) USB controller> port 0xe500-0xe51f irq 18 at device 29.2 on pci0
usbus6 on uhci5
ehci1: <Intel 82801I (ICH9) USB 2.0 controller> mem 0xfa204000-0xfa2043ff irq 23 at device 29.7 on pci0
usbus7: EHCI version 1.0
usbus7 on ehci1
pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci5: <ACPI PCI bus> on pcib5
ath0: <Atheros 5212> mem 0xfa100000-0xfa10ffff irq 19 at device 1.0 on pci5
ath0: AR2413 mac 7.9 RF2413 phy 4.5
ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0056
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
ahci0: <Intel ICH9 AHCI SATA controller> port 0xe600-0xe607,0xe700-0xe703,0xe800-0xe807,0xe900-0xe903,0xea00-0xea1f mem 0xfa206000-0xfa2067ff irq 19 at device 31.2 on pci0
ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
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
acpi_perf0: <ACPI CPU Frequency Control> on cpu0
coretemp0: <CPU On-Die Thermal Sensors> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
coretemp1: <CPU On-Die Thermal Sensors> on cpu1
est1: <Enhanced SpeedStep Frequency Control> on cpu1
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 925092506000925
device_attach: est1 attach returned 6
p4tcc1: <CPU Frequency Thermal Control> on cpu1
Timecounters tick every 1.000 msec
hdacc0: <Realtek ALC889A HDA CODEC> at cad 2 on hdac0
hdaa0: <Realtek ALC889A HDA CODEC Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC889A HDA CODEC PCM (Rear Analog 7.1/2.0)> at nid 20,22,21,23 and 24,26 on hdaa0
pcm1: <Realtek ALC889A HDA CODEC PCM (Front Analog)> at nid 27 and 25 on hdaa0
pcm2: <Realtek ALC889A HDA CODEC PCM (Rear Digital)> at nid 30 and 31 on hdaa0
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 480Mbps High Speed USB v2.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
usbus6: 12Mbps Full Speed USB v1.0
usbus7: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
ugen4.1: <Intel> at usbus4
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
ugen6.1: <Intel> at usbus6
uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6
ugen7.1: <Intel> at usbus7
uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <SAMSUNG SP2504C VT100-50> ATA-7 SATA 2.x device
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 238474MB (488395055 512 byte sectors: 16H 63S/T 16383C)
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <SAMSUNG HD103SJ 1AJ10001> ATA-8 SATA 2.x device
ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C)
SMP: AP CPU #1 Launched!
Timecounter "TSC-low" frequency 14062500 Hz quality 1000
cd0 at ahcich2 bus 0 scbus2 target 0 lun 0
cd0: <HL-DT-ST DVDRAM GH24NS50 XP02> Removable CD-ROM SCSI-0 device 
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub5: 2 ports with 2 removable, self powered
uhub6: 2 ports with 2 removable, self powered
Root mount waiting for: usbus7 usbus3
Root mount waiting for: usbus7 usbus3
Root mount waiting for: usbus7 usbus3
uhub3: 6 ports with 6 removable, self powered
uhub7: 6 ports with 6 removable, self powered
Root mount waiting for: usbus7 usbus3
Root mount waiting for: usbus7 usbus3
ugen3.2: <Western Digital> at usbus3
umass0: <MSC Bulk-Only Transport> on usbus3
da0 at umass-sim0 bus 0 scbus6 target 0 lun 0
da0: <WD My Passport 0740 1003> Fixed Direct Access SCSI-6 device 
da0: 40.000MB/s transfers
da0: 953837MB (1953458176 512 byte sectors: 255H 63S/T 121597C)
ugen7.2: <USBest Technology> at usbus7
umass1: <USBest Technology Intenso Rainbow Line, class 0/0, rev 2.00/1.00, addr 2> on usbus7
da1 at umass-sim1 bus 1 scbus7 target 0 lun 0
da1: <Intenso Rainbow 0.00> Removable Direct Access SCSI-2 device 
da1: 40.000MB/s transfers
da1: 14877MB (30468303 512 byte sectors: 255H 63S/T 1896C)
ugen0.2: <DELL> at usbus0
ukbd0: <DELL Dell QuietKey Keyboard, class 0/0, rev 1.10/1.01, addr 2> on usbus0
kbd0 at ukbd0
ugen3.3: <vendor 0x0424> at usbus3
uhub8: <vendor 0x0424 product 0x2514, class 9/0, rev 2.00/0.00, addr 3> on usbus3
uhub8: 4 ports with 4 removable, self powered
ugen1.2: <Razer> at usbus1
ums0: <Razer Razer 1600dpi Mouse, class 0/0, rev 2.00/21.00, addr 2> on usbus1
ums0: 7 buttons and [XYZ] coordinates ID=0
GEOM: da1: the secondary GPT header is not in the last LBA.
Trying to mount root from ufs:/dev/ufs/rootfs [ro]...
Setting hostuuid: 00000000-0000-0000-0000-001a4d4bb4eb.
Setting hostid: 0x52f33628.
Entropy harvesting: interrupts ethernet point_to_point kickstart.
Starting file system checks:
/dev/ufs/rootfs: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ufs/rootfs: clean, 113890993 free (977 frags, 14236252 blocks, 0.0% fragmentation)
** SU+J Recovering /dev/ufs/usrfs
** Reading 33554432 byte journal from inode 6.
** Building recovery table.
** Resolving unreferenced inode list.
** Processing journal entries.
** 1 journal records in 512 bytes for 6.25% utilization
** Freed 0 inodes (0 dirs) 0 blocks, and 0 frags.

***** FILE SYSTEM MARKED CLEAN *****
/dev/ufs/varfs: 29005 files, 344540 used, 668475 free (7083 frags, 82674 blocks, 0.7% fragmentation)
Mounting local file systems:.
Setting hostname: otaku.
wlan0: Ethernet address: 00:0f:b5:82:07:c8
Starting wpa_supplicant.
Starting Network: lo0 ath0.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=3<RXCSUM,TXCSUM>
	inet 127.0.0.1 netmask 0xff000000 
ath0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
	ether 00:0f:b5:82:07:c8
	media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
	status: no carrier
Starting devd.
Configuring keyboard: keymap keyrate keybell\^[[=0;0B.
add net default: gateway 192.168.1.1
Generating host.conf.
eval: cannot create /etc/host.conf: Read-only file system
eval: cannot create /etc/host.conf: Read-only file system
eval: cannot create /etc/host.conf: Read-only file system
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/kde4/lib /usr/local/lib/gegl-0.1 /usr/local/lib/graphviz /usr/local/lib/nss /usr/local/lib/pidgin /usr/local/lib/pth /usr/local/lib/qt4 /usr/local/lib/virtualbox
32-bit compatibility ldconfig path: /usr/lib32
Creating and/or trimming log files.
Starting syslogd.
No core dumps found.
Clearing /tmp (X related).
Starting powerd.
Starting smartd.
Apr 14 12:10:39 otaku smartd[705]: Device: /dev/ada0, WARNING: May need -F samsung3 enabled; see manual for details.
wlan0: link state changed to UP
Starting dbus.
Starting musicpd.
Starting mpdscribble.
/usr/local/etc/rc.d/linux_adobe: set_rcvar: not found
Starting hald.
Configuring keyboard: keymap keyrate keybell\^[[=0;0B.
Configuring syscons: keymap keyrate keybell\^[[=0;0B cursor font8x16 font8x14 font8x8 blanktime.
Starting cron.
Local package initialization: fakeidentd.

Sat Apr 14 12:10:46 CEST 2012


Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 01
fault virtual address	= 0x100000f
fault code		= supervisor read data, page not present
instruction pointer	= 0x20:0xffffffff804406ff
stack pointer	        = 0x28:0xffffff8091e99760
frame pointer	        = 0x28:0xffffff8091e997d0
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 902 (sysctl)
Uptime: 40s
Dumping 174 out of 2020 MB:

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

config: File /boot/kernel/kernel doesn't contain configuration file. Either unsupported, or not compiled with INCLUDE_CONFIG_FILE

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



--Nq2Wo0NMKNjxTN9z--



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