Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2009 14:42:24 +0200
From:      Alban Hertroys <dalroi@solfertje.student.utwente.nl>
To:        John Baldwin <jhb@freebsd.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Kernel panic in ulpt
Message-ID:  <030D00B7-7AAE-4730-8FB6-766233969E05@solfertje.student.utwente.nl>
In-Reply-To: <200909140841.27844.jhb@freebsd.org>
References:  <B41B0A0F-63D7-42DD-B095-504E8A572B34@solfertje.student.utwente.nl> <200909140841.27844.jhb@freebsd.org>

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

--Apple-Mail-12-92637794
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=us-ascii;
	format=flowed;
	delsp=yes

On 14 Sep 2009, at 14:41, John Baldwin wrote:

> On Friday 11 September 2009 12:18:39 pm Alban Hertroys wrote:
>> Hello,
>>
>> I just got a kernel panic on a FreeBSD 7.2 STABLE after a print job
>> finished on ulpt. The kgdb output (ran in script) is attached. I'll
>> keep the vmcore around in case anyone needs more info. Shout if you
>> need more info.
>
> In ulptclose() in sys/dev/usb/ulpt.c try changing the callout_stop()  
> to a
> callout_drain().  Have you been able to reproduce this?


Thanks,

I finally got around to testing the above, but unfortunately it  
doesn't fix the problem. Meanwhile I did configure savecore (the  
default /var isn't large enough for the core files) and crashinfo  
though, see attachments.

I send print jobs to my FreeBSD server from my Mac using cups on both  
sides. The panic appears to be related to what I print, even though  
that shouldn't matter at all at the driver-level.
The first document I printed was a large JPEG turned on its side and  
printed alright, without a panic.
After that I printed page 106 from a PDF-version of the FreeBSD  
handbook (section 3.2.6 Changing Console Video Modes) that I  
downloaded at June 3rd this year and the below panic occurred.

The previous panic I posted about was also caused by a 1-page PDF  
document.

Is there anything else I can provide to help fix this problem?



!DSPAM:74,4ab3803211681401413422!

--Apple-Mail-12-92637794
Content-Disposition: attachment;
	filename=core.txt.0
Content-Type: application/octet-stream;
	name="core.txt.0"
Content-Transfer-Encoding: 7bit

solfertje.student.utwente.nl dumped core - see /usr/crash/vmcore.0

Fri Sep 18 14:27:14 CEST 2009

FreeBSD solfertje.student.utwente.nl 7.2-STABLE FreeBSD 7.2-STABLE #2: Tue Sep 15 11:34:08 CEST 2009     dalroi@solfertje.student.utwente.nl:/usr/obj/usr/src/sys/ERGOPROXY  i386

panic: page fault

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

Unread portion of the kernel message buffer:


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 01
fault virtual address	= 0x0
fault code		= supervisor write, page not present
instruction pointer	= 0x20:0xc0525a49
stack pointer	        = 0x28:0xc43aac4c
frame pointer	        = 0x28:0xc43aac4c
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, def32 1, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 12 (swi4: clock)
trap number		= 12
panic: page fault
cpuid = 0
Uptime: 2d1h21m5s
Physical memory: 1526 MB
Dumping 238 MB: 223 207 191 175 159 143 127 111 95 79 63 47 31 15

Reading symbols from /boot/kernel/geom_concat.ko...Reading symbols from /boot/kernel/geom_concat.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/geom_concat.ko
Reading symbols from /boot/kernel/geom_mirror.ko...Reading symbols from /boot/kernel/geom_mirror.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/geom_mirror.ko
Reading symbols from /boot/kernel/geom_stripe.ko...Reading symbols from /boot/kernel/geom_stripe.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/geom_stripe.ko
Reading symbols from /boot/kernel/acpi.ko...Reading symbols from /boot/kernel/acpi.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/acpi.ko
Reading symbols from /boot/kernel/pf.ko...Reading symbols from /boot/kernel/pf.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/pf.ko
Reading symbols from /boot/kernel/linux.ko...Reading symbols from /boot/kernel/linux.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/linux.ko
#0  doadump () at pcpu.h:196
196	pcpu.h: No such file or directory.
	in pcpu.h
(kgdb) #0  doadump () at pcpu.h:196
#1  0xc05a3547 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418
#2  0xc05a381c in panic (fmt=Variable "fmt" is not available.
) at /usr/src/sys/kern/kern_shutdown.c:574
#3  0xc0800eac in trap_fatal (frame=0xc43aac0c, eva=0)
    at /usr/src/sys/i386/i386/trap.c:943
#4  0xc0801130 in trap_pfault (frame=0xc43aac0c, usermode=0, eva=0)
    at /usr/src/sys/i386/i386/trap.c:856
#5  0xc0801b37 in trap (frame=0xc43aac0c) at /usr/src/sys/i386/i386/trap.c:534
#6  0xc07e66cb in calltrap () at /usr/src/sys/i386/i386/exception.s:166
#7  0xc0525a49 in usbd_setup_xfer (xfer=0x0, pipe=0x0, priv=0xc4fa8380, 
    buffer=0xc509f000, length=4096, flags=5, timeout=10, 
    callback=0xc051cd90 <ulpt_read_cb>) at /usr/src/sys/dev/usb/usbdi.c:547
#8  0xc051cd71 in ulpt_tick (xsc=0xc4fa8380)
    at /usr/src/sys/dev/usb/ulpt.c:773
#9  0xc05b5e4c in softclock (dummy=0x0)
    at /usr/src/sys/kern/kern_timeout.c:274
#10 0xc058012b in ithread_loop (arg=0xc44902e0)
    at /usr/src/sys/kern/kern_intr.c:1126
#11 0xc057ca57 in fork_exit (callout=0xc057ff80 <ithread_loop>, 
    arg=0xc44902e0, frame=0xc43aad38) at /usr/src/sys/kern/kern_fork.c:811
