Date: Fri, 11 Jan 2013 23:43:35 +0200 From: Ivan Klymenko <fidaj@ukr.net> To: John Baldwin <jhb@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: panic: page fault Message-ID: <20130111234335.3bc62d2b@nonamehost> In-Reply-To: <201301111526.57416.jhb@freebsd.org> References: <20120814122909.4a3213ee@nonamehost> <201208141404.07743.jhb@freebsd.org> <20121221124726.7e678e11@nonamehost> <201301111526.57416.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] В Fri, 11 Jan 2013 15:26:57 -0500 John Baldwin <jhb@freebsd.org> пишет: > On Friday, December 21, 2012 05:47:26 AM Ivan Klymenko wrote: > > В Tue, 14 Aug 2012 14:04:07 -0400 > > > > John Baldwin <jhb@freebsd.org> пишет: > > > On Tuesday, August 14, 2012 05:29:09 AM Ivan Klymenko wrote: > > > > http://privatepaste.com/147286442b > > > > > > It is easier to reply if the messages are inline (for future > > > reference). The panic and relevant bit of backtrace are below. > > > Sadly, trying to cut and paste this destroyed the formatting, so > > > I've tried to fix it by hand. :( > > > > > > Fatal trap 12: page fault while in kernel mode > > > cpuid = 0; apic id = 00 > > > fault virtual address = 0x18 > > > fault code = supervisor read data, page not present > > > instruction pointer = 0x20:0xffffffff80933e07 > > > stack pointer = 0x28:0xffffff823025b660 > > > frame pointer = 0x28:0xffffff823025b6c0 > > > code segment = base 0x0, limit 0xfffff, type 0x1b > > > > > > = DPL 0, pres 1, long 1, def32 0, gran 1 > > > > > > processor eflags = interrupt enabled, resume, IOPL = 0 > > > current process = 12 (irq256: bce0) > > > trap number = 12 > > > panic: page fault > > > > > > #6 0xffffffff80bb5e53 in calltrap () > > > > > > at /usr/src/sys/amd64/amd64/exception.S:228 > > > > > > #7 0xffffffff80933e07 in m_copym (m=0x0, off0=1500, len=1480, > > > wait=1) > > > > > > at /usr/src/sys/kern/uipc_mbuf.c:542 > > > > > > #8 0xffffffff809f8b76 in ip_fragment (ip=0xfffffe004b2f3980, > > > m_frag=0xffffff823025b7c8, mtu=Variable "mtu" is not available. ) > > > > > > at /usr/src/sys/netinet/ip_output.c:822 > > > > > > #9 0xffffffff809f948a in ip_output (m=0xfffffe004b2f3900, > > > opt=Variable "opt" is not available. ) > > > > > > at /usr/src/sys/netinet/ip_output.c:654 > > > > > > #10 0xffffffff809f59fa in ip_forward (m=0xfffffe004b2f3900, > > > srcrt=Variable "srcrt" is not available. ) > > > > > > at /usr/src/sys/netinet/ip_input.c:1494 > > > > > > #11 0xffffffff809f6dc6 in ip_input (m=0xfffffe004b2f3900) > > > > > > at /usr/src/sys/netinet/ip_input.c:702 > > > > I apologize for not having answered - no more required files... > > At that time it was not possible to fulfill your request ... > > Now I have gained a number of similar panic's and i ready to provide > > the results. > > > > > Can you run kgdb again and do 'frame 8' followed by 'p *m_frag', > > > 'p m0', and 'p *m0'? > > > > kgdb.log in attach > > Looks like this attachment was lost unfortunately. Can you reply with > the output inline (and include the output from the other kgdb commands > below)? I sent a letter with an attached log of privately. kgdb.log again in attach > > > > Can you also grab my gdb scripts at www.freebsd.org/~jhb/gdb/ and > > > run 'cd /path/to/scripts', 'source gdb6', 'mbuf m0' as well? > > > > What kind of shell should I use for this? > > Ah, those are meant to be run while you are in kgdb. > (kgdb) source gdb6 Warning: /sys/amd64/compile/GENERIC: No such file or directory. (kgdb) mbuf m0 0xfffffe00255aa200: 60 bytes packet: 576 bytes received via bce0 0xfffffe0011a53c00: 516 bytes ext 0xfffffe0011a92000 0xfffffe0011bf1500: 0 bytes ext 0xfffffe0011c00800 (kgdb) [-- Attachment #2 --] gw01.nevosoft.local dumped core - see /var/crash/vmcore.0 Wed Dec 19 18:34:54 MSK 2012 FreeBSD nonamehost.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 panic: page fault GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 3; apic id = 03 fault virtual address = 0x18 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff8094bc47 stack pointer = 0x28:0xffffff81182cd650 frame pointer = 0x28:0xffffff81182cd6b0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 12 (irq256: bce0) trap number = 12 panic: page fault cpuid = 3 KDB: stack backtrace: #0 0xffffffff809208a6 at kdb_backtrace+0x66 #1 0xffffffff808ea8be at panic+0x1ce #2 0xffffffff80bd8240 at trap_fatal+0x290 #3 0xffffffff80bd857d at trap_pfault+0x1ed #4 0xffffffff80bd8b9e at trap+0x3ce #5 0xffffffff80bc315f at calltrap+0x8 #6 0xffffffff80a064d8 at ip_fragment+0x1e8 #7 0xffffffff80a06e14 at ip_output+0x6f4 #8 0xffffffff80a03243 at ip_forward+0x303 #9 0xffffffff80a048db at ip_input+0x5ab #10 0xffffffff809adafb at netisr_dispatch_src+0x20b #11 0xffffffff809a35cd at ether_demux+0x14d #12 0xffffffff809a38a4 at ether_nh_input+0x1f4 #13 0xffffffff809adafb at netisr_dispatch_src+0x20b #14 0xffffffff80438fd7 at bce_intr+0x487 #15 0xffffffff808be8d4 at intr_event_execute_handlers+0x104 #16 0xffffffff808c0076 at ithread_loop+0xa6 #17 0xffffffff808bb9ef at fork_exit+0x11f Uptime: 53m18s Dumping 336 out of 4074 MB:..5%..15%..24%..34%..43%..53%..62%..72%..81%..91% Reading symbols from /boot/kernel/ipfw.ko...Reading symbols from /boot/kernel/ipfw.ko.symbols...done. done. Loaded symbols for /boot/kernel/ipfw.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/if_carp.ko...Reading symbols from /boot/kernel/if_carp.ko.symbols...done. done. Loaded symbols for /boot/kernel/if_carp.ko Reading symbols from /boot/kernel/aio.ko...Reading symbols from /boot/kernel/aio.ko.symbols...done. done. Loaded symbols for /boot/kernel/aio.ko Reading symbols from /boot/kernel/accf_data.ko...Reading symbols from /boot/kernel/accf_data.ko.symbols...done. done. Loaded symbols for /boot/kernel/accf_data.ko Reading symbols from /boot/kernel/accf_dns.ko...Reading symbols from /boot/kernel/accf_dns.ko.symbols...done. done. Loaded symbols for /boot/kernel/accf_dns.ko Reading symbols from /boot/kernel/accf_http.ko...Reading symbols from /boot/kernel/accf_http.ko.symbols...done. done. Loaded symbols for /boot/kernel/accf_http.ko Reading symbols from /boot/kernel/dummynet.ko...Reading symbols from /boot/kernel/dummynet.ko.symbols...done. done. Loaded symbols for /boot/kernel/dummynet.ko Reading symbols from /boot/kernel/cpuctl.ko...Reading symbols from /boot/kernel/cpuctl.ko.symbols...done. done. Loaded symbols for /boot/kernel/cpuctl.ko Reading symbols from /boot/kernel/ipl.ko...Reading symbols from /boot/kernel/ipl.ko.symbols...done. done. Loaded symbols for /boot/kernel/ipl.ko Reading symbols from /boot/kernel/ng_socket.ko...Reading symbols from /boot/kernel/ng_socket.ko.symbols...done. done. Loaded symbols for /boot/kernel/ng_socket.ko Reading symbols from /boot/kernel/netgraph.ko...Reading symbols from /boot/kernel/netgraph.ko.symbols...done. done. Loaded symbols for /boot/kernel/netgraph.ko Reading symbols from /boot/kernel/ng_mppc.ko...Reading symbols from /boot/kernel/ng_mppc.ko.symbols...done. done. Loaded symbols for /boot/kernel/ng_mppc.ko Reading symbols from /boot/kernel/rc4.ko...Reading symbols from /boot/kernel/rc4.ko.symbols...done. done. Loaded symbols for /boot/kernel/rc4.ko #0 doadump (textdump=Variable "textdump" is not available. ) at pcpu.h:224 224 pcpu.h: No such file or directory. in pcpu.h (kgdb) #0 doadump (textdump=Variable "textdump" is not available. ) at pcpu.h:224 #1 0xffffffff808ea3a1 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:448 #2 0xffffffff808ea897 in panic (fmt=0x1 <Address 0x1 out of bounds>) at /usr/src/sys/kern/kern_shutdown.c:636 #3 0xffffffff80bd8240 in trap_fatal (frame=0xc, eva=Variable "eva" is not available. ) at /usr/src/sys/amd64/amd64/trap.c:857 #4 0xffffffff80bd857d in trap_pfault (frame=0xffffff81182cd5a0, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:773 #5 0xffffffff80bd8b9e in trap (frame=0xffffff81182cd5a0) at /usr/src/sys/amd64/amd64/trap.c:456 #6 0xffffffff80bc315f in calltrap () at /usr/src/sys/amd64/amd64/exception.S:228 #7 0xffffffff8094bc47 in m_copym (m=0x0, off0=1500, len=1480, wait=1) at /usr/src/sys/kern/uipc_mbuf.c:542 #8 0xffffffff80a064d8 in ip_fragment (ip=0xfffffe00255aa280, m_frag=0xffffff81182cd7b8, mtu=Variable "mtu" is not available. ) at /usr/src/sys/netinet/ip_output.c:822 #9 0xffffffff80a06e14 in ip_output (m=0xfffffe00255aa200, opt=Variable "opt" is not available. ) at /usr/src/sys/netinet/ip_output.c:653 #10 0xffffffff80a03243 in ip_forward (m=0xfffffe00255aa200, srcrt=Variable "srcrt" is not available. ) at /usr/src/sys/netinet/ip_input.c:1494 #11 0xffffffff80a048db in ip_input (m=0xfffffe00255aa200) at /usr/src/sys/netinet/ip_input.c:702 #12 0xffffffff809adafb in netisr_dispatch_src (proto=1, source=Variable "source" is not available. ) at /usr/src/sys/net/netisr.c:1013 #13 0xffffffff809a35cd in ether_demux (ifp=0xfffffe0002921800, m=0xfffffe00255aa200) at /usr/src/sys/net/if_ethersubr.c:940 #14 0xffffffff809a38a4 in ether_nh_input (m=Variable "m" is not available. ) at /usr/src/sys/net/if_ethersubr.c:759 #15 0xffffffff809adafb in netisr_dispatch_src (proto=9, source=Variable "source" is not available. ) at /usr/src/sys/net/netisr.c:1013 #16 0xffffffff80438fd7 in bce_intr (xsc=Variable "xsc" is not available. ) at /usr/src/sys/dev/bce/if_bce.c:6903 #17 0xffffffff808be8d4 in intr_event_execute_handlers (p=Variable "p" is not available. ) at /usr/src/sys/kern/kern_intr.c:1262 #18 0xffffffff808c0076 in ithread_loop (arg=0xfffffe0002d52660) at /usr/src/sys/kern/kern_intr.c:1275 #19 0xffffffff808bb9ef in fork_exit ( callout=0xffffffff808bffd0 <ithread_loop>, arg=0xfffffe0002d52660, frame=0xffffff81182cdc40) at /usr/src/sys/kern/kern_fork.c:992 #20 0xffffffff80bc368e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:602 #21 0x0000000000000000 in ?? () #22 0x0000000000000000 in ?? () #23 0x0000000000000001 in ?? () #24 0x0000000000000000 in ?? () #25 0x0000000000000000 in ?? () #26 0x0000000000000000 in ?? () #27 0x0000000000000000 in ?? () #28 0x0000000000000000 in ?? () #29 0x0000000000000000 in ?? () #30 0x0000000000000000 in ?? () #31 0x0000000000000000 in ?? () #32 0x0000000000000000 in ?? () #33 0x0000000000000000 in ?? () #34 0x0000000000000000 in ?? () #35 0x0000000000000000 in ?? () #36 0x0000000000000000 in ?? () #37 0x0000000000000000 in ?? () #38 0x0000000000000000 in ?? () #39 0x0000000000000000 in ?? () #40 0x0000000000000000 in ?? () #41 0x0000000000000000 in ?? () #42 0x0000000000000000 in ?? () #43 0x0000000000000000 in ?? () #44 0x0000000000000000 in ?? () #45 0x0000000000000003 in ?? () #46 0xffffffff81242880 in tdq_cpu () #47 0xfffffe00029348e0 in ?? () #48 0x0000000000000000 in ?? () #49 0xffffff81182cdb30 in ?? () #50 0xffffff81182cdad8 in ?? () #51 0xfffffe0002919470 in ?? () #52 0xffffffff8091352e in sched_switch (td=0x0, newtd=0xfffffe0002d52660, flags=Variable "flags" is not available. ) at /usr/src/sys/kern/sched_ule.c:1921 Previous frame inner to this frame (corrupt stack?) (kgdb) ------------------------------------------------------------------------ ps -axl UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 0 0 0 -92 0 0 0 - DLs ?? 0:19.60 [kernel] 0 1 0 0 24 0 6276 0 wait DLs ?? 0:00.01 [init] 0 2 0 0 -16 0 0 0 aifthd DL ?? 0:00.00 [aac0aif] 0 3 0 0 -16 0 0 0 ctl_work DL ?? 0:00.00 [ctl_thrd] 0 4 0 0 -16 0 0 0 pftm DL ?? 0:00.03 [pfpurge] 0 5 0 0 -16 0 0 0 waiting_ DL ?? 0:00.00 [sctp_iterator] 0 6 0 0 -16 0 0 0 ccb_scan DL ?? 0:00.00 [xpt_thrd] 0 7 0 0 -16 0 0 0 psleep DL ?? 0:00.01 [pagedaemon] 0 8 0 0 -16 0 0 0 psleep DL ?? 0:00.00 [vmdaemon] 0 9 0 0 155 0 0 0 pgzero DL ?? 0:00.00 [pagezero] 0 10 0 0 -16 0 0 0 audit_wo DL ?? 0:00.00 [audit] 0 11 0 0 155 0 0 0 - RL ?? 96:35.59 [idle] 0 12 0 0 -84 0 0 0 - WL ?? 2:44.61 [intr] 0 13 0 0 -8 0 0 0 - DL ?? 0:00.08 [geom] 0 14 0 0 -16 0 0 0 - DL ?? 0:10.02 [yarrow] 0 15 0 0 -68 0 0 0 - DL ?? 0:00.10 [usb] 0 16 0 0 -16 0 0 0 psleep DL ?? 0:00.02 [bufdaemon] 0 17 0 0 -16 0 0 0 vlruwt DL ?? 0:00.03 [vnlru] 0 18 0 0 16 0 0 0 syncer DL ?? 0:00.06 [syncer] 0 19 0 0 -16 0 0 0 sdflush DL ?? 0:00.05 [softdepflush] 0 160 1 0 52 0 9920 0 pause Ds ?? 0:00.00 [adjkerntz] 0 1581 1 0 20 0 12052 0 select Ds ?? 0:00.02 [syslogd] 53 1667 1 0 52 0 47384 0 kqread Ds ?? 0:00.05 [named] 0 1734 1 0 52 0 41544 0 select Ds ?? 0:00.03 [mpd5] 0 1740 0 0 -16 0 0 0 sleep DL ?? 0:00.00 [ng_queue] 0 1741 1 0 20 0 45520 0 select Ds ?? 0:00.10 [snmptrapd] 0 1745 1 0 20 0 43436 0 select D ?? 0:02.62 [snmpd] 0 1774 1 0 52 0 17452 0 kqread Ds ?? 0:00.00 [nscd] 0 1777 1 0 20 0 22196 0 select Ds ?? 0:00.21 [ntpd] 0 1780 1 0 20 0 12052 0 select Ds ?? 0:00.49 [powerd] 0 1804 1 0 20 0 22728 0 select Ds ?? 0:00.03 [openvpn] 0 1816 1 0 52 0 31552 0 pause Ds ?? 0:00.00 [nginx] 65534 1817 1816 0 20 0 31552 0 kqread D ?? 0:00.02 [nginx] 65534 1818 1816 0 20 0 31552 0 kqread D ?? 0:00.21 [nginx] 65534 1824 1 0 20 0 14312 0 select Ds ?? 0:05.18 [darkstat] 65534 1825 1824 0 52 0 14312 0 sbwait Ds ?? 0:00.00 [darkstat] 0 1828 1 0 20 0 54328 0 uwait Ds ?? 0:00.01 [bacula-fd] 0 1839 1 0 20 0 20252 0 select Ds ?? 0:00.08 [sendmail] 25 1842 1 0 20 0 20252 0 pause Ds ?? 0:00.00 [sendmail] 0 1846 1 0 20 0 14128 0 nanslp Ds ?? 0:00.02 [cron] 0 1899 1 0 52 0 16212 0 select Ds ?? 0:00.00 [inetd] 0 1916 1 0 52 0 12052 0 ttyin Ds+ ?? 0:00.00 [getty] 0 1917 1 0 52 0 12052 0 ttyin Ds+ ?? 0:00.00 [getty] 0 1918 1 0 52 0 12052 0 ttyin Ds+ ?? 0:00.00 [getty] 0 1919 1 0 52 0 12052 0 ttyin Ds+ ?? 0:00.00 [getty] 0 1920 1 0 52 0 12052 0 ttyin Ds+ ?? 0:00.00 [getty] 0 1921 1 0 52 0 12052 0 ttyin Ds+ ?? 0:00.00 [getty] 0 1922 1 0 52 0 12052 0 ttyin Ds+ ?? 0:00.00 [getty] 0 1923 1 0 52 0 12052 0 ttyin Ds+ ?? 0:00.00 [getty] 0 2011 1 0 20 0 46744 0 select Ds ?? 0:00.01 [sshd] 0 2113 1 0 20 0 10376 0 select Ds ?? 0:00.00 [devd] 0 2156 2011 0 20 0 67884 0 select Ds ?? 0:00.00 [sshd] 0 2158 2156 0 20 0 17532 0 ttyin Ds+ ?? 0:00.01 [csh] ------------------------------------------------------------------------ vmstat -s 25792842 cpu context switches 10045521 device interrupts 3250230 software interrupts 198951 traps 581380 system calls 20 kernel threads created 2094 fork() calls 50 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 892 vnode pager pageins 7641 vnode pager pages paged in 0 vnode pager pageouts 0 vnode pager pages paged out 0 page daemon wakeups 0 pages examined by the page daemon 536 pages reactivated 65252 copy-on-write faults 396 copy-on-write optimized faults 68356 zero fill pages zeroed 0 zero fill pages prezeroed 3 intransit blocking page faults 202166 total VM faults taken 0 pages affected by kernel thread creation 1061522 pages affected by fork() 22757 pages affected by vfork() 0 pages affected by rfork() 0 pages cached 200977 pages freed 0 pages freed by daemon 0 pages freed by exiting processes 10041 pages active 6644 pages inactive 15 pages in VM cache 42226 pages wired down 945589 pages free 4096 bytes per page 78544 total name lookups cache hits (88% pos + 5% neg) system 0% per-directory deletions 0%, falsehits 0%, toolong 0% ------------------------------------------------------------------------ vmstat -m Type InUse MemUse HighUse Requests Size(s) CAM dev queue 3 1K - 3 128 md_sii_data 0 0K - 11 512 CAM XPT 31 14K - 74 32,64,128,1024,2048 isadev 9 2K - 9 128 aacbuf 241 72K - 241 64,128 acpiintr 1 1K - 1 64 cdev 8 2K - 8 256 acpica 1374 147K - 37266 16,32,64,128,256,512,1024,2048,4096 sigio 3 1K - 3 64 filedesc 61 56K - 2192 16,32,64,128,512,1024,2048,4096 kenv 73 11K - 79 16,32,64,128 kqueue 8 15K - 59 256,512,2048 proc-args 33 3K - 1545 16,32,64,128,256 hhook 2 1K - 2 128 acpitask 1 2K - 1 2048 ithread 75 13K - 75 32,128,256 CAM queue 11 1K - 39 16,32 KTRACE 100 13K - 100 128 linker 287 122K - 331 16,32,64,128,256,512,1024,2048,4096 lockf 29 3K - 73 64,128 loginclass 2 1K - 21 64 ip6ndp 16 2K - 19 64,128 temp 11846 4019K - 192099 16,32,64,128,256,512,1024,2048,4096 devbuf 24103 67569K - 24491 16,32,64,128,256,512,1024,2048,4096 module 496 62K - 496 128 mtx_pool 2 16K - 2 USBdev 25 4K - 25 64,128,512 USB 38 108K - 39 16,32,64,128,256,2048 pmchooks 1 1K - 1 128 subproc 142 257K - 2255 512,4096 proc 2 16K - 2 session 31 4K - 58 128 pgrp 31 4K - 91 128 cred 46 8K - 9312 64,256 uidinfo 5 3K - 26 128,2048 plimit 15 4K - 397 256 ata_pci 1 1K - 1 64 scsi_cd 0 0K - 10 16 sysctltmp 0 0K - 415 16,32,64,128,4096 sysctloid 4171 211K - 4275 16,32,64,128 sysctl 0 0K - 2251 16,32,64 tidhash 1 16K - 1 callout 3 1536K - 3 umtx 390 49K - 390 128 p1003.1b 1 1K - 1 16 SWAP 2 549K - 2 64 bus-sc 93 631K - 4657 16,32,64,128,256,512,1024,2048,4096 bus 1244 104K - 7248 16,32,64,128,256,512,1024 devstat 6 13K - 6 32,4096 eventhandler 94 8K - 94 64,128 acpisem 16 2K - 16 128 kobj 329 1316K - 487 4096 CAM SIM 3 1K - 3 256 Per-cpu 1 1K - 1 32 CAM periph 4 1K - 18 16,32,64,128,256 rman 208 22K - 566 16,32,128 sbuf 0 0K - 698 16,32,64,128,256,512,1024,2048,4096 entropy 1024 64K - 1024 64 ctlmem 5062 10113K - 5062 128,2048 stack 0 0K - 2 256 taskqueue 19 2K - 19 16,32,128 Unitno 15 1K - 533 32,64 iov 0 0K - 1250 16,64,128,256,512 select 32 4K - 32 128 ioctlops 0 0K - 27198 16,32,64,128,256,512,1024 msg 4 30K - 4 2048,4096 sem 4 106K - 4 2048,4096 shm 1 20K - 1 tty 20 20K - 26 1024,2048 pts 1 1K - 5 256 accf 3 1K - 3 64 mbuf_tag 0 0K - 3091 32 shmfd 1 8K - 1 pcb 36 158K - 138 16,32,64,128,1024,2048,4096 soname 6 1K - 1658 16,32,128 vfscache 1 2048K - 1 vfs_hash 1 1024K - 1 DEVFS1 100 50K - 111 512 vnodes 2 1K - 4 64,256 DEVFS3 233 59K - 254 256 mount 29 2K - 132 16,32,64,128,256 vnodemarker 0 0K - 316 512 BPF 17 1027K - 21 16,128,512 ether_multi 73 4K - 84 16,32,64 ifaddr 134 34K - 134 32,64,128,256,512,2048,4096 ifnet 13 25K - 13 128,2048 DEVFS2 98 2K - 98 16 clone 7 28K - 7 4096 arpcom 6 1K - 6 16 lltable 75 25K - 80 256,512 tun 1 1K - 1 256 vlan 5 1K - 5 64,128 DEVFS_RULE 55 26K - 55 64,512 DEVFS 34 1K - 37 16,128 DEVFSP 1 1K - 2 64 routetbl 61 8K - 15194 32,64,128,256,512 igmp 12 3K - 12 256 in_multi 5 2K - 5 256 sctp_iter 0 0K - 7 256 sctp_ifn 5 1K - 5 128 sctp_ifa 9 2K - 9 128 sctp_vrf 1 1K - 1 64 sctp_a_it 0 0K - 7 16 hostcache 1 28K - 1 syncache 1 96K - 1 in6_multi 36 5K - 36 32,256 mld 12 2K - 12 128 rpc 2 1K - 2 256 audit_evclass 179 6K - 218 32 jblocks 2 1K - 2 128,256 savedino 0 0K - 38 256 sbdep 0 0K - 38 64 jsegdep 0 0K - 461 64 jseg 0 0K - 56 128 jfreefrag 0 0K - 5 128 jnewblk 0 0K - 156 128 jremref 0 0K - 140 128 jaddref 0 0K - 160 128 freework 1 1K - 121 64,128 newdirblk 0 0K - 7 64 dirrem 0 0K - 136 128 mkdir 0 0K - 14 128 diradd 0 0K - 146 128 freefile 0 0K - 91 64 freeblks 0 0K - 117 128 freefrag 0 0K - 5 128 newblk 1 128K - 157 256 bmsafemap 1 8K - 131 256 inodedep 2 1025K - 252 512 pagedep 1 128K - 36 256 ufs_dirhash 39 8K - 39 16,32,64,128,256,512 ufs_mount 3 37K - 4 512,4096 vm_pgdata 2 129K - 2 128 memdesc 1 4K - 1 4096 atkbddev 2 1K - 2 64 pfs_nodes 21 6K - 21 256 ctlblk 200 1600K - 200 GEOM 51 11K - 479 16,32,64,128,256,512,1024,2048 ramdisk 1 4096K - 1 acpidev 28 2K - 28 64 ctlpool 532 142K - 532 32,512 kbdmux 7 18K - 7 16,512,1024,2048 apmdev 1 1K - 1 128 madt_table 0 0K - 1 4096 feeder 7 1K - 7 32 pci_link 13 2K - 13 16,128 raid_data 0 0K - 72 32,128,256 io_apic 1 2K - 1 2048 MCA 6 1K - 6 128 msi 2 1K - 2 128 nexusdev 3 1K - 3 16 md_nvidia_data 0 0K - 11 512 IpFw/IpAcct 9 3K - 13 16,32,64,128,1024 ipfw_tbl 14 4K - 14 256 CARP 4 2K - 4 64,256,1024 dummynet 3 3K - 3 512,1024 cpuctl 1 1K - 1 32 netgraph_msg 0 0K - 5 64,128,256 netgraph_node 5 1K - 7 128,256 netgraph_hook 0 0K - 2 128 netgraph_sock 6 1K - 9 32,128 netgraph_path 0 0K - 4 16 netgraph_mppc 0 0K - 1 1024 ------------------------------------------------------------------------ vmstat -z ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP UMA Kegs: 208, 0, 112, 7, 112, 0, 0 UMA Zones: 896, 0, 112, 0, 112, 0, 0 UMA Slabs: 568, 0, 3995, 2, 5784, 0, 0 UMA RCntSlabs: 568, 0, 2500, 6, 2500, 0, 0 UMA Hash: 256, 0, 3, 12, 3, 0, 0 16 Bucket: 152, 0, 118, 7, 118, 0, 0 32 Bucket: 280, 0, 101, 11, 101, 1, 0 64 Bucket: 536, 0, 82, 2, 82, 57, 0 128 Bucket: 1048, 0, 167, 1, 167, 627, 0 VM OBJECT: 232, 0, 1534, 386, 28701, 0, 0 MAP: 232, 0, 7, 25, 7, 0, 0 KMAP ENTRY: 120, 150257, 47, 480, 15914, 0, 0 MAP ENTRY: 120, 0, 1032, 704, 81077, 0, 0 fakepg: 120, 0, 0, 0, 0, 0, 0 mt_zone: 4112, 0, 342, 1, 342, 0, 0 16: 16, 0, 2059, 461, 31981, 0, 0 32: 32, 0, 2489, 642, 20810, 0, 0 64: 64, 0, 17387, 813, 77667, 0, 0 128: 128, 0, 6527, 404, 81408, 0, 0 256: 256, 0, 667, 128, 22270, 0, 0 512: 512, 0, 7640, 1334, 43858, 0, 0 1024: 1024, 0, 43, 193, 11752, 0, 0 2048: 2048, 0, 5107, 403, 41161, 0, 0 4096: 4096, 0, 421, 85, 8725, 0, 0 Files: 80, 0, 144, 216, 23939, 0, 0 TURNSTILE: 136, 0, 196, 64, 196, 0, 0 umtx pi: 96, 0, 0, 0, 0, 0, 0 MAC labels: 40, 0, 0, 0, 0, 0, 0 PROC: 1184, 0, 52, 35, 2164, 0, 0 THREAD: 1128, 0, 150, 45, 151, 0, 0 SLEEPQUEUE: 80, 0, 196, 36, 196, 0, 0 VMSPACE: 392, 0, 33, 87, 2146, 0, 0 cpuset: 72, 0, 70, 80, 70, 0, 0 audit_record: 960, 0, 0, 0, 0, 0, 0 mbuf_packet: 256, 0, 4082, 793, 2617595, 0, 0 mbuf: 256, 0, 1025, 906, 9315933, 0, 0 mbuf_cluster: 2048, 65536, 4864, 6, 4864, 0, 0 mbuf_jumbo_page: 4096, 12800, 0, 65, 170, 0, 0 mbuf_jumbo_9k: 9216, 19200, 0, 0, 0, 0, 0 mbuf_jumbo_16k: 16384, 12800, 0, 0, 0, 0, 0 mbuf_ext_refcnt: 4, 0, 0, 0, 0, 0, 0 g_bio: 232, 0, 0, 272, 9746, 0, 0 ttyinq: 160, 0, 180, 252, 555, 0, 0 ttyoutq: 256, 0, 95, 130, 291, 0, 0 ata_request: 328, 0, 0, 36, 32, 0, 0 ata_composite: 336, 0, 0, 0, 0, 0, 0 VNODE: 480, 0, 3620, 36, 3722, 0, 0 VNODEPOLL: 112, 0, 0, 0, 0, 0, 0 NAMEI: 1024, 0, 0, 48, 33062, 0, 0 S VFS Cache: 108, 0, 3675, 87, 4825, 0, 0 STS VFS Cache: 148, 0, 0, 0, 0, 0, 0 L VFS Cache: 328, 0, 0, 0, 0, 0, 0 LTS VFS Cache: 368, 0, 0, 0, 0, 0, 0 DIRHASH: 1024, 0, 67, 29, 67, 0, 0 NCLNODE: 568, 0, 0, 0, 0, 0, 0 pipe: 728, 0, 9, 56, 1429, 0, 0 Mountpoints: 792, 0, 3, 12, 3, 0, 0 AIO: 208, 0, 0, 0, 0, 0, 0 AIOP: 32, 0, 0, 0, 0, 0, 0 AIOCB: 480, 0, 0, 0, 0, 0, 0 AIOL: 128, 0, 0, 0, 0, 0, 0 AIOLIO: 272, 0, 0, 0, 0, 0, 0 ksiginfo: 112, 0, 76, 980, 276, 0, 0 itimer: 344, 0, 1, 32, 2, 0, 0 pfsrctrpl: 152, 0, 0, 0, 0, 0, 0 pfrulepl: 936, 0, 0, 0, 0, 0, 0 pfstatepl: 288, 10010, 0, 0, 0, 0, 0 pfstatekeypl: 288, 0, 0, 0, 0, 0, 0 pfstateitempl: 288, 0, 0, 0, 0, 0, 0 pfaltqpl: 240, 0, 0, 0, 0, 0, 0 pfpooladdrpl: 88, 0, 0, 0, 0, 0, 0 pfrktable: 1296, 0, 0, 0, 0, 0, 0 pfrkentry: 160, 0, 0, 0, 0, 0, 0 pfrkcounters: 64, 0, 0, 0, 0, 0, 0 pffrent: 32, 5050, 0, 0, 0, 0, 0 pffrag: 80, 0, 0, 0, 0, 0, 0 pffrcache: 80, 10035, 0, 0, 0, 0, 0 pffrcent: 24, 50022, 0, 0, 0, 0, 0 pfstatescrub: 40, 0, 0, 0, 0, 0, 0 pfiaddrpl: 120, 0, 0, 0, 0, 0, 0 pfospfen: 112, 0, 0, 0, 0, 0, 0 pfosfp: 40, 0, 0, 0, 0, 0, 0 KNOTE: 128, 0, 21, 124, 6563, 0, 0 socket: 680, 204804, 57, 75, 13776, 0, 0 ipq: 56, 2079, 1, 125, 2, 0, 0 udp_inpcb: 392, 204800, 15, 85, 13304, 0, 0 udpcb: 16, 204960, 15, 657, 13304, 0, 0 tcp_inpcb: 392, 204800, 15, 55, 72, 0, 0 tcpcb: 976, 204800, 15, 33, 72, 0, 0 tcptw: 72, 41000, 0, 100, 34, 0, 0 syncache: 152, 15375, 0, 75, 38, 0, 0 hostcache: 136, 15372, 1, 55, 1, 0, 0 tcpreass: 40, 4116, 0, 168, 8, 0, 0 sackhole: 32, 0, 0, 0, 0, 0, 0 sctp_ep: 1376, 25600, 0, 0, 0, 0, 0 sctp_asoc: 2288, 40000, 0, 0, 0, 0, 0 sctp_laddr: 48, 80064, 0, 360, 8, 0, 0 sctp_raddr: 704, 80000, 0, 0, 0, 0, 0 sctp_chunk: 136, 400008, 0, 0, 0, 0, 0 sctp_readq: 104, 400032, 0, 0, 0, 0, 0 sctp_stream_msg_out: 112, 400026, 0, 0, 0, 0, 0 sctp_asconf: 40, 400008, 0, 0, 0, 0, 0 sctp_asconf_ack: 48, 400032, 0, 0, 0, 0, 0 ripcb: 392, 204800, 0, 40, 19, 0, 0 unpcb: 240, 204800, 20, 60, 355, 0, 0 rtentry: 200, 0, 34, 61, 40, 0, 0 IPFW dynamic rule: 120, 0, 0, 0, 0, 0, 0 selfd: 56, 0, 85, 545, 102498, 0, 0 SWAPMETA: 288, 116519, 0, 0, 0, 0, 0 FFS inode: 168, 0, 3522, 130, 3615, 0, 0 FFS1 dinode: 128, 0, 0, 0, 0, 0, 0 FFS2 dinode: 256, 0, 3522, 153, 3615, 0, 0 NetGraph items: 72, 4118, 0, 58, 7, 0, 0 NetGraph data items: 72, 522, 0, 58, 4, 0, 0 ------------------------------------------------------------------------ vmstat -i interrupt total rate irq14: ata0 43 1 irq17: aac0 2925 94 irq20: hpet0 3711667 119731 irq22: uhci1 22 0 irq23: uhci0 uhci2+ 2 0 irq256: bce0 3157833 101865 irq257: bce1 3173029 102355 Total 10045521 324049 ------------------------------------------------------------------------ pstat -T 144/204800 files 0M/4095M swap space ------------------------------------------------------------------------ pstat -s Device 512-blocks Used Avail Capacity /dev/aacd0p3 8388352 0 8388352 0% ------------------------------------------------------------------------ iostat iostat: kvm_read(_tk_nin): invalid address (0x0) iostat: disabling TTY statistics aacd0 cd0 pass0 cpu KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id 31.16 98 2.97 0.00 1 0.00 0.00 0 0.00 0 0 0 3 96 ------------------------------------------------------------------------ ipcs -a Message Queues: T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM QBYTES LSPID LRPID STIME RTIME CTIME Shared Memory: T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME Semaphores: T ID KEY MODE OWNER GROUP CREATOR CGROUP NSEMS OTIME CTIME ------------------------------------------------------------------------ ipcs -T msginfo: msgmax: 16384 (max characters in a message) msgmni: 40 (# of message queues) msgmnb: 2048 (max characters in a message queue) msgtql: 40 (max # of messages in system) msgssz: 8 (size of a message segment) msgseg: 2048 (# of message segments in system) shminfo: shmmax: 536870912 (max shared memory segment size) shmmin: 1 (min shared memory segment size) shmmni: 192 (max number of shared memory identifiers) shmseg: 128 (max shared memory segments per process) shmall: 131072 (max amount of shared memory in pages) seminfo: semmni: 50 (# of semaphore identifiers) semmns: 340 (# of semaphores in system) semmnu: 150 (# of undo structures in system) semmsl: 340 (max # of semaphores per id) semopm: 100 (max # of operations per semop call) semume: 50 (max # of undo entries per process) semusz: 632 (size in bytes of undo structure) semvmx: 32767 (semaphore maximum value) semaem: 16384 (adjust on exit max value) ------------------------------------------------------------------------ nfsstat Client Info: Rpc Counts: Getattr Setattr Lookup Readlink Read Write Create Remove 0 0 0 0 0 0 0 0 Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access 0 0 0 0 0 0 0 0 Mknod Fsstat Fsinfo PathConf Commit 0 0 0 0 0 Rpc Info: TimedOut Invalid X Replies Retries Requests 0 0 0 0 0 Cache Info: Attr Hits Misses Lkup Hits Misses BioR Hits Misses BioW Hits Misses 0 0 0 0 0 0 0 0 BioRLHits Misses BioD Hits Misses DirE Hits Misses Accs Hits Misses 0 0 0 0 0 0 0 0 Server Info: Getattr Setattr Lookup Readlink Read Write Create Remove 0 0 0 0 0 0 0 0 Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access 0 0 0 0 0 0 0 0 Mknod Fsstat Fsinfo PathConf Commit 0 0 0 0 0 Server Ret-Failed 0 Server Faults 0 Server Cache Stats: Inprog Idem Non-idem Misses 0 0 0 0 Server Write Gathering: WriteOps WriteRPC Opsaved 0 0 0 ------------------------------------------------------------------------ netstat -s tcp: 2690 packets sent 2473 data packets (907283 bytes) 0 data packets (0 bytes) retransmitted 0 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 179 ack-only packets (72 delayed) 0 URG only packets 0 window probe packets 0 window update packets 38 control packets 11949 packets received 2744 acks (for 907358 bytes) 30 duplicate acks 0 acks for unsent data 1245 packets (64908 bytes) received in-sequence 1 completely duplicate packet (0 bytes) 0 old duplicate packets 0 packets with some dup. data (0 bytes duped) 8 out-of-order packets (32 bytes) 0 packets (0 bytes) of data after window 0 window probes 0 window update packets 0 packets received after close 0 discarded for bad checksums 0 discarded for bad header offset fields 0 discarded because packet too short 0 discarded due to memory problems 1 connection request 38 connection accepts 0 bad connection attempts 0 listen queue overflows 0 ignored RSTs in the windows 38 connections established (including accepts) 57 connections closed (including 1 drop) 2 connections updated cached RTT on close 2 connections updated cached RTT variance on close 0 connections updated cached ssthresh on close 1 embryonic connection dropped 2715 segments updated rtt (of 2305 attempts) 8 retransmit timeouts 0 connections dropped by rexmit timeout 0 persist timeouts 0 connections dropped by persist timeout 0 Connections (fin_wait_2) dropped because of timeout 1 keepalive timeout 0 keepalive probes sent 1 connection dropped by keepalive 2034 correct ACK header predictions 834 correct data packet header predictions 38 syncache entries added 0 retransmitted 0 dupsyn 0 dropped 38 completed 0 bucket overflow 0 cache overflow 0 reset 0 stale 0 aborted 0 badack 0 unreach 0 zone failures 38 cookies sent 0 cookies received 1 hostcache entrie added 0 bucket overflow 0 SACK recovery episodes 0 segment rexmits in SACK recovery episodes 0 byte rexmits in SACK recovery episodes 0 SACK options (SACK blocks) received 0 SACK options (SACK blocks) sent 0 SACK scoreboard overflow 0 packets with ECN CE bit set 0 packets with ECN ECT(0) bit set 0 packets with ECN ECT(1) bit set 0 successful ECN handshakes 0 times ECN reduced the congestion window udp: 34819 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 80 with no checksum 15585 dropped due to no socket 19055 broadcast/multicast datagrams undelivered 0 dropped due to full socket buffers 0 not for hashed pcb 179 delivered 192 datagrams output 0 times multicast source filter matched ip: 4649635 total packets received 0 bad header checksums 0 with size smaller than minimum 0 with data size < data length 0 with ip length > max ip packet size 0 with header length < data size 0 with data length < header length 0 with bad options 0 with incorrect version number 2 fragments received 0 fragments dropped (dup or out of space) 1 fragment dropped after timeout 0 packets reassembled ok 46771 packets for this host 972 packets for unknown/unsupported protocol 4594518 packets forwarded (0 packets fast forwarded) 7396 packets not forwardable 0 packets received for unknown multicast group 311 redirects sent 3235 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 2 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: 27 calls to icmp_error 0 errors not generated in response to an icmp message Output histogram: echo reply: 1 destination unreachable: 3 routing redirect: 311 time exceeded: 24 0 messages with bad code fields 0 messages less than the minimum length 0 messages with bad checksum 0 messages with bad length 0 multicast echo requests ignored 0 multicast timestamp requests ignored Input histogram: destination unreachable: 394 echo: 1 1 message response generated 0 invalid return addresses 0 no return routes igmp: 578 messages received 0 messages received with too few bytes 0 messages received with wrong TTL 0 messages received with bad checksum 50 V1/V2 membership queries received 0 V3 membership queries received 0 membership queries received with invalid field(s) 50 general queries received 0 group queries received 0 group-source queries received 0 group-source queries dropped 505 membership reports received 0 membership reports received with invalid field(s) 39 membership reports received for groups to which we belong 0 V3 reports received without Router Alert 13 membership reports sent arp: 37 ARP requests sent 1767 ARP replies sent 23760 ARP requests received 34 ARP replies received 46018 ARP packets received 2 total packets dropped due to no ARP entry 4 ARP entrys timed out 0 Duplicate IPs seen ip6: 0 total packets received 0 with size smaller than minimum 0 with data size < data length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 fragments that exceeded limit 0 packets reassembled ok 0 packets for this host 0 packets forwarded 0 packets not forwardable 0 redirects sent 13 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 6 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 packets that violated scope rules 0 multicast packets which we don't join Mbuf statistics: 2476 one mbuf two or more mbuf: bce0= 4411 0 one ext mbuf 0 two or more ext mbuf 0 packets whose headers are not contiguous 0 tunneling packets that can't find gif 0 packets discarded because of too many headers 0 failures of source address selection Source addresses selection rule applied: icmp6: 0 calls to icmp6_error 0 errors not generated in response to an icmp6 message 0 errors not generated because of rate limitation Output histogram: neighbor solicitation: 3 MLDv2 listener report: 4 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 5107/1699/6806 mbufs in use (current/cache/total) 4071/799/4870/65536 mbuf clusters in use (current/cache/total/max) 4082/793 mbuf+clusters out of packet secondary zone in use (current/cache) 0/65/65/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) 9418K/2282K/11701K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines ------------------------------------------------------------------------ netstat -id Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll Drop bce0 1500 <Link#1> XX:XX:XX:XX:XX:XX 1993259 0 0 2664345 0 0 0 bce0 1500 XXXX::XXX:XXX XXXX::XXX:XXXX:XX 0 - - 0 - - - bce0 1500 XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX 11008 - - 6178 - - - bce1 1500 <Link#2> XX:XX:XX:XX:XX:XX 2714462 0 0 1938131 0 0 0 bce1 1500 XXXX::XXX:XXX XXXX::XXX:XXXX:XX 0 - - 1 - - - usbus 0 <Link#3> 0 0 0 0 0 0 0 usbus 0 <Link#4> 0 0 0 0 0 0 0 usbus 0 <Link#5> 0 0 0 0 0 0 0 usbus 0 <Link#6> 0 0 0 0 0 0 0 ipfw0 65536 <Link#7> 0 0 0 0 0 0 0 lo0 16384 <Link#8> 0 0 0 0 0 0 0 lo0 16384 localhost ::1 0 - - 0 - - - lo0 16384 fe80::1%lo0 fe80::1 0 - - 0 - - - lo0 16384 your-net localhost 0 - - 0 - - - vlan1 1500 <Link#9> XX:XX:XX:XX:XX:XX 2679735 0 0 1938131 0 0 0 vlan1 1500 XXX.XXX.XXX.XXX YYYYYYYYYYYYYYYY. 24200 - - 253 - - - vlan2 1500 <Link#10> 00:00:00:00:00:00 0 0 0 0 0 0 0 carp0 1500 <Link#11> 1 0 0 3060 0 0 0 carp0 1500 XXX.XXX.XXX.XXX logs 297 - - 0 - - - tun0 1500 <Link#12> 0 0 0 272 0 0 0 tun0 1500 XXXX::XXX:XXX XXXX::XXX:XXXX:XX 0 - - 2 - - - tun0 1500 X.X.X.X/32 X.X.X.X 0 - - 0 - - - ------------------------------------------------------------------------ netstat -anr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default xxx.xxx.xxx.49 UGS 1 1938036 vlan11 10.5.0.0/24 10.5.0.2 UGS 0 267 tun0 10.5.0.1 link#12 UHS 0 0 lo0 10.5.0.2 link#12 UH 0 0 tun0 127.0.0.1 link#8 UH 0 0 lo0 xxx.xxx.0.0/16 link#1 U 0 2659170 bce0 xxx.xxx.1.2 link#1 UHS 0 0 lo0 xxx.xxx.1.3 link#11 UH 0 0 carp0 192.168.17.0/24 xxx.xxx.1.10 UGS 0 0 bce0 192.168.18.0/24 xxx.xxx.1.20 UGS 0 0 bce0 xxx.xxx.xxx.48/29 link#9 U 0 89 vlan11 xxx.xxx.xxx.52 link#9 UHS 0 0 lo0 xxx.xxx.xxx.54 xxx.xxx.1.110 UGHS 0 311 bce0 Internet6: Destination Gateway Flags Netif Expire ::/96 ::1 UGRS lo0 ::1 link#8 UH lo0 ::ffff:0.0.0.0/96 ::1 UGRS lo0 fe80::/10 ::1 UGRS lo0 fe80::%bce0/64 link#1 U bce0 xxxx::xxx:xxxx:xxxx:ec2a%bce0 link#1 UHS lo0 fe80::%bce1/64 link#2 U bce1 xxxx::xxx:xxxx:xxxx:ec2c%bce1 link#2 UHS lo0 fe80::%lo0/64 link#8 U lo0 fe80::1%lo0 link#8 UHS lo0 fe80::%12/64 link#12 U tun0 xxxx::xxx:xxxx:xxxx:ec2a%12 link#12 UHS lo0 ff01::%bce0/32 xxxx::xxx:xxxx:xxxx:ec2a%bce0 U bce0 ff01::%bce1/32 xxxx::xxx:xxxx:xxxx:ec2c%bce1 U bce1 ff01::%lo0/32 ::1 U lo0 ff01::%12/32 xxxx::xxx:xxxx:xxxx:ec2a%12 U tun0 ff02::/16 ::1 UGRS lo0 ff02::%bce0/32 xxxx::xxx:xxxx:xxxx:ec2a%bce0 U bce0 ff02::%bce1/32 xxxx::xxx:xxxx:xxxx:ec2c%bce1 U bce1 ff02::%lo0/32 ::1 U lo0 ff02::%12/32 xxxx::xxx:xxxx:xxxx:ec2a%12 U tun0 ------------------------------------------------------------------------ netstat -anA Active Internet connections (including servers) Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state) fffffe00250673d0 tcp4 0 0 xxx.xxx.1.2.22222 xxx.xxx.3.20.47300 ESTABLISHED fffffe00253da7a0 tcp4 0 0 *.22222 *.* LISTEN fffffe00253dab70 tcp6 0 0 *.22222 *.* LISTEN fffffe00251ce7a0 tcp4 0 0 *.37 *.* LISTEN fffffe00253db3d0 tcp4 0 0 127.0.0.1.25 *.* LISTEN fffffe0025234b70 tcp4 0 0 *.9102 *.* LISTEN fffffe0025235000 tcp4 0 0 xxx.xxx.1.2.667 *.* LISTEN fffffe0025067000 tcp4 0 0 *.443 *.* LISTEN fffffe0025066b70 tcp4 0 0 *.80 *.* LISTEN fffffe00252353d0 tcp4 0 0 *.199 *.* LISTEN fffffe00251ce000 tcp4 0 0 *.1723 *.* LISTEN fffffe00251ce3d0 tcp4 0 0 127.0.0.1.5005 *.* LISTEN fffffe00250667a0 tcp6 0 0 ::1.953 *.* LISTEN fffffe0025066000 tcp4 0 0 127.0.0.1.953 *.* LISTEN fffffe00250663d0 tcp4 0 0 127.0.0.1.53 *.* LISTEN fffffe0011415310 udp4 0 0 10.5.0.1.123 *.* fffffe0011425930 udp4 0 0 xxx.xxx.xxx.52.500 *.* fffffe0011425000 udp4 0 0 xxx.xxx.1.3.123 *.* fffffe0011425310 udp4 0 0 xxx.xxx.xxx.52.123 *.* fffffe0011415c40 udp4 0 0 127.0.0.1.123 *.* fffffe00114157a8 udp6 0 0 fe80:8::1.123 *.* fffffe0011415188 udp6 0 0 ::1.123 *.* fffffe0011415498 udp6 0 0 xxxx:x::xxx:xxxf.1 *.* fffffe0011415620 udp4 0 0 xxx.xxx.1.2.123 *.* fffffe0011415930 udp6 0 0 xxxx:x::xxx:xxxf.1 *.* fffffe0011415ab8 udp6 0 0 *.123 *.* fffffe0011415dc8 udp4 0 0 *.123 *.* fffffe0011459498 udp4 0 0 *.161 *.* fffffe0011425620 udp4 0 0 xxx.xxx.1.2.162 *.* fffffe0011425188 udp4 0 0 127.0.0.1.53 *.* Active UNIX domain sockets Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr fffffe0011f2d3c0 stream 0 0 fffffe0025cc81e0 0 0 0 /var/run/devd.pipe fffffe00119a3a50 stream 0 0 0 fffffe00119a3b40 0 0 fffffe00119a3b40 stream 0 0 0 fffffe00119a3a50 0 0 fffffe0011f14c30 stream 0 0 0 fffffe0011f14d20 0 0 fffffe0011f14d20 stream 0 0 0 fffffe0011f14c30 0 0 fffffe0011f14e10 stream 0 0 0 fffffe0011f2d000 0 0 fffffe0011f2d000 stream 0 0 0 fffffe0011f14e10 0 0 fffffe0011f14000 stream 0 0 fffffe0011433780 0 0 0 /var/run/nscd fffffe0011427d20 dgram 0 0 0 fffffe0011f12960 0 fffffe0011427e10 fffffe0011f14b40 dgram 0 0 0 fffffe0011f12870 0 0 fffffe0011427e10 dgram 0 0 0 fffffe0011f12960 0 fffffe0011f2d1e0 fffffe0011f2d1e0 dgram 0 0 0 fffffe0011f12960 0 fffffe0011f2d2d0 fffffe0011f2d2d0 dgram 0 0 0 fffffe0011f12960 0 fffffe0011f125a0 fffffe0011f125a0 dgram 0 0 0 fffffe0011f12960 0 fffffe0011f140f0 fffffe0011f140f0 dgram 0 0 0 fffffe0011f12960 0 fffffe0011f141e0 fffffe0011f141e0 dgram 0 0 0 fffffe0011f12960 0 0 fffffe0011f12780 dgram 0 0 fffffe0011f2f3c0 0 0 0 /var/named/var/run/log fffffe0011f12870 dgram 0 0 fffffe0011f2f780 0 fffffe0011f14b40 0 /var/run/log fffffe0011f12960 dgram 0 0 fffffe0011f2f960 0 fffffe0011427d20 0 /var/run/logpriv fffffe0011f12a50 dgram 0 0 fffffe0011f2fb40 0 0 0 /var/run/log ------------------------------------------------------------------------ netstat -aL Current listen queue sizes (qlen/incqlen/maxqlen) Proto Listen Local Address tcp4 0/0/128 *.22222 tcp6 0/0/128 *.22222 tcp4 0/0/64 *.time tcp4 0/0/10 localhost.smtp tcp4 0/0/50 *.bacula-fd tcp4 0/0/4096 xxx.xxx.1.2.disclose tcp4 0/0/4096 *.https tcp4 0/0/4096 *.http tcp4 0/0/128 *.smux tcp4 0/0/2 *.pptp tcp4 0/0/2 localhost.5005 tcp6 0/0/128 localhost.rndc tcp4 0/0/128 localhost.rndc tcp4 0/0/3 localhost.domain unix 0/0/4 /var/run/devd.pipe unix 0/0/4096 /var/run/nscd ------------------------------------------------------------------------ fstat USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root csh 2158 root / 2 drwxr-xr-x 1024 r root csh 2158 wd / 95986176 drwxr-xr-x 512 r root csh 2158 text / 71026605 -r-xr-xr-x 382248 r root csh 2158 ctty /dev 112 crw--w---- pts/0 rw root csh 2158 15 /dev 112 crw--w---- pts/0 rw root csh 2158 16 /dev 112 crw--w---- pts/0 rw root csh 2158 17 /dev 112 crw--w---- pts/0 rw root csh 2158 18 /dev 112 crw--w---- pts/0 rw root csh 2158 19 /dev 112 crw--w---- pts/0 rw root sshd 2156 root / 2 drwxr-xr-x 1024 r root sshd 2156 wd / 2 drwxr-xr-x 1024 r root sshd 2156 text / 54344337 -r-xr-xr-x 269544 r root sshd 2156 0 /dev 22 crw-rw-rw- null rw root sshd 2156 1 /dev 22 crw-rw-rw- null rw root sshd 2156 2 /dev 22 crw-rw-rw- null rw root sshd 2156 3* internet stream tcp fffffe00250673d0 root sshd 2156 4* pipe fffffe0007dc8888 <-> fffffe0007dc89e0 0 rw root sshd 2156 5* pipe fffffe0007dc89e0 <-> fffffe0007dc8888 0 rw root sshd 2156 6* pseudo-terminal master pts/0 rw root sshd 2156 8* pseudo-terminal master pts/0 rw root sshd 2156 9* pseudo-terminal master pts/0 rw root devd 2113 root / 2 drwxr-xr-x 1024 r root devd 2113 wd / 2 drwxr-xr-x 1024 r root devd 2113 text / 84670188 -r-xr-xr-x 454184 r root devd 2113 0 /dev 22 crw-rw-rw- null rw root devd 2113 1 /dev 22 crw-rw-rw- null rw root devd 2113 2 /dev 22 crw-rw-rw- null rw root devd 2113 3 /dev 4 crw------- devctl r root devd 2113 4* local stream fffffe0011f2d3c0 root devd 2113 5 / 23444387 -rw------- 4 w root sshd 2011 root / 2 drwxr-xr-x 1024 r root sshd 2011 wd / 2 drwxr-xr-x 1024 r root sshd 2011 text / 54344337 -r-xr-xr-x 269544 r root sshd 2011 0 /dev 22 crw-rw-rw- null rw root sshd 2011 1 /dev 22 crw-rw-rw- null rw root sshd 2011 2 /dev 22 crw-rw-rw- null rw root sshd 2011 3* internet6 stream tcp fffffe00253dab70 root sshd 2011 4* internet stream tcp fffffe00253da7a0 root getty 1923 root / 2 drwxr-xr-x 1024 r root getty 1923 wd / 2 drwxr-xr-x 1024 r root getty 1923 text / 54344061 -r-xr-xr-x 28024 r root getty 1923 ctty /dev 50 crw------- ttyv7 rw root getty 1923 0 /dev 50 crw------- ttyv7 rw root getty 1923 1 /dev 50 crw------- ttyv7 rw root getty 1923 2 /dev 50 crw------- ttyv7 rw root getty 1922 root / 2 drwxr-xr-x 1024 r root getty 1922 wd / 2 drwxr-xr-x 1024 r root getty 1922 text / 54344061 -r-xr-xr-x 28024 r root getty 1922 ctty /dev 49 crw------- ttyv6 rw root getty 1922 0 /dev 49 crw------- ttyv6 rw root getty 1922 1 /dev 49 crw------- ttyv6 rw root getty 1922 2 /dev 49 crw------- ttyv6 rw root getty 1921 root / 2 drwxr-xr-x 1024 r root getty 1921 wd / 2 drwxr-xr-x 1024 r root getty 1921 text / 54344061 -r-xr-xr-x 28024 r root getty 1921 ctty /dev 48 crw------- ttyv5 rw root getty 1921 0 /dev 48 crw------- ttyv5 rw root getty 1921 1 /dev 48 crw------- ttyv5 rw root getty 1921 2 /dev 48 crw------- ttyv5 rw root getty 1920 root / 2 drwxr-xr-x 1024 r root getty 1920 wd / 2 drwxr-xr-x 1024 r root getty 1920 text / 54344061 -r-xr-xr-x 28024 r root getty 1920 ctty /dev 47 crw------- ttyv4 rw root getty 1920 0 /dev 47 crw------- ttyv4 rw root getty 1920 1 /dev 47 crw------- ttyv4 rw root getty 1920 2 /dev 47 crw------- ttyv4 rw root getty 1919 root / 2 drwxr-xr-x 1024 r root getty 1919 wd / 2 drwxr-xr-x 1024 r root getty 1919 text / 54344061 -r-xr-xr-x 28024 r root getty 1919 ctty /dev 46 crw------- ttyv3 rw root getty 1919 0 /dev 46 crw------- ttyv3 rw root getty 1919 1 /dev 46 crw------- ttyv3 rw root getty 1919 2 /dev 46 crw------- ttyv3 rw root getty 1918 root / 2 drwxr-xr-x 1024 r root getty 1918 wd / 2 drwxr-xr-x 1024 r root getty 1918 text / 54344061 -r-xr-xr-x 28024 r root getty 1918 ctty /dev 45 crw------- ttyv2 rw root getty 1918 0 /dev 45 crw------- ttyv2 rw root getty 1918 1 /dev 45 crw------- ttyv2 rw root getty 1918 2 /dev 45 crw------- ttyv2 rw root getty 1917 root / 2 drwxr-xr-x 1024 r root getty 1917 wd / 2 drwxr-xr-x 1024 r root getty 1917 text / 54344061 -r-xr-xr-x 28024 r root getty 1917 ctty /dev 44 crw------- ttyv1 rw root getty 1917 0 /dev 44 crw------- ttyv1 rw root getty 1917 1 /dev 44 crw------- ttyv1 rw root getty 1917 2 /dev 44 crw------- ttyv1 rw root getty 1916 root / 2 drwxr-xr-x 1024 r root getty 1916 wd / 2 drwxr-xr-x 1024 r root getty 1916 text / 54344061 -r-xr-xr-x 28024 r root getty 1916 ctty /dev 43 crw------- ttyv0 rw root getty 1916 0 /dev 43 crw------- ttyv0 rw root getty 1916 1 /dev 43 crw------- ttyv0 rw root getty 1916 2 /dev 43 crw------- ttyv0 rw root inetd 1899 root / 2 drwxr-xr-x 1024 r root inetd 1899 wd / 2 drwxr-xr-x 1024 r root inetd 1899 text / 54344206 -r-xr-xr-x 49776 r root inetd 1899 0 /dev 22 crw-rw-rw- null rw root inetd 1899 1 /dev 22 crw-rw-rw- null rw root inetd 1899 2 /dev 22 crw-rw-rw- null rw root inetd 1899 3 / 23444399 -rw------- 4 w root inetd 1899 4* pipe fffffe0007db62d8 <-> fffffe0007db6430 0 rw root inetd 1899 5* internet stream tcp fffffe00251ce7a0 root inetd 1899 6* pipe fffffe0007db6430 <-> fffffe0007db62d8 0 rw root cron 1846 root / 2 drwxr-xr-x 1024 r root cron 1846 wd / 23434759 drwxr-x--- 512 r root cron 1846 text / 54344151 -r-xr-xr-x 41448 r root cron 1846 0 /dev 22 crw-rw-rw- null rw root cron 1846 1 /dev 22 crw-rw-rw- null rw root cron 1846 2 /dev 22 crw-rw-rw- null rw root cron 1846 3 / 23444398 -rw------- 4 w root cron 1846 5* local dgram fffffe0011427d20 <-> fffffe0011f12960 smmsp sendmail 1842 root / 2 drwxr-xr-x 1024 r smmsp sendmail 1842 wd / 23434782 drwxrwx--- 512 r smmsp sendmail 1842 text / 54344096 -r-xr-sr-x 719256 r smmsp sendmail 1842 0 /dev 22 crw-rw-rw- null r smmsp sendmail 1842 1 /dev 22 crw-rw-rw- null w smmsp sendmail 1842 2 /dev 22 crw-rw-rw- null w smmsp sendmail 1842 3* local dgram fffffe0011f14b40 <-> fffffe0011f12870 smmsp sendmail 1842 4 / 23444353 -rw------- 50 w root sendmail 1839 root / 2 drwxr-xr-x 1024 r root sendmail 1839 wd / 23434779 drwxr-xr-x 512 r root sendmail 1839 text / 54344096 -r-xr-sr-x 719256 r root sendmail 1839 0 /dev 22 crw-rw-rw- null r root sendmail 1839 1 /dev 22 crw-rw-rw- null w root sendmail 1839 2 /dev 22 crw-rw-rw- null w root sendmail 1839 3* internet stream tcp fffffe00253db3d0 root sendmail 1839 4* local dgram fffffe0011427e10 <-> fffffe0011f12960 root sendmail 1839 5 / 23434854 -rw------- 79 w root bacula-fd 1828 root / 2 drwxr-xr-x 1024 r root bacula-fd 1828 wd / 2 drwxr-xr-x 1024 r root bacula-fd 1828 text / 54413637 -rwxr-xr-x 200802 r root bacula-fd 1828 0 /dev 22 crw-rw-rw- null r root bacula-fd 1828 1 /dev 22 crw-rw-rw- null r root bacula-fd 1828 2 /dev 22 crw-rw-rw- null r root bacula-fd 1828 3* internet stream tcp fffffe0025234b70 nobody darkstat 1825 root / 2 drwxr-xr-x 1024 r nobody darkstat 1825 wd / 23515016 drwxr-xr-x 512 r nobody darkstat 1825 text / 54414155 -r-xr-xr-x 119075 r nobody darkstat 1825 0 /dev 22 crw-rw-rw- null rw nobody darkstat 1825 1 /dev 22 crw-rw-rw- null rw nobody darkstat 1825 2 /dev 22 crw-rw-rw- null rw nobody darkstat 1825 3* local stream fffffe00119a3b40 <-> fffffe00119a3a50 nobody darkstat 1824 root / 23515016 drwxr-xr-x 512 r nobody darkstat 1824 wd / 23515016 drwxr-xr-x 512 r nobody darkstat 1824 jail / 23515016 drwxr-xr-x 512 r nobody darkstat 1824 text / 54414155 -r-xr-xr-x 119075 r nobody darkstat 1824 0 /dev 22 crw-rw-rw- null rw nobody darkstat 1824 1 /dev 22 crw-rw-rw- null rw nobody darkstat 1824 2 /dev 22 crw-rw-rw- null rw nobody darkstat 1824 3 /dev 11 crw------- bpf rw nobody darkstat 1824 7* local stream fffffe00119a3a50 <-> fffffe00119a3b40 nobody darkstat 1824 8* internet stream tcp fffffe0025235000 nobody nginx 1818 root / 2 drwxr-xr-x 1024 r nobody nginx 1818 wd / 2 drwxr-xr-x 1024 r nobody nginx 1818 text / 54427247 -r-xr-xr-x 671040 r nobody nginx 1818 0 /dev 22 crw-rw-rw- null rw nobody nginx 1818 1 /dev 22 crw-rw-rw- null rw nobody nginx 1818 2 / 23434930 -rw-r--r-- 0 w nobody nginx 1818 3* local stream fffffe0011f2d000 <-> fffffe0011f14e10 nobody nginx 1818 4 / 23434930 -rw-r--r-- 0 w nobody nginx 1818 5 /dev 22 crw-rw-rw- null w nobody nginx 1818 6* internet stream tcp fffffe0025066b70 nobody nginx 1818 7* internet stream tcp fffffe0025067000 nobody nginx 1818 10* local stream fffffe0011f14c30 <-> fffffe0011f14d20 nobody nginx 1817 root / 2 drwxr-xr-x 1024 r nobody nginx 1817 wd / 2 drwxr-xr-x 1024 r nobody nginx 1817 text / 54427247 -r-xr-xr-x 671040 r nobody nginx 1817 0 /dev 22 crw-rw-rw- null rw nobody nginx 1817 1 /dev 22 crw-rw-rw- null rw nobody nginx 1817 2 / 23434930 -rw-r--r-- 0 w nobody nginx 1817 3* local stream fffffe0011f14d20 <-> fffffe0011f14c30 nobody nginx 1817 4 / 23434930 -rw-r--r-- 0 w nobody nginx 1817 5 /dev 22 crw-rw-rw- null w nobody nginx 1817 6* internet stream tcp fffffe0025066b70 nobody nginx 1817 7* internet stream tcp fffffe0025067000 nobody nginx 1817 8* local stream fffffe0011f14e10 <-> fffffe0011f2d000 root nginx 1816 root / 2 drwxr-xr-x 1024 r root nginx 1816 wd / 2 drwxr-xr-x 1024 r root nginx 1816 text / 54427247 -r-xr-xr-x 671040 r root nginx 1816 0 /dev 22 crw-rw-rw- null rw root nginx 1816 1 /dev 22 crw-rw-rw- null rw root nginx 1816 2 / 23434930 -rw-r--r-- 0 w root nginx 1816 3* local stream fffffe0011f2d000 <-> fffffe0011f14e10 root nginx 1816 4 / 23434930 -rw-r--r-- 0 w root nginx 1816 5 /dev 22 crw-rw-rw- null w root nginx 1816 6* internet stream tcp fffffe0025066b70 root nginx 1816 7* internet stream tcp fffffe0025067000 root nginx 1816 8* local stream fffffe0011f14e10 <-> fffffe0011f2d000 root nginx 1816 9* local stream fffffe0011f14d20 <-> fffffe0011f14c30 root nginx 1816 10* local stream fffffe0011f14c30 <-> fffffe0011f14d20 root openvpn 1804 root / 2 drwxr-xr-x 1024 r root openvpn 1804 wd / 54574294 drwxrwxrwx 512 r root openvpn 1804 text / 54426956 -r-xr-xr-x 515808 r root openvpn 1804 0 /dev 22 crw-rw-rw- null rw root openvpn 1804 1 - - bad - root openvpn 1804 2 - - bad - root openvpn 1804 3* internet dgram udp fffffe0011425930 root openvpn 1804 4* local dgram fffffe0011f2d1e0 <-> fffffe0011f12960 root openvpn 1804 5 /dev 111 crw------- tun0 rw root powerd 1780 root / 2 drwxr-xr-x 1024 r root powerd 1780 wd / 2 drwxr-xr-x 1024 r root powerd 1780 text / 54344290 -r-xr-xr-x 15616 r root powerd 1780 0 /dev 22 crw-rw-rw- null rw root powerd 1780 1 /dev 22 crw-rw-rw- null rw root powerd 1780 2 /dev 22 crw-rw-rw- null rw root powerd 1780 3 / 23434825 -rw------- 4 w root ntpd 1777 root / 2 drwxr-xr-x 1024 r root ntpd 1777 wd / 2 drwxr-xr-x 1024 r root ntpd 1777 text / 54344271 -r-xr-xr-x 392472 r root ntpd 1777 0 /dev 22 crw-rw-rw- null rw root ntpd 1777 1 /dev 22 crw-rw-rw- null rw root ntpd 1777 2 /dev 22 crw-rw-rw- null rw root ntpd 1777 3* local dgram fffffe0011f2d2d0 <-> fffffe0011f12960 root ntpd 1777 20* internet dgram udp fffffe0011415dc8 root ntpd 1777 21* internet6 dgram udp fffffe0011415ab8 root ntpd 1777 22* internet6 dgram udp fffffe0011415930 root ntpd 1777 23* internet dgram udp fffffe0011415620 root ntpd 1777 24* internet6 dgram udp fffffe0011415498 root ntpd 1777 25* internet6 dgram udp fffffe0011415188 root ntpd 1777 26* internet6 dgram udp fffffe00114157a8 root ntpd 1777 27* internet dgram udp fffffe0011415c40 root ntpd 1777 28* internet dgram udp fffffe0011425310 root ntpd 1777 29* internet dgram udp fffffe0011425000 root ntpd 1777 30* route raw 0 fffffe00252382a8 root ntpd 1777 31* internet dgram udp fffffe0011415310 root nscd 1774 root / 2 drwxr-xr-x 1024 r root nscd 1774 wd / 2 drwxr-xr-x 1024 r root nscd 1774 text / 54344268 -r-xr-xr-x 75728 r root nscd 1774 0 /dev 22 crw-rw-rw- null rw root nscd 1774 1 /dev 22 crw-rw-rw- null rw root nscd 1774 2 /dev 22 crw-rw-rw- null rw root nscd 1774 3 / 23434803 -rw-r--r-- 4 w root nscd 1774 4* local stream fffffe0011f14000 root snmpd 1745 root / 2 drwxr-xr-x 1024 r root snmpd 1745 wd / 2 drwxr-xr-x 1024 r root snmpd 1745 text / 54413991 -rwxr-xr-x 29120 r root snmpd 1745 0 /dev 22 crw-rw-rw- null rw root snmpd 1745 1 /dev 22 crw-rw-rw- null rw root snmpd 1745 2 /dev 22 crw-rw-rw- null rw root snmpd 1745 3 / 23434941 -rw-r--r-- 6034 w root snmpd 1745 4 /dev 16 crw-r----- mem r root snmpd 1745 5 /dev 17 crw-r----- kmem r root snmpd 1745 6* pipe fffffe0007dc82d8 <-> fffffe0007dc8430 0 rw root snmpd 1745 7* pipe fffffe0007dc8430 <-> fffffe0007dc82d8 0 rw root snmpd 1745 8 / 23434822 -rw-r----- 1448 r root snmpd 1745 9* internet dgram udp fffffe0011459498 root snmpd 1745 10* internet stream tcp fffffe00252353d0 root snmptrapd 1741 root / 2 drwxr-xr-x 1024 r root snmptrapd 1741 wd / 2 drwxr-xr-x 1024 r root snmptrapd 1741 text / 54413993 -rwxr-xr-x 28904 r root snmptrapd 1741 0 /dev 22 crw-rw-rw- null rw root snmptrapd 1741 1 /dev 22 crw-rw-rw- null rw root snmptrapd 1741 2 /dev 22 crw-rw-rw- null rw root snmptrapd 1741 3 /dev 16 crw-r----- mem r root snmptrapd 1741 4 /dev 17 crw-r----- kmem r root snmptrapd 1741 5* pipe fffffe0007d965b0 <-> fffffe0007d96708 0 rw root snmptrapd 1741 6* pipe fffffe0007d96708 <-> fffffe0007d965b0 0 rw root snmptrapd 1741 7* pipe fffffe0007d21b60 <-> fffffe0007d21cb8 0 rw root snmptrapd 1741 8* pipe fffffe0007d21cb8 <-> fffffe0007d21b60 0 rw root snmptrapd 1741 9* internet dgram udp fffffe0011425620 root snmptrapd 1741 10* local dgram fffffe0011f125a0 <-> fffffe0011f12960 root ng_queue 1740 root / 2 drwxr-xr-x 1024 r root ng_queue 1740 wd / 2 drwxr-xr-x 1024 r root mpd5 1734 root / 2 drwxr-xr-x 1024 r root mpd5 1734 wd / 54575209 drwxr-xr-x 512 r root mpd5 1734 text / 54426958 -r-xr-xr-x 649744 r root mpd5 1734 0 /dev 22 crw-rw-rw- null rw root mpd5 1734 1 /dev 22 crw-rw-rw- null rw root mpd5 1734 2 /dev 22 crw-rw-rw- null rw root mpd5 1734 3* local dgram fffffe0011f140f0 <-> fffffe0011f12960 root mpd5 1734 4 / 23434800 -rw-r--r-- 5 rw root mpd5 1734 5* netgraph dgram 2 fffffe001144a550 root mpd5 1734 6* netgraph dgram 1 fffffe001144aaa0 root mpd5 1734 7* pipe fffffe0007d962d8 <-> fffffe0007d96430 0 rw root mpd5 1734 8* pipe fffffe0007d96430 <-> fffffe0007d962d8 0 rw root mpd5 1734 9* netgraph dgram 2 fffffe00114247f8 root mpd5 1734 10* netgraph dgram 1 fffffe001144ad48 root mpd5 1734 11* netgraph dgram 2 fffffe0011458550 root mpd5 1734 12* netgraph dgram 1 fffffe00114587f8 root mpd5 1734 13* pipe fffffe0007d87b60 <-> fffffe0007d87cb8 0 rw root mpd5 1734 14* pipe fffffe0007d87cb8 <-> fffffe0007d87b60 0 rw root mpd5 1734 16* internet stream tcp fffffe00251ce3d0 root mpd5 1734 18* pipe fffffe0007d87888 <-> fffffe0007d879e0 0 rw root mpd5 1734 19* pipe fffffe0007d879e0 <-> fffffe0007d87888 0 rw root mpd5 1734 20* internet stream tcp fffffe00251ce000 bind named 1667 root / 23434767 drwxr-xr-x 512 r bind named 1667 wd / 23434799 drwxr-xr-x 512 r bind named 1667 jail / 23434767 drwxr-xr-x 512 r bind named 1667 text / 54344230 -r-xr-xr-x 2231696 r bind named 1667 0 /dev 22 crw-rw-rw- null rw bind named 1667 1 /dev 22 crw-rw-rw- null rw bind named 1667 2 /dev 22 crw-rw-rw- null rw bind named 1667 3* local dgram fffffe0011f141e0 <-> fffffe0011f12960 bind named 1667 4 /dev 22 crw-rw-rw- null rw bind named 1667 6* pipe fffffe0007d20888 <-> fffffe0007d209e0 0 rw bind named 1667 8* pipe fffffe0007d209e0 <-> fffffe0007d20888 0 rw bind named 1667 10 /var/named/dev 26 crw-rw-rw- random r bind named 1667 20* internet stream tcp fffffe00250663d0 bind named 1667 21* internet stream tcp fffffe0025066000 bind named 1667 22* internet6 stream tcp fffffe00250667a0 bind named 1667 512* internet dgram udp fffffe0011425188 root syslogd 1581 root / 2 drwxr-xr-x 1024 r root syslogd 1581 wd / 2 drwxr-xr-x 1024 r root syslogd 1581 text / 54344339 -r-xr-xr-x 40680 r root syslogd 1581 0 /dev 22 crw-rw-rw- null rw root syslogd 1581 1 /dev 22 crw-rw-rw- null rw root syslogd 1581 2 /dev 22 crw-rw-rw- null rw root syslogd 1581 3 / 23444391 -rw------- 4 w root syslogd 1581 4* local dgram fffffe0011f12a50 root syslogd 1581 5* local dgram fffffe0011f12960 root syslogd 1581 6* local dgram fffffe0011f12870 root syslogd 1581 7* local dgram fffffe0011f12780 root syslogd 1581 8 /dev 9 crw------- klog r root syslogd 1581 10 /dev 5 crw------- console w root syslogd 1581 11 / 23434846 -rw-r--r-- 320 w root syslogd 1581 12 / 23434833 -rw------- 59 w root syslogd 1581 13 / 23434826 -rw------- 33823 w root syslogd 1581 14 / 23434888 -rw-r----- 3436 w root syslogd 1581 15 / 23434829 -rw-r--r-- 59 w root syslogd 1581 16 / 23434834 -rw------- 59 w root syslogd 1581 17 / 23434836 -rw------- 76100 w root syslogd 1581 18 / 23434828 -rw------- 59 w root syslogd 1581 19 / 23434832 -rw-r----- 59 w root adjkerntz 160 root / 2 drwxr-xr-x 1024 r root adjkerntz 160 wd / 2 drwxr-xr-x 1024 r root adjkerntz 160 text / 84670177 -r-xr-xr-x 9248 r root adjkerntz 160 0 /dev 22 crw-rw-rw- null rw root adjkerntz 160 1 /dev 22 crw-rw-rw- null rw root adjkerntz 160 2 /dev 22 crw-rw-rw- null rw root init 1 root / 2 drwxr-xr-x 1024 r root init 1 wd / 2 drwxr-xr-x 1024 r root init 1 text / 84670214 -r-xr-xr-x 791384 r root kernel 0 root / 2 drwxr-xr-x 1024 r root kernel 0 wd / 2 drwxr-xr-x 1024 r ------------------------------------------------------------------------ dmesg Copyright (c) 1992-2012 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 CPU: Intel(R) Xeon(R) CPU E5405 @ 2.00GHz (1995.04-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x10676 Family = 6 Model = 17 Stepping = 6 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0xce33d<SSE3,DTES64,MON,DS_CPL,VMX,TM2,SSSE3,CX16,xTPR,PDCM,DCA,SSE4.1> AMD Features=0x20000800<SYSCALL,LM> AMD Features2=0x1<LAHF> TSC: P-state invariant, performance statistics real memory = 4294967296 (4096 MB) avail memory = 4084629504 (3895 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <IBM SERDEFNT> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0 <Version 2.0> irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: <IBM SERDEFNT> on motherboard acpi0: Power Button (fixed) cpu0: <ACPI CPU> on acpi0 cpu1: <ACPI CPU> on acpi0 cpu2: <ACPI CPU> on acpi0 cpu3: <ACPI CPU> on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x73 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x588-0x58b on acpi0 pcib0: <ACPI Host-PCI bridge> on acpi0 pcib0: Length mismatch for 3 range: c0000000 vs ffffffffc0000000 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> at device 2.0 on pci0 pci16: <ACPI PCI bus> on pcib1 pcib2: <ACPI PCI-PCI bridge> at device 0.0 on pci16 pci17: <ACPI PCI bus> on pcib2 pcib3: <ACPI PCI-PCI bridge> at device 0.0 on pci17 pci19: <ACPI PCI bus> on pcib3 pcib4: <ACPI PCI-PCI bridge> at device 1.0 on pci17 pci18: <ACPI PCI bus> on pcib4 pcib5: <ACPI PCI-PCI bridge> at device 0.3 on pci16 pci20: <ACPI PCI bus> on pcib5 pcib6: <PCI-PCI bridge> at device 3.0 on pci0 pci35: <PCI bus> on pcib6 pcib7: <ACPI PCI-PCI bridge> at device 4.0 on pci0 pci7: <ACPI PCI bus> on pcib7 pcib8: <PCI-PCI bridge> at device 5.0 on pci0 pci34: <PCI bus> on pcib8 pcib9: <ACPI PCI-PCI bridge> at device 6.0 on pci0 pci3: <ACPI PCI bus> on pcib9 pcib10: <PCI-PCI bridge> at device 0.0 on pci3 pci4: <PCI bus> on pcib10 bce0: <Broadcom NetXtreme II BCM5708 1000Base-T (B2)> mem 0xc8000000-0xc9ffffff irq 18 at device 0.0 on pci4 miibus0: <MII bus> on bce0 brgphy0: <BCM5708C 1000BASE-T media interface> PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce0: Ethernet address: xx:xx:xx:xx:xx:2a bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); B/C (4.0.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (ipms 1.6.0) Coal (RX:6,6,18,18; TX:20,20,80,80) pcib11: <ACPI PCI-PCI bridge> at device 7.0 on pci0 pci2: <ACPI PCI bus> on pcib11 aac0: <IBM ServeRAID-8k> port 0x4000-0x40ff mem 0xcce00000-0xccffffff,0xcafe0000-0xcaffffff irq 17 at device 0.0 on pci2 aac0: Enabling 64-bit address support aac0: Enable Raw I/O aac0: Enable 64-bit array aac0: New comm. interface enabled aac0: ServeRAID 8k-l , aac driver 2.1.9-1 pci0: <base peripheral> at device 8.0 (no driver attached) pcib12: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0 pci5: <ACPI PCI bus> on pcib12 pcib13: <PCI-PCI bridge> at device 0.0 on pci5 pci6: <PCI bus> on pcib13 bce1: <Broadcom NetXtreme II BCM5708 1000Base-T (B2)> mem 0xce000000-0xcfffffff irq 16 at device 0.0 on pci6 miibus1: <MII bus> on bce1 brgphy1: <BCM5708C 1000BASE-T media interface> PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce1: Ethernet address: xx:xx:xx:xx:xx:2c bce1: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); B/C (4.0.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (ipms 1.6.0) Coal (RX:6,6,18,18; TX:20,20,80,80) uhci0: <Intel 631XESB/632XESB/3100 USB controller USB-1> port 0x2200-0x221f irq 23 at device 29.0 on pci0 usbus0 on uhci0 uhci1: <Intel 631XESB/632XESB/3100 USB controller USB-2> port 0x2600-0x261f irq 22 at device 29.1 on pci0 usbus1 on uhci1 uhci2: <Intel 631XESB/632XESB/3100 USB controller USB-3> port 0x2a00-0x2a1f irq 23 at device 29.2 on pci0 usbus2 on uhci2 ehci0: <Intel 63XXESB USB 2.0 controller> mem 0xf9000000-0xf90003ff irq 23 at device 29.7 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci0 pcib14: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pci1: <ACPI PCI bus> on pcib14 vgapci0: <VGA-compatible display> port 0x3000-0x30ff mem 0xd0000000-0xd7ffffff,0xdfff0000-0xdfffffff irq 22 at device 1.0 on pci1 isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel 63XXESB2 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x480-0x48f at device 31.1 on pci0 ata0: <ATA channel> at channel 0 on atapci0 pci0: <serial bus, SMBus> at device 31.3 (no driver attached) orm0: <ISA Option ROMs> at iomem 0xc0000-0xcafff,0xcb000-0xcffff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range ctl: CAM Target Layer loaded p4tcc0: <CPU Frequency Thermal Control> on cpu0 p4tcc1: <CPU Frequency Thermal Control> on cpu1 p4tcc2: <CPU Frequency Thermal Control> on cpu2 p4tcc3: <CPU Frequency Thermal Control> on cpu3 Timecounters tick every 1.000 msec IP Filter: v4.1.28 initialized. Default = pass all, Logging = enabled ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to accept, logging disabled DUMMYNET 0 with IPv6 initialized (100409) load_dn_sched dn_sched FIFO loaded load_dn_sched dn_sched QFQ loaded load_dn_sched dn_sched RR loaded load_dn_sched dn_sched WF2Q+ loaded load_dn_sched dn_sched PRIO loaded aacd0 on aac0 aacd0: 953689MB (1953155072 sectors) usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 ugen0.1: <Intel> at usbus0 uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen1.1: <Intel> at usbus1 uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 ugen2.1: <Intel> at usbus2 uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 ugen3.1: <Intel> at usbus3 uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub3: 6 ports with 6 removable, self powered cd0 at ata0 bus 0 scbus0 target 0 lun 0 cd0: <MATSHITA UJDA780 DVD/CDRW CA21> Removable CD-ROM SCSI-0 device cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! Timecounter "TSC-low" frequency 15586238 Hz quality 1000 Trying to mount root from ufs:/dev/aacd0p2 [rw]... WARNING: / was not properly dismounted WARNING: /: mount pending error: blocks 0 files 8 Setting hostuuid: 6fe3d84f-8192-31c6-82a1-af94b4e5079d. Setting hostid: 0x3bee9110. Entropy harvesting: interrupts ethernet point_to_point kickstart. Starting file system checks: ugen1.2: <vendor 0x09da> at usbus1 ukbd0: <vendor 0x09da USB Keyboard, class 0/0, rev 1.10/2.50, addr 2> on usbus1 ** SU+J Recovering /dev/aacd0p2 ** Reading 33554432 byte journal from inode 4. kbd2 at ukbd0 uhid0: <vendor 0x09da USB Keyboard, class 0/0, rev 1.10/2.50, addr 2> on usbus1 ** Building recovery table. ** Resolving unreferenced inode list. ** Processing journal entries. ** 126 journal records in 8704 bytes for 46.32% utilization ** Freed 13 inodes (9 dirs) 0 blocks, and 4 frags. ***** FILE SYSTEM MARKED CLEAN ***** Mounting local file systems:. Setting hostname: nonamehost.local. Additional TCP/IP options: drop SYN+FIN packets=YES. Installing NAT rules. 0 entries flushed from NAT table 0 entries flushed from NAT list Starting Network: lo0 bce0 bce1 ipfw0 vlan11 vlan22 carp0. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x8 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> bce0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE> ether xx:xx:xx:xx:xx:2a inet6 xxxx::xxx:xxxx:xxxx:ec2a%bce0 prefixlen 64 tentative scopeid 0x1 inet xxx.xxx.1.2 netmask 0xffff0000 broadcast xxx.xxx.255.255 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (none) status: no carrier bce1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE> ether xx:xx:xx:xx:xx:2c inet6 xxxx::xxx:xxxx:xxxx:ec2c%bce1 prefixlen 64 tentative scopeid 0x2 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (none) status: no carrier ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> vlan11: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=103<RXCSUM,TXCSUM,TSO4> ether xx:xx:xx:xx:xx:2c inet xxx.xxx.xxx.52 netmask 0xfffffff8 broadcast xxx.xxx.xxx.55 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (none) status: no carrier vlan: 11 parent interface: bce1 vlan22: flags=8002<BROADCAST,MULTICAST> metric 0 mtu 1500 ether 00:00:00:00:00:00 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> vlan: 0 parent interface: <none> carp0: flags=8<LOOPBACK> metric 0 mtu 1500 inet xxx.xxx.1.3 netmask 0xffff0000 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> carp: INIT vhid 1 advbase 1 advskew 10 Starting devd. Starting Network: usbus0. Starting Network: usbus1. Starting Network: usbus2. Starting Network: usbus3. Starting Network: vlan22. vlan22: flags=8002<BROADCAST,MULTICAST> metric 0 mtu 1500 ether 00:00:00:00:00:00 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> vlan: 0 parent interface: <none> Starting Network: carp0. carp0: flags=8<LOOPBACK> metric 0 mtu 1500 inet xxx.xxx.1.3 netmask 0xffff0000 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> carp: INIT vhid 1 advbase 1 advskew 10 add net default: gateway xxx.xxx.xxx.49 add net 192.168.17.0: gateway xxx.xxx.1.10 add host xxx.xxx.xxx.54: gateway xxx.xxx.1.110 add net 192.168.18.0: gateway xxx.xxx.1.20 route: writing to routing socket: File exists add net default: gateway xxx.xxx.xxx.49: route already in table route: writing to routing socket: File exists add net 192.168.17.0: gateway xxx.xxx.1.10: route already in table route: writing to routing socket: File exists add host xxx.xxx.xxx.54: gateway xxx.xxx.1.110: route already in table route: writing to routing socket: File exists add net 192.168.18.0: gateway xxx.xxx.1.20: route already in table Additional inet routing options: ignore ICMP redirect=YES log ICMP redirect=YES gateway=YES. add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 add net fe80::: gateway ::1 add net ff02::: gateway ::1 Firewall rules loaded. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib 32-bit compatibility ldconfig path: /usr/lib32 Creating and/or trimming log files. Starting syslogd. Starting named. Setting date via ntp. carp0: INIT -> BACKUP bce0: link state changed to UP carp0: link state changed to DOWN bce0: Gigabit link up! bce1: link state changed to UP vlan11: link state changed to UP bce1: Gigabit link up! carp0: BACKUP -> MASTER (preempting a slower master) carp0: link state changed to UP 19 Dec 17:39:13 ntpdate[1670]: no server suitable for synchronization found Clearing /tmp. Starting mpd5. Starting snmptrapd. WARNING: attempt to domain_add(netgraph) after domainfinalize() Starting snmpd. Updating motd:. Starting nscd. Starting ntpd. Starting powerd. Starting rsyncd. Starting openvpn. tun0: link state changed to UP add net 10.5.0.0: gateway 10.5.0.2 Performing sanity check on nginx configuration: nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful Starting nginx. Starting darkstat. 1824: warning: can't import from "darkstat.db": No such file or directory Starting bacula_fd. Configuring syscons: blanktime. Starting sshd. Starting cron. /etc/rc.d/sysctl: WARNING: sysctl <<<<<<< does not exist. /etc/rc.d/sysctl: WARNING: sysctl ====== does not exist. /etc/rc.d/sysctl: WARNING: sysctl >>>>>>> does not exist. Starting inetd. Wed Dec 19 17:39:15 MSK 2012 arp_proxy: ignoring request from 0.0.0.0 via bce0, expecting vlan11 arp_proxy: ignoring request from 0.0.0.0 via bce0, expecting vlan11 arp_proxy: ignoring request from 0.0.0.0 via bce0, expecting vlan11 arp_proxy: ignoring request from 0.0.0.0 via bce0, expecting vlan11 Fatal trap 12: page fault while in kernel mode cpuid = 3; apic id = 03 fault virtual address = 0x18 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff8094bc47 stack pointer = 0x28:0xffffff81182cd650 frame pointer = 0x28:0xffffff81182cd6b0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 12 (irq256: bce0) trap number = 12 panic: page fault cpuid = 3 KDB: stack backtrace: #0 0xffffffff809208a6 at kdb_backtrace+0x66 #1 0xffffffff808ea8be at panic+0x1ce #2 0xffffffff80bd8240 at trap_fatal+0x290 #3 0xffffffff80bd857d at trap_pfault+0x1ed #4 0xffffffff80bd8b9e at trap+0x3ce #5 0xffffffff80bc315f at calltrap+0x8 #6 0xffffffff80a064d8 at ip_fragment+0x1e8 #7 0xffffffff80a06e14 at ip_output+0x6f4 #8 0xffffffff80a03243 at ip_forward+0x303 #9 0xffffffff80a048db at ip_input+0x5ab #10 0xffffffff809adafb at netisr_dispatch_src+0x20b #11 0xffffffff809a35cd at ether_demux+0x14d #12 0xffffffff809a38a4 at ether_nh_input+0x1f4 #13 0xffffffff809adafb at netisr_dispatch_src+0x20b #14 0xffffffff80438fd7 at bce_intr+0x487 #15 0xffffffff808be8d4 at intr_event_execute_handlers+0x104 #16 0xffffffff808c0076 at ithread_loop+0xa6 #17 0xffffffff808bb9ef at fork_exit+0x11f Uptime: 53m18s Dumping 336 out of 4074 MB:..5%..15%..24%..34%..43%..53%..62%..72%..81%..91% ------------------------------------------------------------------------ kernel config options CONFIG_AUTOGENERATED ident GENERIC machine amd64 cpu HAMMER makeoptions DEBUG=-g options USB_DEBUG options AH_SUPPORT_AR5416 options IEEE80211_SUPPORT_MESH options IEEE80211_AMPDU_AGE options IEEE80211_DEBUG options SC_PIXEL_MODE options VESA options AHD_REG_PRETTY_PRINT options AHC_REG_PRETTY_PRINT options ATA_STATIC_ID options ATA_CAM options SMP options KDB_TRACE options KDB options INCLUDE_CONFIG_FILE options MAC options AUDIT options HWPMC_HOOKS options KBD_INSTALL_CDEV options PRINTF_BUFR_SIZE=128 options _KPOSIX_PRIORITY_SCHEDULING options SYSVSEM options SYSVMSG options SYSVSHM options STACK options KTRACE options SCSI_DELAY=5000 options COMPAT_FREEBSD7 options COMPAT_FREEBSD6 options COMPAT_FREEBSD5 options COMPAT_FREEBSD4 options COMPAT_FREEBSD32 options GEOM_LABEL options GEOM_RAID options GEOM_PART_GPT options PSEUDOFS options PROCFS options CD9660 options MSDOSFS options NFS_ROOT options NFSLOCKD options NFSD options NFSCL options MD_ROOT options UFS_GJOURNAL options UFS_DIRHASH options UFS_ACL options SOFTUPDATES options FFS options SCTP options INET6 options INET options PREEMPTION options SCHED_ULE options NEW_PCIB options GEOM_PART_MBR options GEOM_PART_EBR_COMPAT options GEOM_PART_EBR options GEOM_PART_BSD device isa device mem device io device uart_ns8250 device cpufreq device acpi device pci device fdc device ahci device ata device mvs device siis device ahc device ahd device esp device hptiop device isp device mpt device mps device sym device trm device adv device adw device aic device bt device isci device scbus device ch device da device sa device cd device pass device ses device ctl device amr device arcmsr device ciss device dpt device hptmv device hptrr device iir device ips device mly device twa device tws device aac device aacp device ida device mfi device mlx device twe device atkbdc device atkbd device psm device kbdmux device vga device splash device sc device agp device cbb device pccard device cardbus device uart device ppc device ppbus device lpt device plip device ppi device puc device bxe device de device em device igb device ixgbe device le device ti device txp device vx device miibus device ae device age device alc device ale device bce device bfe device bge device cas device dc device et device fxp device gem device hme device jme device lge device msk device nfe device nge device pcn device re device rl device sf device sge device sis device sk device ste device stge device tl device tx device vge device vr device wb device xl device cs device ed device ex device ep device fe device sn device xe device wlan device wlan_wep device wlan_ccmp device wlan_tkip device wlan_amrr device an device ath device ath_pci device ath_hal device ath_rate_sample device ipw device iwi device iwn device malo device mwl device ral device wi device wpi device loop device random device ether device vlan device tun device pty device md device gif device faith device firmware device bpf device uhci device ohci device ehci device xhci device usb device uhid device ukbd device ulpt device umass device ums device urio device u3g device uark device ubsa device uftdi device uipaq device uplcom device uslcom device uvisor device uvscom device aue device axe device cdce device cue device kue device rue device udav device rum device run device uath device upgt device ural device urtw device zyd device firewire device fwe device fwip device dcons device dcons_crom device sound device snd_cmi device snd_csa device snd_emu10kx device snd_es137x device snd_hda device snd_ich device snd_uaudio device snd_via8233 ------------------------------------------------------------------------ ddb capture buffer ddb: ddb_capture: kvm_nlist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130111234335.3bc62d2b>
