From owner-freebsd-current@FreeBSD.ORG Sun Nov 15 18:44:56 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA1491065672 for ; Sun, 15 Nov 2009 18:44:56 +0000 (UTC) (envelope-from neuhauser@sigpipe.cz) Received: from isis.sigpipe.cz (fw.sigpipe.cz [213.192.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id 0BAF58FC16 for ; Sun, 15 Nov 2009 18:44:52 +0000 (UTC) Received: by isis.sigpipe.cz (Postfix, from userid 1001) id 263A8147DF3; Sun, 15 Nov 2009 19:38:11 +0100 (CET) Date: Sun, 15 Nov 2009 19:38:11 +0100 From: Roman Neuhauser To: freebsd-current@freebsd.org Message-ID: <20091115183811.GK54137@isis.sigpipe.cz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Sun, 15 Nov 2009 19:19:16 +0000 Subject: wpi(4) panics X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 18:44:56 -0000 --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I have an Intel 3945ABG (wpi(4)). The driver has been pretty flaky through 7.x, and is the primary suspect in the two panics I had since update to 9-CURRENT two weeks ago (uname says Sat Oct 31 15:38:29 CET 2009, sources csupped a few hours earlier). when it panicked today, the computer was unattended, doing +/- nothing. core.txt.N files attached, let me know if you need anything else. --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="core.txt.6" sachmet.sigpipe.cz dumped core - see /var/crash/vmcore.6 Mon Nov 2 10:10:41 CET 2009 FreeBSD sachmet.sigpipe.cz 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Sat Oct 31 15:38:29 CET 2009 root@sachmet.sigpipe.cz:/usr/obj/usr/src/sys/SACHMET 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: <118>. <118>Writing entropy file: <118>. <118>Terminated <118>. <118>Nov 2 08:12:03 sachmet syslogd: exiting on signal 15 wpi_newstate: RUN -> INIT flags 0x0 <5>wlan0: link state changed to DOWN wpi_newstate: INIT -> INIT flags 0x0 Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x1934 fault code = supervisor write, page not present instruction pointer = 0x20:0xc09ef954 stack pointer = 0x28:0xe4125bec frame pointer = 0x28:0xe4125c98 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 = 11 (irq16: wpi0 uhci3) trap number = 12 panic: page fault cpuid = 1 Uptime: 16h28m30s Physical memory: 1006 MB Dumping 203 MB:panic: bufwrite: buffer is not busy??? cpuid = 1 panic: bufwrite: buffer is not busy??? cpuid = 1 panic: bufwrite: buffer is not busy??? cpuid = 1 188 172 156 140 124 108 92 76 60 44 28 12 Reading symbols from /boot/kernel/if_wpi.ko...Reading symbols from /boot/kernel/if_wpi.ko.symbols...done. done. Loaded symbols for /boot/kernel/if_wpi.ko Reading symbols from /boot/kernel/snd_hda.ko...Reading symbols from /boot/kernel/snd_hda.ko.symbols...done. done. Loaded symbols for /boot/kernel/snd_hda.ko Reading symbols from /boot/kernel/sound.ko...Reading symbols from /boot/kernel/sound.ko.symbols...done. done. Loaded symbols for /boot/kernel/sound.ko Reading symbols from /boot/kernel/wpifw.ko...Reading symbols from /boot/kernel/wpifw.ko.symbols...done. done. Loaded symbols for /boot/kernel/wpifw.ko Reading symbols from /boot/kernel/linprocfs.ko...Reading symbols from /boot/kernel/linprocfs.ko.symbols...done. done. Loaded symbols for /boot/kernel/linprocfs.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 Reading symbols from /boot/kernel/i915.ko...Reading symbols from /boot/kernel/i915.ko.symbols...done. done. Loaded symbols for /boot/kernel/i915.ko Reading symbols from /boot/kernel/drm.ko...Reading symbols from /boot/kernel/drm.ko.symbols...done. done. Loaded symbols for /boot/kernel/drm.ko #0 doadump () at pcpu.h:246 246 pcpu.h: No such file or directory. in pcpu.h (kgdb) #0 doadump () at pcpu.h:246 #1 0xc05cb3d7 in boot (howto=16644) at /usr/src/sys/kern/kern_shutdown.c:416 #2 0xc05cb6a9 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:579 #3 0xc07c5fac in trap_fatal (frame=0xe4125bac, eva=6452) at /usr/src/sys/i386/i386/trap.c:938 #4 0xc07c6210 in trap_pfault (frame=0xe4125bac, usermode=0, eva=6452) at /usr/src/sys/i386/i386/trap.c:851 #5 0xc07c6bb9 in trap (frame=0xe4125bac) at /usr/src/sys/i386/i386/trap.c:533 #6 0xc07a9ebb in calltrap () at /usr/src/sys/i386/i386/exception.s:165 #7 0xc09ef954 in wpi_intr (arg=0xc3dfd000) at /usr/src/sys/modules/wpi/../../dev/wpi/if_wpi.c:1582 #8 0xc05a4cfb in intr_event_execute_handlers (p=0xc3d10aa0, ie=0xc3d50300) at /usr/src/sys/kern/kern_intr.c:1220 #9 0xc05a640b in ithread_loop (arg=0xc3e40be0) at /usr/src/sys/kern/kern_intr.c:1233 #10 0xc05a2a81 in fork_exit (callout=0xc05a63a0 , arg=0xc3e40be0, frame=0xe4125d38) at /usr/src/sys/kern/kern_fork.c:843 #11 0xc07a9f30 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:270 (kgdb) ------------------------------------------------------------------------ ps -axl UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 0 0 0 -68 0 0 0 - DLs ?? -8107895:-35.55 [kernel] 0 1 0 0 96 0 2912 0 - RLs ?? 12707065:28.00 [init] 0 2 0 0 -8 0 0 0 - DL ?? -34491423:-27.55 [g_event] 0 3 0 0 -8 0 0 0 - DL ?? -9153764:-25.55 [g_up] 0 4 0 0 -8 0 0 0 - DL ?? 34419684:59.55 [g_down] 0 5 0 0 -16 0 0 0 ccb_sc DL ?? 0:00.00 [xpt_thrd] 0 6 0 0 44 0 0 0 psleep DL ?? 8189465:32.00 [pagedaemon 0 7 0 0 -64 0 0 0 psleep DL ?? 1739481:06.00 [vmdaemon] 0 8 0 0 76 0 0 0 pgzero DL ?? 210274:10.00 [pagezero] 0 9 0 0 44 0 0 0 psleep DL ?? 34426174:47.55 [bufdaemon] 0 10 0 0 171 0 0 0 - RL ?? 34217768:55.55 [idle] 0 11 0 0 -60 0 0 0 - WL ?? -4151562:-11.55 [intr] 0 12 0 0 -16 0 0 0 - DL ?? 22715422:00.00 [yarrow] 0 13 0 0 -64 0 0 0 - DL ?? 13028256:32.00 [usb] 0 14 0 0 -16 0 0 0 tzpoll DL ?? -25795375:-37.55 [acpi_therm 0 15 0 0 -16 0 0 0 coolin DL ?? 11304225:30.00 [acpi_cooli 0 16 0 0 45 0 0 0 vlruwt DL ?? -18988111:-37.55 [vnlru] 0 17 0 0 44 0 0 0 - RL ?? 3877923:50.00 [syncer] 0 18 0 0 44 0 0 0 - RL ?? 28648949:54.00 [softdepflu 0 19 0 0 -64 0 0 0 flowcl DL ?? 20315016:24.00 [flowcleane ------------------------------------------------------------------------ vmstat -s 48096639 cpu context switches 2785774 device interrupts 10827604 software interrupts 78351877 traps 112978393 system calls 19 kernel threads created 314437 fork() calls 105250 vfork() calls 4 rfork() calls 3481 swap pager pageins 11497 swap pager pages paged in 3714 swap pager pageouts 13570 swap pager pages paged out 25740 vnode pager pageins 131780 vnode pager pages paged in 6 vnode pager pageouts 96 vnode pager pages paged out 198 page daemon wakeups 4021800 pages examined by the page daemon 26840 pages reactivated 8785790 copy-on-write faults 6398 copy-on-write optimized faults 53687580 zero fill pages zeroed 1296766 zero fill pages prezeroed 6962 intransit blocking page faults 73596356 total VM faults taken 0 pages affected by kernel thread creation 59579742 pages affected by fork() 17116341 pages affected by vfork() 548 pages affected by rfork() 1021148 pages cached 70634066 pages freed 0 pages freed by daemon 42373645 pages freed by exiting processes 11503 pages active 124941 pages inactive 7369 pages in VM cache 42989 pages wired down 65977 pages free 4096 bytes per page 87962482 total name lookups cache hits (86% pos + 10% neg) system 0% per-directory deletions 0%, falsehits 0%, toolong 0% ------------------------------------------------------------------------ vmstat -m Type InUse MemUse HighUse Requests Size(s) sigio 0 0K - 3 32 filedesc_to_leader 0 0K - 6 32 filedesc 20 5K - 419751 16,32,256,512,1024 kenv 84 7K - 92 16,32,64,128,4096 kqueue 0 0K - 1126 128,256,1024 ad_driver 1 1K - 1 32 proc-args 1 1K - 315969 16,32,64,128,256 ar_driver 0 0K - 6 512,2048 ithread 71 6K - 72 16,64,128 acd_driver 1 2K - 1 2048 KTRACE 100 13K - 100 128 linker 125 370K - 236 16,32,256,1024,4096 lockf 2 1K - 4990 32,64 acpisem 59 8K - 59 64,128 temp 35 234K - 3067147 16,32,64,128,256,512,1024,2048,4096 devbuf 3660 5418K - 3679 16,32,64,128,256,512,1024,2048,4096 module 259 17K - 259 64,128 mtx_pool 2 8K - 2 4096 osd 2 1K - 2 16,32 CAM periph 2 1K - 12 16,32,64,128 subproc 285 147K - 419972 256,4096 proc 2 8K - 2 4096 session 1 1K - 368 64 pgrp 1 1K - 422 64 cred 18 2K - 6715484 64,128 uidinfo 3 2K - 319 64,1024 plimit 1 1K - 11068 256 sysctltmp 0 0K - 34738 16,32,64,128,256 sysctloid 3585 110K - 3679 16,32,64,128 sysctl 0 0K - 371520 16,32,64 callout 1 256K - 1 umtx 392 25K - 406 64 p1003.1b 1 1K - 1 16 SWAP 2 277K - 2 64 bus-sc 76 132K - 2692 16,32,64,128,256,512,1024,2048,4096 bus 810 41K - 6082 16,32,64,128,512,1024 devstat 6 13K - 6 16,4096 eventhandler 70 4K - 70 32,64,128 kobj 165 330K - 187 2048 Per-cpu 1 1K - 1 16 CAM dev queue 1 1K - 1 64 acpidev 94 3K - 94 32 rman 161 10K - 565 16,32,64 sbuf 0 0K - 711 16,32,64,128,256,512,1024,2048,4096 entropy 1024 64K - 1024 64 CAM queue 3 1K - 7 16 stack 0 0K - 2 128 taskqueue 13 1K - 13 16,64 Unitno 18 1K - 771 16,64 iov 0 0K - 299249 16,64,128,256,512 select 72 5K - 72 64 ioctlops 0 0K - 8336720 16,32,64,128,256,512,1024,2048,4096 msg 4 25K - 4 1024,4096 sem 4 36K - 4 4096 shm 1 12K - 20 1024 tty 17 9K - 24 512,1024 pts 0 0K - 5 128 mbuf_tag 0 0K - 85 32 ksem 1 4K - 1 4096 shmfd 1 4K - 1 4096 pcb 7 7K - 933 16,512,1024,2048 soname 0 0K - 60891 16,32,64,128 acl 0 0K - 13668 4096 biobuf 7 14K - 11178 2048 vfscache 1 512K - 1 cl_savebuf 0 0K - 17080 32,64 vfs_hash 1 256K - 1 vnodes 2 1K - 6 32,128 USBdev 40 11K - 115 32,128,256,1024 vnodemarker 0 0K - 11492 512 mount 91 4K - 139 16,32,64,128,256 BPF 4 1K - 14 16,64,128,256,4096 ether_multi 11 1K - 32 16,32,64 ifaddr 138 8K - 140 16,32,256,2048 ifnet 5 5K - 5 64,1024 clone 5 20K - 5 4096 arpcom 2 1K - 2 16 lltable 39 6K - 44 128,256 USB 35 6K - 35 16,32,64,1024 CAM SIM 1 1K - 1 128 pci_link 16 2K - 16 64,128 acpi_perf 2 1K - 2 128 DEVFS1 85 22K - 96 256 DEVFS3 105 14K - 117 128 routetbl 44 258K - 166 16,32,64,128,256,512 80211vap 1 4K - 1 4096 80211crypto 0 0K - 4 512 80211com 1 8K - 1 80211nodeie 0 0K - 6 32,64,256 80211node 1 8K - 4 80211scan 2 4K - 4 256,2048 igmp 4 1K - 4 128 DEVFS 14 1K - 15 16,64 DEVFSP 0 0K - 78 32 in_multi 2 1K - 4 128 hostcache 1 16K - 1 syncache 1 72K - 1 NFS FHA 1 1K - 1 1024 rpc 2 5K - 2 128,4096 savedino 0 0K - 48587 256 newdirblk 0 0K - 742 32 dirrem 16 1K - 241220 32 mkdir 0 0K - 22106 32 diradd 2 1K - 193691 64 freefile 15 1K - 222342 32 freeblks 9 3K - 206443 256 freefrag 1 1K - 138699 32 allocindir 0 0K - 311154 64 indirdep 0 0K - 3581 32 allocdirect 3 1K - 495915 128 bmsafemap 1 1K - 3512 64 newblk 1 1K - 807070 64,256 inodedep 39 261K - 373324 128 pagedep 3 33K - 28024 64 ufs_dirhash 398 180K - 28024 16,32,64,128,256,512,1024,4096 ufs_mount 9 27K - 9 256,2048,4096 UMAHash 2 5K - 6 256,512,1024,2048,4096 vm_pgdata 2 65K - 2 64 atkbddev 2 1K - 2 32 pfs_nodes 70 9K - 70 128 pfs_vncache 1 1K - 53 32 apmdev 1 1K - 1 64 GEOM 93 41K - 536 16,32,64,128,512,1024,2048 agp 1 1K - 8 16,64 isadev 9 1K - 9 64 io_apic 1 1K - 1 1024 memdesc 1 4K - 6 32,4096 msi 1 1K - 1 64 nexusdev 4 1K - 4 16 acpica 2182 109K - 591986 16,32,64,128,256,512,1024 acpitask 1 1K - 1 1024 CAM XPT 12 2K - 33 16,32,64,1024 ata_generic 2 2K - 58374 16,64,128,1024 cdev 11 2K - 11 128 mixer 2 8K - 2 4096 feeder 14 1K - 17 16,64 hdac 8 10K - 8 64,256,512,1024,2048,4096 futex wp 0 0K - 137 16 futex 0 0K - 219 64 linux 12 1K - 24 16,32,64 drm_ctxbitmap 1 4K - 1 4096 drm_agplists 1 1K - 1 64 drm_buflists 0 0K - 2 32 drm_files 0 0K - 1 64 drm_maps 1 1K - 8 64 drm_driver 4 5K - 5 16,32,64,256,4096 drm_sarea 1 1K - 1 16 drm_dma 1 1K - 1 16 ------------------------------------------------------------------------ vmstat -z ITEM SIZE LIMIT USED FREE REQUESTS FAILURES UMA Kegs: 128, 0, 77, 13, 77, 0 UMA Zones: 888, 0, 77, 3, 77, 0 UMA Slabs: 284, 0, 958, 596, 234034, 0 UMA RCntSlabs: 544, 0, 456, 69, 1725, 0 UMA Hash: 128, 0, 1, 29, 3, 0 16 Bucket: 76, 0, 9, 41, 128, 0 32 Bucket: 140, 0, 45, 11, 270, 0 64 Bucket: 268, 0, 67, 3, 309, 20 128 Bucket: 524, 0, 363, 1, 14267, 58446 VM OBJECT: 136, 0, 44612, 10575, 6565086, 0 MAP: 140, 0, 7, 21, 7, 0 KMAP ENTRY: 72, 56286, 469, 1280, 532616, 0 MAP ENTRY: 72, 0, 7, 2908, 12408553, 0 DP fakepg: 72, 0, 0, 65720, 65633, 0 SG fakepg: 72, 0, 0, 0, 0, 0 mt_zone: 2056, 0, 228, 107, 228, 0 16: 16, 0, 2793, 861, 7806533, 0 32: 32, 0, 2839, 6201, 2686326, 0 64: 64, 0, 4572, 7523, 5243316, 0 128: 128, 0, 2489, 3331, 4357273, 0 256: 256, 0, 789, 2526, 723266, 0 512: 512, 0, 401, 679, 390805, 0 1024: 1024, 0, 41, 199, 1986846, 0 2048: 2048, 0, 207, 387, 40644, 0 4096: 4096, 0, 88, 146, 448208, 0 Files: 56, 0, 0, 737, 10971241, 0 TURNSTILE: 72, 0, 393, 57, 407, 0 umtx pi: 52, 0, 0, 0, 0, 0 PROC: 680, 0, 19, 245, 419710, 0 THREAD: 560, 0, 303, 89, 666, 0 SLEEPQUEUE: 32, 0, 393, 79, 407, 0 VMSPACE: 232, 0, 1, 271, 419689, 0 cpuset: 40, 0, 2, 182, 2, 0 mbuf_packet: 256, 0, 64, 452, 30044, 0 mbuf: 256, 0, 65, 579, 1025545, 0 mbuf_cluster: 2048, 25600, 256, 246, 1280, 0 mbuf_jumbo_page: 4096, 12800, 64, 141, 706850, 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, 0, 0, 0 g_bio: 140, 0, 12, 1724, 2334705, 0 ttyinq: 152, 0, 0, 520, 855, 0 ttyoutq: 256, 0, 0, 225, 435, 0 ata_request: 200, 0, 4, 546, 791229, 0 ata_composite: 180, 0, 0, 0, 0, 0 VNODE: 268, 0, 61296, 3244, 1523000, 0 VNODEPOLL: 60, 0, 154, 161, 155, 0 S VFS Cache: 72, 0, 50389, 20366, 2614562, 0 L VFS Cache: 292, 0, 14871, 893, 68058, 0 NAMEI: 1024, 0, 0, 80, 21743391, 0 NFSMOUNT: 520, 0, 0, 0, 0, 0 NFSNODE: 464, 0, 0, 0, 0, 0 DIRHASH: 1024, 0, 144, 172, 19567, 0 pipe: 392, 0, 0, 110, 157149, 0 ksiginfo: 80, 0, 248, 40, 254, 0 itimer: 220, 0, 0, 0, 0, 0 KNOTE: 72, 0, 0, 265, 1246, 0 socket: 412, 25605, 0, 171, 41288, 0 ipq: 32, 904, 0, 0, 0, 0 udp_inpcb: 220, 25614, 0, 90, 40308, 0 udpcb: 8, 25781, 0, 406, 40308, 0 tcp_inpcb: 220, 25614, 1, 107, 383, 0 tcpcb: 632, 25602, 0, 60, 383, 0 tcptw: 52, 5184, 1, 143, 55, 0 syncache: 112, 15365, 0, 0, 0, 0 hostcache: 76, 15400, 4, 96, 51, 0 tcpreass: 20, 1690, 0, 338, 4014, 0 sackhole: 20, 0, 0, 0, 0, 0 ripcb: 220, 25614, 0, 54, 4, 0 unpcb: 172, 25622, 0, 115, 582, 0 rtentry: 108, 0, 3, 105, 8, 0 selfd: 28, 0, 71, 437, 25809285, 0 ip4flow: 40, 4140, 5, 271, 853, 0 ip6flow: 64, 4118, 0, 0, 0, 0 SWAPMETA: 276, 121576, 3, 1411, 3357, 0 Mountpoints: 644, 0, 6, 12, 6, 0 FFS inode: 116, 0, 61251, 3272, 1522797, 0 FFS1 dinode: 128, 0, 0, 0, 0, 0 FFS2 dinode: 256, 0, 61251, 3257, 1522783, 0 ------------------------------------------------------------------------ vmstat -i interrupt total rate irq1: atkbd0 13557 44 irq9: acpi0 269148 873 irq12: psm0 28164 91 irq14: ata0 466975 1516 irq16: wpi0 uhci3 1424199 4624 irq19: uhci1+ 583703 1895 irq20: fxp0 2 0 cpu0: timer 118617843 385122 irq256: hdac0 18 0 cpu1: timer 118617412 385121 Total 240021021 779289 ------------------------------------------------------------------------ pstat -T 0/12328 files 0M/2003M swap space ------------------------------------------------------------------------ pstat -s Device 512-blocks Used Avail Capacity /dev/ad4s1b 4104080 32 4104048 0% ------------------------------------------------------------------------ iostat iostat: kvm_read(_tk_nin): invalid address (0x0) iostat: disabling TTY statistics iostat: kvm_getcptime: invalid address (0x0) iostat: disabling CPU time statistics ad4 KB/t tps MB/s 17.28 1892 31.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: 67108864 (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: 16384 (max amount of shared memory in pages) seminfo: semmap: 700 (# of entries in semaphore map) semmni: 256 (# of semaphore identifiers) semmns: 700 (# 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 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 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: 30708 packets sent 1067 data packets (649764 bytes) 49 data packets (18452 bytes) retransmitted 4 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 17589 ack-only packets (820 delayed) 0 URG only packets 0 window probe packets 11253 window update packets 750 control packets 39987 packets received 1707 acks (for 644762 bytes) 456 duplicate acks 0 acks for unsent data 33790 packets (46880747 bytes) received in-sequence 147 completely duplicate packets (180055 bytes) 0 old duplicate packets 0 packets with some dup. data (0 bytes duped) 4014 out-of-order packets (5692207 bytes) 5 packets (5 bytes) of data after window 5 window probes 0 window update packets 7 packets received after close 0 discarded for bad checksums 0 discarded for bad header offset fields 0 discarded because packet too short 773 discarded due to memory problems 381 connection requests 0 connection accepts 0 bad connection attempts 0 listen queue overflows 0 ignored RSTs in the windows 380 connections established (including accepts) 382 connections closed (including 16 drops) 215 connections updated cached RTT on close 217 connections updated cached RTT variance on close 65 connections updated cached ssthresh on close 0 embryonic connections dropped 1687 segments updated rtt (of 1757 attempts) 66 retransmit timeouts 2 connections dropped by rexmit timeout 0 persist timeouts 0 connections dropped by persist timeout 0 Connections (fin_wait_2) dropped because of timeout 0 keepalive timeouts 0 keepalive probes sent 0 connections dropped by keepalive 0 correct ACK header predictions 32891 correct data packet header predictions 0 syncache entries added 0 retransmitted 0 dupsyn 0 dropped 0 completed 0 bucket overflow 0 cache overflow 0 reset 0 stale 0 aborted 0 badack 0 unreach 0 zone failures 0 cookies sent 0 cookies received 0 SACK recovery episodes 0 segment rexmits in SACK recovery episodes 0 byte rexmits in SACK recovery episodes 11 SACK options (SACK blocks) received 4468 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: 1158 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 0 with no checksum 0 dropped due to no socket 629 broadcast/multicast datagrams undelivered 0 dropped due to full socket buffers 0 not for hashed pcb 529 delivered 541 datagrams output 0 times multicast source filter matched ip: 69140 total packets received 0 bad header checksums 0 with size smaller than minimum 0 with data size < data length 0 with ip length > max ip packet size 0 with header length < data size 0 with data length < header length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 packets reassembled ok 69027 packets for this host 113 packets for unknown/unsupported protocol 0 packets forwarded (0 packets fast forwarded) 0 packets not forwardable 0 packets received for unknown multicast group 0 redirects sent 60452 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 22 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 tunneling packets that can't find gif 0 datagrams with bad address in header icmp: 0 calls to icmp_error 0 errors not generated in response to an icmp message 0 messages with bad code fields 0 messages less than the minimum length 0 messages with bad checksum 0 messages with bad length 0 multicast echo requests ignored 0 multicast timestamp requests ignored Input histogram: echo reply: 27882 0 message responses generated 0 invalid return addresses 0 no return routes igmp: 113 messages received 0 messages received with too few bytes 0 messages received with wrong TTL 0 messages received with bad checksum 0 V1/V2 membership queries received 0 V3 membership queries received 0 membership queries received with invalid field(s) 0 general queries received 0 group queries received 0 group-source queries received 0 group-source queries dropped 0 membership reports received 0 membership reports received with invalid field(s) 0 membership reports received for groups to which we belong 0 V3 reports received without Router Alert 0 membership reports sent arp: 39 ARP requests sent 44 ARP replies sent 217 ARP requests received 35 ARP replies received 252 ARP packets received 2 total packets dropped due to no ARP entry 37 ARP entrys timed out 0 Duplicate IPs seen ------------------------------------------------------------------------ netstat -m 129/1031/1160 mbufs in use (current/cache/total) 18446744073709551420/698/502/25600 mbuf clusters in use (current/cache/total/max) 64/452 mbuf+clusters out of packet secondary zone in use (current/cache) 64/141/205/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) 18014398509481880K/2217K/2114K 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 Opkts Oerrs Coll Drop wpi0* 2290 00:19:d2:3b:a7:ca 0 2002 56622 4061 0 0 fxp0 1500 00:16:36:e2:a4:ab 0 0 0 0 0 0 lo0 16384 0 0 0 0 0 0 lo0 16384 your-net localhost 0 - 0 - - - wlan0 1500 00:19:d2:3b:a7:ca 69668 0 60519 2 0 0 wlan0 1500 10.9.9.0 10.9.9.101 6973 - 7003 - - - ------------------------------------------------------------------------ netstat -anr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 10.9.9.1 UGS 3 6913 wlan0 127.0.0.1 link#3 UH 0 0 lo0 ------------------------------------------------------------------------ netstat -anA Active Internet connections (including servers) Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state) c61433a8 tcp4 0 0 10.9.9.101.11786 74.125.87.101.80 TIME_WAIT ------------------------------------------------------------------------ netstat -aL Current listen queue sizes (qlen/incqlen/maxqlen) Proto Listen Local Address ------------------------------------------------------------------------ fstat USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root init 1 root / 2 drwxr-xr-x 512 r root init 1 wd / 2 drwxr-xr-x 512 r root init 1 text / 18284 -r-xr-xr-x 666380 r root kernel 0 root / 2 drwxr-xr-x 512 r root kernel 0 wd / 2 drwxr-xr-x 512 r ------------------------------------------------------------------------ dmesg tem=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^IFNET Testing type=LINK_DOWN against ^ATTACH Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=mdctl' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=mdctl Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/0.1.0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/0.1.0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ugen0.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ugen0.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/1.1.0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/1.1.0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ugen1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ugen1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/2.1.0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/2.1.0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ugen2.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ugen2.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/3.1.0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/3.1.0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ugen3.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ugen3.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/4.1.0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/4.1.0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ugen4.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ugen4.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/0.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/0.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen0.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on uhci0' Pushing table setting device-name=ugen0.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen0.1 against ^ed50 Testing device-name=ugen0.1 against ^ubt[0-9]+ Testing device-name=ugen0.1 against ^ukbd0 Testing device-name=ugen0.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen0.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen0.1 against 0x80 Testing device-name=ugen0.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/1.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/1.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen1.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on uhci1' Pushing table setting device-name=ugen1.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen1.1 against ^ed50 Testing device-name=ugen1.1 against ^ubt[0-9]+ Testing device-name=ugen1.1 against ^ukbd0 Testing device-name=ugen1.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen1.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen1.1 against 0x80 Testing device-name=ugen1.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/2.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/2.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen2.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on uhci2' Pushing table setting device-name=ugen2.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen2.1 against ^ed50 Testing device-name=ugen2.1 against ^ubt[0-9]+ Testing device-name=ugen2.1 against ^ukbd0 Testing device-name=ugen2.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen2.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen2.1 against 0x80 Testing device-name=ugen2.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/3.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/3.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen3.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on uhci3' Pushing table setting device-name=ugen3.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen3.1 against ^ed50 Testing device-name=ugen3.1 against ^ubt[0-9]+ Testing device-name=ugen3.1 against ^ukbd0 Testing device-name=ugen3.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen3.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen3.1 against 0x80 Testing device-name=ugen3.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/4.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/4.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen4.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on ehci0' Pushing table setting device-name=ugen4.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen4.1 against ^ed50 Testing device-name=ugen4.1 against ^ubt[0-9]+ Testing device-name=ugen4.1 against ^ukbd0 Testing device-name=ugen4.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen4.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen4.1 against 0x80 Testing device-name=ugen4.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=ACPI subsystem=ACAD type=\\_SB_.ACAD notify=0x01' Pushing table setting system=ACPI setting subsystem=ACAD setting type=\\_SB_.ACAD setting notify=0x01 Processing notify event Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^CMBAT Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^Resume Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^Suspend Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^Thermal Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^ACAD Executing '/etc/rc.d/power_profile 0x01' Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=devstat' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=devstat Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+acd0 at on ata0' Pushing table setting device-name=acd0 Processing attach event Testing device-name=acd0 against ^ed50 Testing device-name=acd0 against ^ubt[0-9]+ Testing device-name=acd0 against ^ukbd0 Testing device-name=acd0 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=acd0 against ^ugen[0-9]+ Testing media type of acd0 against 0x80 Testing device-name=acd0 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=ACPI subsystem=Thermal type=\\_TZ_.TZ00 notify=0x80' Pushing table setting system=ACPI setting subsystem=Thermal setting type=\\_TZ_.TZ00 setting notify=0x80 Processing notify event Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^CMBAT Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^Resume Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^Suspend Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^Thermal Testing notify=0x80 against ^0xcc Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^ACAD Testing system=ACPI against ^IFNET Testing system=ACPI against ^IFNET Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^ASUS Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^ASUS Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^ASUS Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^ASUS-Eee Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^ASUS-Eee Testing system=ACPI against ^ACPI Testing subsystem=Thermal against ^ASUS-Eee Testing system=ACPI against ^IFNET Popping table Processing event '!system=ACPI subsystem=CMBAT type=\\_SB_.BAT1 notify=0x80' Pushing table setting system=ACPI setting subsystem=CMBAT setting type=\\_SB_.BAT1 setting notify=0x80 Processing notify event Testing system=ACPI against ^ACPI Testing subsystem=CMBAT against ^CMBAT Executing 'logger -p kern.info ACPI.CMBAT: 0x80' Popping table Processing event '!system=ACPI subsystem=CMBAT type=\\_SB_.BAT1 notify=0x00' Pushing table setting system=ACPI setting subsystem=CMBAT setting type=\\_SB_.BAT1 setting notify=0x00 Processing notify event Testing system=ACPI against ^ACPI Testing subsystem=CMBAT against ^CMBAT Executing 'logger -p kern.info ACPI.CMBAT: 0x00' Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=acd0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=acd0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+subdisk4 at on ad4' Pushing table setting device-name=subdisk4 Processing attach event Testing device-name=subdisk4 against ^ed50 Testing device-name=subdisk4 against ^ubt[0-9]+ Testing device-name=subdisk4 against ^ukbd0 Testing device-name=subdisk4 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=subdisk4 against ^ugen[0-9]+ Testing media type of subdisk4 against 0x80 Testing device-name=subdisk4 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+ad4 at on ata2' Pushing table setting device-name=ad4 Processing attach event Testing device-name=ad4 against ^ed50 Testing device-name=ad4 against ^ubt[0-9]+ Testing device-name=ad4 against ^ukbd0 Testing device-name=ad4 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=ad4 against ^ugen[0-9]+ Testing media type of ad4 against 0x80 Testing device-name=ad4 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=xpt0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=xpt0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=mixer0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=mixer0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+pcm0 at on hdac0' Pushing table setting device-name=pcm0 Processing attach event Testing device-name=pcm0 against ^ed50 Testing device-name=pcm0 against ^ubt[0-9]+ Testing device-name=pcm0 against ^ukbd0 Testing device-name=pcm0 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=pcm0 against ^ugen[0-9]+ Testing media type of pcm0 against 0x80 Testing device-name=pcm0 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=mixer1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=mixer1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+pcm1 at on hdac0' Pushing table setting device-name=pcm1 Processing attach event Testing device-name=pcm1 against ^ed50 Testing device-name=pcm1 against ^ubt[0-9]+ Testing device-name=pcm1 against ^ukbd0 Testing device-name=pcm1 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=pcm1 against ^ugen[0-9]+ Testing media type of pcm1 against 0x80 Testing device-name=pcm1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+uhub1 at on usbus1' Pushing table setting device-name=uhub1 Processing attach event Testing device-name=uhub1 against ^ed50 Testing device-name=uhub1 against ^ubt[0-9]+ Testing device-name=uhub1 against ^ukbd0 Testing device-name=uhub1 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub1 against ^ugen[0-9]+ Testing media type of uhub1 against 0x80 Testing device-name=uhub1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+uhub0 at on usbus0' Pushing table setting device-name=uhub0 Processing attach event Testing device-name=uhub0 against ^ed50 Testing device-name=uhub0 against ^ubt[0-9]+ Testing device-name=uhub0 against ^ukbd0 Testing device-name=uhub0 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub0 against ^ugen[0-9]+ Testing media type of uhub0 against 0x80 Testing device-name=uhub0 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+uhub2 at on usbus2' Pushing table setting device-name=uhub2 Processing attach event Testing device-name=uhub2 against ^ed50 Testing device-name=uhub2 against ^ubt[0-9]+ Testing device-name=uhub2 against ^ukbd0 Testing device-name=uhub2 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub2 against ^ugen[0-9]+ Testing media type of uhub2 against 0x80 Testing device-name=uhub2 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+uhub3 at on usbus3' Pushing table setting device-name=uhub3 Processing attach event Testing device-name=uhub3 against ^ed50 Testing device-name=uhub3 against ^ubt[0-9]+ Testing device-name=uhub3 against ^ukbd0 Testing device-name=uhub3 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub3 against ^ugen[0-9]+ Testing media type of uhub3 against 0x80 Testing device-name=uhub3 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s2' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s2 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s1a' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s1a Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s1b' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s1b Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s1d' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s1d Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s2d' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s2d Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/46615685b1e3214f' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/46615685b1e3214f Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/465d55abe0457852' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/465d55abe0457852 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/465d55ab7df6bca7' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/465d55ab7df6bca7 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/46615685b1e3214fd' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/46615685b1e3214fd Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+uhub4 at on usbus4' Pushing table setting device-name=uhub4 Processing attach event Testing device-name=uhub4 against ^ed50 Testing device-name=uhub4 against ^ubt[0-9]+ Testing device-name=uhub4 against ^ukbd0 Testing device-name=uhub4 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub4 against ^ugen[0-9]+ Testing media type of uhub4 against 0x80 Testing device-name=uhub4 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/465d55abe0457852' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/465d55abe0457852 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/465d55abe0457852' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/465d55abe0457852 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/465d55ab7df6bca7' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/465d55ab7df6bca7 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/465d55ab7df6bca7' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/465d55ab7df6bca7 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/46615685b1e3214f' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/46615685b1e3214f Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/46615685b1e3214fd' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/46615685b1e3214fd Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/46615685b1e3214f' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/46615685b1e3214f Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/46615685b1e3214fd' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/46615685b1e3214fd Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/465d55abe0457852' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/465d55abe0457852 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/465d55ab7df6bca7' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/465d55ab7df6bca7 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=IFNET subsystem=wlan0 type=ATTACH' Pushing table setting system=IFNET setting subsystem=wlan0 setting type=ATTACH Processing notify event Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ZFS Testing system=IFNET against ^ZFS Testing system=IFNET against ^ZFS Testing system=IFNET against ^ZFS Testing system=IFNET against ^ZFS Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^IFNET Testing type=ATTACH against ^LINK_UP Testing system=IFNET against ^IFNET Testing type=ATTACH against ^LINK_UP Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^IFNET Testing type=ATTACH against ^ATTACH Executing '/etc/pccard_ether wlan0 start' Popping table Calling daemon ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat /usr/local/lib/gcc44 /usr/local/lib/gcc45 /usr/local/lib/nss /usr/local/lib/qt4 a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout Creating and/or trimming log files . Starting syslogd. No core dumps found. Additional ABI support: linux . Clearing /tmp (X related). Updating motd: . Starting powerd. Starting default moused . Starting dbus. Starting hald. Configuring syscons: keymap blanktime . Starting sshd. Starting cron. Starting inetd. Sun Nov 1 15:43:45 CET 2009 drm0: on vgapci0 vgapci0: child drm0 requested pci_enable_busmaster info: [drm] AGP at 0xc0000000 256MB info: [drm] Initialized i915 1.6.0 20080730 drm0: [ITHREAD] pid 43579 (as), uid 0: exited on signal 11 (core dumped) pid 43596 (as), uid 0: exited on signal 11 (core dumped) wpi0: timeout resetting Tx ring 1 wpi0: timeout resetting Tx ring 3 wpi0: timeout resetting Tx ring 4 microcode alive notification version 10e02 alive 1 microcode alive notification version 10e02 alive 1 wpi_newstate: INIT -> SCAN flags 0x0 wpi_newstate: SCAN -> AUTH flags 0x0 config chan 1 flags 8005 cck f ofdm 15 wpi_newstate: AUTH -> ASSOC flags 0x0 wpi_newstate: ASSOC -> RUN flags 0x0 config chan 1 flags 8015 wlan0: link state changed to UP wpi0: need multicast update callback wpi0: need multicast update callback wpi0: need multicast update callback pid 80903 (as), uid 0: exited on signal 11 (core dumped) pid 80944 (as), uid 0: exited on signal 11 (core dumped) pid 5177 (as), uid 0: exited on signal 11 (core dumped) pid 5186 (as), uid 0: exited on signal 11 (core dumped) Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 23 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 wpi_newstate: RUN -> SCAN flags 0x0 wlan0: link state changed to DOWN Beacon miss: 22 >= 7 Beacon miss: 23 >= 7 Beacon miss: 24 >= 7 Beacon miss: 25 >= 7 Beacon miss: 26 >= 7 Beacon miss: 27 >= 7 Beacon miss: 28 >= 7 Beacon miss: 29 >= 7 Beacon miss: 30 >= 7 Beacon miss: 31 >= 7 Beacon miss: 32 >= 7 Beacon miss: 33 >= 7 Beacon miss: 34 >= 7 Beacon miss: 35 >= 7 Beacon miss: 36 >= 7 Beacon miss: 37 >= 7 Beacon miss: 38 >= 7 Beacon miss: 39 >= 7 Beacon miss: 40 >= 7 Beacon miss: 41 >= 7 Beacon miss: 42 >= 7 Beacon miss: 43 >= 7 Beacon miss: 44 >= 7 Beacon miss: 45 >= 7 Beacon miss: 46 >= 7 Beacon miss: 47 >= 7 Beacon miss: 48 >= 7 Beacon miss: 49 >= 7 Beacon miss: 50 >= 7 Beacon miss: 51 >= 7 Beacon miss: 52 >= 7 Beacon miss: 53 >= 7 Beacon miss: 54 >= 7 Beacon miss: 55 >= 7 Beacon miss: 56 >= 7 Beacon miss: 57 >= 7 Beacon miss: 58 >= 7 Beacon miss: 59 >= 7 Beacon miss: 60 >= 7 Beacon miss: 61 >= 7 Beacon miss: 62 >= 7 Beacon miss: 63 >= 7 Beacon miss: 64 >= 7 Beacon miss: 65 >= 7 Beacon miss: 66 >= 7 Beacon miss: 67 >= 7 Beacon miss: 68 >= 7 Beacon miss: 69 >= 7 Beacon miss: 70 >= 7 Beacon miss: 71 >= 7 Beacon miss: 72 >= 7 Beacon miss: 73 >= 7 Beacon miss: 74 >= 7 Beacon miss: 75 >= 7 Beacon miss: 76 >= 7 Beacon miss: 77 >= 7 Beacon miss: 78 >= 7 Beacon miss: 79 >= 7 Beacon miss: 80 >= 7 Beacon miss: 81 >= 7 Beacon miss: 82 >= 7 Beacon miss: 83 >= 7 Beacon miss: 84 >= 7 Beacon miss: 85 >= 7 Beacon miss: 86 >= 7 wpi_newstate: SCAN -> AUTH flags 0x0 config chan 1 flags 8015 cck f ofdm 15 wpi_newstate: AUTH -> ASSOC flags 0x0 wpi_newstate: ASSOC -> RUN flags 0x0 config chan 1 flags 8015 wlan0: link state changed to UP wpi0: need multicast update callback Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 wpi0: need multicast update callback Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 23 >= 7 Beacon miss: 24 >= 7 Beacon miss: 25 >= 7 Beacon miss: 26 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 23 >= 7 Beacon miss: 24 >= 7 Beacon miss: 25 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 23 >= 7 Beacon miss: 24 >= 7 Beacon miss: 25 >= 7 Beacon miss: 26 >= 7 Beacon miss: 27 >= 7 Beacon miss: 28 >= 7 Beacon miss: 29 >= 7 Beacon miss: 30 >= 7 Beacon miss: 31 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 23 >= 7 Beacon miss: 24 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 20 >= 7 Beacon miss: 21 >= 7 Beacon miss: 22 >= 7 Beacon miss: 20 >= 7 Beacon miss: 20 >= 7 Stopping inetd. Waiting for PIDS: 1216 . Stopping cron. Stopping sshd. Waiting for PIDS: 1168 . Stopping moused. Waiting for PIDS: 1092 . Stopping powerd. Waiting for PIDS: 1014 . Stopping devd. Waiting for PIDS: 627 . Writing entropy file: . Terminated . Nov 2 08:12:03 sachmet syslogd: exiting on signal 15 wpi_newstate: RUN -> INIT flags 0x0 wlan0: link state changed to DOWN wpi_newstate: INIT -> INIT flags 0x0 Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x1934 fault code = supervisor write, page not present instruction pointer = 0x20:0xc09ef954 stack pointer = 0x28:0xe4125bec frame pointer = 0x28:0xe4125c98 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 = 11 (irq16: wpi0 uhci3) trap number = 12 panic: page fault cpuid = 1 Uptime: 16h28m30s Physical memory: 1006 MB Dumping 203 MB:panic: bufwrite: buffer is not busy??? cpuid = 1 panic: bufwrite: buffer is not busy??? cpuid = 1 panic: bufwrite: buffer is not busy??? cpuid = 1 188 172 156 140 124 108 92 76 60 44 28 12 ------------------------------------------------------------------------ kernel config config: File /boot/kernel/kernel doesn't contain configuration file. Either unsupported, or not compiled with INCLUDE_CONFIG_FILE ------------------------------------------------------------------------ ddb capture buffer ddb: ddb_capture: kvm_nlist --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="core.txt.7" sachmet.sigpipe.cz dumped core - see /var/crash/vmcore.7 Sun Nov 15 15:46:46 CET 2009 FreeBSD sachmet.sigpipe.cz 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Sat Oct 31 15:38:29 CET 2009 root@sachmet.sigpipe.cz:/usr/obj/usr/src/sys/SACHMET 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: wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0xc479219f fault code = supervisor read, page not present instruction pointer = 0x20:0xc07c3ff0 stack pointer = 0x28:0xc3bfebc8 frame pointer = 0x28:0xc3bfec68 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 = 0 (wpi0 taskq) trap number = 12 panic: page fault cpuid = 1 Uptime: 11m25s Physical memory: 1006 MB Dumping 63 MB: 48 32 16 Reading symbols from /boot/kernel/if_wpi.ko...Reading symbols from /boot/kernel/if_wpi.ko.symbols...done. done. Loaded symbols for /boot/kernel/if_wpi.ko Reading symbols from /boot/kernel/snd_hda.ko...Reading symbols from /boot/kernel/snd_hda.ko.symbols...done. done. Loaded symbols for /boot/kernel/snd_hda.ko Reading symbols from /boot/kernel/sound.ko...Reading symbols from /boot/kernel/sound.ko.symbols...done. done. Loaded symbols for /boot/kernel/sound.ko Reading symbols from /boot/kernel/wpifw.ko...Reading symbols from /boot/kernel/wpifw.ko.symbols...done. done. Loaded symbols for /boot/kernel/wpifw.ko Reading symbols from /boot/kernel/linprocfs.ko...Reading symbols from /boot/kernel/linprocfs.ko.symbols...done. done. Loaded symbols for /boot/kernel/linprocfs.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:246 246 pcpu.h: No such file or directory. in pcpu.h (kgdb) #0 doadump () at pcpu.h:246 #1 0xc05cb3d7 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:416 #2 0xc05cb6a9 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:579 #3 0xc07c5fac in trap_fatal (frame=0xc3bfeb88, eva=3296272799) at /usr/src/sys/i386/i386/trap.c:938 #4 0xc07c6210 in trap_pfault (frame=0xc3bfeb88, usermode=0, eva=3296272799) at /usr/src/sys/i386/i386/trap.c:851 #5 0xc07c6bb9 in trap (frame=0xc3bfeb88) at /usr/src/sys/i386/i386/trap.c:533 #6 0xc07a9ebb in calltrap () at /usr/src/sys/i386/i386/exception.s:165 #7 0xc07c3ff0 in memcpy () at /usr/src/sys/i386/i386/support.s:692 Cannot access memory at address 0xc4792008 (kgdb) ------------------------------------------------------------------------ ps -axl UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 0 0 0 -68 0 0 0 - RLs ?? 2330841:48.00 [kernel] 0 1 0 0 76 0 2912 0 wait DLs ?? 137873:24.00 [init] 0 2 0 0 -8 0 0 0 - DL ?? 7827831:54.00 [g_event] 0 3 0 0 -8 0 0 0 - DL ?? 1799959:14.00 [g_up] 0 4 0 0 -8 0 0 0 - DL ?? 1514641:20.00 [g_down] 0 5 0 0 -16 0 0 0 ccb_sc DL ?? 0:00.00 [xpt_thrd] 0 6 0 0 -32 0 0 0 psleep DL ?? 181707:10.00 [pagedaemon 0 7 0 0 -32 0 0 0 psleep DL ?? 93:20.00 [vmdaemon] 0 8 0 0 76 0 0 0 pgzero DL ?? 3246:50.00 [pagezero] 0 9 0 0 -32 0 0 0 psleep DL ?? 769038:26.00 [bufdaemon] 0 10 0 0 171 0 0 0 - RL ?? 1446995:20.00 [idle] 0 11 0 0 -60 0 0 0 - WL ?? -33106052:-49.55 [intr] 0 12 0 0 -16 0 0 0 - DL ?? 11149898:54.00 [yarrow] 0 13 0 0 -64 0 0 0 - DL ?? 2427167:38.00 [usb] 0 14 0 0 -16 0 0 0 tzpoll DL ?? 10129211:38.00 [acpi_therm 0 15 0 0 -16 0 0 0 coolin DL ?? 75407:44.00 [acpi_cooli 0 16 0 0 -32 0 0 0 - RL ?? 801248:00.00 [vnlru] 0 17 0 0 44 0 0 0 syncer DL ?? 5911825:30.00 [syncer] 0 18 0 0 -32 0 0 0 sdflus DL ?? 1106559:46.00 [softdepflu 0 19 0 0 -32 0 0 0 flowcl DL ?? 241830:24.00 [flowcleane 0 627 1 0 76 0 1888 0 select Ds ?? 274890:56.00 [devd] 0 808 1 0 44 0 3344 0 - Rs ?? 2447746:14.00 [syslogd] 0 1014 1 0 44 0 3344 0 - Rs ?? -15049359:-29.55 [powerd] 0 1092 1 0 76 0 3448 0 select Ds ?? 5207:32.00 [moused] 556 1116 1 0 44 0 3500 0 select Ds ?? 612347:38.00 [dbus-daemo 0 1174 1 0 76 0 6680 0 select Ds ?? 26405:38.00 [sshd] 0 1185 1 0 45 0 3372 0 nanslp Ds ?? 485375:06.00 [cron] 0 1222 1 0 76 0 3404 0 select Ds ?? 17908:48.00 [inetd] 0 1258 1 0 47 0 3808 0 wait Ds ?? 423389:24.00 [login] 0 1259 1 0 76 0 3344 0 ttyin Ds+ ?? 49903:56.00 [getty] 0 1260 1 0 76 0 3344 0 ttyin Ds+ ?? 57029:00.00 [getty] 0 1261 1 0 76 0 3344 0 ttyin Ds+ ?? 49642:22.00 [getty] 0 1262 1 0 76 0 3344 0 ttyin Ds+ ?? 50055:22.00 [getty] 0 1263 1 0 76 0 3344 0 ttyin Ds+ ?? 51209:26.00 [getty] 0 1264 1 0 76 0 3344 0 ttyin Ds+ ?? 49830:54.00 [getty] 0 1265 1 0 76 0 3344 0 ttyin Ds+ ?? 49288:24.00 [getty] 560 1270 1 0 44 0 7048 0 - Rs ?? -32360562:-15.55 [hald] 0 1273 1 0 50 0 12424 0 n Ds ?? 231903:42.00 [console-ki 0 1274 1270 0 76 0 5940 0 select D ?? 630385:14.00 [hald-runne 0 1279 1274 0 76 0 5824 0 kqread D ?? 266478:34.00 [hald-addon 0 1291 1274 0 44 0 3804 0 select D ?? 30180225:50.00 [hald-addon 1001 1304 1258 0 48 0 4180 0 ttyin D+ ?? -16102455:-21.55 [zsh] 0 1321 1 0 44 0 5140 0 - Rs ?? 453502:28.00 [wpa_suppli 0 1345 1 0 76 0 3284 0 select Ds ?? 618636:26.00 [dhclient] 65 1348 1 0 44 0 3284 0 select Ds ?? 405969:12.00 [dhclient] ------------------------------------------------------------------------ vmstat -s 476954 cpu context switches 22187 device interrupts 107860 software interrupts 99800 traps 640574 system calls 19 kernel threads created 1421 fork() calls 7 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 440 vnode pager pageins 3060 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 264 pages reactivated 38295 copy-on-write faults 72 copy-on-write optimized faults 30053 zero fill pages zeroed 1277 zero fill pages prezeroed 32 intransit blocking page faults 98720 total VM faults taken 0 pages affected by kernel thread creation 269326 pages affected by fork() 1468 pages affected by vfork() 0 pages affected by rfork() 287 pages cached 110679 pages freed 0 pages freed by daemon 56858 pages freed by exiting processes 2758 pages active 2331 pages inactive 9 pages in VM cache 8460 pages wired down 239224 pages free 4096 bytes per page 61516 total name lookups cache hits (88% pos + 6% neg) system 0% per-directory deletions 0%, falsehits 0%, toolong 0% ------------------------------------------------------------------------ vmstat -m Type InUse MemUse HighUse Requests Size(s) sigio 1 1K - 1 32 filedesc 47 12K - 1456 16,256,512 kenv 84 7K - 92 16,32,64,128,4096 kqueue 10 5K - 12 128,256,1024 ad_driver 1 1K - 1 32 proc-args 26 2K - 549 16,32,64,128,256 ar_driver 0 0K - 6 512,2048 ithread 71 6K - 71 16,64,128 acd_driver 1 2K - 1 2048 KTRACE 100 13K - 100 128 linker 110 225K - 194 16,32,256,1024,4096 lockf 20 2K - 24 32,64 acpisem 59 8K - 59 64,128 temp 35 234K - 14857 16,32,64,128,256,512,1024,2048,4096 devbuf 3657 5414K - 3676 16,32,64,128,256,512,1024,2048,4096 module 258 17K - 258 64,128 mtx_pool 2 8K - 2 4096 osd 2 1K - 2 16,32 CAM periph 2 1K - 12 16,32,64,128 subproc 130 202K - 1533 256,4096 proc 2 8K - 2 4096 session 22 2K - 27 64 pgrp 23 2K - 63 64 cred 36 4K - 7478 64,128 uidinfo 6 2K - 31 64,1024 plimit 12 3K - 220 256 sysctltmp 0 0K - 426 16,32,64,128,256 sysctloid 3523 108K - 3616 16,32,64,128 sysctl 0 0K - 1419 16,32,64 callout 1 256K - 1 umtx 161 11K - 161 64 p1003.1b 1 1K - 1 16 SWAP 2 277K - 2 64 bus-sc 75 131K - 2690 16,32,64,128,256,512,1024,2048,4096 bus 807 41K - 5363 16,32,64,128,512,1024 devstat 6 13K - 6 16,4096 eventhandler 70 4K - 70 32,64,128 kobj 164 328K - 186 2048 Per-cpu 1 1K - 1 16 CAM dev queue 1 1K - 1 64 acpidev 94 3K - 94 32 rman 160 10K - 564 16,32,64 sbuf 0 0K - 423 16,32,64,128,256,512,1024,2048,4096 entropy 1024 64K - 1024 64 CAM queue 3 1K - 7 16 stack 0 0K - 2 128 taskqueue 13 1K - 13 16,64 Unitno 12 1K - 24 16,64 iov 0 0K - 4580 16,64,128,256 select 36 3K - 36 64 ioctlops 1 1K - 3944 16,32,64,128,256,512,1024,2048 msg 4 25K - 4 1024,4096 sem 4 36K - 4 4096 shm 1 12K - 1 tty 17 9K - 19 512,1024 mbuf_tag 0 0K - 39 32 ksem 1 4K - 1 4096 shmfd 1 4K - 1 4096 pcb 10 7K - 18 16,512,1024,2048 soname 15 2K - 261 16,32,64,128 biobuf 4 8K - 6 2048 vfscache 1 512K - 1 vfs_hash 1 256K - 1 vnodes 2 1K - 2 128 USBdev 40 11K - 115 32,128,256,1024 vnodemarker 0 0K - 138 512 mount 91 4K - 139 16,32,64,128,256 BPF 13 74K - 14 16,64,128,256,4096 ether_multi 2 1K - 32 16,32,64 ifaddr 138 8K - 140 16,32,256,2048 ifnet 5 5K - 5 64,1024 clone 5 20K - 5 4096 arpcom 2 1K - 2 16 lltable 9 2K - 11 128,256 USB 35 6K - 35 16,32,64,1024 CAM SIM 1 1K - 1 128 pci_link 16 2K - 16 64,128 acpi_perf 2 1K - 2 128 DEVFS1 84 21K - 90 256 DEVFS3 98 13K - 105 128 routetbl 43 258K - 206 16,32,64,128,256,512 80211vap 1 4K - 1 4096 80211crypto 0 0K - 2 512 80211com 1 8K - 1 80211nodeie 4 1K - 10 32,64,128,256 80211node 1 8K - 4 80211scan 4 5K - 4 256,2048 igmp 4 1K - 4 128 DEVFS 14 1K - 15 16,64 DEVFSP 2 1K - 77 32 in_multi 1 1K - 4 128 hostcache 1 16K - 1 syncache 1 72K - 1 NFS FHA 1 1K - 1 1024 rpc 2 5K - 2 128,4096 savedino 0 0K - 13 256 dirrem 0 0K - 36 32 mkdir 0 0K - 12 32 diradd 0 0K - 46 64 freefile 0 0K - 25 32 freeblks 0 0K - 19 256 freefrag 0 0K - 3 32 allocdirect 0 0K - 30 128 bmsafemap 0 0K - 11 64 newblk 1 1K - 31 64,256 inodedep 1 256K - 72 128 pagedep 1 32K - 18 64 ufs_dirhash 66 14K - 66 16,32,64,128,256,512 ufs_mount 9 27K - 9 256,2048,4096 UMAHash 1 1K - 1 256 vm_pgdata 2 65K - 2 64 atkbddev 2 1K - 2 32 pfs_nodes 70 9K - 70 128 pfs_vncache 8 1K - 8 32 apmdev 1 1K - 1 64 GEOM 93 41K - 510 16,32,64,128,512,1024,2048 agp 1 1K - 1 16 isadev 9 1K - 9 64 io_apic 1 1K - 1 1024 memdesc 1 4K - 1 4096 msi 1 1K - 1 64 nexusdev 4 1K - 4 16 acpica 2177 109K - 131625 16,32,64,128,256,512,1024 acpitask 1 1K - 1 1024 CAM XPT 12 2K - 33 16,32,64,1024 ata_generic 2 2K - 674 16,64,128,1024 cdev 11 2K - 11 128 mixer 2 8K - 2 4096 feeder 14 1K - 17 16,64 hdac 8 10K - 8 64,256,512,1024,2048,4096 linux 12 1K - 12 32,64 ------------------------------------------------------------------------ vmstat -z ITEM SIZE LIMIT USED FREE REQUESTS FAILURES UMA Kegs: 128, 0, 77, 13, 77, 0 UMA Zones: 888, 0, 77, 3, 77, 0 UMA Slabs: 284, 0, 490, 14, 2860, 0 UMA RCntSlabs: 544, 0, 291, 3, 291, 0 UMA Hash: 128, 0, 2, 28, 3, 0 16 Bucket: 76, 0, 48, 2, 73, 0 32 Bucket: 140, 0, 52, 4, 77, 0 64 Bucket: 268, 0, 38, 4, 84, 13 128 Bucket: 524, 0, 48, 1, 811, 112 VM OBJECT: 136, 0, 1208, 184, 19175, 0 MAP: 140, 0, 7, 21, 7, 0 KMAP ENTRY: 72, 56286, 39, 226, 7332, 0 MAP ENTRY: 72, 0, 542, 200, 35416, 0 DP fakepg: 72, 0, 0, 106, 17, 0 SG fakepg: 72, 0, 0, 0, 0, 0 mt_zone: 2056, 0, 210, 125, 210, 0 16: 16, 0, 2741, 507, 74449, 0 32: 32, 0, 2819, 232, 66599, 0 64: 64, 0, 4357, 304, 15205, 0 128: 128, 0, 2438, 172, 14581, 0 256: 256, 0, 638, 52, 3424, 0 512: 512, 0, 70, 50, 2532, 0 1024: 1024, 0, 44, 208, 5335, 0 2048: 2048, 0, 203, 27, 616, 0 4096: 4096, 0, 110, 29, 4551, 0 Files: 56, 0, 139, 330, 8514, 0 TURNSTILE: 72, 0, 162, 18, 162, 0 umtx pi: 52, 0, 0, 0, 0, 0 PROC: 680, 0, 44, 40, 1447, 0 THREAD: 560, 0, 138, 23, 138, 0 SLEEPQUEUE: 32, 0, 162, 133, 162, 0 VMSPACE: 232, 0, 26, 59, 1430, 0 cpuset: 40, 0, 2, 182, 2, 0 mbuf_packet: 256, 0, 64, 325, 504, 0 mbuf: 256, 0, 67, 194, 7670, 0 mbuf_cluster: 2048, 25600, 384, 18, 384, 0 mbuf_jumbo_page: 4096, 12800, 64, 26, 6658, 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, 0, 0, 0 g_bio: 140, 0, 0, 140, 7465, 0 ttyinq: 152, 0, 120, 62, 480, 0 ttyoutq: 256, 0, 64, 11, 256, 0 ata_request: 200, 0, 1, 94, 5221, 0 ata_composite: 180, 0, 0, 0, 0, 0 VNODE: 268, 0, 1505, 63, 1531, 0 VNODEPOLL: 60, 0, 28, 161, 28, 0 S VFS Cache: 72, 0, 1506, 137, 3000, 0 L VFS Cache: 292, 0, 0, 0, 0, 0 NAMEI: 1024, 0, 0, 36, 18972, 0 NFSMOUNT: 520, 0, 0, 0, 0, 0 NFSNODE: 464, 0, 0, 0, 0, 0 DIRHASH: 1024, 0, 166, 26, 166, 0 pipe: 392, 0, 5, 35, 968, 0 ksiginfo: 80, 0, 67, 989, 67, 0 itimer: 220, 0, 0, 0, 0, 0 KNOTE: 72, 0, 33, 126, 33, 0 socket: 412, 25605, 34, 29, 767, 0 ipq: 32, 904, 0, 0, 0, 0 udp_inpcb: 220, 25614, 2, 52, 631, 0 udpcb: 8, 25781, 2, 404, 631, 0 tcp_inpcb: 220, 25614, 1, 35, 1, 0 tcpcb: 632, 25602, 1, 11, 1, 0 tcptw: 52, 5184, 0, 0, 0, 0 syncache: 112, 15365, 0, 0, 0, 0 hostcache: 76, 15400, 0, 0, 0, 0 tcpreass: 20, 1690, 0, 0, 0, 0 sackhole: 20, 0, 0, 0, 0, 0 ripcb: 220, 25614, 1, 53, 7, 0 unpcb: 172, 25622, 28, 41, 118, 0 rtentry: 108, 0, 2, 106, 7, 0 selfd: 28, 0, 69, 439, 23005, 0 ip4flow: 40, 4140, 0, 276, 7, 0 ip6flow: 64, 4118, 0, 0, 0, 0 SWAPMETA: 276, 121576, 0, 0, 0, 0 Mountpoints: 644, 0, 6, 12, 6, 0 FFS inode: 116, 0, 1426, 59, 1451, 0 FFS1 dinode: 128, 0, 0, 0, 0, 0 FFS2 dinode: 256, 0, 1426, 44, 1451, 0 ------------------------------------------------------------------------ vmstat -i interrupt total rate irq1: atkbd0 1027 3 irq9: acpi0 2799 9 irq14: ata0 5375 18 irq16: wpi0 uhci3 10963 37 irq19: uhci1+ 1994 6 irq20: fxp0 2 0 irq23: uhci0 ehci0 1 0 cpu0: timer 1368655 4623 irq256: hdac0 18 0 cpu1: timer 1367983 4621 Total 2758817 9320 ------------------------------------------------------------------------ pstat -T 139/12328 files 0M/2003M swap space ------------------------------------------------------------------------ pstat -s Device 512-blocks Used Avail Capacity /dev/ad4s1b 4104080 0 4104080 0% ------------------------------------------------------------------------ iostat iostat: kvm_read(_tk_nin): invalid address (0x0) iostat: disabling TTY statistics iostat: kvm_getcptime: invalid address (0x0) iostat: disabling CPU time statistics ad4 KB/t tps MB/s 14.96 6 0.09 ------------------------------------------------------------------------ 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: 67108864 (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: 16384 (max amount of shared memory in pages) seminfo: semmap: 700 (# of entries in semaphore map) semmni: 256 (# of semaphore identifiers) semmns: 700 (# 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 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 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: 0 packets sent 0 data packets (0 bytes) 0 data packets (0 bytes) retransmitted 0 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 0 ack-only packets (0 delayed) 0 URG only packets 0 window probe packets 0 window update packets 0 control packets 0 packets received 0 acks (for 0 bytes) 0 duplicate acks 0 acks for unsent data 0 packets (0 bytes) received in-sequence 0 completely duplicate packets (0 bytes) 0 old duplicate packets 0 packets with some dup. data (0 bytes duped) 0 out-of-order packets (0 bytes) 0 packets (0 bytes) of data after window 0 window probes 0 window update packets 0 packets received after close 0 discarded for bad checksums 0 discarded for bad header offset fields 0 discarded because packet too short 0 discarded due to memory problems 0 connection requests 0 connection accepts 0 bad connection attempts 0 listen queue overflows 0 ignored RSTs in the windows 0 connections established (including accepts) 0 connections closed (including 0 drops) 0 connections updated cached RTT on close 0 connections updated cached RTT variance on close 0 connections updated cached ssthresh on close 0 embryonic connections dropped 0 segments updated rtt (of 0 attempts) 0 retransmit timeouts 0 connections dropped by rexmit timeout 0 persist timeouts 0 connections dropped by persist timeout 0 Connections (fin_wait_2) dropped because of timeout 0 keepalive timeouts 0 keepalive probes sent 0 connections dropped by keepalive 0 correct ACK header predictions 0 correct data packet header predictions 0 syncache entries added 0 retransmitted 0 dupsyn 0 dropped 0 completed 0 bucket overflow 0 cache overflow 0 reset 0 stale 0 aborted 0 badack 0 unreach 0 zone failures 0 cookies sent 0 cookies received 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: 0 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 0 with no checksum 0 dropped due to no socket 0 broadcast/multicast datagrams undelivered 0 dropped due to full socket buffers 0 not for hashed pcb 0 delivered 0 datagrams output 0 times multicast source filter matched ip: 7 total packets received 0 bad header checksums 0 with size smaller than minimum 0 with data size < data length 0 with ip length > max ip packet size 0 with header length < data size 0 with data length < header length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 packets reassembled ok 7 packets for this host 0 packets for unknown/unsupported protocol 0 packets forwarded (0 packets fast forwarded) 0 packets not forwardable 0 packets received for unknown multicast group 0 redirects sent 28 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 0 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 tunneling packets that can't find gif 0 datagrams with bad address in header icmp: 0 calls to icmp_error 0 errors not generated in response to an icmp message 0 messages with bad code fields 0 messages less than the minimum length 0 messages with bad checksum 0 messages with bad length 0 multicast echo requests ignored 0 multicast timestamp requests ignored Input histogram: echo reply: 7 0 message responses generated 0 invalid return addresses 0 no return routes igmp: 0 messages received 0 messages received with too few bytes 0 messages received with wrong TTL 0 messages received with bad checksum 0 V1/V2 membership queries received 0 V3 membership queries received 0 membership queries received with invalid field(s) 0 general queries received 0 group queries received 0 group-source queries received 0 group-source queries dropped 0 membership reports received 0 membership reports received with invalid field(s) 0 membership reports received for groups to which we belong 0 V3 reports received without Router Alert 0 membership reports sent arp: 23 ARP requests sent 1 ARP reply sent 1 ARP request received 1 ARP reply received 2 ARP packets received 16 total packets dropped due to no ARP entry 3 ARP entrys timed out 0 Duplicate IPs seen ------------------------------------------------------------------------ netstat -m 131/519/650 mbufs in use (current/cache/total) 59/343/402/25600 mbuf clusters in use (current/cache/total/max) 64/325 mbuf+clusters out of packet secondary zone in use (current/cache) 64/26/90/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) 406K/919K/1326K 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 Opkts Oerrs Coll Drop wpi0 2290 00:19:d2:3b:a7:ca 0 0 49 4 0 0 fxp0 1500 00:16:36:e2:a4:ab 0 0 0 0 0 0 lo0 16384 0 0 0 0 0 0 lo0 16384 your-net localhost 0 - 0 - - - wlan0 1500 00:19:d2:3b:a7:ca 12 0 43 0 0 0 ------------------------------------------------------------------------ netstat -anr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 link#3 UH 0 0 lo0 ------------------------------------------------------------------------ netstat -anA Active Internet connections (including servers) Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state) c4584000 tcp4 0 0 *.22 *.* LISTEN c4397294 udp4 0 0 *.* *.* c43967bc udp4 0 0 *.514 *.* Active UNIX domain sockets Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr c43a0ec8 stream 0 0 0 c43a1560 0 0 /var/run/dbus/system_bus_socket c43a1560 stream 0 0 0 c43a0ec8 0 0 c43a12b0 stream 0 0 0 c43a135c 0 0 /var/run/hald/dbus-gQGnMC5rzc c43a135c stream 0 0 0 c43a12b0 0 0 c43a0c18 stream 0 0 0 c43a0b6c 0 0 /var/run/hald/dbus-gQGnMC5rzc c43a0b6c stream 0 0 0 c43a0c18 0 0 c43a0810 stream 0 0 0 c43a0764 0 0 /var/run/devd.pipe c43a0764 stream 0 0 0 c43a0810 0 0 c43a0204 stream 0 0 0 c43a0000 0 0 /var/run/hald/dbus-pQCDJQW6rB c43a0000 stream 0 0 0 c43a0204 0 0 c43a1ac0 stream 0 0 c43e9648 0 0 0 /var/run/hald/dbus-pQCDJQW6rB c43a00ac stream 0 0 0 c43a0158 0 0 /var/run/dbus/system_bus_socket c43a0158 stream 0 0 0 c43a00ac 0 0 c43a035c stream 0 0 0 c43a0408 0 0 /var/run/dbus/system_bus_socket c43a0408 stream 0 0 0 c43a035c 0 0 c43a04b4 stream 0 0 c459e10c 0 0 0 /var/run/hald/dbus-gQGnMC5rzc c43a1c18 stream 0 0 0 c43a1cc4 0 0 c43a1cc4 stream 0 0 0 c43a1c18 0 0 c43a0560 stream 0 0 c453aa78 0 0 0 /var/run/dbus/system_bus_socket c43a060c stream 0 0 0 c43a06b8 0 0 /var/run/devd.pipe c43a06b8 stream 0 0 0 c43a060c 0 0 c43a0d70 stream 0 0 c43a3d9c 0 0 0 /var/run/devd.pipe c43a0a14 dgram 0 0 0 c43a1d70 0 c43a0ac0 c43a0e1c dgram 0 0 c472e324 0 0 0 /var/run/wpa_supplicant/wlan0 c43a0ac0 dgram 0 0 0 c43a1d70 0 c43a10ac c43a10ac dgram 0 0 0 c43a1d70 0 0 c43a1d70 dgram 131 0 c43cb10c 0 c43a0a14 0 /var/run/logpriv c43a1e1c dgram 0 0 c43cb218 0 0 0 /var/run/log ------------------------------------------------------------------------ netstat -aL Current listen queue sizes (qlen/incqlen/maxqlen) Proto Listen Local Address tcp4 0/0/128 *.ssh unix 0/0/30 /var/run/hald/dbus-pQCDJQW6rB unix 0/0/30 /var/run/hald/dbus-gQGnMC5rzc unix 0/0/30 /var/run/dbus/system_bus_socket unix 0/0/4 /var/run/devd.pipe ------------------------------------------------------------------------ fstat USER CMD PID FD MOUNT INUM MODE SZ|DV R/W _dhcp dhclient 1348 root /usr 6665226 dr-xr-xr-x 512 r _dhcp dhclient 1348 wd /usr 6665226 dr-xr-xr-x 512 r _dhcp dhclient 1348 jail /usr 6665226 dr-xr-xr-x 512 r _dhcp dhclient 1348 text / 18280 -r-xr-xr-x 78316 r _dhcp dhclient 1348 0 /dev 19 crw-rw-rw- null rw _dhcp dhclient 1348 1 /dev 19 crw-rw-rw- null rw _dhcp dhclient 1348 2 /dev 19 crw-rw-rw- null rw _dhcp dhclient 1348 3* local dgram c43a0a14 <-> c43a1d70 _dhcp dhclient 1348 5* local stream c43a0d70 _dhcp dhclient 1348 6 /usr 6665867 -rw------- 3 w _dhcp dhclient 1348 7* local stream c43a060c <-> c43a06b8 _dhcp dhclient 1348 8* local stream c43a0810 <-> c43a0764 _dhcp dhclient 1348 9* route raw 0 c4736000 _dhcp dhclient 1348 10* pipe c4245550 <-> c4245498 0 rw _dhcp dhclient 1348 11 /usr 6667518 ---------- 398 w _dhcp dhclient 1348 12 /dev 21 crw------- bpf rw _dhcp dhclient 1348 13* internet raw ip c4751000 root dhclient 1345 root / 2 drwxr-xr-x 512 r root dhclient 1345 wd / 2 drwxr-xr-x 512 r root dhclient 1345 text / 18280 -r-xr-xr-x 78316 r root dhclient 1345 0 /dev 19 crw-rw-rw- null rw root dhclient 1345 1 /dev 19 crw-rw-rw- null rw root dhclient 1345 2 /dev 19 crw-rw-rw- null rw root dhclient 1345 3* local dgram c43a0a14 <-> c43a1d70 root dhclient 1345 5* local stream c43a0d70 root dhclient 1345 6 /usr 6665867 -rw------- 3 w root dhclient 1345 7* local stream c43a060c <-> c43a06b8 root dhclient 1345 8* local stream c43a0810 <-> c43a0764 root dhclient 1345 9* pipe c4245498 <-> c4245550 0 rw root wpa_supplicant 1321 root / 2 drwxr-xr-x 512 r root wpa_supplicant 1321 wd / 2 drwxr-xr-x 512 r root wpa_supplicant 1321 text /usr 5018524 -r-xr-xr-x 295808 r root wpa_supplicant 1321 0 /dev 19 crw-rw-rw- null rw root wpa_supplicant 1321 1 /dev 19 crw-rw-rw- null rw root wpa_supplicant 1321 2 /dev 19 crw-rw-rw- null rw root wpa_supplicant 1321 3* local dgram c43a0ac0 <-> c43a1d70 root wpa_supplicant 1321 4* internet dgram udp c4397294 root wpa_supplicant 1321 5* route raw 0 c4737000 root wpa_supplicant 1321 6 /dev 21 crw------- bpf rw root wpa_supplicant 1321 7* local dgram c43a0e1c roman zsh 1304 root / 2 drwxr-xr-x 512 r roman zsh 1304 wd /usr 2284545 drwxr-xr-x 4096 r roman zsh 1304 text /usr 5958808 -r-xr-xr-x 1637852 r roman zsh 1304 0 /dev 37 crw------- ttyv0 rw roman zsh 1304 1 /dev 37 crw------- ttyv0 rw roman zsh 1304 2 /dev 37 crw------- ttyv0 rw roman zsh 1304 10 /dev 37 crw------- ttyv0 rw roman zsh 1304 12 /usr 5983546 -rw-r--r-- 127840 r roman zsh 1304 13 /usr 5983530 -rw-r--r-- 175256 r roman zsh 1304 14 /usr 5983543 -rw-r--r-- 186416 r roman zsh 1304 15 /usr 5983533 -rw-r--r-- 246128 r roman zsh 1304 16 /usr 5983541 -rw-r--r-- 2424816 r root hald-addon-storage 1291 root / 2 drwxr-xr-x 512 r root hald-addon-storage 1291 wd /usr 5958678 drwxr-xr-x 1536 r root hald-addon-storage 1291 text /usr 5962392 -r-xr-xr-x 9508 r root hald-addon-storage 1291 0 /dev 19 crw-rw-rw- null r root hald-addon-storage 1291 1 /dev 19 crw-rw-rw- null rw root hald-addon-storage 1291 2 /dev 19 crw-rw-rw- null rw root hald-addon-storage 1291 3* local stream c43a135c <-> c43a12b0 root hald-addon-storage 1291 4* local stream c43a1560 <-> c43a0ec8 root hald-addon-mouse-s 1279 root / 2 drwxr-xr-x 512 r root hald-addon-mouse-s 1279 wd /usr 5958678 drwxr-xr-x 1536 r root hald-addon-mouse-s 1279 text /usr 5962394 -r-xr-xr-x 6868 r root hald-addon-mouse-s 1279 0 /dev 19 crw-rw-rw- null r root hald-addon-mouse-s 1279 1 /dev 19 crw-rw-rw- null rw root hald-addon-mouse-s 1279 2 /dev 19 crw-rw-rw- null rw root hald-addon-mouse-s 1279 3* local stream c43a0b6c <-> c43a0c18 root hald-runner 1274 root / 2 drwxr-xr-x 512 r root hald-runner 1274 wd / 2 drwxr-xr-x 512 r root hald-runner 1274 text /usr 5962400 -r-xr-xr-x 13776 r root hald-runner 1274 0 /dev 19 crw-rw-rw- null r root hald-runner 1274 1 /dev 19 crw-rw-rw- null rw root hald-runner 1274 2 /dev 19 crw-rw-rw- null rw root hald-runner 1274 3* local stream c43a0000 <-> c43a0204 root console-kit-daemon 1273 root / 2 drwxr-xr-x 512 r root console-kit-daemon 1273 wd / 2 drwxr-xr-x 512 r root console-kit-daemon 1273 text /usr 5963527 -r-xr-xr-x 118496 r root console-kit-daemon 1273 0 /dev 19 crw-rw-rw- null rw root console-kit-daemon 1273 1 /dev 19 crw-rw-rw- null rw root console-kit-daemon 1273 2 /dev 19 crw-rw-rw- null rw root console-kit-daemon 1273 3* pipe c43cf498 <-> c43cf550 0 rw root console-kit-daemon 1273 4 /dev 19 crw-rw-rw- null rw root console-kit-daemon 1273 5* pipe c43cf550 <-> c43cf498 0 rw root console-kit-daemon 1273 6 /usr 6009548 drwxr-xr-x 512 r root console-kit-daemon 1273 7* pipe c43cf000 <-> c43cf0b8 0 rw root console-kit-daemon 1273 8* pipe c43cf0b8 <-> c43cf000 0 rw root console-kit-daemon 1273 9* local stream c43a0158 <-> c43a00ac root console-kit-daemon 1273 10 /usr 6688911 -rw-r--r-- 19886 w root console-kit-daemon 1273 11 /usr 7160126 -r--r--r-- 403 r root console-kit-daemon 1273 12 /dev 4 crw------- console r root console-kit-daemon 1273 14 /usr 6010112 drwxr-xr-x 512 r root console-kit-daemon 1273 15 /usr 7160095 -rw-rw-r-- 0 r haldaemo hald 1270 root / 2 drwxr-xr-x 512 r haldaemo hald 1270 wd / 2 drwxr-xr-x 512 r haldaemo hald 1270 text /usr 5962398 -r-xr-xr-x 265952 r haldaemo hald 1270 0 /dev 19 crw-rw-rw- null rw haldaemo hald 1270 1 /dev 19 crw-rw-rw- null rw haldaemo hald 1270 2 /dev 19 crw-rw-rw- null rw haldaemo hald 1270 5* pipe c4214620 <-> c42146d8 0 rw haldaemo hald 1270 6* pipe c42146d8 <-> c4214620 0 rw haldaemo hald 1270 7* local stream c43a04b4 haldaemo hald 1270 8* local stream c43a0408 <-> c43a035c haldaemo hald 1270 9* local stream c43a1ac0 haldaemo hald 1270 10* local stream c43a0204 <-> c43a0000 haldaemo hald 1270 12 /dev 23 crw-r--r-- pci rw haldaemo hald 1270 13 /dev 30 crw------- ata r haldaemo hald 1270 14 /dev 73 crw------- xpt0 rw haldaemo hald 1270 16 /usr 7160126 -r--r--r-- 403 r haldaemo hald 1270 17 /usr 6010112 drwxr-xr-x 512 r haldaemo hald 1270 18 /usr 7160095 -rw-rw-r-- 0 r haldaemo hald 1270 19 /usr 7160203 drwxr-xr-x 512 r haldaemo hald 1270 20 /usr 7160205 drwxr-xr-x 512 r haldaemo hald 1270 21 /usr 7160204 drwxr-xr-x 512 r haldaemo hald 1270 22 /usr 7160206 drwxr-xr-x 512 r haldaemo hald 1270 23 /usr 7160182 drwxr-xr-x 512 r haldaemo hald 1270 24 /usr 7160185 drwxr-xr-x 512 r haldaemo hald 1270 25 /usr 7160183 drwxr-xr-x 512 r haldaemo hald 1270 26 /usr 7160184 -r--r--r-- 1656 r haldaemo hald 1270 27 /usr 7160188 drwxr-xr-x 512 r haldaemo hald 1270 28 /usr 7160189 drwxr-xr-x 512 r haldaemo hald 1270 29 /usr 7160201 drwxr-xr-x 512 r haldaemo hald 1270 30 /usr 7160190 drwxr-xr-x 512 r haldaemo hald 1270 31 /usr 7160200 -r--r--r-- 1609 r haldaemo hald 1270 32 /usr 7160199 -r--r--r-- 19472 r haldaemo hald 1270 33 /usr 7160198 -r--r--r-- 1214 r haldaemo hald 1270 34 /usr 7160197 -r--r--r-- 541 r haldaemo hald 1270 35 /usr 7160196 -r--r--r-- 913 r haldaemo hald 1270 36 /usr 7160195 -r--r--r-- 1153 r haldaemo hald 1270 37 /usr 7160194 -r--r--r-- 4038 r haldaemo hald 1270 38 /usr 7160210 -r--r--r-- 257 r haldaemo hald 1270 39 /usr 7160193 -r--r--r-- 1352 r haldaemo hald 1270 40 /usr 7160191 -r--r--r-- 795 r haldaemo hald 1270 41 /usr 7160192 -r--r--r-- 720 r haldaemo hald 1270 42 /usr 7160202 drwxr-xr-x 512 r haldaemo hald 1270 43* local stream c43a0764 <-> c43a0810 haldaemo hald 1270 44* local stream c43a0c18 <-> c43a0b6c haldaemo hald 1270 45* local stream c43a12b0 <-> c43a135c root getty 1265 root / 2 drwxr-xr-x 512 r root getty 1265 wd / 2 drwxr-xr-x 512 r root getty 1265 text /usr 6900791 -r-xr-xr-x 21832 r root getty 1265 0 /dev 44 crw------- ttyv7 rw root getty 1265 1 /dev 44 crw------- ttyv7 rw root getty 1265 2 /dev 44 crw------- ttyv7 rw root getty 1264 root / 2 drwxr-xr-x 512 r root getty 1264 wd / 2 drwxr-xr-x 512 r root getty 1264 text /usr 6900791 -r-xr-xr-x 21832 r root getty 1264 0 /dev 43 crw------- ttyv6 rw root getty 1264 1 /dev 43 crw------- ttyv6 rw root getty 1264 2 /dev 43 crw------- ttyv6 rw root getty 1263 root / 2 drwxr-xr-x 512 r root getty 1263 wd / 2 drwxr-xr-x 512 r root getty 1263 text /usr 6900791 -r-xr-xr-x 21832 r root getty 1263 0 /dev 42 crw------- ttyv5 rw root getty 1263 1 /dev 42 crw------- ttyv5 rw root getty 1263 2 /dev 42 crw------- ttyv5 rw root getty 1262 root / 2 drwxr-xr-x 512 r root getty 1262 wd / 2 drwxr-xr-x 512 r root getty 1262 text /usr 6900791 -r-xr-xr-x 21832 r root getty 1262 0 /dev 41 crw------- ttyv4 rw root getty 1262 1 /dev 41 crw------- ttyv4 rw root getty 1262 2 /dev 41 crw------- ttyv4 rw root getty 1261 root / 2 drwxr-xr-x 512 r root getty 1261 wd / 2 drwxr-xr-x 512 r root getty 1261 text /usr 6900791 -r-xr-xr-x 21832 r root getty 1261 0 /dev 40 crw------- ttyv3 rw root getty 1261 1 /dev 40 crw------- ttyv3 rw root getty 1261 2 /dev 40 crw------- ttyv3 rw root getty 1260 root / 2 drwxr-xr-x 512 r root getty 1260 wd / 2 drwxr-xr-x 512 r root getty 1260 text /usr 6900791 -r-xr-xr-x 21832 r root getty 1260 0 /dev 39 crw------- ttyv2 rw root getty 1260 1 /dev 39 crw------- ttyv2 rw root getty 1260 2 /dev 39 crw------- ttyv2 rw root getty 1259 root / 2 drwxr-xr-x 512 r root getty 1259 wd / 2 drwxr-xr-x 512 r root getty 1259 text /usr 6900791 -r-xr-xr-x 21832 r root getty 1259 0 /dev 38 crw------- ttyv1 rw root getty 1259 1 /dev 38 crw------- ttyv1 rw root getty 1259 2 /dev 38 crw------- ttyv1 rw root login 1258 root / 2 drwxr-xr-x 512 r root login 1258 wd /usr 2284545 drwxr-xr-x 4096 r root login 1258 text /usr 3984203 -r-sr-xr-x 21712 r root login 1258 0 /dev 37 crw------- ttyv0 rw root login 1258 1 /dev 37 crw------- ttyv0 rw root login 1258 2 /dev 37 crw------- ttyv0 rw root login 1258 3* local dgram c43a10ac <-> c43a1d70 root inetd 1222 root / 2 drwxr-xr-x 512 r root inetd 1222 wd / 2 drwxr-xr-x 512 r root inetd 1222 text /usr 5017099 -r-xr-xr-x 42108 r root inetd 1222 0 /dev 19 crw-rw-rw- null rw root inetd 1222 1 /dev 19 crw-rw-rw- null rw root inetd 1222 2 /dev 19 crw-rw-rw- null rw root inetd 1222 3 /usr 6665906 -rw------- 4 w root inetd 1222 4* pipe c42147a8 <-> c4214860 0 rw root inetd 1222 5* pipe c4214860 <-> c42147a8 0 rw root cron 1185 root / 2 drwxr-xr-x 512 r root cron 1185 wd /usr 6665224 drwxr-x--- 512 r root cron 1185 text /usr 5016646 -r-xr-xr-x 34024 r root cron 1185 0 /dev 19 crw-rw-rw- null rw root cron 1185 1 /dev 19 crw-rw-rw- null rw root cron 1185 2 /dev 19 crw-rw-rw- null rw root cron 1185 3 /usr 6665904 -rw------- 4 w root sshd 1174 root / 2 drwxr-xr-x 512 r root sshd 1174 wd / 2 drwxr-xr-x 512 r root sshd 1174 text /usr 5016598 -r-xr-xr-x 224152 r root sshd 1174 0 /dev 19 crw-rw-rw- null rw root sshd 1174 1 /dev 19 crw-rw-rw- null rw root sshd 1174 2 /dev 19 crw-rw-rw- null rw root sshd 1174 3* internet stream tcp c4584000 messageb dbus-daemon 1116 root / 2 drwxr-xr-x 512 r messageb dbus-daemon 1116 wd / 2 drwxr-xr-x 512 r messageb dbus-daemon 1116 text /usr 5962330 -r-xr-xr-x 313880 r messageb dbus-daemon 1116 0 /dev 19 crw-rw-rw- null rw messageb dbus-daemon 1116 1 /dev 19 crw-rw-rw- null rw messageb dbus-daemon 1116 2 /dev 19 crw-rw-rw- null rw messageb dbus-daemon 1116 3* local stream c43a0560 messageb dbus-daemon 1116 4 /dev 19 crw-rw-rw- null rw messageb dbus-daemon 1116 6 /usr 6009548 drwxr-xr-x 512 r messageb dbus-daemon 1116 7* local stream c43a1cc4 <-> c43a1c18 messageb dbus-daemon 1116 8* local stream c43a1c18 <-> c43a1cc4 messageb dbus-daemon 1116 9* local stream c43a035c <-> c43a0408 messageb dbus-daemon 1116 10* local stream c43a00ac <-> c43a0158 messageb dbus-daemon 1116 11* local stream c43a0ec8 <-> c43a1560 root moused 1092 root / 2 drwxr-xr-x 512 r root moused 1092 wd / 2 drwxr-xr-x 512 r root moused 1092 text /usr 5017143 -r-xr-xr-x 36100 r root moused 1092 0 /dev 19 crw-rw-rw- null rw root moused 1092 1 /dev 19 crw-rw-rw- null rw root moused 1092 2 /dev 19 crw-rw-rw- null rw root moused 1092 3 /dev 35 crw-rw-rw- psm0 rw root moused 1092 4 /dev 53 crw------- consolectl rw root moused 1092 5 /usr 6665891 -rw------- 4 w root powerd 1014 root / 2 drwxr-xr-x 512 r root powerd 1014 wd / 2 drwxr-xr-x 512 r root powerd 1014 text /usr 5017188 -r-xr-xr-x 12764 r root powerd 1014 0 /dev 19 crw-rw-rw- null rw root powerd 1014 1 /dev 19 crw-rw-rw- null rw root powerd 1014 2 /dev 19 crw-rw-rw- null rw root powerd 1014 3 /usr 6665884 -rw------- 4 w root powerd 1014 4* local stream c43a06b8 <-> c43a060c root syslogd 808 root / 2 drwxr-xr-x 512 r root syslogd 808 wd / 2 drwxr-xr-x 512 r root syslogd 808 text /usr 5017508 -r-xr-xr-x 35864 r root syslogd 808 0 /dev 19 crw-rw-rw- null rw root syslogd 808 1 /dev 19 crw-rw-rw- null rw root syslogd 808 2 /dev 19 crw-rw-rw- null rw root syslogd 808 3 /usr 6665872 -rw------- 3 w root syslogd 808 4* local dgram c43a1e1c root syslogd 808 5* local dgram c43a1d70 root syslogd 808 6* internet dgram udp c43967bc root syslogd 808 7 /dev 7 crw------- klog r root syslogd 808 9 - - bad - root syslogd 808 10 /usr 6665681 -rw-r--r-- 35661 w root syslogd 808 11 /usr 6665327 -rw------- 59 w root syslogd 808 12 /usr 6665448 -rw------- 8681 w root syslogd 808 13 /usr 6665498 -rw-r----- 62 w root syslogd 808 14 /usr 6665283 -rw-r--r-- 49942 w root syslogd 808 15 /usr 6665329 -rw------- 59 w root syslogd 808 16 /usr 6665458 -rw------- 63609 w root syslogd 808 17 /usr 6665322 -rw------- 11184 w root syslogd 808 18 /usr 6665326 -rw-r----- 59 w root syslogd 808 19 /usr 6665344 -rw-r--r-- 1168403057 w root devd 627 root / 2 drwxr-xr-x 512 r root devd 627 wd / 2 drwxr-xr-x 512 r root devd 627 text / 18278 -r-xr-xr-x 386944 r root devd 627 0 /dev 19 crw-rw-rw- null rw root devd 627 1 /dev 19 crw-rw-rw- null rw root devd 627 2 /dev 19 crw-rw-rw- null rw root devd 627 3 / 49760 drwxr-xr-x 512 r root devd 627 4 /dev 5 crw------- devctl r root devd 627 5* local stream c43a0d70 root devd 627 6 /usr 6665867 -rw------- 3 w root devd 627 7* local stream c43a060c <-> c43a06b8 root devd 627 8* local stream c43a0810 <-> c43a0764 root init 1 root / 2 drwxr-xr-x 512 r root init 1 wd / 2 drwxr-xr-x 512 r root init 1 text / 18284 -r-xr-xr-x 666380 r root kernel 0 root / 2 drwxr-xr-x 512 r root kernel 0 wd / 2 drwxr-xr-x 512 r ------------------------------------------------------------------------ dmesg table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ugen4.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=devstat' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=devstat Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+acd0 at on ata0' Pushing table setting device-name=acd0 Processing attach event Testing device-name=acd0 against ^ed50 Testing device-name=acd0 against ^ubt[0-9]+ Testing device-name=acd0 against ^ukbd0 Testing device-name=acd0 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=acd0 against ^ugen[0-9]+ Testing media type of acd0 against 0x80 Testing device-name=acd0 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=acd0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=acd0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/0.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/0.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen0.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on uhci0' Pushing table setting device-name=ugen0.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen0.1 against ^ed50 Testing device-name=ugen0.1 against ^ubt[0-9]+ Testing device-name=ugen0.1 against ^ukbd0 Testing device-name=ugen0.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen0.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen0.1 against 0x80 Testing device-name=ugen0.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/1.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/1.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen1.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on uhci1' Pushing table setting device-name=ugen1.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen1.1 against ^ed50 Testing device-name=ugen1.1 against ^ubt[0-9]+ Testing device-name=ugen1.1 against ^ukbd0 Testing device-name=ugen1.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen1.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen1.1 against 0x80 Testing device-name=ugen1.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/2.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/2.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen2.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on uhci2' Pushing table setting device-name=ugen2.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen2.1 against ^ed50 Testing device-name=ugen2.1 against ^ubt[0-9]+ Testing device-name=ugen2.1 against ^ukbd0 Testing device-name=ugen2.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen2.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen2.1 against 0x80 Testing device-name=ugen2.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/3.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/3.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen3.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on uhci3' Pushing table setting device-name=ugen3.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen3.1 against ^ed50 Testing device-name=ugen3.1 against ^ubt[0-9]+ Testing device-name=ugen3.1 against ^ukbd0 Testing device-name=ugen3.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen3.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen3.1 against 0x80 Testing device-name=ugen3.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=usb/4.1.1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=usb/4.1.1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+ugen4.1 vendor=0x0000 product=0x0000 devclass=0x09 devsubclass=0x00 sernum="" release=0x0100 at port=1 on ehci0' Pushing table setting device-name=ugen4.1 setting vendor=0x0000 setting product=0x0000 setting devclass=0x09 setting devsubclass=0x00 setting sernum= setting release=0x0100 Processing attach event Testing device-name=ugen4.1 against ^ed50 Testing device-name=ugen4.1 against ^ubt[0-9]+ Testing device-name=ugen4.1 against ^ukbd0 Testing device-name=ugen4.1 against ^ums[0-9]+ Testing vendor=0x0000 against ^0x0854 Testing vendor=0x0000 against ^0x1645 Testing device-name=ugen4.1 against ^ugen[0-9]+ Testing vendor=0x0000 against ^0x082d Testing media type of ugen4.1 against 0x80 Testing device-name=ugen4.1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=ACPI subsystem=ACAD type=\\_SB_.ACAD notify=0x01' Pushing table setting system=ACPI setting subsystem=ACAD setting type=\\_SB_.ACAD setting notify=0x01 Processing notify event Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^CMBAT Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^Resume Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^Suspend Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ZFS Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^Thermal Testing system=ACPI against ^ACPI Testing subsystem=ACAD against ^ACAD Executing '/etc/rc.d/power_profile 0x01' Popping table Processing event '!system=ACPI subsystem=CMBAT type=\\_SB_.BAT1 notify=0x80' Pushing table setting system=ACPI setting subsystem=CMBAT setting type=\\_SB_.BAT1 setting notify=0x80 Processing notify event Testing system=ACPI against ^ACPI Testing subsystem=CMBAT against ^CMBAT Executing 'logger -p kern.info ACPI.CMBAT: 0x80' Popping table Processing event '!system=ACPI subsystem=CMBAT type=\\_SB_.BAT1 notify=0x00' Pushing table setting system=ACPI setting subsystem=CMBAT setting type=\\_SB_.BAT1 setting notify=0x00 Processing notify event Testing system=ACPI against ^ACPI Testing subsystem=CMBAT against ^CMBAT Executing 'logger -p kern.info ACPI.CMBAT: 0x00' Popping table Processing event '+subdisk4 at on ad4' Pushing table setting device-name=subdisk4 Processing attach event Testing device-name=subdisk4 against ^ed50 Testing device-name=subdisk4 against ^ubt[0-9]+ Testing device-name=subdisk4 against ^ukbd0 Testing device-name=subdisk4 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=subdisk4 against ^ugen[0-9]+ Testing media type of subdisk4 against 0x80 Testing device-name=subdisk4 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+ad4 at on ata2' Pushing table setting device-name=ad4 Processing attach event Testing device-name=ad4 against ^ed50 Testing device-name=ad4 against ^ubt[0-9]+ Testing device-name=ad4 against ^ukbd0 Testing device-name=ad4 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=ad4 against ^ugen[0-9]+ Testing media type of ad4 against 0x80 Testing device-name=ad4 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=xpt0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=xpt0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=mixer0' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=mixer0 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+pcm0 at on hdac0' Pushing table setting device-name=pcm0 Processing attach event Testing device-name=pcm0 against ^ed50 Testing device-name=pcm0 against ^ubt[0-9]+ Testing device-name=pcm0 against ^ukbd0 Testing device-name=pcm0 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=pcm0 against ^ugen[0-9]+ Testing media type of pcm0 against 0x80 Testing device-name=pcm0 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=mixer1' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=mixer1 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+pcm1 at on hdac0' Pushing table setting device-name=pcm1 Processing attach event Testing device-name=pcm1 against ^ed50 Testing device-name=pcm1 against ^ubt[0-9]+ Testing device-name=pcm1 against ^ukbd0 Testing device-name=pcm1 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=pcm1 against ^ugen[0-9]+ Testing media type of pcm1 against 0x80 Testing device-name=pcm1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+uhub0 at on usbus0' Pushing table setting device-name=uhub0 Processing attach event Testing device-name=uhub0 against ^ed50 Testing device-name=uhub0 against ^ubt[0-9]+ Testing device-name=uhub0 against ^ukbd0 Testing device-name=uhub0 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub0 against ^ugen[0-9]+ Testing media type of uhub0 against 0x80 Testing device-name=uhub0 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+uhub1 at on usbus1' Pushing table setting device-name=uhub1 Processing attach event Testing device-name=uhub1 against ^ed50 Testing device-name=uhub1 against ^ubt[0-9]+ Testing device-name=uhub1 against ^ukbd0 Testing device-name=uhub1 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub1 against ^ugen[0-9]+ Testing media type of uhub1 against 0x80 Testing device-name=uhub1 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+uhub2 at on usbus2' Pushing table setting device-name=uhub2 Processing attach event Testing device-name=uhub2 against ^ed50 Testing device-name=uhub2 against ^ubt[0-9]+ Testing device-name=uhub2 against ^ukbd0 Testing device-name=uhub2 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub2 against ^ugen[0-9]+ Testing media type of uhub2 against 0x80 Testing device-name=uhub2 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '+uhub3 at on usbus3' Pushing table setting device-name=uhub3 Processing attach event Testing device-name=uhub3 against ^ed50 Testing device-name=uhub3 against ^ubt[0-9]+ Testing device-name=uhub3 against ^ukbd0 Testing device-name=uhub3 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub3 against ^ugen[0-9]+ Testing media type of uhub3 against 0x80 Testing device-name=uhub3 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s2' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s2 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s1a' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s1a Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s1b' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s1b Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s1d' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s1d Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ad4s2d' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ad4s2d Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/46615685b1e3214f' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/46615685b1e3214f Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/465d55abe0457852' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/465d55abe0457852 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/465d55ab7df6bca7' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/465d55ab7df6bca7 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/46615685b1e3214fd' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/46615685b1e3214fd Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '+uhub4 at on usbus4' Pushing table setting device-name=uhub4 Processing attach event Testing device-name=uhub4 against ^ed50 Testing device-name=uhub4 against ^ubt[0-9]+ Testing device-name=uhub4 against ^ukbd0 Testing device-name=uhub4 against ^ums[0-9]+ Testing vendor= against ^0x0854 Testing vendor= against ^0x1645 Testing device-name=uhub4 against ^ugen[0-9]+ Testing media type of uhub4 against 0x80 Testing device-name=uhub4 against ^(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)[0-9]+ Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/465d55abe0457852' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/465d55abe0457852 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/465d55abe0457852' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/465d55abe0457852 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/465d55ab7df6bca7' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/465d55ab7df6bca7 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/465d55ab7df6bca7' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/465d55ab7df6bca7 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/46615685b1e3214f' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/46615685b1e3214f Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/46615685b1e3214fd' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/46615685b1e3214fd Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/46615685b1e3214f' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/46615685b1e3214f Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=CREATE cdev=ufsid/46615685b1e3214fd' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=CREATE setting cdev=ufsid/46615685b1e3214fd Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/465d55abe0457852' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/465d55abe0457852 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=DEVFS subsystem=CDEV type=DESTROY cdev=ufsid/465d55ab7df6bca7' Pushing table setting system=DEVFS setting subsystem=CDEV setting type=DESTROY setting cdev=ufsid/465d55ab7df6bca7 Processing notify event Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ZFS Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^IFNET Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^ACPI Testing system=DEVFS against ^IFNET Popping table Processing event '!system=IFNET subsystem=wlan0 type=ATTACH' Pushing table setting system=IFNET setting subsystem=wlan0 setting type=ATTACH Processing notify event Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ZFS Testing system=IFNET against ^ZFS Testing system=IFNET against ^ZFS Testing system=IFNET against ^ZFS Testing system=IFNET against ^ZFS Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^IFNET Testing type=ATTACH against ^LINK_UP Testing system=IFNET against ^IFNET Testing type=ATTACH against ^LINK_UP Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^ACPI Testing system=IFNET against ^IFNET Testing type=ATTACH against ^ATTACH Executing '/etc/pccard_ether wlan0 start' Popping table Calling daemon ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat /usr/local/lib/gcc44 /usr/local/lib/gcc45 /usr/local/lib/graphviz /usr/local/lib/nss /usr/local/lib/qt4 a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout Creating and/or trimming log files . Starting syslogd. No core dumps found. Additional ABI support: linux . Clearing /tmp (X related). Updating motd: . Starting powerd. Starting default moused . Starting dbus. Starting hald. Configuring syscons: keymap blanktime . Starting sshd. Starting cron. Starting inetd. Sun Nov 15 15:29:26 CET 2009 wpi0: timeout resetting Tx ring 1 wpi0: timeout resetting Tx ring 3 wpi0: timeout resetting Tx ring 4 microcode alive notification version 10e02 alive 1 microcode alive notification version 10e02 alive 1 wpi_newstate: INIT -> SCAN flags 0x0 wpi_newstate: SCAN -> AUTH flags 0x0 config chan 1 flags 8005 cck f ofdm 15 wpi_newstate: AUTH -> ASSOC flags 0x0 wpi_newstate: ASSOC -> RUN flags 0x0 config chan 1 flags 8015 wlan0: link state changed to UP wpi0: need multicast update callback wpi0: need multicast update callback wpi0: need multicast update callback wpi0: need multicast update callback wpi0: need multicast update callback wpi_newstate: RUN -> ASSOC flags 0x0 wlan0: link state changed to DOWN wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wpi_newstate: ASSOC -> AUTH flags 0x0 config chan 1 flags 8015 cck f ofdm 15 wpi_newstate: AUTH -> ASSOC flags 0x0 wpi_newstate: ASSOC -> AUTH flags 0x0 wlcano0n: fig chan 1 flags 8015 cck f ofdm 15ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wpi_newstate: AUTH -> RUN flags 0x0 config chan 1 flags 8015 wlan0: link state changed to UP wpi0: need multicast update callback wpi_newstate: RUN -> ASSOC flags 0x0 wlan0: link state changed to DOWN wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost wpi_newstate: ASSOC -> AUTH flags 0x0 config chan 1 flags 8015 cck f ofdm 15 wlan0: ieee80211_new_state_locked: pending ASSOC -> AUTH transition lost Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0xc479219f fault code = supervisor read, page not present instruction pointer = 0x20:0xc07c3ff0 stack pointer = 0x28:0xc3bfebc8 frame pointer = 0x28:0xc3bfec68 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 = 0 (wpi0 taskq) trap number = 12 panic: page fault cpuid = 1 Uptime: 11m25s Physical memory: 1006 MB Dumping 63 MB: 48 32 16 ------------------------------------------------------------------------ kernel config config: File /boot/kernel/kernel doesn't contain configuration file. Either unsupported, or not compiled with INCLUDE_CONFIG_FILE ------------------------------------------------------------------------ ddb capture buffer ddb: ddb_capture: kvm_nlist --tKW2IUtsqtDRztdT--