#12 0xc07e6740 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:271
(kgdb) 

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

  UID   PID  PPID CPU PRI NI   VSZ   RSS MWCHAN STAT  TT       TIME COMMAND
    0     0     0   0 -16  0     0     0 sched  DLs   ??  4963079:51.00 [swapper]
    0     1     0   0   8  0  1888     0 wait   DLs   ??  1099461:59.00 [init]
    0     2     0   0  -8  0     0     0 -      DL    ??  -26835633:-8.55 [g_event]
    0     3     0   0  -8  0     0     0 -      DL    ??  22754601:00.00 [g_up]
    0     4     0   0  -8  0     0     0 -      DL    ??  -26983631:-38.55 [g_down]
    0     5     0   0  -8  0     0     0 ccb_sc DL    ??    0:00.00 [xpt_thrd]
    0     6     0   0   8  0     0     0 -      DL    ??    0:00.00 [acpi_task_
    0     7     0   0   8  0     0     0 -      DL    ??    0:00.00 [acpi_task_
    0     8     0   0   8  0     0     0 -      DL    ??    0:00.00 [acpi_task_
    0     9     0   0   8  0     0     0 -      DL    ??    0:00.00 [thread tas
    0    10     0   0 -16  0     0     0 audit_ DL    ??    0:00.00 [audit]
    0    11     0   0 171  0     0     0 -      RL    ??  8981565:22.00 [idle: cpu0
    0    12     0   0 -32  0     0     0 -      RL    ??  32348329:16.00 [swi4: cloc
    0    13     0   0 -36  0     0     0 -      WL    ??    0:00.00 [swi3: vm]
    0    14     0   0 -44  0     0     0 -      WL    ??  -6702323:-1.55 [swi1: net]
    0    15     0   0 -16  0     0     0 -      DL    ??  16884221:13.00 [yarrow]
    0    16     0   0 -40  0     0     0 -      RL    ??  -12597238:-44.55 [swi2: camb
    0    17     0   0 -28  0     0     0 -      WL    ??    0:00.00 [swi5: +]
    0    18     0   0 -24  0     0     0 -      WL    ??    0:00.00 [swi6: Gian
    0    19     0   0 -24  0     0     0 -      WL    ??  1068246:06.00 [swi6: task
    0    20     0   0   8  0     0     0 -      DL    ??  27244:48.00 [kqueue tas
    0    21     0   0 -52  0     0     0 -      WL    ??    0:00.00 [irq9: acpi
    0    22     0   0 -64  0     0     0 -      RL    ??  -6427321:-9.55 [irq14: ata
    0    23     0   0 -64  0     0     0 -      WL    ??    0:00.00 [irq15: ata
    0    24     0   0 -64  0     0     0 -      RL    ??  3994956:54.00 [irq21: twa
    0    25     0   0 -68  0     0     0 -      RL    ??  24932665:54.00 [irq19: xl0
    0    26     0   0   8  0     0     0 usbevt DL    ??  46800:01.00 [usb0]
    0    27     0   0   8  0     0     0 usbtsk DL    ??    0:00.00 [usbtask-hc
    0    28     0   0   8  0     0     0 usbtsk DL    ??    0:00.00 [usbtask-dr
    0    29     0   0 -60  0     0     0 -      WL    ??    0:00.00 [irq1: atkb
    0    30     0   0 -60  0     0     0 -      WL    ??    0:00.00 [irq7: ppbu
    0    31     0   0 -48  0     0     0 -      WL    ??  1245629:56.00 [swi0: uart
    0    32     0   0 -68  0     0     0 waitin DL    ??  2377:13.00 [sctp_itera
    0    33     0   0  -8  0     0     0 m:w1   DL    ??  8866944:19.00 [g_mirror r
    0    34     0   0  -8  0     0     0 m:w1   DL    ??  18646706:21.00 [g_mirror v
    0    35     0   0  -8  0     0     0 m:w1   DL    ??  870187:47.00 [g_mirror h
    0    36     0   0 -16  0     0     0 psleep DL    ??  12390572:31.00 [pagedaemon
    0    37     0   0  20  0     0     0 psleep DL    ??   75:42.00 [vmdaemon]
    0    38     0   0 171  0     0     0 pgzero DL    ??  10440:36.00 [pagezero]
    0    39     0   0 -16  0     0     0 psleep DL    ??  4530648:05.00 [bufdaemon]
    0    40     0   0  20  0     0     0 syncer DL    ??  -25727900:-20.55 [syncer]
    0    41     0   0  -4  0     0     0 vlruwt DL    ??  3224814:39.00 [vnlru]
    0    42     0   0 -16  0     0     0 sdflus DL    ??  20458961:45.00 [softdepflu
    0   138     1   0  20  0  1380     0 pause  Ds    ??  12370:41.00 [adjkerntz]
    0   371     1   0  49  0  3128     0 select D     ??  211587:47.00 [dhclient]
   65   389     1   0  44  0  3128     0 select Ds    ??  12268235:55.00 [dhclient]
    0   494     0   0   8  0     0     0 pftm   DL    ??  12844544:21.00 [pfpurge]
    0   725     1   0  44  0  1888     0 select Ds    ??  22696:43.00 [devd]
    0   786     1   0  44  0  3184     0 select Ds    ??  11557845:23.00 [syslogd]
   53   858     1   0   4  0 25460     0 kqread Ds    ??  -16767191:-47.55 [named]
    0   868     1   0  44  0  3212     0 select Ds    ??  1833500:26.00 [rpcbind]
    0   884     1   0  44  0  3128     0 select Ds    ??  689630:16.00 [amd]
    0   915     1   0  44  0  3184     0 select Ds    ??  724153:30.00 [mountd]
    0   924     1   0   4  0  3128     0 accept Ds    ??  712856:24.00 [nfsd]
    0   926   924   0   4  0  3128     0 -      D     ??  -6434014:-37.55 [nfsd]
    0   927   924   0   4  0  3128     0 -      D     ??  -18191005:-42.55 [nfsd]
    0   928   924   0   4  0  3128     0 -      D     ??  25444708:56.00 [nfsd]
    0   929   924   0   4  0  3128     0 -      D     ??  7938195:33.00 [nfsd]
    0   930   924   0   4  0  3128     0 -      D     ??  -10615192:-48.55 [nfsd]
    0   931   924   0   4  0  3128     0 -      D     ??  34629367:41.00 [nfsd]
    0   932   924   0   4  0  3128     0 -      D     ??  4588099:19.00 [nfsd]
    0   933   924   0   4  0  3128     0 -      D     ??  -2592954:-1.55 [nfsd]
    0   934   924   0   4  0  3128     0 -      D     ??  -4819032:-26.55 [nfsd]
    0   935   924   0   4  0  3128     0 -      D     ??  4234150:36.00 [nfsd]
    0   936   924   0   4  0  3128     0 -      D     ??  23209444:19.00 [nfsd]
    0   937   924   0   4  0  3128     0 -      D     ??  -15663779:-25.55 [nfsd]
    0   938   924   0   4  0  3128     0 -      D     ??  -4259853:-7.55 [nfsd]
    0   939   924   0   4  0  3128     0 -      D     ??  30911669:22.00 [nfsd]
    0   940   924   0   4  0  3128     0 -      D     ??  1015763:19.00 [nfsd]
    0   941   924   0   4  0  3128     0 -      D     ??  -23979552:-20.55 [nfsd]
 1022   961     1   0   8 19 20084     0 nanslp DN    ??  23722886:52.00 [server_lin
 1022   962   961   0  44  0 20084     0 select D     ??  7853153:01.00 [server_lin
 1022   963   962   0  44  0 20084     0 select D     ??  -18676169:-58.55 [server_lin
 1022   964   962   0  44  0 20084     0 select D     ??  -32350000:-34.55 [server_lin
 1022   965   962   0  44  0 20084     0 select D     ??  -30964464:-15.55 [server_lin
 1022   966   962   0   8  0 20084     0 nanslp D     ??  16328746:53.00 [server_lin
 1022   967   962   0  44  0 20084     0 select D     ??  323085:22.00 [server_lin
 1022   968   962   0  44  0 20084     0 select D     ??  6600446:14.00 [server_lin
 1022   969   962   0   8  0 20084     0 nanslp D     ??  -22373198:-6.55 [server_lin
    0   987     1   0   8  0  4320     0 nanslp D     ??  1144870:05.00 [smartd]
    0  1030     1   0  96  0  3128     0 select Ds    ??  135935:09.00 [lpd]
    0  1055     1   0  44  0  4672     0 select Ds    ??  -27643153:-23.55 [ntpd]
    0  1085  1055   0  44  0  4672     0 select D     ??  1041971:22.00 [ntpd]
   70  1091     1   0  44  0 62336     0 select Ds    ??  7631565:31.00 [postgres]
   70  1094  1091   0  44  0 62336     0 select Ds    ??  34889945:05.55 [postgres]
   70  1095  1091   0  44  0 62336     0 select Ds    ??  -13824415:-13.55 [postgres]
   70  1096  1091   0  44  0 62336     0 select Ds    ??  -24568971:-55.55 [postgres]
   70  1097  1091   0  44  0 26088     0 select Ds    ??  15514104:57.00 [postgres]
    0  1103     1   0  44  0 12384     0 select D     ??  27233832:16.00 [dspam]
    0  1123     1   0   4  0  3128     0 kqread Ds    ??  33894579:52.55 [dovecot]
    0  1126  1123   0   4  0  6184     0 kqread D     ??  11464363:10.00 [dovecot-au
    0  1203     1   0   4  0  4956     0 kqread Ds    ??  31378253:22.00 [master]
  125  1218  1203   0   4  0  4956     0 kqread D     ??  13829798:45.00 [qmgr]
  143  1226  1123   0   4  0  4768     0 kqread D     ??  8680834:04.00 [imap-login
  143  1227  1123   0   4  0  4768     0 kqread D     ??  8319873:36.00 [imap-login
    0  1228     1   0   4  0  5372     0 kqread Ds    ??  -17151300:-1.55 [cupsd]
    0  1239     1   0  44  0 17412     0 select Ds    ??  32414991:56.00 [httpd]
    0  1252     1   0  54  0  5744     0 select Ds    ??  150790:55.00 [sshd]
    0  1271     1   0   8  0  3212     0 nanslp Ds    ??  2685476:10.00 [cron]
   62  1306     1   0   4  0  3128     0 kqread Ds    ??  5243768:19.00 [ftp-proxy]
   70  1318  1091   0   4  0 64528     0 sbwait Ds    ??  -9653500:-42.55 [postgres]
   70  1319  1091   0   4  0 64528     0 sbwait Ds    ??  19251081:54.00 [postgres]
    0  1320     1   0   5  0  3184     0 ttyin  Ds+   ??  99051:07.00 [getty]
    0  1321     1   0   5  0  3184     0 ttyin  Ds+   ??  101572:24.00 [getty]
    0  1322     1   0   5  0  3184     0 ttyin  Ds+   ??  93267:23.00 [getty]
    0  1323     1   0   5  0  3184     0 ttyin  Ds+   ??  84804:17.00 [getty]
    0  1324     1   0   5  0  3184     0 ttyin  Ds+   ??  96083:15.00 [getty]
    0  1325     1   0   5  0  3184     0 ttyin  Ds+   ??  85893:52.00 [getty]
    0  1326     1   0   5  0  3184     0 ttyin  Ds+   ??  85122:22.00 [getty]
    0  1327     1   0   5  0  3184     0 ttyin  Ds+   ??  84625:01.00 [getty]
    0  1328     1   0   8  0  3620     0 wait   Ds    ??  123995:44.00 [login]
   70  1329  1091   0   4  0 64528     0 sbwait Ds    ??  -3844787:-47.55 [postgres]
   80  1330  1239   0   4  0 26396     0 accept D     ??  583371:44.00 [httpd]
   80  1331  1239   0   4  0 26396     0 accept D     ??  350532:41.00 [httpd]
   80  1332  1239   0   4  0 26396     0 accept D     ??  485452:07.00 [httpd]
   80  1333  1239   0   4  0 26396     0 accept D     ??  313861:03.00 [httpd]
   80  1334  1239   0   4  0 26396     0 accept D     ??  28821374:22.00 [httpd]
    0  1358  1252   0   4  0  8416     0 sbwait Ds    ??  1234432:22.00 [sshd]
 1001  1360  1358   0  44  0  8416     0 select D     ??  31808958:42.00 [sshd]
 1001  1362  1360   0  20  0  5492     0 pause  Ds    ??  5365783:32.00 [tcsh]
   80  1440  1239   0   4  0 17412     0 accept D     ??  290411:27.00 [httpd]
 1001  1443  1123   0   4  0 10700     0 kqread D     ??  34405460:04.55 [imap]
  143  1444  1123   0   4  0  4768     0 kqread D     ??  11572652:12.00 [imap-login
 1001  1446  1123   0   4  0  6164     0 kqread D     ??  -31841711:-42.55 [imap]
 1001  1447  1123   0   4  0  6356     0 kqread D     ??  -11346943:-50.55 [imap]
  143  1449  1123   0   4  0  4768     0 kqread D     ??  304279:55.00 [imap-login
  143  1450  1123   0   4  0  4768     0 kqread D     ??  299024:06.00 [imap-login
  143  1451  1123   0   4  0  4768     0 kqread D     ??  293101:02.00 [imap-login
  143  1452  1123   0   4  0  4768     0 kqread D     ??  298096:46.00 [imap-login
  143  1453  1123   0   4  0  4768     0 kqread D     ??  298484:47.00 [imap-login
  143  1454  1123   0   4  0  4768     0 kqread D     ??  5829010:36.00 [imap-login
 1001  2514  1362   0  20  0  3572     0 pause  D+    ??  2547335:48.00 [screen]
    0  2515  2514   0  44  0  3572     0 select Ds    ??  25701104:43.00 [screen]
 1001  2518  2515   0  20  0  5492     0 pause  Ds    ??  3562952:25.00 [tcsh]
 1001  2539  2518   0  20  0  4468     0 pause  D+    ??  29958409:10.00 [tcsh]
 1001  2559  2515   0  20  0  5492     0 pause  Ds    ??  3520906:03.00 [tcsh]
 1001  2584  2559   0   4  0  3128     0 kqread D+    ??  -24567737:-24.55 [tail]
 1001  4414  1123   0   4  0  6164     0 kqread D     ??  -24456282:-53.55 [imap]
   80  9072  1239   0   4  0 26396     0 accept D     ??  103749:49.00 [httpd]
 1001 11782  2515   0  20  0  5492     0 pause  Ds    ??  255570:23.00 [tcsh]
    0 11803 11782   0   8  0  3616     0 wait   D     ??    0:00.00 [su]
    0 11804 11803   0   5  0  5528     0 ttyin  D+    ??  153527:09.00 [csh]
    0 11826 11804   0  44  0  5512     0 -      T     ??    0:00.00 [vim]
    0 11872     1   0  44  0  7272     0 select Ds    ??    0:00.00 [nmbd]
    0 11878     1   0  44  0 10548     0 select Ds    ??    0:00.00 [smbd]
    0 11880 11878   0  44  0 10548     0 select D     ??    0:00.00 [smbd]
  125 20218  1203   0   4  0  4956     0 kqread D     ??    0:00.00 [pickup]
  125 22039  1203   0   4  0  4956     0 kqread D     ??    0:00.00 [anvil]
 1001 22066  1328   0   5  0  5492     0 ttyin  D+    ??  153507:46.00 [tcsh]
 1001 22136  2539   0   8  0  1376     0 nanslp D+    ??    0:00.00 [sleep]
   80 81808  1239   0   4  0 26396     0 accept D     ??    0:00.00 [httpd]
   80 81809  1239   0   4  0 17412     0 accept D     ??    0:00.00 [httpd]
   80 81810  1239   0   4  0 17412     0 accept D     ??    0:00.00 [httpd]

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

        0 cpu context switches
        0 device interrupts
        0 software interrupts
        0 traps
        0 system calls
        0 kernel threads created
        0  fork() calls
        0 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
        0 vnode pager pageins
        0 vnode pager pages paged in
        0 vnode pager pageouts
        0 vnode pager pages paged out
    11450 page daemon wakeups
112921925 pages examined by the page daemon
    28793 pages reactivated
        0 copy-on-write faults
        0 copy-on-write optimized faults
        0 zero fill pages zeroed
        0 zero fill pages prezeroed
        0 intransit blocking page faults
        0 total VM faults taken
        0 pages affected by kernel thread creation
        0 pages affected by  fork()
        0 pages affected by vfork()
        0 pages affected by rfork()
112902077 pages cached
        0 pages freed
        0 pages freed by daemon
 14875649 pages freed by exiting processes
    53345 pages active
   255766 pages inactive
    12485 pages in VM cache
    50551 pages wired down
    11512 pages free
     4096 bytes per page
 15194058 total name lookups
          cache hits (81% pos + 7% neg) system 0% per-directory
          deletions 0%, falsehits 0%, toolong 0%

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

         Type InUse MemUse HighUse Requests  Size(s)
         cdev   102    -2K       -      128  16
CAM dev queue    -2     0K       -        0  
        sigio    -1     0K       -        0  
filedesc_to_leader    84     0K       -       96  16,32
     filedesc 45206976 -44361K       - 45352448  16,128,512,1024,4096,8192,16384,65536,131072,2097152
         kenv   -70    -6K       -       48  32
       kqueue 10745398 -10555K       - 10764160  16,32,64,128,256,512,1024,2048,32768,262144
    proc-args 90530864 -89540K       - 91686016  16,32,64,256,512,1024,2048,4096,8192,16384,32768,65536,524288,1048576,16777216
      ithread   -67    -8K       -        0  
    CAM queue 76273   -77K       -    76704  16,64,512,2048,4096
       KTRACE  -100   -11K       -        0  
      CAM SIM    -2     0K       -        0  
       linker 11850  -418K       -    12000  32,64,128,256,512
        lockf 77865906 -77401K       - 79257184  2048,8192,32768,65536,131072,1048576,4194304,16777216
       ip6ndp   119     0K       -      128  32
       ip6opt    93     0K       -       96  16,32
         temp 3635323227 -3564031K       - 3649327056  16,64,128,256,1024,8192,16384,32768,131072,524288,1048576,4194304,16777216,67108864,134217728
       devbuf 202937380 -201661K       - 202951264  16,32,64,128,256,512,2048,65536,131072
      scsi_da  1740     0K       -     1856  64,256,512,1024
       module  -258   -15K       -        0  
  ata_generic 311731  -307K       -   312544  32,128,512,4096,8192
     mtx_pool    -1    -3K       -        0  
    ad_driver    -2     0K       -        0  
      ata_dma    -2     0K       -        0  
      subproc 498746098 -487801K       - 498868224  32,1024,2048,4096,8192,32768,65536,262144,524288,1048576
         proc    -2    -7K       -        0  
      session 2116061 -2101K       -  2149696  16,64,256,512,4096,8192,524288
         pgrp 2120589 -2106K       -  2154304  16,64,128,256,512,1024,4096,8192,524288
         cred 4024017925 -3945149K       - 4039798528  16,32,64,128,512,1024,8192,32768,262144,524288,16777216,33554432,67108864,134217728
      uidinfo 7548706 -7609K       -  7792224  16,32,256,512,4096,8192,16384,65536,131072,524288,1048576,2097152
       plimit 4317621 -4241K       -  4334592  64,512,8192,262144
       kbdmux    -6    -7K       -        0  
    sysctltmp 409501  -416K       -   427168  16,32,4096,16384,262144
    sysctloid  1743   -69K       -     4128  32,512,2048
       sysctl 1253479 -1285K       -  1317616  16,128,2048,8192,32768,65536,131072,262144,524288
         umtx  -210   -12K       -        0  
     p1003.1b    -1     0K       -        0  
         SWAP    -4  -551K       -        0  
       bus-sc 786821  -803K       -   787552  16,32,128,512,2048,8192
          bus 642898  -659K       -   645552  32,128,2048,4096,8192,16384
      devstat   -28   -55K       -        0  
 eventhandler   -75    -3K       -        0  
         kobj 124706  -443K       -   124928  16,64,128,256,512
         rman 23624   -30K       -    24128  16,128,256,512,1024,4096
    ar_driver 34806   -33K       -    34816  32,128
         sbuf 2055762221 -2007834K       - 2056023616  16,32,256,4096,16384,32768,65536,131072,262144,524288,1048576,2097152
   acd_driver    -1    -1K       -        0  
        stack   254     0K       -      256  32
    taskqueue    -9     0K       -        0  
       Unitno 23687   -24K       -    25280  64,128,512,8192,16384
          iov 11985018 -11915K       - 12202096  32,64,256,512,1024,2048,4096,8192,16384,32768,262144,1048576,2097152
     ioctlops 13578363 -13461K       - 13785168  16,64,256,1024,2048,4096,8192,16384,131072,1048576,2097152
          msg    -4   -24K       -        0  
          sem    -4    -4K       -        0  
          shm 33347745 -32617K       - 33380352  32,64,256,1024,4096,8192,16384,32768,65536,131072,262144
         ttys 678430  -898K       -   685440  16,32,128,512,1024,2048,16384,65536
         ptys    -4     0K       -        0  
     mbuf_tag 35895469150 -35610583K       - 36465238560  32,1024,2048,4096,16384,32768,65536,131072,262144,524288,1048576,4194304,16777216,33554432,67108864,134217728,268435456,2
         ksem    -1    -3K       -        0  
          pcb 207460  -293K       -   221344  128,8192,16384,65536,131072
       soname 25869597 -26164K       - 26787968  16,256,512,4096,8192,2097152,4194304,8388608
       biobuf 1780890 -1739K       -  1781760  32,64,512,1024,4096,8192
     vfscache    -1  -511K       -        0  
   cl_savebuf 25095145 -25021K       - 25623520  16,32,64,256,512,1024,2048,4096,8192,16384,32768,8388608
  export_host   -14    -2K       -        0  
     vfs_hash    -1  -255K       -        0  
       vnodes    -5     0K       -        0  
   CAM periph  7783    -7K       -     7856  16,32,1024
  vnodemarker 46898558 -45888K       - 46990336  32,2048,8192,16384,131072,262144,1048576
        mount 41310   -46K       -    42224  16,256,512,1024,2048,8192
     ppbusdev    -3     0K       -        0  
          BPF    -9    -7K       -        0  
  ether_multi   898    -2K       -      976  16,256
       ifaddr   199   -13K       -      256  16
        ifnet    -5    -3K       -        0  
        clone    -5   -19K       -        0  
       arpcom    -2     0K       -        0  
           lo    -1     0K       -        0  
      entropy -1024   -63K       -        0  
 twa_commands 417992  -488K       -   418816  32,64,256,512,4096,8192
         UART    -6    -1K       -        0  
     routetbl 3886796 -3820K       -  3902176  16,32,64,256,512,2048,4096,8192,32768,65536,131072
     in_multi    60     0K       -       64  16
    sctp_iter   635     0K       -      640  16,64
     sctp_ifn    -3     0K       -        0  
     sctp_ifa    -7     0K       -        0  
     sctp_vrf    -1     0K       -        0  
    sctp_a_it    75     0K       -       80  16,64
    hostcache    -1   -19K       -        0  
     syncache    -1   -71K       -        0  
    in6_multi   -42     0K       -        0  
       USBdev  1014    -3K       -     1024  32
 ip6_moptions    -1     0K       -        0  
nfsclient_req   635     0K       -      640  16,64
  nfss_daemon   -17   -15K       -        0  
 nfss_srvdesc 3820146840 -3758245K       - 3848444224  128,512,2048,32768,262144,524288,1048576,2097152,4194304,8388608,33554432,134217728,268435456
 nfss_srvsock 10536   -10K       -    10624  16,32,256,1024
audit_evclass   404    -1K       -      592  16,64,512
     savedino 2283015 -2237K       -  2291968  16,128,256,512,1024,2048,8192,131072
    newdirblk   403     0K       -      416  16,64,128
       dirrem 7527387 -7587K       -  7770208  16,32,2048,16384,65536,131072,524288,1048576,2097152
        mkdir 34534   -33K       -    35648  32,128,256,1024,16384
       diradd 15429075 -15305K       - 15673984  32,128,512,2048,16384,32768,65536,131072,524288,1048576,2097152
     freefile 3764205 -3793K       -  3885632  32,256,1024,8192,32768,65536,262144,524288,1048576
     freeblks 30897074 -30290K       - 31018240  16,64,128,1024,4096,32768,65536,262144,524288,1048576
     freefrag 80323976 -80970K       - 82915072  128,256,512,1024,4096,32768,524288,1048576,2097152,4194304,33554432
   allocindir 1839175884 -1824578K       - 1868369152  64,256,512,16384,65536,131072,262144,1048576,4194304,8388608,16777216,33554432,134217728,268435456
     indirdep 1622570697 -1584737K       - 1622772544  16,32,64,256,512,1024,16384,65536,1048576,2097152
  allocdirect 412867847 -406366K       - 416118784  256,512,1024,2048,8192,32768,65536,524288,1048576,16777216,33554432
    bmsafemap 9888225 -9808K       - 10045184  64,128,256,4096,16384,131072,262144,2097152
       newblk 2043984914 -2027762K       - 2076429120  16,64,128,512,4096,8192,16384,32768,1048576,2097152,4194304,8388608,33554432,67108864,134217728,268435456
     inodedep 16744689 -16736K       - 16876544  128,4096,8192,2097152
      pagedep 468905  -528K       -   476352  16,32,256,4096,16384,32768,65536
  ufs_dirhash 698535  -846K       -   703008  16,32,64,128,1024,8192,16384,32768
    ufs_mount 165590  -306K       -   165632  128,256
      UMAHash  7924   -15K       -     7936  16,128
          USB 21291   -23K       -    21344  16,64,128,256
       DEVFS1  9565   -39K       -     9728  32,64,512
       DEVFS3  4925   -39K       -     5248  16,128,512
    vm_pgdata    -3   -63K       -        0  
       DEVFS2  -115     0K       -        0  
     atkbddev    -2     0K       -        0  
   DEVFS_RULE   -36    -7K       -        0  
        DEVFS    -9     0K       -       16  16
      io_apic    -1     0K       -        0  
      memdesc    -1    -3K       -        0  
    pfs_nodes   -20    -1K       -        0  
     nexusdev    -5     0K       -        0  
  pfs_vncache  1703     0K       -     1760  16,32,64,256,512
      CAM XPT 102067  -420K       -   102752  32,64,128,1024,4096
         GEOM 7705562 -7574K       -  7727360  16,128,256,512,16384,65536,262144
       isadev   -20     0K       -        0  
  mirror_data 54258343 -53091K       - 54364544  256,1024,2048,8192,16384,32768,65536,524288,1048576
  concat_data    -2     0K       -        0  
       acpica 2271096 -2303K       -  2295328  16,32,128,8192,32768,65536,262144
     acpitask    31     0K       -       32  16
     pci_link    -8     0K       -        0  
      acpisem   -12     0K       -        0  
       apmdev    -1     0K       -        0  
  stripe_data    -4     0K       -        0  
      acpidev   -30     0K       -        0  
        linux   204     0K       -      240  32,64

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

ITEM                     SIZE     LIMIT      USED      FREE  REQUESTS  FAILURES

UMA Kegs:                 128,        0,      100,       20,      100,        0
UMA Zones:                480,        0,      100,        4,      100,        0
UMA Slabs:                 64,        0,     1192,      401,   219011,        0
UMA RCntSlabs:            104,        0,      370,      148,   129386,        0
UMA Hash:                 128,        0,        5,       25,        8,        0
16 Bucket:                 76,        0,       21,       29,       68,        0
32 Bucket:                140,        0,       28,       28,       88,        0
64 Bucket:                268,        0,       17,       25,      201,        7
128 Bucket:               524,        0,      784,       70,   169395,    17435
VM OBJECT:                128,        0,    36263,    19417,  2687121,        0
MAP:                      140,        0,        7,       21,        7,        0
KMAP ENTRY:                68,    57456,      448,      168,   997913,        0
MAP ENTRY:                 68,        0,     5795,      925,  5675216,        0
DP fakepg:                 72,        0,        0,        0,        0,        0
mt_zone:                 1032,        0,      236,      127,      236,        0
16:                        16,        0,     2913,      741, 14827798,        0
32:                        32,        0,     1857,      516,  4384499,        0
64:                        64,        0,     3837,     3479, 634449061,        0
128:                      128,        0,     2511,      279,  3808139,        0
256:                      256,        0,      810,      105, 44127509,        0
512:                      512,        0,      369,      487,   227413,        0
1024:                    1024,        0,      422,       42,    76583,        0
2048:                    2048,        0,      184,       76,    22910,        0
4096:                    4096,        0,      201,       27,   150239,        0
Files:                     76,        0,      767,      283,  1774335,        0
TURNSTILE:                 76,        0,      211,       77,      211,        0
umtx pi:                   52,        0,        0,        0,        0,        0
PROC:                     704,        0,      152,       33,   121948,        0
THREAD:                   572,        0,      188,       22,      903,        0
UPCALL:                    44,        0,        0,        0,        0,        0
SLEEPQUEUE:                32,        0,      211,      128,      211,        0
VMSPACE:                  236,        0,      102,       42,   121896,        0
cpuset:                    40,        0,        2,      182,        2,        0
audit_record:             864,        0,        0,        0,        0,        0
mbuf_packet:              256,        0,      256,      135, 353065963,        0
mbuf:                     256,        0,        1,      733, 285088368,        0
mbuf_cluster:            2048,    25600,      391,      263, 19248685,        0
mbuf_jumbo_pagesize:     4096,    12800,        0,       43,   625137,        0
mbuf_jumbo_9k:           9216,    19200,        0,        0,        0,        0
mbuf_jumbo_16k:         16384,    12800,        0,        0,        0,        0
mbuf_ext_refcnt:            4,        0,        0,      203,     1092,        0
ACL UMA zone:             388,        0,        0,        0,        0,        0
g_bio:                    132,        0,        0,     1276, 125370140,        0
ata_request:              192,        0,        1,     1355,  5448722,        0
ata_composite:            184,        0,        0,        0,        0,        0
VNODE:                    276,        0,    34006,    43568,  1196817,        0
VNODEPOLL:                 64,        0,        7,      111,       21,        0
NAMEI:                   1024,        0,        0,       20,  6263135,        0
S VFS Cache:               68,        0,    35933,    42635,  1114685,        0
L VFS Cache:              291,        0,      304,      593,   124902,        0
NFSMOUNT:                 560,        0,        1,       13,        1,        0
NFSNODE:                  456,        0,        1,       15,        1,        0
DIRHASH:                 1024,        0,     1824,      448,     7364,        0
pipe:                     396,        0,       78,       22,    17205,        0
ksiginfo:                  80,        0,      154,       86,      154,        0
itimer:                   220,        0,        1,       35,        1,        0
KNOTE:                     68,        0,      197,       83,  1802061,        0
socket:                   416,    25605,      181,       62,    50819,        0
unpcb:                    168,    25622,       96,       65,    28942,        0
ipq:                       32,      904,        0,        0,        0,        0
udp_inpcb:                180,    25608,       35,       53,    13756,        0
udpcb:                      8,    25781,       35,      168,    13756,        0
inpcb:                    180,    25608,       48,       40,     8058,        0
tcpcb:                    464,    25600,       48,        8,     8058,        0
tcptw:                     52,     5184,        0,      144,      341,        0
syncache:                 104,    15392,        0,       74,     7726,        0
hostcache:                 76,    15400,        8,       92,       59,        0
tcpreass:                  20,     1690,        0,      169,  1648041,        0
sackhole:                  20,        0,        0,      169,       99,        0
sctp_ep:                  816,    25600,        0,        0,        0,        0
sctp_asoc:               1436,    40000,        0,        0,        0,        0
sctp_laddr:                24,    80040,        0,      145,        5,        0
sctp_raddr:               400,    80000,        0,        0,        0,        0
sctp_chunk:                96,   400000,        0,        0,        0,        0
sctp_readq:                76,   400000,        0,        0,        0,        0
sctp_stream_msg_out:       64,   400020,        0,        0,        0,        0
sctp_asconf:               24,   400055,        0,        0,        0,        0
sctp_asconf_ack:           24,   400055,        0,        0,        0,        0
ripcb:                    180,    25608,        0,       44,        4,        0
rtentry:                  124,        0,       35,       58,       63,        0
g_stripe_zone:         131072,     3200,        0,        0,        0,        0
SWAPMETA:                 276,   121576,       53,       17,      434,        0
Mountpoints:              720,        0,       10,        5,       10,        0
FFS inode:                124,        0,    33943,    41325,  1196626,        0
FFS1 dinode:              128,        0,        0,        0,        0,        0
FFS2 dinode:              256,        0,    33943,    39227,  1196626,        0
pfsrctrpl:                124,    10013,        0,        0,        0,        0
pfrulepl:                 828,        0,       59,        9,       59,        0
pfstatepl:                284,    10010,      289,      789,   844752,        0
pfaltqpl:                 224,        0,        0,        0,        0,        0
pfpooladdrpl:              68,        0,       14,       98,       14,        0
pfrktable:               1240,     1002,        6,        3,       10,        0
pfrkentry:                156,   200000,       22,       28,       22,        0
pfrkentry2:               156,        0,        0,        0,        0,        0
pffrent:                   16,     5075,        0,      203,      173,        0
pffrag:                    48,        0,        0,      156,       53,        0
pffrcache:                 48,    10062,        0,        0,        0,        0
pffrcent:                  12,    50141,        0,        0,        0,        0
pfstatescrub:              28,        0,        0,        0,        0,        0
pfiaddrpl:                100,        0,       30,       48,       30,        0
pfospfen:                 108,        0,      696,       24,      696,        0
pfosfp:                    28,        0,      407,      228,      407,        0


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

interrupt                          total       rate
irq4: uart0                        16492         33
irq14: ata0                      5445014      11134
irq15: ata1                           92          0
irq19: xl0 xl1+                536859787    1097872
irq21: twa0                     26310958      53805
cpu0: timer                    355261298     726505
Total                          923893641    1889353

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

767/12328 files
0M/4095M swap space

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

Device          512-blocks     Used    Avail Capacity
/dev/ad0s1b        4194048      520  4193528     0%
/dev/ad1s1b        4194048      744  4193304     0%
Total              8388096     1264  8386832     0%

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

iostat: kvm_getcptime: 
iostat: disabling CPU time statistics
      tty             ad0              ad1              da0 
 tin tout  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s 
   318583 13.99 5548 75.80  13.95 5565 75.83  17.55 21409 366.93 

------------------------------------------------------------------------
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:    140001281	(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:        34180	(max amount of shared memory in pages)

seminfo:
	semmap:           30	(# of entries in semaphore map)
	semmni:           10	(# of semaphore identifiers)
	semmns:           60	(# of semaphores in system)
	semmnu:           30	(# of undo structures in system)
	semmsl:           60	(max # of semaphores per id)
	semopm:          100	(max # of operations per semop call)
	semume:           10	(max # of undo entries per process)
	semusz:          136	(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
        3         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         2         0         0         0
Rpc Info:
 TimedOut   Invalid X Replies   Retries  Requests
        0         0         0         0         5
Cache Info:
Attr Hits    Misses Lkup Hits    Misses BioR Hits    Misses BioW Hits    Misses
        0         3         0         0         0         0         0         0
BioRLHits    Misses BioD Hits    Misses DirE Hits    Misses
        0         0         0         0         0         0

Server Info:
  Getattr   Setattr    Lookup  Readlink      Read     Write    Create    Remove
     1390      7736     11168         0    117707  13707068      1981       145
   Rename      Link   Symlink     Mkdir     Rmdir   Readdir  RdirPlus    Access
      132         0         0       508       300         0       794     92230
    Mknod    Fsstat    Fsinfo  PathConf    Commit
        0      2371        83        83    204909
Server Ret-Failed
            11631
Server Faults
            0
Server Cache Stats:
   Inprog      Idem  Non-idem    Misses
        0         0         0         0
Server Write Gathering:
 WriteOps  WriteRPC   Opsaved
 13707068  13707068         0

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

tcp:
	221401087 packets sent
		18343928 data packets (3765657944 bytes)
		366 data packets (482972 bytes) retransmitted
		3 data packets unnecessarily retransmitted
		0 resends initiated by MTU discovery
		115311537 ack-only packets (12605 delayed)
		0 URG only packets
		0 window probe packets
		87737043 window update packets
		8213 control packets
	331512575 packets received
		16453175 acks (for 3765634941 bytes)
		136109 duplicate acks
		0 acks for unsent data
		314387888 packets (2324786558 bytes) received in-sequence
		302 completely duplicate packets (295824 bytes)
		44 old duplicate packets
		2 packets with some dup. data (1203 bytes duped)
		1648041 out-of-order packets (2360314528 bytes)
		0 packets (0 bytes) of data after window
		0 window probes
		1494 window update packets
		6 packets received after close
		12 discarded for bad checksums
		0 discarded for bad header offset fields
		0 discarded because packet too short
		274091 discarded due to memory problems
	283 connection requests
	7726 connection accepts
	0 bad connection attempts
	0 listen queue overflows
	1600 ignored RSTs in the windows
	7995 connections established (including accepts)
	8010 connections closed (including 62 drops)
		7754 connections updated cached RTT on close
		7755 connections updated cached RTT variance on close
		68 connections updated cached ssthresh on close
	13 embryonic connections dropped
	16242610 segments updated rtt (of 12851116 attempts)
	143 retransmit timeouts
		1 connection dropped by rexmit timeout
	0 persist timeouts
		0 connections dropped by persist timeout
	0 Connections (fin_wait_2) dropped because of timeout
	75 keepalive timeouts
		60 keepalive probes sent
		15 connections dropped by keepalive
	1169733 correct ACK header predictions
	308863178 correct data packet header predictions
	7726 syncache entries added
		0 retransmitted
		1 dupsyn
		0 dropped
		7726 completed
		0 bucket overflow
		0 cache overflow
		0 reset
		0 stale
		0 aborted
		0 badack
		0 unreach
		0 zone failures
	7726 cookies sent
	0 cookies received
	189 SACK recovery episodes
	242 segment rexmits in SACK recovery episodes
	347532 byte rexmits in SACK recovery episodes
	2695 SACK options (SACK blocks) received
	2018569 SACK options (SACK blocks) sent
	0 SACK scoreboard overflow
udp:
	556429 datagrams received
	0 with incomplete header
	0 with bad data length field
	17 with bad checksum
	3 with no checksum
	369 dropped due to no socket
	12 broadcast/multicast datagrams undelivered
	0 dropped due to full socket buffers
	0 not for hashed pcb
	556031 delivered
	655461 datagrams output
	0 times multicast source filter matched
ip:
	338273153 total packets received
	39705 bad header checksums
	0 with size smaller than minimum
	1 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
	1 with incorrect version number
	0 fragments received
	0 fragments dropped (dup or out of space)
	0 fragments dropped after timeout
	0 packets reassembled ok
	331658353 packets for this host
	4709 packets for unknown/unsupported protocol
	2372042 packets forwarded (0 packets fast forwarded)
	6424 packets not forwardable
	0 packets received for unknown multicast group
	0 redirects sent
	221663253 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:
	4190145 calls to icmp_error
	0 errors not generated in response to an icmp message
	Output histogram:
		echo reply: 41
		destination unreachable: 16593
	0 messages with bad code fields
	0 messages less than the minimum length
	19 messages with bad checksum
	0 messages with bad length
	1528 multicast echo requests ignored
	0 multicast timestamp requests ignored
	Input histogram:
		destination unreachable: 3181
		echo: 1569
	41 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 bad checksum
	0 membership queries received
	0 membership queries received with invalid field(s)
	0 membership reports received
	0 membership reports received with invalid field(s)
	0 membership reports received for groups to which we belong
	0 membership reports sent
ip6:
	475217 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
	410692 packets for this host
	0 packets forwarded
	0 packets not forwardable
	0 redirects sent
	410705 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	1 output packet discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 packets that violated scope rules
	0 multicast packets which we don't join
	Input histogram:
		hop by hop: 23
		TCP: 40
		UDP: 410652
		ICMP6: 64502
	Mbuf statistics:
		310437 one mbuf
		two or more mbuf:
			lo0= 10
		164770 one ext mbuf
		0 two or more ext mbuf
	0 packets whose headers are not continuous
	0 tunneling packets that can't find gif
	0 packets discarded because of too many headers
	0 failures of source address selection
	410691 forward cache hit
	0 forward cache miss
	Source addresses selection rule applied:
		3 first candidate
		8 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:
		multicast listener report: 8
		router solicitation: 3
		neighbor solicitation: 2
	0 messages with bad code fields
	0 messages < minimum length
	0 bad checksums
	0 messages with bad length
	Histogram of error messages to be generated:
		0 no route
		0 administratively prohibited
		0 beyond scope
		0 address unreachable
		0 port unreachable
		0 packet too big
		0 time exceed transit
		0 time exceed reassembly
		0 erroneous header field
		0 unrecognized next header
		0 unrecognized option
		0 redirect
		0 unknown
	0 message responses generated
	0 messages with too many ND options
	0 messages with bad ND options
	0 bad neighbor solicitation messages
	0 bad neighbor advertisement messages
	0 bad router solicitation messages
	0 bad router advertisement messages
	0 bad redirect messages
	0 path MTU changes
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

257/868/1125 mbufs in use (current/cache/total)
256/398/654/25600 mbuf clusters in use (current/cache/total/max)
256/135 mbuf+clusters out of packet secondary zone in use (current/cache)
0/43/43/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)
18014398473871975K/1185K/18014398473873160K 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
62 requests for I/O initiated by sendfile
0 calls to protocol drain routines

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

Name    Mtu Network       Address              Ipkts Ierrs    Opkts Oerrs  Coll Drop
xl0    1500 <Link#1>      00:04:76:0f:59:7a 20585259  1448  2004824     5     0    0 
xl0    1500 fe80:1::204:7 fe80:1::204:76ff:        0     -        5     -     -    - 
xl0    1500 130.89.160.0/ solfertje           511572     -   877238     -     -    - 
xl1    1500 <Link#2>      00:e0:81:27:1b:4b 332138822 49635 221855748     5     0    0 
xl1    1500 fe80:2::2e0:8 fe80:2::2e0:81ff:        0     -        3     -     -    - 
xl1    1500 10.236.150.0  10.236.150.1      330975650     - 220610180     -     -    - 
plip0  1500 <Link#3>                               0     0        0     0     0    0 
lo0   16384 <Link#4>                          586755     0   586755     0     0    0 
lo0   16384 localhost     ::1                 410692     -   410692     -     -    - 
lo0   16384 fe80:4::1     fe80:4::1                0     -        0     -     -    - 
lo0   16384 your-net      localhost           175840     -   175835     -     -    - 

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

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            130.89.160.1       UGS         0  1921492    xl0
10.236.150.0/24    link#2             UC          0        0    xl1
10.236.150.1       00:e0:81:27:1b:4b  UHLW        1      228    lo0
10.236.150.4       00:16:cb:b0:44:88  UHLW        1 221710681    xl1 177756
10.236.150.255     ff:ff:ff:ff:ff:ff  UHLWb       1      908    xl1
127.0.0.1          127.0.0.1          UH          0   175835    lo0
130.89.160.0/19    link#1             UC          0        0    xl0
130.89.160.1       00:00:0c:07:ac:00  UHLW        2        0    xl0 177899
130.89.160.2       00:02:b3:ea:1d:74  UHLW        1        0    xl0 178372
130.89.160.4       00:0b:60:aa:80:00  UHLW        1        0    xl0 178375
130.89.162.231     00:08:a1:3c:35:39  UHLW        1       40    xl0 178373
130.89.162.242     00:c0:26:a6:fa:b3  UHLW        1        1    xl0 178371
130.89.163.107     00:0e:a6:f5:f1:2a  UHLW        1    75671    xl0 178323
130.89.168.230     00:11:d8:d8:a5:e6  UHLW        1        1    xl0 178318
130.89.169.118     00:80:48:b3:34:4d  UHLW        1      595    xl0 178358
130.89.186.17      00:15:c5:af:0d:1d  UHLW        1        5    xl0 178374
130.89.189.49      00:13:a9:80:51:5c  UHLW        1        5    xl0 178372
130.89.191.255     ff:ff:ff:ff:ff:ff  UHLWb       1      635    xl0

Internet6:
Destination                       Gateway                       Flags      Netif Expire
::/96                             ::1                           UGRS        lo0
::1                               ::1                           UHL         lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        lo0
fe80::/10                         ::1                           UGRS        lo0
fe80::%xl0/64                     link#1                        UC          xl0
fe80::204:76ff:fe0f:597a%xl0      00:04:76:0f:59:7a             UHL         lo0
fe80::%xl1/64                     link#2                        UC          xl1
fe80::2e0:81ff:fe27:1b4b%xl1      00:e0:81:27:1b:4b             UHL         lo0
fe80::%lo0/64                     fe80::1%lo0                   U           lo0
fe80::1%lo0                       link#4                        UHL         lo0
ff01:1::/32                       link#1                        UC          xl0
ff01:2::/32                       link#2                        UC          xl1
ff01:4::/32                       ::1                           UC          lo0
ff02::/16                         ::1                           UGRS        lo0
ff02::%xl0/32                     link#1                        UC          xl0
ff02::%xl1/32                     link#2                        UC          xl1
ff02::%lo0/32                     ::1                           UC          lo0

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

Active Internet connections (including servers)
Tcpcb    Proto Recv-Q Send-Q  Local Address      Foreign Address    (state)
c4ca23a0 tcp4       0      0 10.236.150.1.631   10.236.150.4.61422 ESTABLISHED
c4b0c3a0 tcp4       0      0 10.236.150.1.2049  10.236.150.4.838   ESTABLISHED
c4e84570 tcp4       0      0 10.236.150.1.2049  10.236.150.4.840   ESTABLISHED
c4b27000 tcp4       0      0 10.236.150.1.2049  10.236.150.4.842   ESTABLISHED
c4b27ae0 tcp4       0      0 *.139              *.*                LISTEN
c4ba4910 tcp4       0      0 *.445              *.*                LISTEN
c4b0ccb0 tcp6       0      0 *.139              *.*                LISTEN
c4e841d0 tcp6       0      0 *.445              *.*                LISTEN
c4e843a0 tcp4       0      0 10.236.150.1.993   10.236.150.4.49866 ESTABLISHED
c4ca2910 tcp4       0      0 10.236.150.1.993   10.236.150.4.49801 ESTABLISHED
c4ca2ae0 tcp4       0      0 10.236.150.1.993   10.236.150.4.49800 ESTABLISHED
c4ca2cb0 tcp4       0      0 10.236.150.1.993   10.236.150.4.49799 ESTABLISHED
c4e84ae0 tcp4       0      0 10.236.150.1.22    10.236.150.4.49797 ESTABLISHED
c4b27cb0 tcp4       0      0 10.236.150.1.2049  10.236.150.4.1005  ESTABLISHED
c4b27740 tcp4       0      0 127.0.0.1.5432     127.0.0.1.62975    ESTABLISHED
c4ba4740 tcp4       0      0 127.0.0.1.62975    127.0.0.1.5432     ESTABLISHED
c4ba4570 tcp4       0      0 127.0.0.1.5432     127.0.0.1.53023    ESTABLISHED
c4ca21d0 tcp4       0      0 127.0.0.1.53023    127.0.0.1.5432     ESTABLISHED
c4ca1cb0 tcp4       0      0 127.0.0.1.5432     127.0.0.1.53948    ESTABLISHED
c4ca13a0 tcp4       0      0 127.0.0.1.53948    127.0.0.1.5432     ESTABLISHED
c4ca1570 tcp4       0      0 127.0.0.1.8021     *.*                LISTEN
c4ba4ae0 tcp4       0      0 *.22               *.*                LISTEN
c4ba4cb0 tcp6       0      0 *.22               *.*                LISTEN
c4ca1000 tcp4       0      0 *.*                *.*                CLOSED
c4ca11d0 tcp46      0      0 *.80               *.*                LISTEN
c4ca1740 tcp4       0      0 *.631              *.*                LISTEN
c4ca1910 tcp6       0      0 *.631              *.*                LISTEN
c4ca1ae0 tcp4       0      0 127.0.0.1.10026    *.*                LISTEN
c4ca2000 tcp4       0      0 *.25               *.*                LISTEN
c4b27910 tcp4       0      0 10.236.150.1.993   *.*                LISTEN
c4ba4000 tcp4       0      0 10.236.150.1.5432  *.*                LISTEN
c4ba41d0 tcp4       0      0 127.0.0.1.5432     *.*                LISTEN
c4ba43a0 tcp6       0      0 ::1.5432           *.*                LISTEN
c4b0c570 tcp4       0      0 *.515              *.*                LISTEN
c4b0c740 tcp6       0      0 *.515              *.*                LISTEN
c4b0c910 tcp4       0      0 *.51234            *.*                LISTEN
c4b0cae0 tcp4       0      0 *.14534            *.*                LISTEN
c4b271d0 tcp4       0      0 10.236.150.1.2049  *.*                LISTEN
c4b273a0 tcp4       0      0 *.645              *.*                LISTEN
c4b0c000 tcp6       0      0 *.645              *.*                LISTEN
c4b0bcb0 tcp4       0      0 *.908              *.*                LISTEN
c4b0b000 tcp4       0      0 10.236.150.1.111   *.*                LISTEN
c4b0b1d0 tcp4       0      0 127.0.0.1.111      *.*                LISTEN
c4b0b3a0 tcp6       0      0 *.*                *.*                CLOSED
c4b0b570 tcp6       0      0 ::1.111            *.*                LISTEN
c4b0b740 tcp4       0      0 127.0.0.1.953      *.*                LISTEN
c4b0b910 tcp4       0      0 127.0.0.1.53       *.*                LISTEN
c4b0bae0 tcp4       0      0 10.236.150.1.53    *.*                LISTEN
c48fde10 udp4       0      0 10.236.150.1.138   *.*                
c4b76438 udp4       0      0 10.236.150.1.137   *.*                
c4b76924 udp4       0      0 130.89.167.40.138  *.*                
c4b765a0 udp4       0      0 130.89.167.40.137  *.*                
c4e90384 udp4       0      0 *.138              *.*                
c4b769d8 udp4       0      0 *.137              *.*                
c48fc4ec udp6       0      0 ::1.56100          ::1.56100          
c48fd654 udp4       0      0 127.0.0.1.123      *.*                
c48fd5a0 udp6       0      0 fe80:4::1.123      *.*                
c48fd0b4 udp6       0      0 ::1.123            *.*                
c48fd168 udp4       0      0 10.236.150.1.123   *.*                
c48fd21c udp6       0      0 fe80:2::2e0:81ff.1 *.*                
c48fd2d0 udp4       0      0 130.89.167.40.123  *.*                
c48fd384 udp6       0      0 fe80:1::204:76ff.1 *.*                
c48fd438 udp6       0      0 *.123              *.*                
c48fd4ec udp4       0      0 *.123              *.*                
c48fc870 udp4       0      0 *.8767             *.*                
c48fc5a0 udp4       0      0 10.236.150.1.2049  *.*                
c48fc438 udp4       0      0 *.645              *.*                
c48fc7bc udp6       0      0 *.645              *.*                
c48fc21c udp4       0      0 127.0.0.1.748      127.0.0.1.1022     
c48fc2d0 udp4       0      0 *.807              *.*                
c48fc000 udp4       0      0 *.1022             *.*                
c48fc0b4 udp4       0      0 *.1023             *.*                
c48fc708 udp6       0      0 *.*                *.*                
c48fc924 udp4       0      0 *.919              *.*                
c48fc9d8 udp4       0      0 10.236.150.1.111   *.*                
c48fca8c udp4       0      0 127.0.0.1.111      *.*                
c48fcb40 udp6       0      0 *.817              *.*                
c48fcbf4 udp6       0      0 *.*                *.*                
c48fcca8 udp6       0      0 ::1.111            *.*                
c48fcd5c udp4       0      0 127.0.0.1.53       *.*                
c48fce10 udp4       0      0 10.236.150.1.53    *.*                
c48fcec4 udp4       0      0 *.514              *.*                
c48fd000 udp6       0      0 *.514              *.*                
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
c5013738 stream      0      0        0 c4f04150        0        0
c4f04150 stream      0      0        0 c5013738        0        0
c4f04738 stream      0      0        0 c4c72a80        0        0
c4c72a80 stream      0      0        0 c4f04738        0        0
c4cd2150 stream      0      0        0 c4cd20a8        0        0 /var/run/dovecot/login/default
c4cd20a8 stream      0      0        0 c4cd2150        0        0
c4cd23f0 stream      0      0        0 c4c72690        0        0 /var/run/dovecot/login/default
c4c72690 stream      0      0        0 c4cd23f0        0        0
c4cb3a80 stream      0      0        0 c4c72498        0        0 /var/run/dovecot/login/default
c4c72498 stream      0      0        0 c4cb3a80        0        0
c4c72540 stream      0      0        0 c4c725e8        0        0 /var/run/dovecot/login/default
c4c725e8 stream      0      0        0 c4c72540        0        0
c4cd2348 stream      0      0        0 c4cd22a0        0        0 /var/run/dovecot/login/default
c4cd22a0 stream      0      0        0 c4cd2348        0        0
c4cb3e70 stream      0      0        0 c4cb3dc8        0        0
c4cb3dc8 stream      0      0        0 c4cb3e70        0        0
c4cb3690 stream      0      0        0 c499b348        0        0
c499b348 stream      0      0        0 c4cb3690        0        0
c4cb3738 stream      0      0        0 c4cb3888        0        0
c4cb3888 stream      0      0        0 c4cb3738        0        0
c4cb3930 stream      0      0        0 c4c729d8        0        0
c4c729d8 stream      0      0        0 c4cb3930        0        0
c4cd25e8 stream      0      0        0 c4cd2540        0        0
c4cd2540 stream      0      0        0 c4cd25e8        0        0
c4c72930 stream      0      0        0 c4c722a0        0        0
c4c722a0 stream      0      0        0 c4c72930        0        0
c4c721f8 stream      0      0        0 c4c72bd0        0        0
c4c72bd0 stream      0      0        0 c4c721f8        0        0
c4cb3bd0 stream      0      0        0 c4cb3b28        0        0
c4cb3b28 stream      0      0        0 c4cb3bd0        0        0
c4cb35e8 stream      0      0        0 c4cb3540        0        0
c4cb3540 stream      0      0        0 c4cb35e8        0        0
c4cb3498 stream      0      0 c4deb9b4        0        0        0 /var/run/dspam.sock
c4cb3d20 stream      0      0 c4ce49b4        0        0        0 /var/run/cups.sock
c4c72dc8 stream      0      0 c4cb7114        0        0        0 private/proxywrite
c4c72e70 stream      0      0 c4cb7228        0        0        0 private/retry
c4cb3000 stream      0      0 c4cb733c        0        0        0 private/tlsmgr
c4cb30a8 stream      0      0 c4cb7450        0        0        0 private/discard
c4cb3150 stream      0      0 c4c9f114        0        0        0 private/scache
c4cb31f8 stream      0      0 c4c9f228        0        0        0 private/bsmtp
c4cb32a0 stream      0      0 c4c9f33c        0        0        0 private/ifmail
c4cb3348 stream      0      0 c4c9f450        0        0        0 private/uucp
c499bbd0 stream      0      0 c4c9f564        0        0        0 private/cyrus
c4c72000 stream      0      0 c4c9f678        0        0        0 private/old-cyrus
c499ce70 stream      0      0 c4c9f78c        0        0        0 private/maildrop
c499cdc8 stream      0      0 c4c9f8a0        0        0        0 private/anvil
c499c0a8 stream      0      0 c4c9f9b4        0        0        0 private/lmtp
c499c150 stream      0      0 c4c9fac8        0        0        0 private/virtual
c499c1f8 stream      0      0 c4c9fbdc        0        0        0 private/local
c499c2a0 stream      0      0 c4c9fcf0        0        0        0 private/error
c499c348 stream      0      0 c4c9fe04        0        0        0 public/showq
c499c3f0 stream      0      0 c4ca7000        0        0        0 private/relay
c499c498 stream      0      0 c4ca7114        0        0        0 private/smtp
c499c540 stream      0      0 c4ca7228        0        0        0 private/proxymap
c499c5e8 stream      0      0 c4c9e78c        0        0        0 public/flush
c499c690 stream      0      0 c4c9e450        0        0        0 private/verify
c499c738 stream      0      0 c4c9ce04        0        0        0 private/trace
c499c7e0 stream      0      0 c4c9e000        0        0        0 private/defer
c499c888 stream      0      0 c4c9e114        0        0        0 private/bounce
c499c930 stream      0      0 c4c9e228        0        0        0 private/rewrite
c499c9d8 stream      0      0        0 c499ca80        0        0
c499ca80 stream      0      0        0 c499c9d8        0        0
c499cb28 stream      0      0 c4c9e564        0        0        0 public/cleanup
c499cbd0 stream      0      0        0 c499cc78        0        0
c499cc78 stream      0      0        0 c499cbd0        0        0
c499b9d8 stream      0      0 c4c54e04        0        0        0 /var/run/dovecot/auth-worker.1126
c499ba80 stream      0      0        0 c499bb28        0        0
c499bb28 stream      0      0        0 c499ba80        0        0
c499b0a8 stream      0      0 c4c57000        0        0        0 /var/run/dovecot/login/default
c499b150 stream      0      0 c4c57114        0        0        0 /var/run/dovecot/dict-server
c499bc78 stream      0      0 c4c26bdc        0        0        0 /tmp/.s.PGSQL.5432
c499be70 stream      0      0 c4b89228        0        0        0 /var/run/printer
c499b930 stream      0      0        0 c499b7e0        0        0
c499b7e0 stream      0      0        0 c499b930        0        0
c499b888 stream      0      0 c4adde04        0        0        0 /var/run/rpcbind.sock
c499b1f8 stream      0      0 c49a0ac8        0        0        0 /var/run/devd.pipe
c5013690 dgram       0      0        0 c499b498        0 c4f040a8
c4f040a8 dgram       0      0        0 c499b498        0 c5013e70
c5013e70 dgram       0      0        0 c499b498        0 c4cd2bd0
c4cd2e70 dgram       0      0        0 c499b540        0 c499b2a0
c4cd2bd0 dgram       0      0        0 c499b498        0 c50135e8
c50135e8 dgram       0      0        0 c499b498        0 c4cb37e0
c4cb37e0 dgram       0      0        0 c499b498        0 c4c72b28
c4c72b28 dgram       0      0        0 c499b498        0 c499cd20
c499cd20 dgram       0      0        0 c499b498        0 c499b000
c499b000 dgram       0      0        0 c499b498        0 c499bd20
c499b2a0 dgram       0      0        0 c499b540        0 c499b690
c499b690 dgram       0      0        0 c499b540        0        0
c499bd20 dgram       0      0        0 c499b498        0 c499bdc8
c499bdc8 dgram       0      0        0 c499b498        0 c499c000
c499c000 dgram       0      0        0 c499b498        0 c499b738
c499b738 dgram       0      0        0 c499b498        0        0
c499b5e8 dgram       0      0 c4a7d114        0        0        0 /var/named/var/run/log
c499b540 dgram       0      0 c4a7d228        0 c4cd2e70        0 /var/run/log
c499b498 dgram       0      0 c4a7d33c        0 c5013690        0 /var/run/logpriv
c499b3f0 dgram       0      0 c4a7d450        0        0        0 /var/run/log

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

Current listen queue sizes (qlen/incqlen/maxqlen)
Proto Listen         Local Address         
tcp4  0/0/50         *.netbios-ssn          
tcp4  0/0/50         *.microsoft-ds         
tcp6  0/0/50         *.netbios-ssn          
tcp6  0/0/50         *.microsoft-ds         
tcp4  0/0/10         localhost.ftp-proxy    
tcp4  0/0/128        *.ssh                  
tcp6  0/0/128        *.ssh                  
tcp46 0/0/128        *.http                 
tcp4  0/0/128        *.ipp                  
tcp6  0/0/128        *.ipp                  
tcp4  0/0/100        localhost.10026        
tcp4  0/0/100        *.smtp                 
tcp4  0/0/128        10.236.150.1.imaps     
tcp4  0/0/86         10.236.150.1.postgresq 
tcp4  0/0/86         localhost.postgresql   
tcp6  0/0/86         localhost.postgresql   
tcp4  0/0/5          *.printer              
tcp6  0/0/5          *.printer              
tcp4  0/0/15         *.51234                
tcp4  0/0/15         *.14534                
tcp4  0/0/5          10.236.150.1.nfsd      
tcp4  0/0/128        *.pssc                 
tcp6  0/0/128        *.pssc                 
tcp4  0/0/128        *.908                  
tcp4  0/0/128        10.236.150.1.sunrpc    
tcp4  0/0/128        localhost.sunrpc       
tcp6  0/0/128        localhost.sunrpc       
tcp4  0/0/128        localhost.rndc         
tcp4  0/0/3          localhost.domain       
tcp4  0/0/3          10.236.150.1.domain    
unix  0/0/32         /var/run/dspam.sock
unix  0/0/128        /var/run/cups.sock
unix  0/0/100        private/proxywrite
unix  0/0/100        private/retry
unix  0/0/100        private/tlsmgr
unix  0/0/100        private/discard
unix  0/0/100        private/scache
unix  0/0/100        private/bsmtp
unix  0/0/100        private/ifmail
unix  0/0/100        private/uucp
unix  0/0/100        private/cyrus
unix  0/0/100        private/old-cyrus
unix  0/0/100        private/maildrop
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/error
unix  0/0/100        public/showq
unix  0/0/100        private/relay
unix  0/0/100        private/smtp
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        public/cleanup
unix  0/0/128        /var/run/dovecot/auth-worker.1126
unix  0/0/128        /var/run/dovecot/login/default
unix  0/0/128        /var/run/dovecot/dict-server
unix  0/0/86         /tmp/.s.PGSQL.5432
unix  0/0/5          /var/run/printer
unix  0/0/128        /var/run/rpcbind.sock
unix  0/0/4          /var/run/devd.pipe

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

USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W
dalroi   sleep      22136 root /             2 drwxr-xr-x     512  r
dalroi   sleep      22136   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   sleep      22136 text /         16448 -r-xr-xr-x    5940  r
dalroi   sleep      22136    0 /dev        120 crw--w----   ttyp1 rw
dalroi   sleep      22136    1 /dev        120 crw--w----   ttyp1 rw
dalroi   sleep      22136    2 /dev        120 crw--w----   ttyp1 rw
dalroi   tcsh       22066 root /             2 drwxr-xr-x     512  r
dalroi   tcsh       22066   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   tcsh       22066 text /         16422 -r-xr-xr-x  319420  r
dalroi   tcsh       22066   15 /dev         64 crw--w----   ttyu0 rw
dalroi   tcsh       22066   16 /dev         64 crw--w----   ttyu0 rw
dalroi   tcsh       22066   17 /dev         64 crw--w----   ttyu0 rw
dalroi   tcsh       22066   18 /dev         64 crw--w----   ttyu0 rw
dalroi   tcsh       22066   19 /dev         64 crw--w----   ttyu0 rw
postfix  anvil      22039 root /             2 drwxr-xr-x     512  r
postfix  anvil      22039   wd /var      32785 drwxr-xr-x     512  r
postfix  anvil      22039 text /usr     944948 -rwxr-xr-x  163804  r
postfix  anvil      22039    0 /dev         27 crw-rw-rw-    null rw
postfix  anvil      22039    1 /dev         27 crw-rw-rw-    null rw
postfix  anvil      22039    2 /dev         27 crw-rw-rw-    null rw
postfix  anvil      22039    3* pipe c4cbd4a4 <-> c4cbd55c    100 rw
postfix  anvil      22039    4* pipe c4cbd55c <-> c4cbd4a4      0 rw
postfix  anvil      22039    5* pipe c4caeb8c <-> c4caead4      0 rw
postfix  anvil      22039    6* local stream c499cdc8
postfix  anvil      22039    7* local dgram c4f040a8 <-> c499b498
postfix  pickup     20218 root /             2 drwxr-xr-x     512  r
postfix  pickup     20218   wd /var      32785 drwxr-xr-x     512  r
postfix  pickup     20218 text /usr     944965 -rwxr-xr-x  174511  r
postfix  pickup     20218    0 /dev         27 crw-rw-rw-    null rw
postfix  pickup     20218    1 /dev         27 crw-rw-rw-    null rw
postfix  pickup     20218    2 /dev         27 crw-rw-rw-    null rw
postfix  pickup     20218    3* pipe c4cbd4a4 <-> c4cbd55c    100 rw
postfix  pickup     20218    4* pipe c4cbd55c <-> c4cbd4a4      0 rw
postfix  pickup     20218    5* pipe c47f16e8 <-> c47f1630      0 rw
postfix  pickup     20218    6 /var      32825 prw--w--w-       0 rw
postfix  pickup     20218    7* local dgram c5013e70 <-> c499b498
www      httpd      81810 root /             2 drwxr-xr-x     512  r
www      httpd      81810   wd /             2 drwxr-xr-x     512  r
www      httpd      81810 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd      81810    0 /dev         27 crw-rw-rw-    null  r
www      httpd      81810    1 /dev         27 crw-rw-rw-    null  w
www      httpd      81810    2 /var      20810 -rw-r--r--   26587  w
www      httpd      81810    3* internet6 stream tcp c4ca11d0
www      httpd      81810    4* internet stream tcp c4ca1000
www      httpd      81810    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd      81810    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd      81810    7 /var      16439 -rw-r--r--    3217  w
www      httpd      81810    8 /var      16438 -rw-r--r--    3160  w
www      httpd      81810    9 /var      16497 -rw-r--r--    3778  w
www      httpd      81810   10 /var      22018 -rw-r--r--   37872  w
www      httpd      81810   11 /var      16441 -rw-r--r--    5595  w
www      httpd      81810   12 /var      16440 -rw-r--r--    5949  w
www      httpd      81810   13 /var      20206 -rw-r--r--   58905  w
www      httpd      81810   14 /tmp         48 -rw-------       0 rw
www      httpd      81810   15 /tmp         49 -rw-------       0 rw
www      httpd      81810   16 /tmp         50 -rw-------       0  w
www      httpd      81810   17 /tmp         51 -rw-------       0  w
www      httpd      81810   18 /tmp         52 -rw-------       0  w
www      httpd      81810   19 /tmp         53 -rw-------       0  w
www      httpd      81810   20 /tmp         54 -rw-------       0  w
www      httpd      81810   21 /tmp         55 -rw-------       0  w
www      httpd      81810   22 /tmp         56 -rw-------       0  w
www      httpd      81810   23 /tmp         57 -rw-------       0  w
www      httpd      81810   24 /var      49350 -rw-------       0  w
www      httpd      81810   25 /var      49350 -rw-------       0  w
www      httpd      81810   26 /tmp         48 -rw-------       0  w
www      httpd      81810   27 /tmp         49 -rw-------       0  w
www      httpd      81810   28 /tmp         50 -rw-------       0  w
www      httpd      81810   29 /tmp         51 -rw-------       0  w
www      httpd      81810   30 /tmp         52 -rw-------       0  w
www      httpd      81810   31 /tmp         53 -rw-------       0  w
www      httpd      81810   32 /tmp         54 -rw-------       0  w
www      httpd      81810   33 /tmp         55 -rw-------       0  w
www      httpd      81810   34 /tmp         56 -rw-------       0  w
www      httpd      81810   35 /tmp         57 -rw-------       0  w
www      httpd      81809 root /             2 drwxr-xr-x     512  r
www      httpd      81809   wd /             2 drwxr-xr-x     512  r
www      httpd      81809 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd      81809    0 /dev         27 crw-rw-rw-    null  r
www      httpd      81809    1 /dev         27 crw-rw-rw-    null  w
www      httpd      81809    2 /var      20810 -rw-r--r--   26587  w
www      httpd      81809    3* internet6 stream tcp c4ca11d0
www      httpd      81809    4* internet stream tcp c4ca1000
www      httpd      81809    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd      81809    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd      81809    7 /var      16439 -rw-r--r--    3217  w
www      httpd      81809    8 /var      16438 -rw-r--r--    3160  w
www      httpd      81809    9 /var      16497 -rw-r--r--    3778  w
www      httpd      81809   10 /var      22018 -rw-r--r--   37872  w
www      httpd      81809   11 /var      16441 -rw-r--r--    5595  w
www      httpd      81809   12 /var      16440 -rw-r--r--    5949  w
www      httpd      81809   13 /var      20206 -rw-r--r--   58905  w
www      httpd      81809   14 /tmp         48 -rw-------       0 rw
www      httpd      81809   15 /tmp         49 -rw-------       0 rw
www      httpd      81809   16 /tmp         50 -rw-------       0  w
www      httpd      81809   17 /tmp         51 -rw-------       0  w
www      httpd      81809   18 /tmp         52 -rw-------       0  w
www      httpd      81809   19 /tmp         53 -rw-------       0  w
www      httpd      81809   20 /tmp         54 -rw-------       0  w
www      httpd      81809   21 /tmp         55 -rw-------       0  w
www      httpd      81809   22 /tmp         56 -rw-------       0  w
www      httpd      81809   23 /tmp         57 -rw-------       0  w
www      httpd      81809   24 /var      49350 -rw-------       0  w
www      httpd      81809   25 /var      49350 -rw-------       0  w
www      httpd      81809   26 /tmp         48 -rw-------       0  w
www      httpd      81809   27 /tmp         49 -rw-------       0  w
www      httpd      81809   28 /tmp         50 -rw-------       0  w
www      httpd      81809   29 /tmp         51 -rw-------       0  w
www      httpd      81809   30 /tmp         52 -rw-------       0  w
www      httpd      81809   31 /tmp         53 -rw-------       0  w
www      httpd      81809   32 /tmp         54 -rw-------       0  w
www      httpd      81809   33 /tmp         55 -rw-------       0  w
www      httpd      81809   34 /tmp         56 -rw-------       0  w
www      httpd      81809   35 /tmp         57 -rw-------       0  w
www      httpd      81808 root /             2 drwxr-xr-x     512  r
www      httpd      81808   wd /             2 drwxr-xr-x     512  r
www      httpd      81808 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd      81808    0 /dev         27 crw-rw-rw-    null  r
www      httpd      81808    1 /dev         27 crw-rw-rw-    null  w
www      httpd      81808    2 /var      20810 -rw-r--r--   26587  w
www      httpd      81808    3* internet6 stream tcp c4ca11d0
www      httpd      81808    4* internet stream tcp c4ca1000
www      httpd      81808    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd      81808    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd      81808    7 /var      16439 -rw-r--r--    3217  w
www      httpd      81808    8 /var      16438 -rw-r--r--    3160  w
www      httpd      81808    9 /var      16497 -rw-r--r--    3778  w
www      httpd      81808   10 /var      22018 -rw-r--r--   37872  w
www      httpd      81808   11 /var      16441 -rw-r--r--    5595  w
www      httpd      81808   12 /var      16440 -rw-r--r--    5949  w
www      httpd      81808   13 /var      20206 -rw-r--r--   58905  w
www      httpd      81808   14 /tmp         48 -rw-------       0 rw
www      httpd      81808   15 /tmp         49 -rw-------       0 rw
www      httpd      81808   16 /tmp         50 -rw-------       0  w
www      httpd      81808   17 /tmp         51 -rw-------       0  w
www      httpd      81808   18 /tmp         52 -rw-------       0  w
www      httpd      81808   19 /tmp         53 -rw-------       0  w
www      httpd      81808   20 /tmp         54 -rw-------       0  w
www      httpd      81808   21 /tmp         55 -rw-------       0  w
www      httpd      81808   22 /tmp         56 -rw-------       0  w
www      httpd      81808   23 /tmp         57 -rw-------       0  w
www      httpd      81808   24 /var      49350 -rw-------       0  w
www      httpd      81808   25 /var      49350 -rw-------       0  w
www      httpd      81808   26 /tmp         48 -rw-------       0  w
www      httpd      81808   27 /tmp         49 -rw-------       0  w
www      httpd      81808   28 /tmp         50 -rw-------       0  w
www      httpd      81808   29 /tmp         51 -rw-------       0  w
www      httpd      81808   30 /tmp         52 -rw-------       0  w
www      httpd      81808   31 /tmp         53 -rw-------       0  w
www      httpd      81808   32 /tmp         54 -rw-------       0  w
www      httpd      81808   33 /tmp         55 -rw-------       0  w
www      httpd      81808   34 /tmp         56 -rw-------       0  w
www      httpd      81808   35 /tmp         57 -rw-------       0  w
root     smbd       11880 root /             2 drwxr-xr-x     512  r
root     smbd       11880   wd /usr     894991 drwxr-xr-x    1024  r
root     smbd       11880 text /usr     895740 -rwxr-xr-x  6706729  r
root     smbd       11880    0 /dev         27 crw-rw-rw-    null rw
root     smbd       11880    1 /dev         27 crw-rw-rw-    null rw
root     smbd       11880    2 /var      22006 -rw-r--r--   35676  w
root     smbd       11880    3 /dev         14 crw-rw-rw-  random  r
root     smbd       11880    4 /usr     1039017 -rw-------   24576 rw
root     smbd       11880    5 /var         12 -rw-rw-rw-   16384 rw
root     smbd       11880    6 /var      22006 -rw-r--r--   35676  w
root     smbd       11880    7 /var      49288 -rw-r--r--       6  w
root     smbd       11880    8 /var        158 -rw-r--r--     696 rw
root     smbd       11880    9 /var         14 -rw-r--r--   90112 rw
root     smbd       11880   10 /var        162 -rw-r--r--   40200 rw
root     smbd       11880   11 /var        163 -rw-r--r--   61440 rw
root     smbd       11880   12 /var        157 -rw-r--r--   12288 rw
root     smbd       11880   13 /var        134 -rw-r-----    8192 rw
root     smbd       11880   14 /var        156 -rw-------   77824 rw
root     smbd       11880   15 /var        125 -rw-r-----    8192 rw
root     smbd       11880   16 /var        135 -rw-r-----    8192 rw
root     smbd       11880   17 /var        136 -rw-r-----     696 rw
root     smbd       11880   18* pipe c4eb0630 <-> c4eb06e8      0 rw
root     smbd       11880   19* pipe c4eb0b8c <-> c4eb0ad4      0 rw
root     smbd       11880   20* pipe c4eb06e8 <-> c4eb0630      0 rw
root     smbd       11878 root /             2 drwxr-xr-x     512  r
root     smbd       11878   wd /usr     894991 drwxr-xr-x    1024  r
root     smbd       11878 text /usr     895740 -rwxr-xr-x  6706729  r
root     smbd       11878    0 /dev         27 crw-rw-rw-    null rw
root     smbd       11878    1 /dev         27 crw-rw-rw-    null rw
root     smbd       11878    2 /var      22006 -rw-r--r--   35676  w
root     smbd       11878    3 /dev         14 crw-rw-rw-  random  r
root     smbd       11878    4 /usr     1039017 -rw-------   24576 rw
root     smbd       11878    5 /var         12 -rw-rw-rw-   16384 rw
root     smbd       11878    7 /var      49288 -rw-r--r--       6  w
root     smbd       11878    8 /var        158 -rw-r--r--     696 rw
root     smbd       11878    9 /var         14 -rw-r--r--   90112 rw
root     smbd       11878   10 /var        162 -rw-r--r--   40200 rw
root     smbd       11878   11 /var        163 -rw-r--r--   61440 rw
root     smbd       11878   12 /var        157 -rw-r--r--   12288 rw
root     smbd       11878   13 /var        134 -rw-r-----    8192 rw
root     smbd       11878   14 /var        156 -rw-------   77824 rw
root     smbd       11878   15 /var        125 -rw-r-----    8192 rw
root     smbd       11878   16 /var        135 -rw-r-----    8192 rw
root     smbd       11878   17 /var        136 -rw-r-----     696 rw
root     smbd       11878   18* pipe c4eb0ad4 <-> c4eb0b8c      0 rw
root     smbd       11878   19* internet6 stream tcp c4e841d0
root     smbd       11878   20* internet6 stream tcp c4b0ccb0
root     smbd       11878   21* internet stream tcp c4ba4910
root     smbd       11878   22* internet stream tcp c4b27ae0
root     smbd       11878   23* pipe c47f0c60 <-> c47f0d18      0 rw
root     smbd       11878   24* pipe c47f0d18 <-> c47f0c60      0 rw
root     smbd       11878   25 /var      22006 -rw-r--r--   35676  w
root     nmbd       11872 root /             2 drwxr-xr-x     512  r
root     nmbd       11872   wd /usr     894991 drwxr-xr-x    1024  r
root     nmbd       11872 text /usr     895741 -rwxr-xr-x  2660264  r
root     nmbd       11872    0 /dev         27 crw-rw-rw-    null rw
root     nmbd       11872    1 /dev         27 crw-rw-rw-    null rw
root     nmbd       11872    2 /var      21978 -rw-r--r--   40453  w
root     nmbd       11872    3 /var      21978 -rw-r--r--   40453  w
root     nmbd       11872    4 /var         12 -rw-rw-rw-   16384 rw
root     nmbd       11872    5 /var      49282 -rw-r--r--       6  w
root     nmbd       11872    6 /var         14 -rw-r--r--   90112 rw
root     nmbd       11872    7* internet dgram udp c4b769d8
root     nmbd       11872    8* internet dgram udp c4e90384
root     nmbd       11872    9* internet dgram udp c4b765a0
root     nmbd       11872   10* internet dgram udp c4b76924
root     nmbd       11872   11* internet dgram udp c4b76438
root     nmbd       11872   12* internet dgram udp c48fde10
root     nmbd       11872   13 /var        157 -rw-r--r--   12288 rw
root     nmbd       11872   14* pipe c4eb0948 <-> c4eb0a00      0 rw
root     nmbd       11872   15* pipe c4eb0a00 <-> c4eb0948      0 rw
root     nmbd       11872   16* local dgram c4cd2bd0 <-> c499b498
root     nmbd       11872   17 /var        143 -rw-r--r--   28672 rw
root     vim        11826 root /             2 drwxr-xr-x     512  r
root     vim        11826   wd /usr     894991 drwxr-xr-x    1024  r
root     vim        11826 text /usr     895665 -rwxr-xr-x  1397100  r
root     vim        11826    0 /dev        124 crw--w----   ttyp3 rw
root     vim        11826    1 /dev        124 crw--w----   ttyp3 rw
root     vim        11826    2 /dev        124 crw--w----   ttyp3 rw
root     vim        11826    4 /usr     895193 -rw-r--r--   16384 rw
root     csh        11804 root /             2 drwxr-xr-x     512  r
root     csh        11804   wd /usr     499198 drwxr-xr-x     512  r
root     csh        11804 text /         16422 -r-xr-xr-x  319420  r
root     csh        11804   15 /dev        124 crw--w----   ttyp3 rw
root     csh        11804   16 /dev        124 crw--w----   ttyp3 rw
root     csh        11804   17 /dev        124 crw--w----   ttyp3 rw
root     csh        11804   18 /dev        124 crw--w----   ttyp3 rw
root     csh        11804   19 /dev        124 crw--w----   ttyp3 rw
root     su         11803 root /             2 drwxr-xr-x     512  r
root     su         11803   wd /home    5911552 drwxr-xr-x    2048  r
root     su         11803 text /usr     659718 -r-sr-xr-x   14472  r
root     su         11803    0 /dev        124 crw--w----   ttyp3 rw
root     su         11803    1 /dev        124 crw--w----   ttyp3 rw
root     su         11803    2 /dev        124 crw--w----   ttyp3 rw
dalroi   tcsh       11782 root /             2 drwxr-xr-x     512  r
dalroi   tcsh       11782   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   tcsh       11782 text /         16422 -r-xr-xr-x  319420  r
dalroi   tcsh       11782   15 /dev        124 crw--w----   ttyp3 rw
dalroi   tcsh       11782   16 /dev        124 crw--w----   ttyp3 rw
dalroi   tcsh       11782   17 /dev        124 crw--w----   ttyp3 rw
dalroi   tcsh       11782   18 /dev        124 crw--w----   ttyp3 rw
dalroi   tcsh       11782   19 /dev        124 crw--w----   ttyp3 rw
www      httpd       9072 root /             2 drwxr-xr-x     512  r
www      httpd       9072   wd /             2 drwxr-xr-x     512  r
www      httpd       9072 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd       9072    0 /dev         27 crw-rw-rw-    null  r
www      httpd       9072    1 /dev         27 crw-rw-rw-    null  w
www      httpd       9072    2 /var      20810 -rw-r--r--   26587  w
www      httpd       9072    3* internet6 stream tcp c4ca11d0
www      httpd       9072    4* internet stream tcp c4ca1000
www      httpd       9072    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd       9072    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd       9072    7 /var      16439 -rw-r--r--    3217  w
www      httpd       9072    8 /var      16438 -rw-r--r--    3160  w
www      httpd       9072    9 /var      16497 -rw-r--r--    3778  w
www      httpd       9072   10 /var      22018 -rw-r--r--   37872  w
www      httpd       9072   11 /var      16441 -rw-r--r--    5595  w
www      httpd       9072   12 /var      16440 -rw-r--r--    5949  w
www      httpd       9072   13 /var      20206 -rw-r--r--   58905  w
www      httpd       9072   14 /tmp         48 -rw-------       0 rw
www      httpd       9072   15 /tmp         49 -rw-------       0 rw
www      httpd       9072   16 /tmp         50 -rw-------       0  w
www      httpd       9072   17 /tmp         51 -rw-------       0  w
www      httpd       9072   18 /tmp         52 -rw-------       0  w
www      httpd       9072   19 /tmp         53 -rw-------       0  w
www      httpd       9072   20 /tmp         54 -rw-------       0  w
www      httpd       9072   21 /tmp         55 -rw-------       0  w
www      httpd       9072   22 /tmp         56 -rw-------       0  w
www      httpd       9072   23 /tmp         57 -rw-------       0  w
www      httpd       9072   24 /var      49350 -rw-------       0  w
www      httpd       9072   25 /var      49350 -rw-------       0  w
www      httpd       9072   26 /tmp         48 -rw-------       0  w
www      httpd       9072   27 /tmp         49 -rw-------       0  w
www      httpd       9072   28 /tmp         50 -rw-------       0  w
www      httpd       9072   29 /tmp         51 -rw-------       0  w
www      httpd       9072   30 /tmp         52 -rw-------       0  w
www      httpd       9072   31 /tmp         53 -rw-------       0  w
www      httpd       9072   32 /tmp         54 -rw-------       0  w
www      httpd       9072   33 /tmp         55 -rw-------       0  w
www      httpd       9072   34 /tmp         56 -rw-------       0  w
www      httpd       9072   35 /tmp         57 -rw-------       0  w
dalroi   imap        4414 root /             2 drwxr-xr-x     512  r
dalroi   imap        4414   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   imap        4414 text /usr     1132843 -r-xr-xr-x  765416  r
dalroi   imap        4414    0* local stream c5013738 <-> c4f04150
dalroi   imap        4414    1* local stream c5013738 <-> c4f04150
dalroi   imap        4414    2* pipe c4eb055c <-> c4eb04a4      0 rw
dalroi   imap        4414    3 /dev         14 crw-rw-rw-  random  r
dalroi   imap        4414    4* pipe c4eb0318 <-> c4eb03d0      0 rw
dalroi   imap        4414    5* pipe c4eb03d0 <-> c4eb0318      0 rw
dalroi   tail        2584 root /             2 drwxr-xr-x     512  r
dalroi   tail        2584   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   tail        2584 text /usr     659722 -r-xr-xr-x   16884  r
dalroi   tail        2584    0 /dev        122 crw--w----   ttyp2 rw
dalroi   tail        2584    1 /dev        122 crw--w----   ttyp2 rw
dalroi   tail        2584    2 /dev        122 crw--w----   ttyp2 rw
dalroi   tail        2584    3 /var      16533 -rw-r--r--   28563  r
dalroi   tcsh        2559 root /             2 drwxr-xr-x     512  r
dalroi   tcsh        2559   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   tcsh        2559 text /         16422 -r-xr-xr-x  319420  r
dalroi   tcsh        2559   15 /dev        122 crw--w----   ttyp2 rw
dalroi   tcsh        2559   16 /dev        122 crw--w----   ttyp2 rw
dalroi   tcsh        2559   17 /dev        122 crw--w----   ttyp2 rw
dalroi   tcsh        2559   18 /dev        122 crw--w----   ttyp2 rw
dalroi   tcsh        2559   19 /dev        122 crw--w----   ttyp2 rw
dalroi   tcsh        2539 root /             2 drwxr-xr-x     512  r
dalroi   tcsh        2539   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   tcsh        2539 text /         16422 -r-xr-xr-x  319420  r
dalroi   tcsh        2539   16 /home    6288425 -rwxr--r--     309  r
dalroi   tcsh        2539   17 /dev        120 crw--w----   ttyp1 rw
dalroi   tcsh        2539   18 /dev        120 crw--w----   ttyp1 rw
dalroi   tcsh        2539   19 /dev        120 crw--w----   ttyp1 rw
dalroi   tcsh        2518 root /             2 drwxr-xr-x     512  r
dalroi   tcsh        2518   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   tcsh        2518 text /         16422 -r-xr-xr-x  319420  r
dalroi   tcsh        2518   15 /dev        120 crw--w----   ttyp1 rw
dalroi   tcsh        2518   16 /dev        120 crw--w----   ttyp1 rw
dalroi   tcsh        2518   17 /dev        120 crw--w----   ttyp1 rw
dalroi   tcsh        2518   18 /dev        120 crw--w----   ttyp1 rw
dalroi   tcsh        2518   19 /dev        120 crw--w----   ttyp1 rw
root     screen      2515 root /             2 drwxr-xr-x     512  r
root     screen      2515   wd /home    5911552 drwxr-xr-x    2048  r
root     screen      2515 text /usr     896732 -rwsr-xr-x  299316  r
root     screen      2515    0 /dev         27 crw-rw-rw-    null  r
root     screen      2515    1 /dev         27 crw-rw-rw-    null  w
root     screen      2515    2 /dev         27 crw-rw-rw-    null  w
root     screen      2515    3 /dev        118 crw--w----   ttyp0 rw
root     screen      2515    4 /tmp      70661 prwx------       0  r
root     screen      2515    5 /var      49176 -rw-r--r--     880 rw
root     screen      2515    6 /         24660 -rw-r--r--   13032  r
root     screen      2515    7 /dev        119 crw-rw-rw-   ptyp1 rw
root     screen      2515    8 /dev        121 crw-rw-rw-   ptyp2 rw
root     screen      2515    9 /dev        123 crw-rw-rw-   ptyp3 rw
dalroi   screen      2514 root /             2 drwxr-xr-x     512  r
dalroi   screen      2514   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   screen      2514 text /usr     896732 -rwsr-xr-x  299316  r
dalroi   screen      2514    0 /dev        118 crw--w----   ttyp0 rw
dalroi   screen      2514    1 /dev        118 crw--w----   ttyp0 rw
dalroi   screen      2514    2 /dev        118 crw--w----   ttyp0 rw
dovecot  imap-login  1454 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1454   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1454 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1454 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1454    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1454    1* pipe c4cbd0b8 <-> c4cbd000      0 rw
dovecot  imap-login  1454    2* pipe c4cbd0b8 <-> c4cbd000      0 rw
dovecot  imap-login  1454    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1454    6* pipe c4fec948 <-> c4feca00      0 rw
dovecot  imap-login  1454    7* pipe c4feca00 <-> c4fec948      0 rw
dovecot  imap-login  1454    9* internet stream tcp c4e843a0
dovecot  imap-login  1454   11* local stream c4f04150 <-> c5013738
dovecot  imap-login  1453 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1453   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1453 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1453 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1453    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1453    1* pipe c4eb00b8 <-> c4eb0000      0 rw
dovecot  imap-login  1453    2* pipe c4eb00b8 <-> c4eb0000      0 rw
dovecot  imap-login  1453    3* local stream c4cb3e70 <-> c4cb3dc8
dovecot  imap-login  1453    4* internet stream tcp c4b27910
dovecot  imap-login  1453    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1453    6* pipe c4eafdec <-> c4eafea4      0 rw
dovecot  imap-login  1453    7* pipe c4eafea4 <-> c4eafdec      0 rw
dovecot  imap-login  1453   10* local stream c4cd20a8 <-> c4cd2150
dovecot  imap-login  1452 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1452   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1452 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1452 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1452    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1452    1* pipe c4cbc6e8 <-> c4cbc630      0 rw
dovecot  imap-login  1452    2* pipe c4cbc6e8 <-> c4cbc630      0 rw
dovecot  imap-login  1452    3* local stream c4cb3690 <-> c499b348
dovecot  imap-login  1452    4* internet stream tcp c4b27910
dovecot  imap-login  1452    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1452    6* pipe c4cbc318 <-> c4cbc3d0      0 rw
dovecot  imap-login  1452    7* pipe c4cbc3d0 <-> c4cbc318      0 rw
dovecot  imap-login  1452   10* local stream c4c72498 <-> c4cb3a80
dovecot  imap-login  1451 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1451   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1451 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1451 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1451    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1451    1* pipe c4cbcea4 <-> c4cbcdec      0 rw
dovecot  imap-login  1451    2* pipe c4cbcea4 <-> c4cbcdec      0 rw
dovecot  imap-login  1451    3* local stream c4cb3738 <-> c4cb3888
dovecot  imap-login  1451    4* internet stream tcp c4b27910
dovecot  imap-login  1451    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1451    6* pipe c4ba618c <-> c4ba6244      0 rw
dovecot  imap-login  1451    7* pipe c4ba6244 <-> c4ba618c      0 rw
dovecot  imap-login  1451   10* local stream c4c725e8 <-> c4c72540
dovecot  imap-login  1450 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1450   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1450 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1450 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1450    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1450    1* pipe c4eafb8c <-> c4eafad4      0 rw
dovecot  imap-login  1450    2* pipe c4eafb8c <-> c4eafad4      0 rw
dovecot  imap-login  1450    3* local stream c4cb3930 <-> c4c729d8
dovecot  imap-login  1450    4* internet stream tcp c4b27910
dovecot  imap-login  1450    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1450    6* pipe c4cbd18c <-> c4cbd244      0 rw
dovecot  imap-login  1450    7* pipe c4cbd244 <-> c4cbd18c      0 rw
dovecot  imap-login  1450   10* local stream c4c72690 <-> c4cd23f0
dovecot  imap-login  1449 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1449   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1449 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1449 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1449    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1449    1* pipe c4eafd18 <-> c4eafc60      0 rw
dovecot  imap-login  1449    2* pipe c4eafd18 <-> c4eafc60      0 rw
dovecot  imap-login  1449    3* local stream c4cd25e8 <-> c4cd2540
dovecot  imap-login  1449    4* internet stream tcp c4b27910
dovecot  imap-login  1449    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1449    6* pipe c4cbc000 <-> c4cbc0b8      0 rw
dovecot  imap-login  1449    7* pipe c4cbc0b8 <-> c4cbc000      0 rw
dovecot  imap-login  1449   10* local stream c4cd22a0 <-> c4cd2348
dalroi   imap        1447 root /             2 drwxr-xr-x     512  r
dalroi   imap        1447   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   imap        1447 text /usr     1132843 -r-xr-xr-x  765416  r
dalroi   imap        1447    0* local stream c4c72930 <-> c4c722a0
dalroi   imap        1447    1* local stream c4c72930 <-> c4c722a0
dalroi   imap        1447    2* pipe c4cbdd18 <-> c4cbdc60      0 rw
dalroi   imap        1447    3 /dev         14 crw-rw-rw-  random  r
dalroi   imap        1447    4* pipe c4cbdad4 <-> c4cbdb8c      0 rw
dalroi   imap        1447    5* pipe c4cbdb8c <-> c4cbdad4      0 rw
dalroi   imap        1447    7 /var      49182 -rw-------  10733995  r
dalroi   imap        1447    8 /var      49182 -rw-------  10733995 rw
dalroi   imap        1447   10 /home    12011552 -rw-------   18868 rw
dalroi   imap        1447   12 /home    12011539 -rw-------    8952 rw
dalroi   imap        1447   15 /home    12011542 -rw-------  205824 rw
dalroi   imap        1446 root /             2 drwxr-xr-x     512  r
dalroi   imap        1446   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   imap        1446 text /usr     1132843 -r-xr-xr-x  765416  r
dalroi   imap        1446    0* local stream c4c721f8 <-> c4c72bd0
dalroi   imap        1446    1* local stream c4c721f8 <-> c4c72bd0
dalroi   imap        1446    2* pipe c4eaf0b8 <-> c4eaf000      0 rw
dalroi   imap        1446    3 /dev         14 crw-rw-rw-  random  r
dalroi   imap        1446    4* pipe c4cbddec <-> c4cbdea4      0 rw
dalroi   imap        1446    5* pipe c4cbdea4 <-> c4cbddec      0 rw
dovecot  imap-login  1444 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1444   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1444 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1444 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1444    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1444    1* pipe c4eaf6e8 <-> c4eaf630      0 rw
dovecot  imap-login  1444    2* pipe c4eaf6e8 <-> c4eaf630      0 rw
dovecot  imap-login  1444    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1444    6* pipe c4eaf318 <-> c4eaf3d0      0 rw
dovecot  imap-login  1444    7* pipe c4eaf3d0 <-> c4eaf318      0 rw
dovecot  imap-login  1444    9* internet stream tcp c4ca2ae0
dovecot  imap-login  1444   11* local stream c4c72bd0 <-> c4c721f8
dalroi   imap        1443 root /             2 drwxr-xr-x     512  r
dalroi   imap        1443   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   imap        1443 text /usr     1132843 -r-xr-xr-x  765416  r
dalroi   imap        1443    0* local stream c4cb3bd0 <-> c4cb3b28
dalroi   imap        1443    1* local stream c4cb3bd0 <-> c4cb3b28
dalroi   imap        1443    2* pipe c4eafa00 <-> c4eaf948      0 rw
dalroi   imap        1443    3 /dev         14 crw-rw-rw-  random  r
dalroi   imap        1443    4* pipe c4eaf7bc <-> c4eaf874      0 rw
dalroi   imap        1443    5* pipe c4eaf874 <-> c4eaf7bc      0 rw
dalroi   imap        1443    7 /home    10834025 -rw-------  77842745  r
dalroi   imap        1443    8 /home    11940884 -rw-------  380496 rw
dalroi   imap        1443    9 /home    10834025 -rw-------  77842745 rw
dalroi   imap        1443   10 /home    11940890 -rw-------  4646912 rw
dalroi   imap        1443   13 /home    11940882 -rw-------     472 rw
www      httpd       1440 root /             2 drwxr-xr-x     512  r
www      httpd       1440   wd /             2 drwxr-xr-x     512  r
www      httpd       1440 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd       1440    0 /dev         27 crw-rw-rw-    null  r
www      httpd       1440    1 /dev         27 crw-rw-rw-    null  w
www      httpd       1440    2 /var      20810 -rw-r--r--   26587  w
www      httpd       1440    3* internet6 stream tcp c4ca11d0
www      httpd       1440    4* internet stream tcp c4ca1000
www      httpd       1440    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd       1440    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd       1440    7 /var      16439 -rw-r--r--    3217  w
www      httpd       1440    8 /var      16438 -rw-r--r--    3160  w
www      httpd       1440    9 /var      16497 -rw-r--r--    3778  w
www      httpd       1440   10 /var      22018 -rw-r--r--   37872  w
www      httpd       1440   11 /var      16441 -rw-r--r--    5595  w
www      httpd       1440   12 /var      16440 -rw-r--r--    5949  w
www      httpd       1440   13 /var      20206 -rw-r--r--   58905  w
www      httpd       1440   14 /tmp         48 -rw-------       0 rw
www      httpd       1440   15 /tmp         49 -rw-------       0 rw
www      httpd       1440   16 /tmp         50 -rw-------       0  w
www      httpd       1440   17 /tmp         51 -rw-------       0  w
www      httpd       1440   18 /tmp         52 -rw-------       0  w
www      httpd       1440   19 /tmp         53 -rw-------       0  w
www      httpd       1440   20 /tmp         54 -rw-------       0  w
www      httpd       1440   21 /tmp         55 -rw-------       0  w
www      httpd       1440   22 /tmp         56 -rw-------       0  w
www      httpd       1440   23 /tmp         57 -rw-------       0  w
www      httpd       1440   24 /var      49350 -rw-------       0  w
www      httpd       1440   25 /var      49350 -rw-------       0  w
www      httpd       1440   26 /tmp         48 -rw-------       0  w
www      httpd       1440   27 /tmp         49 -rw-------       0  w
www      httpd       1440   28 /tmp         50 -rw-------       0  w
www      httpd       1440   29 /tmp         51 -rw-------       0  w
www      httpd       1440   30 /tmp         52 -rw-------       0  w
www      httpd       1440   31 /tmp         53 -rw-------       0  w
www      httpd       1440   32 /tmp         54 -rw-------       0  w
www      httpd       1440   33 /tmp         55 -rw-------       0  w
www      httpd       1440   34 /tmp         56 -rw-------       0  w
www      httpd       1440   35 /tmp         57 -rw-------       0  w
dalroi   tcsh        1362 root /             2 drwxr-xr-x     512  r
dalroi   tcsh        1362   wd /home    5911552 drwxr-xr-x    2048  r
dalroi   tcsh        1362 text /         16422 -r-xr-xr-x  319420  r
dalroi   tcsh        1362   15 /dev        118 crw--w----   ttyp0 rw
dalroi   tcsh        1362   16 /dev        118 crw--w----   ttyp0 rw
dalroi   tcsh        1362   17 /dev        118 crw--w----   ttyp0 rw
dalroi   tcsh        1362   18 /dev        118 crw--w----   ttyp0 rw
dalroi   tcsh        1362   19 /dev        118 crw--w----   ttyp0 rw
dalroi   sshd        1360 root /             2 drwxr-xr-x     512  r
dalroi   sshd        1360   wd /             2 drwxr-xr-x     512  r
dalroi   sshd        1360 text /usr     1083639 -r-xr-xr-x  219752  r
dalroi   sshd        1360    0 /dev         27 crw-rw-rw-    null rw
dalroi   sshd        1360    1 /dev         27 crw-rw-rw-    null rw
dalroi   sshd        1360    2 /dev         27 crw-rw-rw-    null rw
dalroi   sshd        1360    3* internet stream tcp c4e84ae0
dalroi   sshd        1360    4* local stream c4cb3540 <-> c4cb35e8
dalroi   sshd        1360    5* pipe c4cbd318 <-> c4cbd3d0      0 rw
dalroi   sshd        1360    6* pipe c4cbd3d0 <-> c4cbd318      0 rw
dalroi   sshd        1360    7 /dev        117 crw-rw-rw-   ptyp0 rw
dalroi   sshd        1360    9 /dev        117 crw-rw-rw-   ptyp0 rw
dalroi   sshd        1360   10 /dev        117 crw-rw-rw-   ptyp0 rw
root     sshd        1358 root /             2 drwxr-xr-x     512  r
root     sshd        1358   wd /             2 drwxr-xr-x     512  r
root     sshd        1358 text /usr     1083639 -r-xr-xr-x  219752  r
root     sshd        1358    0 /dev         27 crw-rw-rw-    null  r
root     sshd        1358    1 /dev         27 crw-rw-rw-    null rw
root     sshd        1358    2 /dev         27 crw-rw-rw-    null rw
root     sshd        1358    3* internet stream tcp c4e84ae0
root     sshd        1358    4 /dev        117 crw-rw-rw-   ptyp0 rw
root     sshd        1358    5* local stream c4cb35e8 <-> c4cb3540
www      httpd       1334 root /             2 drwxr-xr-x     512  r
www      httpd       1334   wd /             2 drwxr-xr-x     512  r
www      httpd       1334 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd       1334    0 /dev         27 crw-rw-rw-    null  r
www      httpd       1334    1 /dev         27 crw-rw-rw-    null  w
www      httpd       1334    2 /var      20810 -rw-r--r--   26587  w
www      httpd       1334    3* internet6 stream tcp c4ca11d0
www      httpd       1334    4* internet stream tcp c4ca1000
www      httpd       1334    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd       1334    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd       1334    7 /var      16439 -rw-r--r--    3217  w
www      httpd       1334    8 /var      16438 -rw-r--r--    3160  w
www      httpd       1334    9 /var      16497 -rw-r--r--    3778  w
www      httpd       1334   10 /var      22018 -rw-r--r--   37872  w
www      httpd       1334   11 /var      16441 -rw-r--r--    5595  w
www      httpd       1334   12 /var      16440 -rw-r--r--    5949  w
www      httpd       1334   13 /var      20206 -rw-r--r--   58905  w
www      httpd       1334   14 /tmp         48 -rw-------       0 rw
www      httpd       1334   15 /tmp         49 -rw-------       0 rw
www      httpd       1334   16 /tmp         50 -rw-------       0  w
www      httpd       1334   17 /tmp         51 -rw-------       0  w
www      httpd       1334   18 /tmp         52 -rw-------       0  w
www      httpd       1334   19 /tmp         53 -rw-------       0  w
www      httpd       1334   20 /tmp         54 -rw-------       0  w
www      httpd       1334   21 /tmp         55 -rw-------       0  w
www      httpd       1334   22 /tmp         56 -rw-------       0  w
www      httpd       1334   23 /tmp         57 -rw-------       0  w
www      httpd       1334   24 /var      49350 -rw-------       0  w
www      httpd       1334   25 /var      49350 -rw-------       0  w
www      httpd       1334   26 /tmp         48 -rw-------       0  w
www      httpd       1334   27 /tmp         49 -rw-------       0  w
www      httpd       1334   28 /tmp         50 -rw-------       0  w
www      httpd       1334   29 /tmp         51 -rw-------       0  w
www      httpd       1334   30 /tmp         52 -rw-------       0  w
www      httpd       1334   31 /tmp         53 -rw-------       0  w
www      httpd       1334   32 /tmp         54 -rw-------       0  w
www      httpd       1334   33 /tmp         55 -rw-------       0  w
www      httpd       1334   34 /tmp         56 -rw-------       0  w
www      httpd       1334   35 /tmp         57 -rw-------       0  w
www      httpd       1333 root /             2 drwxr-xr-x     512  r
www      httpd       1333   wd /             2 drwxr-xr-x     512  r
www      httpd       1333 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd       1333    0 /dev         27 crw-rw-rw-    null  r
www      httpd       1333    1 /dev         27 crw-rw-rw-    null  w
www      httpd       1333    2 /var      20810 -rw-r--r--   26587  w
www      httpd       1333    3* internet6 stream tcp c4ca11d0
www      httpd       1333    4* internet stream tcp c4ca1000
www      httpd       1333    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd       1333    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd       1333    7 /var      16439 -rw-r--r--    3217  w
www      httpd       1333    8 /var      16438 -rw-r--r--    3160  w
www      httpd       1333    9 /var      16497 -rw-r--r--    3778  w
www      httpd       1333   10 /var      22018 -rw-r--r--   37872  w
www      httpd       1333   11 /var      16441 -rw-r--r--    5595  w
www      httpd       1333   12 /var      16440 -rw-r--r--    5949  w
www      httpd       1333   13 /var      20206 -rw-r--r--   58905  w
www      httpd       1333   14 /tmp         48 -rw-------       0 rw
www      httpd       1333   15 /tmp         49 -rw-------       0 rw
www      httpd       1333   16 /tmp         50 -rw-------       0  w
www      httpd       1333   17 /tmp         51 -rw-------       0  w
www      httpd       1333   18 /tmp         52 -rw-------       0  w
www      httpd       1333   19 /tmp         53 -rw-------       0  w
www      httpd       1333   20 /tmp         54 -rw-------       0  w
www      httpd       1333   21 /tmp         55 -rw-------       0  w
www      httpd       1333   22 /tmp         56 -rw-------       0  w
www      httpd       1333   23 /tmp         57 -rw-------       0  w
www      httpd       1333   24 /var      49350 -rw-------       0  w
www      httpd       1333   25 /var      49350 -rw-------       0  w
www      httpd       1333   26 /tmp         48 -rw-------       0  w
www      httpd       1333   27 /tmp         49 -rw-------       0  w
www      httpd       1333   28 /tmp         50 -rw-------       0  w
www      httpd       1333   29 /tmp         51 -rw-------       0  w
www      httpd       1333   30 /tmp         52 -rw-------       0  w
www      httpd       1333   31 /tmp         53 -rw-------       0  w
www      httpd       1333   32 /tmp         54 -rw-------       0  w
www      httpd       1333   33 /tmp         55 -rw-------       0  w
www      httpd       1333   34 /tmp         56 -rw-------       0  w
www      httpd       1333   35 /tmp         57 -rw-------       0  w
www      httpd       1332 root /             2 drwxr-xr-x     512  r
www      httpd       1332   wd /             2 drwxr-xr-x     512  r
www      httpd       1332 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd       1332    0 /dev         27 crw-rw-rw-    null  r
www      httpd       1332    1 /dev         27 crw-rw-rw-    null  w
www      httpd       1332    2 /var      20810 -rw-r--r--   26587  w
www      httpd       1332    3* internet6 stream tcp c4ca11d0
www      httpd       1332    4* internet stream tcp c4ca1000
www      httpd       1332    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd       1332    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd       1332    7 /var      16439 -rw-r--r--    3217  w
www      httpd       1332    8 /var      16438 -rw-r--r--    3160  w
www      httpd       1332    9 /var      16497 -rw-r--r--    3778  w
www      httpd       1332   10 /var      22018 -rw-r--r--   37872  w
www      httpd       1332   11 /var      16441 -rw-r--r--    5595  w
www      httpd       1332   12 /var      16440 -rw-r--r--    5949  w
www      httpd       1332   13 /var      20206 -rw-r--r--   58905  w
www      httpd       1332   14 /tmp         48 -rw-------       0 rw
www      httpd       1332   15 /tmp         49 -rw-------       0 rw
www      httpd       1332   16 /tmp         50 -rw-------       0  w
www      httpd       1332   17 /tmp         51 -rw-------       0  w
www      httpd       1332   18 /tmp         52 -rw-------       0  w
www      httpd       1332   19 /tmp         53 -rw-------       0  w
www      httpd       1332   20 /tmp         54 -rw-------       0  w
www      httpd       1332   21 /tmp         55 -rw-------       0  w
www      httpd       1332   22 /tmp         56 -rw-------       0  w
www      httpd       1332   23 /tmp         57 -rw-------       0  w
www      httpd       1332   24 /var      49350 -rw-------       0  w
www      httpd       1332   25 /var      49350 -rw-------       0  w
www      httpd       1332   26 /tmp         48 -rw-------       0  w
www      httpd       1332   27 /tmp         49 -rw-------       0  w
www      httpd       1332   28 /tmp         50 -rw-------       0  w
www      httpd       1332   29 /tmp         51 -rw-------       0  w
www      httpd       1332   30 /tmp         52 -rw-------       0  w
www      httpd       1332   31 /tmp         53 -rw-------       0  w
www      httpd       1332   32 /tmp         54 -rw-------       0  w
www      httpd       1332   33 /tmp         55 -rw-------       0  w
www      httpd       1332   34 /tmp         56 -rw-------       0  w
www      httpd       1332   35 /tmp         57 -rw-------       0  w
www      httpd       1331 root /             2 drwxr-xr-x     512  r
www      httpd       1331   wd /             2 drwxr-xr-x     512  r
www      httpd       1331 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd       1331    0 /dev         27 crw-rw-rw-    null  r
www      httpd       1331    1 /dev         27 crw-rw-rw-    null  w
www      httpd       1331    2 /var      20810 -rw-r--r--   26587  w
www      httpd       1331    3* internet6 stream tcp c4ca11d0
www      httpd       1331    4* internet stream tcp c4ca1000
www      httpd       1331    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd       1331    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd       1331    7 /var      16439 -rw-r--r--    3217  w
www      httpd       1331    8 /var      16438 -rw-r--r--    3160  w
www      httpd       1331    9 /var      16497 -rw-r--r--    3778  w
www      httpd       1331   10 /var      22018 -rw-r--r--   37872  w
www      httpd       1331   11 /var      16441 -rw-r--r--    5595  w
www      httpd       1331   12 /var      16440 -rw-r--r--    5949  w
www      httpd       1331   13 /var      20206 -rw-r--r--   58905  w
www      httpd       1331   14 /tmp         48 -rw-------       0 rw
www      httpd       1331   15 /tmp         49 -rw-------       0 rw
www      httpd       1331   16 /tmp         50 -rw-------       0  w
www      httpd       1331   17 /tmp         51 -rw-------       0  w
www      httpd       1331   18 /tmp         52 -rw-------       0  w
www      httpd       1331   19 /tmp         53 -rw-------       0  w
www      httpd       1331   20 /tmp         54 -rw-------       0  w
www      httpd       1331   21 /tmp         55 -rw-------       0  w
www      httpd       1331   22 /tmp         56 -rw-------       0  w
www      httpd       1331   23 /tmp         57 -rw-------       0  w
www      httpd       1331   24 /var      49350 -rw-------       0  w
www      httpd       1331   25 /var      49350 -rw-------       0  w
www      httpd       1331   26 /tmp         48 -rw-------       0  w
www      httpd       1331   27 /tmp         49 -rw-------       0  w
www      httpd       1331   28 /tmp         50 -rw-------       0  w
www      httpd       1331   29 /tmp         51 -rw-------       0  w
www      httpd       1331   30 /tmp         52 -rw-------       0  w
www      httpd       1331   31 /tmp         53 -rw-------       0  w
www      httpd       1331   32 /tmp         54 -rw-------       0  w
www      httpd       1331   33 /tmp         55 -rw-------       0  w
www      httpd       1331   34 /tmp         56 -rw-------       0  w
www      httpd       1331   35 /tmp         57 -rw-------       0  w
www      httpd       1330 root /             2 drwxr-xr-x     512  r
www      httpd       1330   wd /             2 drwxr-xr-x     512  r
www      httpd       1330 text /usr     895943 -rwxr-xr-x  425973  r
www      httpd       1330    0 /dev         27 crw-rw-rw-    null  r
www      httpd       1330    1 /dev         27 crw-rw-rw-    null  w
www      httpd       1330    2 /var      20810 -rw-r--r--   26587  w
www      httpd       1330    3* internet6 stream tcp c4ca11d0
www      httpd       1330    4* internet stream tcp c4ca1000
www      httpd       1330    5* pipe c4cbc18c <-> c4cbc244      0 rw
www      httpd       1330    6* pipe c4cbc244 <-> c4cbc18c      0 rw
www      httpd       1330    7 /var      16439 -rw-r--r--    3217  w
www      httpd       1330    8 /var      16438 -rw-r--r--    3160  w
www      httpd       1330    9 /var      16497 -rw-r--r--    3778  w
www      httpd       1330   10 /var      22018 -rw-r--r--   37872  w
www      httpd       1330   11 /var      16441 -rw-r--r--    5595  w
www      httpd       1330   12 /var      16440 -rw-r--r--    5949  w
www      httpd       1330   13 /var      20206 -rw-r--r--   58905  w
www      httpd       1330   14 /tmp         48 -rw-------       0 rw
www      httpd       1330   15 /tmp         49 -rw-------       0 rw
www      httpd       1330   16 /tmp         50 -rw-------       0  w
www      httpd       1330   17 /tmp         51 -rw-------       0  w
www      httpd       1330   18 /tmp         52 -rw-------       0  w
www      httpd       1330   19 /tmp         53 -rw-------       0  w
www      httpd       1330   20 /tmp         54 -rw-------       0  w
www      httpd       1330   21 /tmp         55 -rw-------       0  w
www      httpd       1330   22 /tmp         56 -rw-------       0  w
www      httpd       1330   23 /tmp         57 -rw-------       0  w
www      httpd       1330   24 /var      49350 -rw-------       0  w
www      httpd       1330   25 /var      49350 -rw-------       0  w
www      httpd       1330   26 /tmp         48 -rw-------       0  w
www      httpd       1330   27 /tmp         49 -rw-------       0  w
www      httpd       1330   28 /tmp         50 -rw-------       0  w
www      httpd       1330   29 /tmp         51 -rw-------       0  w
www      httpd       1330   30 /tmp         52 -rw-------       0  w
www      httpd       1330   31 /tmp         53 -rw-------       0  w
www      httpd       1330   32 /tmp         54 -rw-------       0  w
www      httpd       1330   33 /tmp         55 -rw-------       0  w
www      httpd       1330   34 /tmp         56 -rw-------       0  w
www      httpd       1330   35 /tmp         57 -rw-------       0  w
pgsql    postgres    1329 root /             2 drwxr-xr-x     512  r
pgsql    postgres    1329   wd /home    18794498 drwx------     512  r
pgsql    postgres    1329 text /usr     898239 -rwxr-xr-x  4356540  r
pgsql    postgres    1329    0 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1329    1 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1329    2 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1329    3 /home    20278277 -rw-------   49152 rw
pgsql    postgres    1329    4 /home    20278276 -rw-------  253952 rw
pgsql    postgres    1329    5 /home    20278330 -rw-------   65536 rw
pgsql    postgres    1329    6 /home    20278286 -rw-------    8192 rw
pgsql    postgres    1329    7* internet6 dgram udp c48fc4ec
pgsql    postgres    1329    8* local dgram c499b690 <-> c499b540
pgsql    postgres    1329    9* internet stream tcp c4b27740
pgsql    postgres    1329   10 /home    20278333 -rw-------   16384 rw
pgsql    postgres    1329   11 /home    20278358 -rw-------   32768 rw
pgsql    postgres    1329   12 /home    20278283 -rw-------  106496 rw
pgsql    postgres    1329   13 /home    20278323 -rw-------   16384 rw
pgsql    postgres    1329   14 /home    20278287 -rw-------   24576 rw
pgsql    postgres    1329   15 /home    20278275 -rw-------   57344 rw
pgsql    postgres    1329   16 /home    20278282 -rw-------   16384 rw
pgsql    postgres    1329   17 /home    20278379 -rw-------   16384 rw
pgsql    postgres    1329   18 /home    20278380 -rw-------   57344 rw
pgsql    postgres    1329   19 /home    20278329 -rw-------  196608 rw
pgsql    postgres    1329   20 /home    20278334 -rw-------   16384 rw
pgsql    postgres    1329   21 /home    20278335 -rw-------   57344 rw
pgsql    postgres    1329   22 /home    20278366 -rw-------   40960 rw
pgsql    postgres    1329   23 /home    20278292 -rw-------  196608 rw
pgsql    postgres    1329   24 /home    20278327 -rw-------   16384 rw
pgsql    postgres    1329   25 /home    19571720 -rw-------  16777216 rw
pgsql    postgres    1329   26 /home    20278279 -rw-------    8192 rw
pgsql    postgres    1329   27 /home    20278297 -rw-------   16384 rw
pgsql    postgres    1329   28 /home    20278411 -rw-------   24576 rw
pgsql    postgres    1329   29 /home    20278348 -rw-------   16384 rw
pgsql    postgres    1329   30 /home    20278416 -rw-------   16384 rw
pgsql    postgres    1329   31 /home    20278418 -rw-------   40960 rw
pgsql    postgres    1329   32 /home    20278419 -rw-------   16384 rw
pgsql    postgres    1329   33 /home    20278409 -rw-------   32768 rw
pgsql    postgres    1329   34 /home    20278414 -rw-------   16384 rw
pgsql    postgres    1329   35 /home    20278352 -rw-------   16384 rw
pgsql    postgres    1329   36 /home    20278289 -rw-------    8192 rw
pgsql    postgres    1329   37 /home    20278404 -rw-------  73080832 rw
pgsql    postgres    1329   38 /home    20278415 -rw-------  46948352 rw
pgsql    postgres    1329   39 /home    20278417 -rw-------  76193792 rw
pgsql    postgres    1329   40 /home    20278318 -rw-------   16384 rw
pgsql    postgres    1329   41 /home    20278317 -rw-------   16384 rw
pgsql    postgres    1329   42 /home    20278354 -rw-------   16384 rw
pgsql    postgres    1329   43 /home    20278406 -rw-------  532480 rw
pgsql    postgres    1329   44 /home    20278413 -rw-------  548864 rw
pgsql    postgres    1329   45 /home    20278408 -rw-------  679936 rw
pgsql    postgres    1329   46 /home    20278407 -rw-------  53952512 rw
root     login       1328 root /             2 drwxr-xr-x     512  r
root     login       1328   wd /home    5911552 drwxr-xr-x    2048  r
root     login       1328 text /usr     659798 -r-sr-xr-x   21492  r
root     login       1328    0 /dev         64 crw--w----   ttyu0 rw
root     login       1328    1 /dev         64 crw--w----   ttyu0 rw
root     login       1328    2 /dev         64 crw--w----   ttyu0 rw
root     login       1328    3* local dgram c5013690 <-> c499b498
root     getty       1327 root /             2 drwxr-xr-x     512  r
root     getty       1327   wd /             2 drwxr-xr-x     512  r
root     getty       1327 text /usr     2496540 -r-xr-xr-x   21324  r
root     getty       1327    0 /dev         49 crw-------   ttyv7 rw
root     getty       1327    1 /dev         49 crw-------   ttyv7 rw
root     getty       1327    2 /dev         49 crw-------   ttyv7 rw
root     getty       1326 root /             2 drwxr-xr-x     512  r
root     getty       1326   wd /             2 drwxr-xr-x     512  r
root     getty       1326 text /usr     2496540 -r-xr-xr-x   21324  r
root     getty       1326    0 /dev         48 crw-------   ttyv6 rw
root     getty       1326    1 /dev         48 crw-------   ttyv6 rw
root     getty       1326    2 /dev         48 crw-------   ttyv6 rw
root     getty       1325 root /             2 drwxr-xr-x     512  r
root     getty       1325   wd /             2 drwxr-xr-x     512  r
root     getty       1325 text /usr     2496540 -r-xr-xr-x   21324  r
root     getty       1325    0 /dev         47 crw-------   ttyv5 rw
root     getty       1325    1 /dev         47 crw-------   ttyv5 rw
root     getty       1325    2 /dev         47 crw-------   ttyv5 rw
root     getty       1324 root /             2 drwxr-xr-x     512  r
root     getty       1324   wd /             2 drwxr-xr-x     512  r
root     getty       1324 text /usr     2496540 -r-xr-xr-x   21324  r
root     getty       1324    0 /dev         46 crw-------   ttyv4 rw
root     getty       1324    1 /dev         46 crw-------   ttyv4 rw
root     getty       1324    2 /dev         46 crw-------   ttyv4 rw
root     getty       1323 root /             2 drwxr-xr-x     512  r
root     getty       1323   wd /             2 drwxr-xr-x     512  r
root     getty       1323 text /usr     2496540 -r-xr-xr-x   21324  r
root     getty       1323    0 /dev         45 crw-------   ttyv3 rw
root     getty       1323    1 /dev         45 crw-------   ttyv3 rw
root     getty       1323    2 /dev         45 crw-------   ttyv3 rw
root     getty       1322 root /             2 drwxr-xr-x     512  r
root     getty       1322   wd /             2 drwxr-xr-x     512  r
root     getty       1322 text /usr     2496540 -r-xr-xr-x   21324  r
root     getty       1322    0 /dev         44 crw-------   ttyv2 rw
root     getty       1322    1 /dev         44 crw-------   ttyv2 rw
root     getty       1322    2 /dev         44 crw-------   ttyv2 rw
root     getty       1321 root /             2 drwxr-xr-x     512  r
root     getty       1321   wd /             2 drwxr-xr-x     512  r
root     getty       1321 text /usr     2496540 -r-xr-xr-x   21324  r
root     getty       1321    0 /dev         43 crw-------   ttyv1 rw
root     getty       1321    1 /dev         43 crw-------   ttyv1 rw
root     getty       1321    2 /dev         43 crw-------   ttyv1 rw
root     getty       1320 root /             2 drwxr-xr-x     512  r
root     getty       1320   wd /             2 drwxr-xr-x     512  r
root     getty       1320 text /usr     2496540 -r-xr-xr-x   21324  r
root     getty       1320    0 /dev         42 crw-------   ttyv0 rw
root     getty       1320    1 /dev         42 crw-------   ttyv0 rw
root     getty       1320    2 /dev         42 crw-------   ttyv0 rw
pgsql    postgres    1319 root /             2 drwxr-xr-x     512  r
pgsql    postgres    1319   wd /home    18794498 drwx------     512  r
pgsql    postgres    1319 text /usr     898239 -rwxr-xr-x  4356540  r
pgsql    postgres    1319    0 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1319    1 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1319    2 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1319    3 /home    20278277 -rw-------   49152 rw
pgsql    postgres    1319    4 /home    20278334 -rw-------   16384 rw
pgsql    postgres    1319    5 /home    20278330 -rw-------   65536 rw
pgsql    postgres    1319    6 /home    20278349 -rw-------   16384 rw
pgsql    postgres    1319    7* internet6 dgram udp c48fc4ec
pgsql    postgres    1319    8* local dgram c499b690 <-> c499b540
pgsql    postgres    1319    9* internet stream tcp c4ba4570
pgsql    postgres    1319   10 /home    20278286 -rw-------    8192 rw
pgsql    postgres    1319   11 /home    20278333 -rw-------   16384 rw
pgsql    postgres    1319   12 /home    20278358 -rw-------   32768 rw
pgsql    postgres    1319   13 /home    20278323 -rw-------   16384 rw
pgsql    postgres    1319   14 /home    20278275 -rw-------   57344 rw
pgsql    postgres    1319   15 /home    20278379 -rw-------   16384 rw
pgsql    postgres    1319   16 /home    20278380 -rw-------   57344 rw
pgsql    postgres    1319   17 /home    20278276 -rw-------  253952 rw
pgsql    postgres    1319   18 /home    20278329 -rw-------  196608 rw
pgsql    postgres    1319   19 /home    20278335 -rw-------   57344 rw
pgsql    postgres    1319   20 /home    20278292 -rw-------  196608 rw
pgsql    postgres    1319   21 /home    20278322 -rw-------   32768 rw
pgsql    postgres    1319   22 /home    20278325 -rw-------   16384 rw
pgsql    postgres    1319   23 /home    20278327 -rw-------   16384 rw
pgsql    postgres    1319   24 /home    20278279 -rw-------    8192 rw
pgsql    postgres    1319   25 /home    20278411 -rw-------   24576 rw
pgsql    postgres    1319   26 /home    20278348 -rw-------   16384 rw
pgsql    postgres    1319   27 /home    20278416 -rw-------   16384 rw
pgsql    postgres    1319   28 /home    20278418 -rw-------   40960 rw
pgsql    postgres    1319   29 /home    20278419 -rw-------   16384 rw
pgsql    postgres    1319   30 /home    20278409 -rw-------   32768 rw
pgsql    postgres    1319   31 /home    20278414 -rw-------   16384 rw
pgsql    postgres    1319   32 /home    19571719 -rw-------  16777216 rw
pgsql    postgres    1319   33 /home    20278352 -rw-------   16384 rw
pgsql    postgres    1319   34 /home    20278289 -rw-------    8192 rw
pgsql    postgres    1319   35 /home    20278404 -rw-------  73080832 rw
pgsql    postgres    1319   36 /home    20278415 -rw-------  46948352 rw
pgsql    postgres    1319   37 /home    20278417 -rw-------  76193792 rw
pgsql    postgres    1319   41 /home    20278354 -rw-------   16384 rw
pgsql    postgres    1319   42 /home    20278299 -rw-------    8192 rw
pgsql    postgres    1319   43 /home    20278355 -rw-------   16384 rw
pgsql    postgres    1319   44 /home    20278406 -rw-------  532480 rw
pgsql    postgres    1319   45 /home    20278413 -rw-------  548864 rw
pgsql    postgres    1319   46 /home    20278297 -rw-------   16384 rw
pgsql    postgres    1319   47 /home    20278408 -rw-------  679936 rw
pgsql    postgres    1319   48 /home    20278407 -rw-------  53952512 rw
pgsql    postgres    1318 root /             2 drwxr-xr-x     512  r
pgsql    postgres    1318   wd /home    18794498 drwx------     512  r
pgsql    postgres    1318 text /usr     898239 -rwxr-xr-x  4356540  r
pgsql    postgres    1318    0 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1318    1 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1318    2 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1318    3 /home    20278275 -rw-------   57344 rw
pgsql    postgres    1318    4 /home    20278286 -rw-------    8192 rw
pgsql    postgres    1318    5 /home    20278379 -rw-------   16384 rw
pgsql    postgres    1318    6 /home    20278380 -rw-------   57344 rw
pgsql    postgres    1318    7* internet6 dgram udp c48fc4ec
pgsql    postgres    1318    8* local dgram c499b690 <-> c499b540
pgsql    postgres    1318    9* internet stream tcp c4ca1cb0
pgsql    postgres    1318   10 /home    20278276 -rw-------  253952 rw
pgsql    postgres    1318   11 /home    20278329 -rw-------  196608 rw
pgsql    postgres    1318   12 /home    20278330 -rw-------   65536 rw
pgsql    postgres    1318   13 /home    20278277 -rw-------   49152 rw
pgsql    postgres    1318   14 /home    20278334 -rw-------   16384 rw
pgsql    postgres    1318   15 /home    20278335 -rw-------   57344 rw
pgsql    postgres    1318   16 /home    20278411 -rw-------   24576 rw
pgsql    postgres    1318   17 /home    20278416 -rw-------   16384 rw
pgsql    postgres    1318   18 /home    20278418 -rw-------   40960 rw
pgsql    postgres    1318   19 /home    20278419 -rw-------   16384 rw
pgsql    postgres    1318   20 /home    20278409 -rw-------   32768 rw
pgsql    postgres    1318   21 /home    20278414 -rw-------   16384 rw
pgsql    postgres    1318   22 /home    20278404 -rw-------  73080832 rw
pgsql    postgres    1318   23 /home    20278415 -rw-------  46948352 rw
pgsql    postgres    1318   24 /home    20278417 -rw-------  76193792 rw
pgsql    postgres    1318   25 /home    19571721 -rw-------  16777216 rw
pgsql    postgres    1318   26 /home    20278406 -rw-------  532480 rw
pgsql    postgres    1318   27 /home    20278413 -rw-------  548864 rw
pgsql    postgres    1318   28 /home    20278407 -rw-------  53952512 rw
proxy    ftp-proxy   1306 root /var      49154 dr-xr-xr-x     512  r
proxy    ftp-proxy   1306   wd /var      49154 dr-xr-xr-x     512  r
proxy    ftp-proxy   1306 jail /var      49154 dr-xr-xr-x     512  r
proxy    ftp-proxy   1306 text /usr     1091662 -r-xr-xr-x   40392  r
proxy    ftp-proxy   1306    0 /dev         27 crw-rw-rw-    null rw
proxy    ftp-proxy   1306    1 /dev         27 crw-rw-rw-    null rw
proxy    ftp-proxy   1306    2 /dev         27 crw-rw-rw-    null rw
proxy    ftp-proxy   1306    3* internet stream tcp c4ca1570
proxy    ftp-proxy   1306    4 /dev        109 crw-------      pf rw
proxy    ftp-proxy   1306    5* local dgram c4cb37e0 <-> c499b498
root     cron        1271 root /             2 drwxr-xr-x     512  r
root     cron        1271   wd /var      32769 drwxr-x---     512  r
root     cron        1271 text /usr     1091658 -r-xr-xr-x   33356  r
root     cron        1271    0 /dev         27 crw-rw-rw-    null rw
root     cron        1271    1 /dev         27 crw-rw-rw-    null rw
root     cron        1271    2 /dev         27 crw-rw-rw-    null rw
root     cron        1271    3 /var      49191 -rw-------       4  w
root     sshd        1252 root /             2 drwxr-xr-x     512  r
root     sshd        1252   wd /             2 drwxr-xr-x     512  r
root     sshd        1252 text /usr     1083639 -r-xr-xr-x  219752  r
root     sshd        1252    0 /dev         27 crw-rw-rw-    null rw
root     sshd        1252    1 /dev         27 crw-rw-rw-    null rw
root     sshd        1252    2 /dev         27 crw-rw-rw-    null rw
root     sshd        1252    3* internet6 stream tcp c4ba4cb0
root     sshd        1252    4* internet stream tcp c4ba4ae0
root     httpd       1239 root /             2 drwxr-xr-x     512  r
root     httpd       1239   wd /             2 drwxr-xr-x     512  r
root     httpd       1239 text /usr     895943 -rwxr-xr-x  425973  r
root     httpd       1239    0 /dev         27 crw-rw-rw-    null  r
root     httpd       1239    1 /dev         27 crw-rw-rw-    null  w
root     httpd       1239    2 /var      20810 -rw-r--r--   26587  w
root     httpd       1239    3* internet6 stream tcp c4ca11d0
root     httpd       1239    4* internet stream tcp c4ca1000
root     httpd       1239    5* pipe c4cbc18c <-> c4cbc244      0 rw
root     httpd       1239    6* pipe c4cbc244 <-> c4cbc18c      0 rw
root     httpd       1239    7 /var      16439 -rw-r--r--    3217  w
root     httpd       1239    8 /var      16438 -rw-r--r--    3160  w
root     httpd       1239    9 /var      16497 -rw-r--r--    3778  w
root     httpd       1239   10 /var      22018 -rw-r--r--   37872  w
root     httpd       1239   11 /var      16441 -rw-r--r--    5595  w
root     httpd       1239   12 /var      16440 -rw-r--r--    5949  w
root     httpd       1239   13 /var      20206 -rw-r--r--   58905  w
root     httpd       1239   14 /tmp         48 -rw-------       0 rw
root     httpd       1239   15 /tmp         49 -rw-------       0 rw
root     httpd       1239   16 /tmp         50 -rw-------       0  w
root     httpd       1239   17 /tmp         51 -rw-------       0  w
root     httpd       1239   18 /tmp         52 -rw-------       0  w
root     httpd       1239   19 /tmp         53 -rw-------       0  w
root     httpd       1239   20 /tmp         54 -rw-------       0  w
root     httpd       1239   21 /tmp         55 -rw-------       0  w
root     httpd       1239   22 /tmp         56 -rw-------       0  w
root     httpd       1239   23 /tmp         57 -rw-------       0  w
root     httpd       1239   24 /var      49350 -rw-------       0  w
root     cupsd       1228 root /             2 drwxr-xr-x     512  r
root     cupsd       1228   wd /             2 drwxr-xr-x     512  r
root     cupsd       1228 text /usr     896959 -rwxr-xr-x  823925  r
root     cupsd       1228    1* internet6 stream tcp c4ca1910
root     cupsd       1228    2 /var      16512 -rw-r--r--  269090 rw
root     cupsd       1228    3* internet stream tcp c4ca1740
root     cupsd       1228    4* local stream c4cb3d20
root     cupsd       1228    5* pipe c4cbc4a4 <-> c4cbc55c      0 rw
root     cupsd       1228    6* pipe c4cbc55c <-> c4cbc4a4      0 rw
root     cupsd       1228    7* internet stream tcp c4ca23a0
root     cupsd       1228    8 /var      21067 -rw-r--r--  407832 rw
root     cupsd       1228   14 /var      16507 -rw-r--r--   20238 rw
dovecot  imap-login  1227 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1227   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1227 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1227 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1227    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1227    1* pipe c4cbcb8c <-> c4cbcad4      0 rw
dovecot  imap-login  1227    2* pipe c4cbcb8c <-> c4cbcad4      0 rw
dovecot  imap-login  1227    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1227    6* pipe c4cbc948 <-> c4cbca00      0 rw
dovecot  imap-login  1227    7* pipe c4cbca00 <-> c4cbc948      0 rw
dovecot  imap-login  1227    9* internet stream tcp c4ca2910
dovecot  imap-login  1227   11* local stream c4c722a0 <-> c4c72930
dovecot  imap-login  1226 root /var      16489 drwxr-x---     512  r
dovecot  imap-login  1226   wd /var      16489 drwxr-x---     512  r
dovecot  imap-login  1226 jail /var      16489 drwxr-x---     512  r
dovecot  imap-login  1226 text /usr     1132842 -r-xr-xr-x  129996  r
dovecot  imap-login  1226    0 /dev         27 crw-rw-rw-    null  r
dovecot  imap-login  1226    1* pipe c4cbcd18 <-> c4cbcc60      0 rw
dovecot  imap-login  1226    2* pipe c4cbcd18 <-> c4cbcc60      0 rw
dovecot  imap-login  1226    5 /dev         14 crw-rw-rw-  random  r
dovecot  imap-login  1226    6* pipe c4cbc7bc <-> c4cbc874      0 rw
dovecot  imap-login  1226    7* pipe c4cbc874 <-> c4cbc7bc      0 rw
dovecot  imap-login  1226    9* internet stream tcp c4ca2cb0
dovecot  imap-login  1226   11* local stream c4cb3b28 <-> c4cb3bd0
postfix  qmgr        1218 root /             2 drwxr-xr-x     512  r
postfix  qmgr        1218   wd /var      32785 drwxr-xr-x     512  r
postfix  qmgr        1218 text /usr     944978 -rwxr-xr-x  237322  r
postfix  qmgr        1218    0 /dev         27 crw-rw-rw-    null rw
postfix  qmgr        1218    1 /dev         27 crw-rw-rw-    null rw
postfix  qmgr        1218    2 /dev         27 crw-rw-rw-    null rw
postfix  qmgr        1218    3* pipe c4cbd4a4 <-> c4cbd55c    100 rw
postfix  qmgr        1218    4* pipe c4cbd55c <-> c4cbd4a4      0 rw
postfix  qmgr        1218    5* pipe c4ca3874 <-> c4ca37bc      0 rw
postfix  qmgr        1218    6 /var      32887 prw--w--w-       0 rw
postfix  qmgr        1218    7* local dgram c4c72b28 <-> c499b498
root     master      1203 root /             2 drwxr-xr-x     512  r
root     master      1203   wd /var      32785 drwxr-xr-x     512  r
root     master      1203 text /usr     944961 -rwxr-xr-x  137739  r
root     master      1203    0 /dev         27 crw-rw-rw-    null rw
root     master      1203    1 /dev         27 crw-rw-rw-    null rw
root     master      1203    2 /dev         27 crw-rw-rw-    null rw
root     master      1203    3* local dgram c499cd20 <-> c499b498
root     master      1203    4 /dev         27 crw-rw-rw-    null rw
root     master      1203    5 /dev         27 crw-rw-rw-    null rw
root     master      1203    6 /dev         27 crw-rw-rw-    null rw
root     master      1203    7 /dev         27 crw-rw-rw-    null rw
root     master      1203    8 /dev         27 crw-rw-rw-    null rw
root     master      1203    9 /var      32901 -rw-------      17 rw
root     master      1203   10 /var      21883 -rw-------      17 rw
root     master      1203   11* pipe c4cbd630 <-> c4cbd6e8      0 rw
root     master      1203   12* internet stream tcp c4ca2000
root     master      1203   14* pipe c4ba6000 <-> c4ba60b8      0 rw
root     master      1203   15* pipe c4ba60b8 <-> c4ba6000      0 rw
root     master      1203   16* internet stream tcp c4ca1ae0
root     master      1203   17* pipe c47f1ad4 <-> c47f1b8c      0 rw
root     master      1203   18* pipe c47f1b8c <-> c47f1ad4      0 rw
root     master      1203   19 /var      32825 prw--w--w-       0 rw
root     master      1203   20* pipe c47f1630 <-> c47f16e8      0 rw
root     master      1203   21* pipe c47f16e8 <-> c47f1630      0 rw
root     master      1203   22* local stream c499cb28
root     master      1203   23* pipe c47f1948 <-> c47f1a00      0 rw
root     master      1203   24* pipe c47f1a00 <-> c47f1948      0 rw
root     master      1203   25 /var      32887 prw--w--w-       0 rw
root     master      1203   26* pipe c4ca37bc <-> c4ca3874      0 rw
root     master      1203   27* pipe c4ca3874 <-> c4ca37bc      0 rw
root     master      1203   28* local stream c499c930
root     master      1203   29* pipe c4ca3630 <-> c4ca36e8      0 rw
root     master      1203   30* pipe c4ca36e8 <-> c4ca3630      0 rw
root     master      1203   31* local stream c499c888
root     master      1203   32* pipe c4ca34a4 <-> c4ca355c      0 rw
root     master      1203   33* pipe c4ca355c <-> c4ca34a4      0 rw
root     master      1203   34* local stream c499c7e0
root     master      1203   35* pipe c4ca3318 <-> c4ca33d0      0 rw
root     master      1203   36* pipe c4ca33d0 <-> c4ca3318      0 rw
root     master      1203   37* local stream c499c738
root     master      1203   38* pipe c4ca318c <-> c4ca3244      0 rw
root     master      1203   39* pipe c4ca3244 <-> c4ca318c      0 rw
root     master      1203   40* local stream c499c690
root     master      1203   41* pipe c4ca3000 <-> c4ca30b8      0 rw
root     master      1203   42* pipe c4ca30b8 <-> c4ca3000      0 rw
root     master      1203   43* local stream c499c5e8
root     master      1203   44* pipe c4ba6dec <-> c4ba6ea4      0 rw
root     master      1203   45* pipe c4ba6ea4 <-> c4ba6dec      0 rw
root     master      1203   46* local stream c499c540
root     master      1203   47* pipe c4ba6c60 <-> c4ba6d18      0 rw
root     master      1203   48* pipe c4ba6d18 <-> c4ba6c60      0 rw
root     master      1203   49* local stream c499c498
root     master      1203   50* pipe c4ba6ad4 <-> c4ba6b8c      0 rw
root     master      1203   51* pipe c4ba6b8c <-> c4ba6ad4      0 rw
root     master      1203   52* local stream c499c3f0
root     master      1203   53* pipe c4ba6948 <-> c4ba6a00      0 rw
root     master      1203   54* pipe c4ba6a00 <-> c4ba6948      0 rw
root     master      1203   55* local stream c499c348
root     master      1203   56* pipe c4ba67bc <-> c4ba6874      0 rw
root     master      1203   57* pipe c4ba6874 <-> c4ba67bc      0 rw
root     master      1203   58* local stream c499c2a0
root     master      1203   59* pipe c4ba6630 <-> c4ba66e8      0 rw
root     master      1203   60* pipe c4ba66e8 <-> c4ba6630      0 rw
root     master      1203   61* local stream c499c1f8
root     master      1203   62* pipe c4ba64a4 <-> c4ba655c      0 rw
root     master      1203   63* pipe c4ba655c <-> c4ba64a4      0 rw
root     master      1203   64* local stream c499c150
root     master      1203   65* pipe c4caedec <-> c4caeea4      0 rw
root     master      1203   66* pipe c4caeea4 <-> c4caedec      0 rw
root     master      1203   67* local stream c499c0a8
root     master      1203   68* pipe c4caec60 <-> c4caed18      0 rw
root     master      1203   69* pipe c4caed18 <-> c4caec60      0 rw
root     master      1203   70* local stream c499cdc8
root     master      1203   71* pipe c4caead4 <-> c4caeb8c      0 rw
root     master      1203   72* pipe c4caeb8c <-> c4caead4      0 rw
root     master      1203   73* local stream c499ce70
root     master      1203   74* pipe c4cae948 <-> c4caea00      0 rw
root     master      1203   75* pipe c4caea00 <-> c4cae948      0 rw
root     master      1203   76* local stream c4c72000
root     master      1203   77* pipe c4cae7bc <-> c4cae874      0 rw
root     master      1203   78* pipe c4cae874 <-> c4cae7bc      0 rw
root     master      1203   79* local stream c499bbd0
root     master      1203   80* pipe c4cae630 <-> c4cae6e8      0 rw
root     master      1203   81* pipe c4cae6e8 <-> c4cae630      0 rw
root     master      1203   82* local stream c4cb3348
root     master      1203   83* pipe c4cae4a4 <-> c4cae55c      0 rw
root     master      1203   84* pipe c4cae55c <-> c4cae4a4      0 rw
root     master      1203   85* local stream c4cb32a0
root     master      1203   86* pipe c4cae318 <-> c4cae3d0      0 rw
root     master      1203   87* pipe c4cae3d0 <-> c4cae318      0 rw
root     master      1203   88* local stream c4cb31f8
root     master      1203   89* pipe c4cae18c <-> c4cae244      0 rw
root     master      1203   90* pipe c4cae244 <-> c4cae18c      0 rw
root     master      1203   91* local stream c4cb3150
root     master      1203   92* pipe c4cae000 <-> c4cae0b8      0 rw
root     master      1203   93* pipe c4cae0b8 <-> c4cae000      0 rw
root     master      1203   94* local stream c4cb30a8
root     master      1203   95* pipe c4ca3dec <-> c4ca3ea4      0 rw
root     master      1203   96* pipe c4ca3ea4 <-> c4ca3dec      0 rw
root     master      1203   97* local stream c4cb3000
root     master      1203   98* pipe c4ca3c60 <-> c4ca3d18      0 rw
root     master      1203   99* pipe c4ca3d18 <-> c4ca3c60      0 rw
root     master      1203  100* local stream c4c72e70
root     master      1203  101* pipe c4ca3ad4 <-> c4ca3b8c      0 rw
root     master      1203  102* pipe c4ca3b8c <-> c4ca3ad4      0 rw
root     master      1203  103* local stream c4c72dc8
root     master      1203  104* pipe c4ca3948 <-> c4ca3a00      0 rw
root     master      1203  105* pipe c4ca3a00 <-> c4ca3948      0 rw
root     master      1203  106* pipe c4cbd6e8 <-> c4cbd630      0 rw
root     master      1203  107* pipe c4cbd4a4 <-> c4cbd55c    100 rw
root     master      1203  108* pipe c4cbd55c <-> c4cbd4a4      0 rw
root     dovecot-auth  1126 root /             2 drwxr-xr-x     512  r
root     dovecot-auth  1126   wd /var      16488 drwxr-xr-x     512  r
root     dovecot-auth  1126 text /usr     1132836 -r-xr-xr-x  255132  r
root     dovecot-auth  1126    0* local stream c499ba80 <-> c499bb28
root     dovecot-auth  1126    1 /dev         27 crw-rw-rw-    null  r
root     dovecot-auth  1126    2* pipe c47f13d0 <-> c47f1318      0 rw
root     dovecot-auth  1126    3* local stream c499b0a8
root     dovecot-auth  1126    4 /dev         14 crw-rw-rw-  random  r
root     dovecot-auth  1126    5* pipe c47f17bc <-> c47f1874      0 rw
root     dovecot-auth  1126    6* pipe c47f1874 <-> c47f17bc      0 rw
root     dovecot-auth  1126    9* local stream c4cd2348 <-> c4cd22a0
root     dovecot-auth  1126   10* local stream c4c72540 <-> c4c725e8
root     dovecot-auth  1126   11* local stream c4cb3a80 <-> c4c72498
root     dovecot-auth  1126   12* local stream c4cd23f0 <-> c4c72690
root     dovecot-auth  1126   13* local stream c4cd2150 <-> c4cd20a8
root     dovecot     1123 root /             2 drwxr-xr-x     512  r
root     dovecot     1123   wd /var      16488 drwxr-xr-x     512  r
root     dovecot     1123 text /usr     897221 -r-xr-xr-x  151448  r
root     dovecot     1123    0 /dev         27 crw-rw-rw-    null  r
root     dovecot     1123    1 /dev         27 crw-rw-rw-    null  r
root     dovecot     1123    2 /dev         27 crw-rw-rw-    null  r
root     dovecot     1123    3 /dev         27 crw-rw-rw-    null  r
root     dovecot     1123    4 /dev         27 crw-rw-rw-    null  r
root     dovecot     1123    5* internet stream tcp c4b27910
root     dovecot     1123    6* local dgram c499b000 <-> c499b498
root     dovecot     1123    7* pipe c47f118c <-> c47f1244      0 rw
root     dovecot     1123    8* pipe c47f1244 <-> c47f118c      0 rw
root     dovecot     1123   10* local stream c499b150
root     dovecot     1123   11* local stream c499b0a8
root     dovecot     1123   12* local stream c499bb28 <-> c499ba80
root     dovecot     1123   13* local stream c4cd2540 <-> c4cd25e8
root     dovecot     1123   14* pipe c47f1318 <-> c47f13d0      0 rw
root     dovecot     1123   16* local stream c499b9d8
root     dovecot     1123   17* local stream c4c729d8 <-> c4cb3930
root     dovecot     1123   18* pipe c4eafc60 <-> c4eafd18      0 rw
root     dovecot     1123   20* pipe c4cbcc60 <-> c4cbcd18      0 rw
root     dovecot     1123   21* pipe c4eaf948 <-> c4eafa00      0 rw
root     dovecot     1123   22* pipe c4cbcad4 <-> c4cbcb8c      0 rw
root     dovecot     1123   23* local stream c4cb3888 <-> c4cb3738
root     dovecot     1123   24* pipe c4eaf630 <-> c4eaf6e8      0 rw
root     dovecot     1123   25* pipe c4cbdc60 <-> c4cbdd18      0 rw
root     dovecot     1123   26* pipe c4eb04a4 <-> c4eb055c      0 rw
root     dovecot     1123   27* pipe c4eaf000 <-> c4eaf0b8      0 rw
root     dovecot     1123   28* pipe c4eafad4 <-> c4eafb8c      0 rw
root     dovecot     1123   29* local stream c499b348 <-> c4cb3690
root     dovecot     1123   30* pipe c4cbcdec <-> c4cbcea4      0 rw
root     dovecot     1123   31* local stream c4cb3dc8 <-> c4cb3e70
root     dovecot     1123   32* pipe c4cbc630 <-> c4cbc6e8      0 rw
root     dovecot     1123   34* pipe c4eb0000 <-> c4eb00b8      0 rw
root     dovecot     1123   36* pipe c4cbd000 <-> c4cbd0b8      0 rw
root     dspam       1103 root /             2 drwxr-xr-x     512  r
root     dspam       1103   wd /             2 drwxr-xr-x     512  r
root     dspam       1103 text /usr     897798 -r-s--x---  342154  r
root     dspam       1103    0 /dev         27 crw-rw-rw-    null  r
root     dspam       1103    1 /dev         27 crw-rw-rw-    null  w
root     dspam       1103    2 /dev         27 crw-rw-rw-    null  w
root     dspam       1103    3* internet stream tcp c4ca13a0
root     dspam       1103    4* internet stream tcp c4ca21d0
root     dspam       1103    5* internet stream tcp c4ba4740
root     dspam       1103    6* local stream c4cb3498
pgsql    postgres    1097 root /             2 drwxr-xr-x     512  r
pgsql    postgres    1097   wd /home    18794498 drwx------     512  r
pgsql    postgres    1097 text /usr     898239 -rwxr-xr-x  4356540  r
pgsql    postgres    1097    0 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1097    1 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1097    2 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1097    7* internet6 dgram udp c48fc4ec
pgsql    postgres    1096 root /             2 drwxr-xr-x     512  r
pgsql    postgres    1096   wd /home    18794498 drwx------     512  r
pgsql    postgres    1096 text /usr     898239 -rwxr-xr-x  4356540  r
pgsql    postgres    1096    0 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1096    1 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1096    2 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1096    3* local dgram c499b2a0 <-> c499b540
pgsql    postgres    1096    7* internet6 dgram udp c48fc4ec
pgsql    postgres    1095 root /             2 drwxr-xr-x     512  r
pgsql    postgres    1095   wd /home    18794498 drwx------     512  r
pgsql    postgres    1095 text /usr     898239 -rwxr-xr-x  4356540  r
pgsql    postgres    1095    0 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1095    1 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1095    2 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1095    3 /home    19571719 -rw-------  16777216 rw
pgsql    postgres    1095    7* internet6 dgram udp c48fc4ec
pgsql    postgres    1094 root /             2 drwxr-xr-x     512  r
pgsql    postgres    1094   wd /home    18794498 drwx------     512  r
pgsql    postgres    1094 text /usr     898239 -rwxr-xr-x  4356540  r
pgsql    postgres    1094    0 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1094    1 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1094    2 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1094    4 /home    19571719 -rw-------  16777216 rw
pgsql    postgres    1094    5* local dgram c4cd2e70 <-> c499b540
pgsql    postgres    1094    7* internet6 dgram udp c48fc4ec
pgsql    postgres    1091 root /             2 drwxr-xr-x     512  r
pgsql    postgres    1091   wd /home    18794498 drwx------     512  r
pgsql    postgres    1091 text /usr     898239 -rwxr-xr-x  4356540  r
pgsql    postgres    1091    0 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1091    1 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1091    2 /dev         27 crw-rw-rw-    null rw
pgsql    postgres    1091    3* internet6 stream tcp c4ba43a0
pgsql    postgres    1091    4* internet stream tcp c4ba41d0
pgsql    postgres    1091    5* internet stream tcp c4ba4000
pgsql    postgres    1091    6* local stream c499bc78
pgsql    postgres    1091    7* internet6 dgram udp c48fc4ec
pgsql    postgres    1091    8* local dgram c499b690 <-> c499b540
root     ntpd        1085 root /             2 drwxr-xr-x     512  r
root     ntpd        1085   wd /             2 drwxr-xr-x     512  r
root     ntpd        1085 text /usr     1083534 -r-xr-xr-x  337720  r
root     ntpd        1085    0 /dev         27 crw-rw-rw-    null rw
root     ntpd        1085    1 /dev         27 crw-rw-rw-    null rw
root     ntpd        1085    2 /dev         27 crw-rw-rw-    null rw
root     ntpd        1085    3* local dgram c499bd20 <-> c499b498
root     ntpd        1085    4* pipe c47f14a4 <-> c47f155c      0 rw
root     ntpd        1055 root /             2 drwxr-xr-x     512  r
root     ntpd        1055   wd /             2 drwxr-xr-x     512  r
root     ntpd        1055 text /usr     1083534 -r-xr-xr-x  337720  r
root     ntpd        1055    0 /dev         27 crw-rw-rw-    null rw
root     ntpd        1055    1 /dev         27 crw-rw-rw-    null rw
root     ntpd        1055    2 /dev         27 crw-rw-rw-    null rw
root     ntpd        1055    3* local dgram c499bdc8 <-> c499b498
root     ntpd        1055    5* pipe c47f155c <-> c47f14a4      0 rw
root     ntpd        1055   20* internet dgram udp c48fd4ec
root     ntpd        1055   21* internet6 dgram udp c48fd438
root     ntpd        1055   22* internet6 dgram udp c48fd384
root     ntpd        1055   23* internet dgram udp c48fd2d0
root     ntpd        1055   24* internet6 dgram udp c48fd21c
root     ntpd        1055   25* internet dgram udp c48fd168
root     ntpd        1055   26* internet6 dgram udp c48fd0b4
root     ntpd        1055   27* internet6 dgram udp c48fd5a0
root     ntpd        1055   28* internet dgram udp c48fd654
root     ntpd        1055   29* route raw 0 c4bae680
root     lpd         1030 root /             2 drwxr-xr-x     512  r
root     lpd         1030   wd /             2 drwxr-xr-x     512  r
root     lpd         1030 text /usr     1083495 -r-xr-xr-x   72256  r
root     lpd         1030    0 /dev         27 crw-rw-rw-    null rw
root     lpd         1030    1 /dev         27 crw-rw-rw-    null rw
root     lpd         1030    2 /dev         27 crw-rw-rw-    null rw
root     lpd         1030    3* local dgram c499c000 <-> c499b498
root     lpd         1030    4 /var      32782 -rw-rw-r--       5  w
root     lpd         1030    5* local stream c499be70
root     lpd         1030    6* internet6 stream tcp c4b0c740
root     lpd         1030    7* internet stream tcp c4b0c570
root     smartd       987 root /             2 drwxr-xr-x     512  r
root     smartd       987   wd /             2 drwxr-xr-x     512  r
root     smartd       987 text /usr     896736 -r-xr-xr-x  232556  r
root     smartd       987    0 /dev         27 crw-rw-rw-    null rw
root     smartd       987    1 /dev         27 crw-rw-rw-    null rw
root     smartd       987    2 /dev         27 crw-rw-rw-    null rw
teamspea server_linux   969 root /             2 drwxr-xr-x     512  r
teamspea server_linux   969   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   969 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   969    0 -         -         bad    -
teamspea server_linux   969    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   969    2 -         -         bad    -
teamspea server_linux   969    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   969    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   969    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   969    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   969    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   969    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   969    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   969   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   969   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   969   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   969   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   969   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   969   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   969   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   969   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   969   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   969   19* internet dgram udp c48fc870
teamspea server_linux   969   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   969   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   969   22* internet stream tcp c4b0cae0
teamspea server_linux   969   23* internet stream tcp c4b0c910
teamspea server_linux   969   24 /usr     968438 -rw-------       3 rw
teamspea server_linux   968 root /             2 drwxr-xr-x     512  r
teamspea server_linux   968   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   968 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   968    0 -         -         bad    -
teamspea server_linux   968    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   968    2 -         -         bad    -
teamspea server_linux   968    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   968    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   968    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   968    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   968    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   968    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   968    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   968   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   968   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   968   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   968   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   968   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   968   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   968   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   968   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   968   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   968   19* internet dgram udp c48fc870
teamspea server_linux   968   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   968   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   968   22* internet stream tcp c4b0cae0
teamspea server_linux   968   23* internet stream tcp c4b0c910
teamspea server_linux   968   24 /usr     968438 -rw-------       3 rw
teamspea server_linux   967 root /             2 drwxr-xr-x     512  r
teamspea server_linux   967   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   967 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   967    0 -         -         bad    -
teamspea server_linux   967    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   967    2 -         -         bad    -
teamspea server_linux   967    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   967    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   967    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   967    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   967    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   967    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   967    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   967   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   967   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   967   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   967   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   967   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   967   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   967   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   967   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   967   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   967   19* internet dgram udp c48fc870
teamspea server_linux   967   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   967   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   967   22* internet stream tcp c4b0cae0
teamspea server_linux   967   23* internet stream tcp c4b0c910
teamspea server_linux   967   24 /usr     968438 -rw-------       3 rw
teamspea server_linux   966 root /             2 drwxr-xr-x     512  r
teamspea server_linux   966   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   966 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   966    0 -         -         bad    -
teamspea server_linux   966    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   966    2 -         -         bad    -
teamspea server_linux   966    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   966    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   966    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   966    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   966    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   966    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   966    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   966   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   966   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   966   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   966   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   966   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   966   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   966   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   966   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   966   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   966   19* internet dgram udp c48fc870
teamspea server_linux   966   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   966   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   966   22* internet stream tcp c4b0cae0
teamspea server_linux   966   23* internet stream tcp c4b0c910
teamspea server_linux   966   24 /usr     968438 -rw-------       3 rw
teamspea server_linux   965 root /             2 drwxr-xr-x     512  r
teamspea server_linux   965   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   965 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   965    0 -         -         bad    -
teamspea server_linux   965    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   965    2 -         -         bad    -
teamspea server_linux   965    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   965    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   965    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   965    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   965    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   965    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   965    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   965   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   965   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   965   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   965   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   965   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   965   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   965   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   965   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   965   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   965   19* internet dgram udp c48fc870
teamspea server_linux   965   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   965   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   965   22* internet stream tcp c4b0cae0
teamspea server_linux   965   23* internet stream tcp c4b0c910
teamspea server_linux   965   24 /usr     968438 -rw-------       3 rw
teamspea server_linux   964 root /             2 drwxr-xr-x     512  r
teamspea server_linux   964   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   964 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   964    0 -         -         bad    -
teamspea server_linux   964    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   964    2 -         -         bad    -
teamspea server_linux   964    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   964    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   964    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   964    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   964    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   964    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   964    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   964   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   964   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   964   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   964   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   964   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   964   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   964   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   964   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   964   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   964   19* internet dgram udp c48fc870
teamspea server_linux   964   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   964   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   964   22* internet stream tcp c4b0cae0
teamspea server_linux   964   23* internet stream tcp c4b0c910
teamspea server_linux   964   24 /usr     968438 -rw-------       3 rw
teamspea server_linux   963 root /             2 drwxr-xr-x     512  r
teamspea server_linux   963   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   963 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   963    0 -         -         bad    -
teamspea server_linux   963    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   963    2 -         -         bad    -
teamspea server_linux   963    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   963    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   963    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   963    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   963    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   963    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   963    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   963   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   963   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   963   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   963   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   963   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   963   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   963   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   963   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   963   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   963   19* internet dgram udp c48fc870
teamspea server_linux   963   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   963   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   963   22* internet stream tcp c4b0cae0
teamspea server_linux   963   23* internet stream tcp c4b0c910
teamspea server_linux   963   24 /usr     968438 -rw-------       3 rw
teamspea server_linux   962 root /             2 drwxr-xr-x     512  r
teamspea server_linux   962   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   962 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   962    0 -         -         bad    -
teamspea server_linux   962    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   962    2 -         -         bad    -
teamspea server_linux   962    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   962    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   962    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   962    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   962    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   962    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   962    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   962   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   962   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   962   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   962   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   962   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   962   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   962   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   962   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   962   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   962   19* internet dgram udp c48fc870
teamspea server_linux   962   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   962   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   962   22* internet stream tcp c4b0cae0
teamspea server_linux   962   23* internet stream tcp c4b0c910
teamspea server_linux   962   24 /usr     968438 -rw-------       3 rw
teamspea server_linux   961 root /             2 drwxr-xr-x     512  r
teamspea server_linux   961   wd /             2 drwxr-xr-x     512  r
teamspea server_linux   961 text /usr     968592 -rwxr-x---  950856  r
teamspea server_linux   961    0 -         -         bad    -
teamspea server_linux   961    1 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   961    2 -         -         bad    -
teamspea server_linux   961    3 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   961    4* pipe c47f1000 <-> c47f10b8      0 rw
teamspea server_linux   961    5* pipe c47f10b8 <-> c47f1000      0 rw
teamspea server_linux   961    6 /usr     968719 -rw-r-----   18027 rw
teamspea server_linux   961    7 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   961    8 /dev         27 crw-rw-rw-    null  w
teamspea server_linux   961    9 /usr     968721 -rw-r-----   20480 rw
teamspea server_linux   961   10 /var      49312 -rw-------    2048 rw
teamspea server_linux   961   11* pipe c47f04a4 <-> c47f055c      0 rw
teamspea server_linux   961   12* pipe c47f055c <-> c47f04a4      0 rw
teamspea server_linux   961   13* pipe c47f018c <-> c47f0244      0 rw
teamspea server_linux   961   14* pipe c47f0244 <-> c47f018c      0 rw
teamspea server_linux   961   15* pipe c47f0dec <-> c47f0ea4      0 rw
teamspea server_linux   961   16* pipe c47f0ea4 <-> c47f0dec      0 rw
teamspea server_linux   961   17* pipe c47f07bc <-> c47f0874      0 rw
teamspea server_linux   961   18* pipe c47f0874 <-> c47f07bc      0 rw
teamspea server_linux   961   19* internet dgram udp c48fc870
teamspea server_linux   961   20* pipe c47f0948 <-> c47f0a00      0 rw
teamspea server_linux   961   21* pipe c47f0a00 <-> c47f0948      0 rw
teamspea server_linux   961   22* internet stream tcp c4b0cae0
teamspea server_linux   961   23* internet stream tcp c4b0c910
teamspea server_linux   961   24 /usr     968438 -rw-------       3 rw
root     nfsd         941 root /             2 drwxr-xr-x     512  r
root     nfsd         941   wd /             2 drwxr-xr-x     512  r
root     nfsd         941 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         941    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         941    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         941    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         940 root /             2 drwxr-xr-x     512  r
root     nfsd         940   wd /             2 drwxr-xr-x     512  r
root     nfsd         940 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         940    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         940    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         940    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         939 root /             2 drwxr-xr-x     512  r
root     nfsd         939   wd /             2 drwxr-xr-x     512  r
root     nfsd         939 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         939    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         939    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         939    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         938 root /             2 drwxr-xr-x     512  r
root     nfsd         938   wd /             2 drwxr-xr-x     512  r
root     nfsd         938 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         938    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         938    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         938    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         937 root /             2 drwxr-xr-x     512  r
root     nfsd         937   wd /             2 drwxr-xr-x     512  r
root     nfsd         937 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         937    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         937    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         937    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         936 root /             2 drwxr-xr-x     512  r
root     nfsd         936   wd /             2 drwxr-xr-x     512  r
root     nfsd         936 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         936    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         936    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         936    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         935 root /             2 drwxr-xr-x     512  r
root     nfsd         935   wd /             2 drwxr-xr-x     512  r
root     nfsd         935 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         935    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         935    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         935    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         934 root /             2 drwxr-xr-x     512  r
root     nfsd         934   wd /             2 drwxr-xr-x     512  r
root     nfsd         934 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         934    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         934    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         934    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         933 root /             2 drwxr-xr-x     512  r
root     nfsd         933   wd /             2 drwxr-xr-x     512  r
root     nfsd         933 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         933    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         933    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         933    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         932 root /             2 drwxr-xr-x     512  r
root     nfsd         932   wd /             2 drwxr-xr-x     512  r
root     nfsd         932 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         932    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         932    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         932    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         931 root /             2 drwxr-xr-x     512  r
root     nfsd         931   wd /             2 drwxr-xr-x     512  r
root     nfsd         931 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         931    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         931    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         931    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         930 root /             2 drwxr-xr-x     512  r
root     nfsd         930   wd /             2 drwxr-xr-x     512  r
root     nfsd         930 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         930    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         930    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         930    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         929 root /             2 drwxr-xr-x     512  r
root     nfsd         929   wd /             2 drwxr-xr-x     512  r
root     nfsd         929 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         929    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         929    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         929    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         928 root /             2 drwxr-xr-x     512  r
root     nfsd         928   wd /             2 drwxr-xr-x     512  r
root     nfsd         928 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         928    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         928    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         928    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         927 root /             2 drwxr-xr-x     512  r
root     nfsd         927   wd /             2 drwxr-xr-x     512  r
root     nfsd         927 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         927    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         927    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         927    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         926 root /             2 drwxr-xr-x     512  r
root     nfsd         926   wd /             2 drwxr-xr-x     512  r
root     nfsd         926 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         926    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         926    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         926    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         924 root /             2 drwxr-xr-x     512  r
root     nfsd         924   wd /             2 drwxr-xr-x     512  r
root     nfsd         924 text /usr     1083530 -r-xr-xr-x   14204  r
root     nfsd         924    0 /dev         27 crw-rw-rw-    null rw
root     nfsd         924    1 /dev         27 crw-rw-rw-    null rw
root     nfsd         924    2 /dev         27 crw-rw-rw-    null rw
root     nfsd         924    3* internet stream tcp c4b271d0
root     mountd       915 root /             2 drwxr-xr-x     512  r
root     mountd       915   wd /             2 drwxr-xr-x     512  r
root     mountd       915 text /usr     1083512 -r-xr-xr-x   33512  r
root     mountd       915    0 /dev         27 crw-rw-rw-    null rw
root     mountd       915    1 /dev         27 crw-rw-rw-    null rw
root     mountd       915    2 /dev         27 crw-rw-rw-    null rw
root     mountd       915    3 /var      49311 -rw-------       3  w
root     mountd       915    4* local dgram c50135e8 <-> c499b498
root     mountd       915    5* internet6 dgram udp c48fc7bc
root     mountd       915    6* internet6 stream tcp c4b0c000
root     mountd       915    7* internet dgram udp c48fc438
root     mountd       915    8* internet stream tcp c4b273a0
root     amd          884 root /             2 drwxr-xr-x     512  r
root     amd          884   wd /             2 drwxr-xr-x     512  r
root     amd          884 text /usr     1083406 -r-xr-xr-x  174684  r
root     amd          884    0 /dev         27 crw-rw-rw-    null rw
root     amd          884    1 /dev         27 crw-rw-rw-    null rw
root     amd          884    2 /dev         27 crw-rw-rw-    null rw
root     amd          884    3 /var      16433 -rw-r--r--   10478  w
root     amd          884    4* internet dgram udp c48fc0b4
root     amd          884    5* internet dgram udp c48fc000
root     amd          884    6* internet stream tcp c4b0bcb0
root     amd          884    7* internet dgram udp c48fc2d0
root     rpcbind      868 root /             2 drwxr-xr-x     512  r
root     rpcbind      868   wd /             2 drwxr-xr-x     512  r
root     rpcbind      868 text /usr     1083579 -r-xr-xr-x   39472  r
root     rpcbind      868    0 /dev         27 crw-rw-rw-    null rw
root     rpcbind      868    1 /dev         27 crw-rw-rw-    null rw
root     rpcbind      868    2 /dev         27 crw-rw-rw-    null rw
root     rpcbind      868    3 /var      49300 -r--r--r--       0  r
root     rpcbind      868    4* internet6 dgram udp c48fc708
root     rpcbind      868    5* local stream c499b888
root     rpcbind      868    6* internet6 dgram udp c48fcca8
root     rpcbind      868    7* internet6 dgram udp c48fcbf4
root     rpcbind      868    8* internet6 dgram udp c48fcb40
root     rpcbind      868    9* internet6 stream tcp c4b0b570
root     rpcbind      868   10* internet6 stream tcp c4b0b3a0
root     rpcbind      868   11* internet dgram udp c48fca8c
root     rpcbind      868   12* internet dgram udp c48fc9d8
root     rpcbind      868   13* internet dgram udp c48fc924
root     rpcbind      868   14* internet stream tcp c4b0b1d0
root     rpcbind      868   15* internet stream tcp c4b0b000
bind     named        858 root /var      16387 drwxr-xr-x     512  r
bind     named        858   wd /var      16400 drwxr-xr-x     512  r
bind     named        858 jail /var      16387 drwxr-xr-x     512  r
bind     named        858 text /usr     1091665 -r-xr-xr-x  1631420  r
bind     named        858    0 /dev         27 crw-rw-rw-    null rw
bind     named        858    1 /dev         27 crw-rw-rw-    null rw
bind     named        858    2 /dev         27 crw-rw-rw-    null rw
bind     named        858    3* local dgram c499b738 <-> c499b498
bind     named        858    4 /dev         27 crw-rw-rw-    null rw
bind     named        858    6* pipe c47f0000 <-> c47f00b8      0 rw
bind     named        858    8* pipe c47f00b8 <-> c47f0000      0 rw
bind     named        858   10 /var/named/dev     14 crw-rw-rw-  random  r
bind     named        858   20* internet stream tcp c4b0bae0
bind     named        858   21* internet stream tcp c4b0b910
bind     named        858   22* internet stream tcp c4b0b740
bind     named        858  512* internet dgram udp c48fce10
bind     named        858  513* internet dgram udp c48fcd5c
root     syslogd      786 root /             2 drwxr-xr-x     512  r
root     syslogd      786   wd /             2 drwxr-xr-x     512  r
root     syslogd      786 text /usr     1083599 -r-xr-xr-x   35872  r
root     syslogd      786    0 /dev         27 crw-rw-rw-    null rw
root     syslogd      786    1 /dev         27 crw-rw-rw-    null rw
root     syslogd      786    2 /dev         27 crw-rw-rw-    null rw
root     syslogd      786    3 /var      49289 -rw-------       3  w
root     syslogd      786    4* local dgram c499b3f0
root     syslogd      786    5* local dgram c499b498
root     syslogd      786    6* local dgram c499b540
root     syslogd      786    7* local dgram c499b5e8
root     syslogd      786    8* internet6 dgram udp c48fd000
root     syslogd      786    9* internet dgram udp c48fcec4
root     syslogd      786   10 /dev         25 crw-------    klog  r
root     syslogd      786   12 /dev         29 crw-------  console  w
root     syslogd      786   13 /var      16533 -rw-r--r--   28563  w
root     syslogd      786   14 /var      16422 -rw-------      55  w
root     syslogd      786   15 /var      16464 -rw-------   69567  w
root     syslogd      786   16 /var      20224 -rw-r-----  456634  w
root     syslogd      786   17 /var      16418 -rw-r--r--    4565  w
root     syslogd      786   18 /var      16424 -rw-------      55  w
root     syslogd      786   19 /var      20269 -rw-------   39575  w
root     syslogd      786   20 /var      20276 -rw-r--r--   22813  w
root     syslogd      786   21 /var      16528 -rw-r--r--      81  w
root     syslogd      786   22 /var      16417 -rw-------   40122  w
root     syslogd      786   23 /var      16423 -rw-r-----      55  w
root     syslogd      786   24 /var      16421 -rw-r-----      55  w
root     devd         725 root /             2 drwxr-xr-x     512  r
root     devd         725   wd /             2 drwxr-xr-x     512  r
root     devd         725 text /         16477 -r-xr-xr-x  359288  r
root     devd         725    0 /dev         27 crw-rw-rw-    null rw
root     devd         725    1 /dev         27 crw-rw-rw-    null rw
root     devd         725    2 /dev         27 crw-rw-rw-    null rw
root     devd         725    3 /dev          5 crw-------  devctl  r
root     devd         725    4* local stream c499b1f8
root     devd         725    5 /var      49281 -rw-------       3  w
_dhcp    dhclient     389 root /var      49154 dr-xr-xr-x     512  r
_dhcp    dhclient     389   wd /var      49154 dr-xr-xr-x     512  r
_dhcp    dhclient     389 jail /var      49154 dr-xr-xr-x     512  r
_dhcp    dhclient     389 text /         16479 -r-xr-xr-x   74212  r
_dhcp    dhclient     389    0 /dev         27 crw-rw-rw-    null rw
_dhcp    dhclient     389    1 /dev         27 crw-rw-rw-    null rw
_dhcp    dhclient     389    2 /dev         27 crw-rw-rw-    null rw
_dhcp    dhclient     389    4* route raw 0 c48fa000
_dhcp    dhclient     389    5* pipe c47f06e8 <-> c47f0630      0 rw
_dhcp    dhclient     389    6 /var      49657 ----------    3776  w
_dhcp    dhclient     389    7 /dev        108 crw-------    bpf0 rw
root     dhclient     371 root /             2 drwxr-xr-x     512  r
root     dhclient     371   wd /             2 drwxr-xr-x     512  r
root     dhclient     371 text /         16479 -r-xr-xr-x   74212  r
root     dhclient     371    0 /dev         27 crw-rw-rw-    null rw
root     dhclient     371    1 /dev         27 crw-rw-rw-    null rw
root     dhclient     371    2 /dev         27 crw-rw-rw-    null rw
root     dhclient     371    4* pipe c47f0630 <-> c47f06e8      0 rw
root     adjkerntz    138 root /             2 drwxr-xr-x     512  r
root     adjkerntz    138   wd /             2 drwxr-xr-x     512  r
root     adjkerntz    138 text /         16466 -r-xr-xr-x    7332  r
root     adjkerntz    138    0 /dev         27 crw-rw-rw-    null rw
root     adjkerntz    138    1 /dev         27 crw-rw-rw-    null rw
root     adjkerntz    138    2 /dev         27 crw-rw-rw-    null rw
root     init           1 root /             2 drwxr-xr-x     512  r
root     init           1   wd /             2 drwxr-xr-x     512  r
root     init           1 text /         16515 -r-xr-xr-x  617124  r

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

uery_fail(350)
Sep 17 09:32:42 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 09:32:42 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 09:32:42 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 09:47:52 solfertje nmbd[11872]: [2009/09/17 09:47:52,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 09:47:52 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 09:47:52 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 09:47:52 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 09:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 09:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 10:03:00 solfertje nmbd[11872]: [2009/09/17 10:03:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 10:03:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 10:03:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 10:03:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 10:18:00 solfertje nmbd[11872]: [2009/09/17 10:18:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 10:18:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 10:18:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 10:18:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 10:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 10:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 10:33:00 solfertje nmbd[11872]: [2009/09/17 10:33:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 10:33:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 10:33:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 10:33:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 10:48:00 solfertje nmbd[11872]: [2009/09/17 10:48:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 10:48:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 10:48:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 10:48:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 10:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 10:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 11:03:00 solfertje nmbd[11872]: [2009/09/17 11:03:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 11:03:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 11:03:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 11:03:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 11:12:35 solfertje smbd[75538]: [2009/09/17 11:12:35,  0] lib/util_sock.c:read_socket_with_timeout(939)
Sep 17 11:12:35 solfertje smbd[75538]: [2009/09/17 11:12:35,  0] lib/util_sock.c:get_peer_addr_internal(1676)
Sep 17 11:12:35 solfertje smbd[75538]:   getpeername failed. Error was Socket is not connected
Sep 17 11:12:35 solfertje smbd[75538]:   read_socket_with_timeout: client 0.0.0.0 read error = Socket is not connected.
Sep 17 11:18:00 solfertje nmbd[11872]: [2009/09/17 11:18:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 11:18:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 11:18:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 11:18:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 11:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 11:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 11:33:00 solfertje nmbd[11872]: [2009/09/17 11:33:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 11:33:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 11:33:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 11:33:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 11:47:54 solfertje nmbd[11872]: [2009/09/17 11:47:54,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 11:47:54 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 11:47:54 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 11:47:54 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 11:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 11:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 12:03:10 solfertje nmbd[11872]: [2009/09/17 12:03:10,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 12:03:10 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 12:03:10 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 12:03:10 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 12:18:12 solfertje nmbd[11872]: [2009/09/17 12:18:12,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 12:18:12 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 12:18:12 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 12:18:12 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 12:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 12:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 12:33:20 solfertje nmbd[11872]: [2009/09/17 12:33:20,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 12:33:20 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 12:33:20 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 12:33:20 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 12:48:22 solfertje nmbd[11872]: [2009/09/17 12:48:22,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 12:48:22 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 12:48:22 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 12:48:22 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 12:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 12:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 13:03:30 solfertje nmbd[11872]: [2009/09/17 13:03:30,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 13:03:30 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 13:03:30 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 13:03:30 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 13:18:32 solfertje nmbd[11872]: [2009/09/17 13:18:32,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 13:18:32 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 13:18:32 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 13:18:32 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 13:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 13:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 13:33:32 solfertje nmbd[11872]: [2009/09/17 13:33:32,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 13:33:32 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 13:33:32 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 13:33:32 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 13:48:41 solfertje nmbd[11872]: [2009/09/17 13:48:41,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 13:48:41 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 13:48:41 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 13:48:41 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 13:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 13:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 14:03:46 solfertje nmbd[11872]: [2009/09/17 14:03:46,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 14:03:46 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 14:03:46 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 14:03:46 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 14:18:54 solfertje nmbd[11872]: [2009/09/17 14:18:54,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 14:18:54 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 14:18:54 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 14:18:54 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 14:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 14:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 14:34:02 solfertje nmbd[11872]: [2009/09/17 14:34:02,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 14:34:02 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 14:34:02 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 14:34:02 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 14:49:02 solfertje nmbd[11872]: [2009/09/17 14:49:02,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 14:49:02 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 14:49:02 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 14:49:02 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 14:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 14:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 15:04:09 solfertje nmbd[11872]: [2009/09/17 15:04:09,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 15:04:09 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 15:04:09 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 15:04:09 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 15:19:09 solfertje nmbd[11872]: [2009/09/17 15:19:09,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 15:19:09 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 15:19:09 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 15:19:09 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 15:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 15:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 15:34:06 solfertje nmbd[11872]: [2009/09/17 15:34:06,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 15:34:06 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 15:34:06 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 15:34:06 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 15:49:19 solfertje nmbd[11872]: [2009/09/17 15:49:19,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 15:49:19 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 15:49:19 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 15:49:19 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 15:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 15:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 16:04:23 solfertje nmbd[11872]: [2009/09/17 16:04:23,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 16:04:23 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 16:04:23 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 16:04:23 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 16:19:25 solfertje nmbd[11872]: [2009/09/17 16:19:25,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 16:19:25 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 16:19:25 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 16:19:25 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 16:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 16:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 16:34:27 solfertje nmbd[11872]: [2009/09/17 16:34:27,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 16:34:27 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 16:34:27 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 16:34:27 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 16:49:33 solfertje nmbd[11872]: [2009/09/17 16:49:33,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 16:49:33 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 16:49:33 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 16:49:33 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 16:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 16:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 17:04:33 solfertje nmbd[11872]: [2009/09/17 17:04:33,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 17:04:33 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 17:04:33 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 17:04:33 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 17:19:36 solfertje nmbd[11872]: [2009/09/17 17:19:36,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 17:19:36 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 17:19:36 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 17:19:36 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 17:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 17:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 17:34:41 solfertje nmbd[11872]: [2009/09/17 17:34:41,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 17:34:41 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 17:34:41 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 17:34:41 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 17:49:43 solfertje nmbd[11872]: [2009/09/17 17:49:43,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 17:49:43 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 17:49:43 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 17:49:43 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 17:54:20 solfertje smbd[85865]: [2009/09/17 17:54:20,  0] lib/util_sock.c:read_socket_with_timeout(939)
Sep 17 17:54:20 solfertje smbd[85865]: [2009/09/17 17:54:20,  0] lib/util_sock.c:get_peer_addr_internal(1676)
Sep 17 17:54:20 solfertje smbd[85865]:   getpeername failed. Error was Socket is not connected
Sep 17 17:54:20 solfertje smbd[85865]:   read_socket_with_timeout: client 0.0.0.0 read error = Socket is not connected.
Sep 17 17:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 17:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 18:04:43 solfertje nmbd[11872]: [2009/09/17 18:04:43,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 18:04:43 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 18:04:43 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 18:04:43 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 18:19:45 solfertje nmbd[11872]: [2009/09/17 18:19:45,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 18:19:45 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 18:19:45 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 18:19:45 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 18:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 18:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 18:34:51 solfertje nmbd[11872]: [2009/09/17 18:34:51,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 18:34:51 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 18:34:51 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 18:34:51 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 18:49:51 solfertje nmbd[11872]: [2009/09/17 18:49:51,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 18:49:51 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 18:49:51 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 18:49:51 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 18:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 18:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 19:04:54 solfertje nmbd[11872]: [2009/09/17 19:04:54,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 19:04:54 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 19:04:54 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 19:04:54 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 19:20:00 solfertje nmbd[11872]: [2009/09/17 19:20:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 19:20:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 19:20:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 19:20:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 19:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 19:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 19:35:03 solfertje nmbd[11872]: [2009/09/17 19:35:03,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 19:35:03 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 19:35:03 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 19:35:03 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 19:50:00 solfertje nmbd[11872]: [2009/09/17 19:50:00,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 19:50:00 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 19:50:00 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 19:50:00 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 19:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 19:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 20:05:01 solfertje nmbd[11872]: [2009/09/17 20:05:01,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 20:05:01 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 20:05:01 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 20:05:01 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 20:20:01 solfertje nmbd[11872]: [2009/09/17 20:20:01,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 20:20:01 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 20:20:01 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 20:20:01 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 20:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 20:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 20:33:37 solfertje smbd[90511]: [2009/09/17 20:33:37,  0] lib/util_sock.c:read_socket_with_timeout(939)
Sep 17 20:33:37 solfertje smbd[90511]: [2009/09/17 20:33:37,  0] lib/util_sock.c:get_peer_addr_internal(1676)
Sep 17 20:33:37 solfertje smbd[90511]:   getpeername failed. Error was Socket is not connected
Sep 17 20:33:37 solfertje smbd[90511]:   read_socket_with_timeout: client 0.0.0.0 read error = Socket is not connected.
Sep 17 20:35:11 solfertje nmbd[11872]: [2009/09/17 20:35:11,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 20:35:11 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 20:35:11 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 20:35:11 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 20:50:01 solfertje nmbd[11872]: [2009/09/17 20:50:01,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 20:50:01 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 20:50:01 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 20:50:01 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 20:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 20:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 21:05:11 solfertje nmbd[11872]: [2009/09/17 21:05:11,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 21:05:11 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 21:05:11 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 21:05:11 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 21:20:01 solfertje nmbd[11872]: [2009/09/17 21:20:01,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 21:20:01 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 21:20:01 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 21:20:01 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 21:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 21:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 21:35:11 solfertje nmbd[11872]: [2009/09/17 21:35:11,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 21:35:11 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 21:35:11 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 21:35:11 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 21:50:01 solfertje nmbd[11872]: [2009/09/17 21:50:01,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 21:50:01 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 21:50:01 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 21:50:01 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 21:52:55 solfertje smbd[90512]: [2009/09/17 21:52:55,  0] lib/util_sock.c:read_socket_with_timeout(939)
Sep 17 21:52:55 solfertje smbd[90512]: [2009/09/17 21:52:55,  0] lib/util_sock.c:get_peer_addr_internal(1676)
Sep 17 21:52:55 solfertje smbd[90512]:   getpeername failed. Error was Socket is not connected
Sep 17 21:52:55 solfertje smbd[90512]:   read_socket_with_timeout: client 0.0.0.0 read error = Socket is not connected.
Sep 17 21:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 21:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 22:05:13 solfertje nmbd[11872]: [2009/09/17 22:05:13,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 22:05:13 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 22:05:13 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 22:05:13 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 22:20:21 solfertje nmbd[11872]: [2009/09/17 22:20:21,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 22:20:21 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 22:20:21 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 22:20:21 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 22:26:39 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 22:26:39 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 22:35:21 solfertje nmbd[11872]: [2009/09/17 22:35:21,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 22:35:21 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 22:35:21 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 22:35:21 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 22:50:14 solfertje nmbd[11872]: [2009/09/17 22:50:14,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 22:50:14 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 22:50:14 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 22:50:14 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 22:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 22:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 23:05:27 solfertje nmbd[11872]: [2009/09/17 23:05:27,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 23:05:27 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 23:05:27 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 23:05:27 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 23:20:30 solfertje nmbd[11872]: [2009/09/17 23:20:30,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 23:20:30 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 23:20:30 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 23:20:30 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 23:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 23:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 17 23:35:31 solfertje nmbd[11872]: [2009/09/17 23:35:31,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 23:35:31 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 23:35:31 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 23:35:31 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 23:50:32 solfertje nmbd[11872]: [2009/09/17 23:50:32,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 17 23:50:32 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 17 23:50:32 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 17 23:50:32 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 17 23:56:39 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 17 23:56:39 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 00:05:32 solfertje nmbd[11872]: [2009/09/18 00:05:32,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 00:05:32 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 00:05:32 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 00:05:32 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 00:20:41 solfertje nmbd[11872]: [2009/09/18 00:20:41,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 00:20:41 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 00:20:41 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 00:20:41 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 00:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 00:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 00:35:44 solfertje nmbd[11872]: [2009/09/18 00:35:44,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 00:35:44 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 00:35:44 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 00:35:44 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 00:50:52 solfertje nmbd[11872]: [2009/09/18 00:50:52,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 00:50:52 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 00:50:52 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 00:50:52 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 00:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 00:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 01:05:54 solfertje nmbd[11872]: [2009/09/18 01:05:54,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 01:05:54 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 01:05:54 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 01:05:54 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 01:21:02 solfertje nmbd[11872]: [2009/09/18 01:21:02,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 01:21:02 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 01:21:02 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 01:21:02 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 01:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 01:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 01:36:04 solfertje nmbd[11872]: [2009/09/18 01:36:04,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 01:36:04 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 01:36:04 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 01:36:04 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 01:51:12 solfertje nmbd[11872]: [2009/09/18 01:51:12,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 01:51:12 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 01:51:12 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 01:51:12 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 01:56:39 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 01:56:39 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 02:06:14 solfertje nmbd[11872]: [2009/09/18 02:06:14,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 02:06:14 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 02:06:14 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 02:06:14 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 02:21:22 solfertje nmbd[11872]: [2009/09/18 02:21:22,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 02:21:22 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 02:21:22 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 02:21:22 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 02:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 02:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 02:36:24 solfertje nmbd[11872]: [2009/09/18 02:36:24,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 02:36:24 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 02:36:24 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 02:36:24 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 02:51:33 solfertje nmbd[11872]: [2009/09/18 02:51:33,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 02:51:33 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 02:51:33 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 02:51:33 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 02:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 02:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 03:06:35 solfertje nmbd[11872]: [2009/09/18 03:06:35,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 03:06:35 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 03:06:35 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 03:06:35 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 03:21:42 solfertje nmbd[11872]: [2009/09/18 03:21:42,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 03:21:42 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 03:21:42 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 03:21:42 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 03:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 03:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 03:36:45 solfertje nmbd[11872]: [2009/09/18 03:36:45,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 03:36:45 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 03:36:45 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 03:36:45 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 03:51:53 solfertje nmbd[11872]: [2009/09/18 03:51:53,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 03:51:53 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 03:51:53 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 03:51:53 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 03:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 03:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 04:06:54 solfertje nmbd[11872]: [2009/09/18 04:06:54,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 04:06:54 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 04:06:54 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 04:06:54 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
arplookup 192.168.1.9 failed: host is not on local network
Sep 18 04:21:54 solfertje nmbd[11872]: [2009/09/18 04:21:54,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 04:21:54 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 04:21:54 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 04:21:54 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 04:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 04:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 04:36:54 solfertje nmbd[11872]: [2009/09/18 04:36:54,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 04:36:54 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 04:36:54 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 04:36:54 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 04:51:55 solfertje nmbd[11872]: [2009/09/18 04:51:55,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 04:51:55 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 04:51:55 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 04:51:55 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 04:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 04:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 05:07:04 solfertje nmbd[11872]: [2009/09/18 05:07:04,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 05:07:04 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 05:07:04 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 05:07:04 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 05:22:04 solfertje nmbd[11872]: [2009/09/18 05:22:04,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 05:22:04 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 05:22:04 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 05:22:04 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 05:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 05:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
arplookup 192.168.1.9 failed: host is not on local network
Sep 18 05:37:03 solfertje nmbd[11872]: [2009/09/18 05:37:03,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 05:37:03 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 05:37:03 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 05:37:03 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 05:52:10 solfertje nmbd[11872]: [2009/09/18 05:52:10,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 05:52:10 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 05:52:10 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 05:52:10 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 05:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 05:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 06:07:15 solfertje nmbd[11872]: [2009/09/18 06:07:15,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 06:07:15 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 06:07:15 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 06:07:15 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 06:22:24 solfertje nmbd[11872]: [2009/09/18 06:22:24,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 06:22:24 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 06:22:24 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 06:22:24 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 06:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 06:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 06:37:24 solfertje nmbd[11872]: [2009/09/18 06:37:24,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 06:37:24 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 06:37:24 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 06:37:24 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 06:52:30 solfertje nmbd[11872]: [2009/09/18 06:52:30,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 06:52:30 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 06:52:30 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 06:52:30 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 06:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 06:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 07:07:26 solfertje nmbd[11872]: [2009/09/18 07:07:26,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 07:07:26 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 07:07:26 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 07:07:26 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 07:22:34 solfertje nmbd[11872]: [2009/09/18 07:22:34,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 07:22:34 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 07:22:34 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 07:22:34 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 07:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 07:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 07:37:30 solfertje nmbd[11872]: [2009/09/18 07:37:30,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 07:37:30 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 07:37:30 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 07:37:30 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 07:52:44 solfertje nmbd[11872]: [2009/09/18 07:52:44,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 07:52:44 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 07:52:44 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 07:52:44 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 07:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 07:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 08:07:53 solfertje nmbd[11872]: [2009/09/18 08:07:53,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 08:07:53 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 08:07:53 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 08:07:53 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 08:23:02 solfertje nmbd[11872]: [2009/09/18 08:23:02,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 08:23:02 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 08:23:02 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 08:23:02 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 08:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 08:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 08:38:01 solfertje nmbd[11872]: [2009/09/18 08:38:01,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 08:38:01 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 08:38:01 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 08:38:01 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 08:53:04 solfertje nmbd[11872]: [2009/09/18 08:53:04,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 08:53:04 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 08:53:04 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 08:53:04 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 08:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 08:56:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 09:08:01 solfertje nmbd[11872]: [2009/09/18 09:08:01,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 09:08:01 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 09:08:01 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 09:08:01 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 09:23:13 solfertje nmbd[11872]: [2009/09/18 09:23:13,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 09:23:13 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 09:23:13 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 09:23:13 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 09:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 09:26:38 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 09:38:03 solfertje nmbd[11872]: [2009/09/18 09:38:03,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 09:38:03 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 09:38:03 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 09:38:03 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
arplookup 192.168.1.9 failed: host is not on local network
Sep 18 09:53:14 solfertje nmbd[11872]: [2009/09/18 09:53:14,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 09:53:14 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 09:53:14 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 09:53:14 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 09:56:40 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 09:56:40 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 10:08:23 solfertje nmbd[11872]: [2009/09/18 10:08:23,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 10:08:23 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 10:08:23 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 10:08:23 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 10:23:23 solfertje nmbd[11872]: [2009/09/18 10:23:23,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 10:23:23 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 10:23:23 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 10:23:23 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 10:26:40 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 10:26:40 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 10:38:25 solfertje nmbd[11872]: [2009/09/18 10:38:25,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 10:38:25 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 10:38:25 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 10:38:25 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 10:53:33 solfertje nmbd[11872]: [2009/09/18 10:53:33,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 10:53:33 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 10:53:33 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 10:53:33 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 10:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 10:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 11:08:33 solfertje nmbd[11872]: [2009/09/18 11:08:33,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 11:08:33 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 11:08:33 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 11:08:33 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 11:23:33 solfertje nmbd[11872]: [2009/09/18 11:23:33,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 11:23:33 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 11:23:33 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 11:23:33 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 11:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 11:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 11:38:26 solfertje nmbd[11872]: [2009/09/18 11:38:26,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 11:38:26 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 11:38:26 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 11:38:26 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 11:53:33 solfertje nmbd[11872]: [2009/09/18 11:53:33,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 11:53:33 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 11:53:33 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 11:53:33 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 11:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 11:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 12:08:33 solfertje nmbd[11872]: [2009/09/18 12:08:33,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 12:08:33 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 12:08:33 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 12:08:33 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 12:23:35 solfertje nmbd[11872]: [2009/09/18 12:23:35,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 12:23:35 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 12:23:35 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 12:23:35 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 12:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 12:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 12:38:42 solfertje nmbd[11872]: [2009/09/18 12:38:42,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 12:38:42 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 12:38:42 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 12:38:42 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 12:53:44 solfertje nmbd[11872]: [2009/09/18 12:53:44,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 12:53:44 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 12:53:44 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 12:53:44 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 12:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 12:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 13:08:53 solfertje nmbd[11872]: [2009/09/18 13:08:53,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 13:08:53 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 13:08:53 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 13:08:53 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 13:23:56 solfertje nmbd[11872]: [2009/09/18 13:23:56,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 13:23:56 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 13:23:56 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 13:23:56 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 13:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 13:26:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 13:39:03 solfertje nmbd[11872]: [2009/09/18 13:39:03,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 13:39:03 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 13:39:03 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 13:39:03 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 13:54:04 solfertje nmbd[11872]: [2009/09/18 13:54:04,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 13:54:04 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 13:54:04 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 13:54:04 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
Sep 18 13:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Sep 18 13:56:37 solfertje smartd[987]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Sep 18 14:09:13 solfertje nmbd[11872]: [2009/09/18 14:09:13,  0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(350)
Sep 18 14:09:13 solfertje nmbd[11872]:   find_domain_master_name_query_fail:
Sep 18 14:09:13 solfertje nmbd[11872]:   Unable to find the Domain Master Browser name WITBREUKSWEG<1b> for the workgroup WITBREUKSWEG.
Sep 18 14:09:13 solfertje nmbd[11872]:   Unable to sync browse lists in this workgroup.
ulpt0: <Samsung Electronics Co., Ltd. Samsung Laser Printer ML-1200 Series, class 0/0, rev 1.10/1.00, addr 2> on uhub0
ulpt0: using bi-directional mode


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 01
fault virtual address	= 0x0
fault code		= supervisor write, page not present
instruction pointer	= 0x20:0xc0525a49
stack pointer	        = 0x28:0xc43aac4c
frame pointer	        = 0x28:0xc43aac4c
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, def32 1, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 12 (swi4: clock)
trap number		= 12
panic: page fault
cpuid = 0
Uptime: 2d1h21m5s
Physical memory: 1526 MB
Dumping 238 MB: 223 207 191 175 159 143 127 111 95 79 63 47 31 15

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

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

--Apple-Mail-12-92637794
Content-Disposition: attachment;
	filename=info.0
Content-Type: application/octet-stream;
	name="info.0"
Content-Transfer-Encoding: 7bit

Dump header from device /dev/ad0s1b
  Architecture: i386
  Architecture Version: 2
  Dump Length: 249868288B (238 MB)
  Blocksize: 512
  Dumptime: Fri Sep 18 14:17:11 2009
  Hostname: solfertje.student.utwente.nl
  Magic: FreeBSD Kernel Dump
  Version String: FreeBSD 7.2-STABLE #2: Tue Sep 15 11:34:08 CEST 2009
    dalroi@solfertje.student.utwente.nl:/usr/obj/usr/src/sys/ERGOPROXY
  Panic String: page fault
  Dump Parity: 216864536
  Bounds: 0
  Dump Status: good

--Apple-Mail-12-92637794
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=us-ascii;
	format=flowed


Alban Hertroys

--
If you can't see the forest for the trees,
cut the trees and you'll see there is no forest.



!DSPAM:74,4ab3803211681401413422!

--Apple-Mail-12-92637794--





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?030D00B7-7AAE-4730-8FB6-766233969E05>