Date: Mon, 5 Mar 2012 22:14:45 +0100 From: Monthadar Al Jaberi <monthadar@gmail.com> To: FreeBSD virtualization mailing list <freebsd-virtualization@freebsd.org>, Adrian Chadd <adrian.chadd@gmail.com> Subject: VIMAGE + kldload wlan + kldload wtap panic Message-ID: <CA%2BsBSo%2Bt=p0HLbyOH87DOJWWYn%2Be%2Bok7cwRiL1c1=gCw5=KTqg@mail.gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hi, I am a very happy VIMAGE user. But lately I have been having problems using it, and its too complicated for me to dig in so I hope you can help me (and help Adrian too). I am using FreeBSD Current with a kernel config without wlan module and wireless devices attach kernel config. uname -a shows: FreeBSD acke 10.0-CURRENT FreeBSD 10.0-CURRENT #2: Mon Mar 5 20:02:38 CET 2012 root@acke:/usr/obj/usr/src/sys/VNET_without_wlan amd64 I run the following commands: cd /usr/sys/module/wlan make load cd /usr/sys/modules/wtap make load then: /usr/src/ools/tools/wtap/wtap/wtap c 0 ifconfig wlan create wlandev wtap0 wlanmode mesh wlandebug -i wlan0 hwmp+mesh+output+input+inact ifconfig wlan0 meshid mymesh ifconfig wlan0 inet 192.168.2.1 and freebsd panics with: Mon Mar 5 21:17:46 CET 2012 Mar 5 21:59:23 acke login: ROOT LOGIN (root) ON ttyv0 Using visibility wtap plugin... Loaded wtap wireless simulator wtap0: ieee80211_radiotap_attach: no tx channel, radiotap 0x0wtap0: ieee80211_radiotap_attach: no rx channel, radiotap 0x0wlan0: Ethernet address: 00:98:9a:98:96:97 wlan0: ieee80211_start: ignore queue, in SCAN state wlan0: [00:98:9a:98:96:97] ieee80211_alloc_node: inact_reload 2 Kernel page fault with the following non-sleepable locks held: exclusive sleep mutex wtap0_com_lock (wtap0_com_lock) r = 0 (0xffffff8002395018) locked @ /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1937 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a kdb_backtrace() at kdb_backtrace+0x37 _witness_debugger() at _witness_debugger+0x2c witness_warn() at witness_warn+0x2c4 trap() at trap+0x2fe calltrap() at calltrap+0x8 --- trap 0xc, rip = 0xffffffff80885d0c, rsp = 0xffffff80003e9a00, rbp = 0xffffff80003e9a20 --- rt_dispatch() at rt_dispatch+0x2c rt_ieee80211msg() at rt_ieee80211msg+0x7f scan_task() at scan_task+0x4cd taskqueue_run_locked() at taskqueue_run_locked+0x93 taskqueue_thread_loop() at taskqueue_thread_loop+0x3e fork_exit() at fork_exit+0x135 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffff80003e9cf0, rbp = 0 --- Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x28 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80885d0c stack pointer = 0x28:0xffffff80003e9a00 frame pointer = 0x28:0xffffff80003e9a20 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (wtap0 net80211 task) I am attaching dump file too. The weird thing is that I don't get this panic if I include wlan in kernel config while everything else is the same. Thank you for any help! -- Monthadar Al Jaberi [-- Attachment #2 --] # # GENERIC -- Generic kernel configuration file for FreeBSD/amd64 # # For more information on this file, please read the config(5) manual page, # and/or the handbook section on Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD$ cpu HAMMER ident GENERIC makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options SCTP # Stream Control Transmission Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options UFS_GJOURNAL # Enable gjournal-based UFS journaling options MD_ROOT # MD is a potential root device options NFSCL # New Network Filesystem Client options NFSD # New Network Filesystem Server options NFSLOCKD # Network Lock Manager options NFS_ROOT # NFS usable as /, requires NFSCL options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_PART_GPT # GUID Partition Tables. options GEOM_LABEL # Provides labelization options COMPAT_FREEBSD32 # Compatible with i386 binaries options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options STACK # stack(9) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. options KBD_INSTALL_CDEV # install a CDEV entry in /dev options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) options AUDIT # Security event auditing options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES # Capsicum capabilities options MAC # TrustedBSD MAC Framework #options KDTRACE_FRAME # Ensure frames are compiled in #options KDTRACE_HOOKS # Kernel DTrace hooks options INCLUDE_CONFIG_FILE # Include this file in kernel options VIMAGE # Enable VNET options DEVCTL_ATTACH_ENABLED # Ray's devctl attach tool # Debugging support. Always need this: options KDB # Enable kernel debugger support. # For minimum debugger support (stable branch) use: #options KDB_TRACE # Print a stack trace for a panic. # For full debugger support use this instead: options DDB # Support DDB. options GDB # Support remote GDB. options DEADLKRES # Enable the deadlock resolver options INVARIANTS # Enable calls of extra sanity checking options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS options WITNESS # Enable checks to detect deadlocks and cycles options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel # CPU frequency control device cpufreq # Bus support. device acpi device pci # Floppy drives device fdc # ATA controllers device ahci # AHCI-compatible SATA controllers device ata # Legacy ATA/SATA controllers options ATA_CAM # Handle legacy controllers with CAM options ATA_STATIC_ID # Static device numbering device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. device ahd # AHA39320/29320 and onboard AIC79xx devices options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. device esp # AMD Am53C974 (Tekram DC-390(T)) device hptiop # Highpoint RocketRaid 3xxx series device isp # Qlogic family #device ispfw # Firmware for QLogic HBAs- normally a module device mpt # LSI-Logic MPT-Fusion device mps # LSI-Logic MPT-Fusion 2 #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device trm # Tekram DC395U/UW/F DC315U adapters device adv # Advansys SCSI adapters device adw # Advansys wide SCSI adapters device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. device bt # Buslogic/Mylex MultiMaster SCSI adapters device isci # Intel C600 SAS controller # ATA/SCSI peripherals device scbus # SCSI bus (required for ATA/SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct ATA/SCSI access) device ses # Enclosure Services (SES and SAF-TE) device ctl # CAM Target Layer # RAID controllers interfaced to the SCSI subsystem device amr # AMI MegaRAID device arcmsr # Areca SATA II RAID #XXX it is not 64-bit clean, -scottl #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device ciss # Compaq Smart RAID 5* device dpt # DPT Smartcache III, IV - See NOTES for options device hptmv # Highpoint RocketRAID 182x device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx device iir # Intel Integrated RAID device ips # IBM (Adaptec) ServeRAID device mly # Mylex AcceleRAID/eXtremeRAID device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers device aac # Adaptec FSA RAID device aacp # SCSI passthrough for aac (requires CAM) device ida # Compaq Smart RAID device mfi # LSI MegaRAID SAS device mlx # Mylex DAC960 family #XXX pointer/int warnings #device pst # Promise Supertrak SX6000 device twe # 3ware ATA RAID device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc options SC_PIXEL_MODE # add support for the raster text mode device agp # support several AGP chipsets # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device uart # Generic UART driver # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da device puc # Multi I/O cards and multi-channel UARTs # PCI Ethernet NICs. device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 Gigabit Ethernet Family device igb # Intel PRO/1000 PCIE Server Gigabit Family device ixgbe # Intel PRO/10GbE PCIE Ethernet Family device le # AMD Am7900 LANCE and Am79C9xx PCnet device ti # Alteon Networks Tigon I/II gigabit Ethernet device txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device ae # Attansic/Atheros L2 FastEthernet device age # Attansic/Atheros L1 Gigabit Ethernet device alc # Atheros AR8131/AR8132 Ethernet device ale # Atheros AR8121/AR8113/AR8114 Ethernet device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device et # Agere ET1310 10/100/Gigabit Ethernet device fxp # Intel EtherExpress PRO/100B (82557, 82558) device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet device lge # Level 1 LXT1001 gigabit Ethernet device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet device nfe # nVidia nForce MCP on-board Ethernet device nge # NatSemi DP83820 gigabit Ethernet #device nve # nVidia nForce MCP on-board Ethernet Networking device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sge # Silicon Integrated Systems SiS190/191 device sis # Silicon Integrated Systems SiS 900/SiS 7016 device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet device ste # Sundance ST201 (D-Link DFE-550TX) device stge # Sundance/Tamarack TC9021 gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 ``EPIC'') device vge # VIA VT612x gigabit Ethernet device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards device ex # Intel EtherExpress Pro/10 and Pro/10+ device ep # Etherlink III based cards device fe # Fujitsu MB8696x based cards device sn # SMC's 9000 series of Ethernet chips device xe # Xircom pccard Ethernet # Wireless NIC cards #device wlan # 802.11 support #options IEEE80211_DEBUG # enable debug msgs #options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's #options IEEE80211_SUPPORT_MESH # enable 802.11s draft support #device wlan_wep # 802.11 WEP support #device wlan_ccmp # 802.11 CCMP support #device wlan_tkip # 802.11 TKIP support #device wlan_amrr # AMRR transmit rate control algorithm #device an # Aironet 4500/4800 802.11 wireless NICs. #device ath # Atheros NIC's #device ath_pci # Atheros pci/cardbus glue #device ath_hal # pci/cardbus chip support #options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors #device ath_rate_sample # SampleRate tx rate control for ath #device bwi # Broadcom BCM430x/BCM431x wireless NICs. #device bwn # Broadcom BCM43xx wireless NICs. #device ipw # Intel 2100 wireless NICs. #device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs. #device iwn # Intel 4965/1000/5000/6000 wireless NICs. #device malo # Marvell Libertas wireless NICs. #device mwl # Marvell 88W8363 802.11n wireless NICs. #device ral # Ralink Technology RT2500 wireless NICs. #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wpi # Intel 3945ABG wireless NICs. # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support device vlan # 802.1Q VLAN support device tun # Packet tunnel. device pty # BSD-style compatibility pseudo ttys device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) device firmware # firmware assist module # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support options USB_DEBUG # enable debug msgs device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device xhci # XHCI PCI->USB interface (USB 3.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices (needs netgraph) device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player # USB Serial devices device u3g # USB-based 3G modems (Option, Huawei, Sierra) device uark # Technologies ARK3116 based serial adapters device ubsa # Belkin F5U103 and compatible serial adapters device uftdi # For FTDI usb serial adapters device uipaq # Some WinCE based devices device uplcom # Prolific PL-2303 serial adapters device uslcom # SI Labs CP2101/CP2102 serial adapters device uvisor # Visor and Palm devices device uvscom # USB serial support for DDI pocket's PHS # USB Ethernet, requires miibus device aue # ADMtek USB Ethernet device axe # ASIX Electronics USB Ethernet device cdce # Generic USB over Ethernet device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet device rue # RealTek RTL8150 USB Ethernet device udav # Davicom DM9601E USB # USB Wireless #device rum # Ralink Technology RT2501USB wireless NICs #device run # Ralink Technology RT2700/RT2800/RT3000 NICs. #device uath # Atheros AR5523 wireless NICs #device upgt # Conexant/Intersil PrismGT wireless NICs. #device ural # Ralink Technology RT2500USB wireless NICs #device urtw # Realtek RTL8187B/L wireless NICs #device zyd # ZyDAS zd1211/zd1211b wireless NICs # FireWire support device firewire # FireWire bus code # sbp(4) works for some systems but causes boot failure on others #device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver device dcons_crom # Configuration ROM for dcons # Sound support device sound # Generic sound driver (required) device snd_es137x # Ensoniq AudioPCI ES137x device snd_hda # Intel High Definition Audio device snd_ich # Intel, NVidia and other ICH AC'97 Audio device snd_uaudio # USB Audio device snd_via8233 # VIA VT8233x Audio # MMC/SD device mmc # MMC/SD bus device mmcsd # MMC/SD memory card device sdhci # Generic PCI SD Host Controller [-- Attachment #3 --] acke dumped core - see /var/crash/vmcore.3 Mon Mar 5 22:01:03 CET 2012 FreeBSD acke 10.0-CURRENT FreeBSD 10.0-CURRENT #2: Mon Mar 5 20:02:38 CET 2012 root@acke:/usr/obj/usr/src/sys/VNET_without_wlan amd64 panic: GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: wlan0: [00:98:9a:98:96:97] ieee80211_alloc_node: inact_reload 2 Kernel page fault with the following non-sleepable locks held: exclusive sleep mutex wtap0_com_lock (wtap0_com_lock) r = 0 (0xffffff8002395018) locked @ /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1937 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a kdb_backtrace() at kdb_backtrace+0x37 _witness_debugger() at _witness_debugger+0x2c witness_warn() at witness_warn+0x2c4 trap() at trap+0x2fe calltrap() at calltrap+0x8 --- trap 0xc, rip = 0xffffffff80885d0c, rsp = 0xffffff80003e9a00, rbp = 0xffffff80003e9a20 --- rt_dispatch() at rt_dispatch+0x2c rt_ieee80211msg() at rt_ieee80211msg+0x7f scan_task() at scan_task+0x4cd taskqueue_run_locked() at taskqueue_run_locked+0x93 taskqueue_thread_loop() at taskqueue_thread_loop+0x3e fork_exit() at fork_exit+0x135 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffff80003e9cf0, rbp = 0 --- Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x28 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80885d0c stack pointer = 0x28:0xffffff80003e9a00 frame pointer = 0x28:0xffffff80003e9a20 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (wtap0 net80211 task) Reading symbols from /usr/src/sys/modules/wlan/wlan.ko...done. Loaded symbols for /usr/src/sys/modules/wlan/wlan.ko Reading symbols from /usr/src/sys/modules/wtap/wtap.ko...done. Loaded symbols for /usr/src/sys/modules/wtap/wtap.ko #0 doadump (textdump=0) at /usr/src/sys/kern/kern_shutdown.c:268 268 if (textdump && textdump_pending) { (kgdb) #0 doadump (textdump=0) at /usr/src/sys/kern/kern_shutdown.c:268 #1 0xffffffff803170a0 in db_dump (dummy=Variable "dummy" is not available. ) at /usr/src/sys/ddb/db_command.c:538 #2 0xffffffff80316691 in db_command (last_cmdp=0xffffffff81048c20, cmd_table=Variable "cmd_table" is not available. ) at /usr/src/sys/ddb/db_command.c:449 #3 0xffffffff803168e0 in db_command_loop () at /usr/src/sys/ddb/db_command.c:502 #4 0xffffffff80318a29 in db_trap (type=Variable "type" is not available. ) at /usr/src/sys/ddb/db_main.c:229 #5 0xffffffff807e87a1 in kdb_trap (type=12, code=0, tf=0xffffff80003e9950) at /usr/src/sys/kern/subr_kdb.c:629 #6 0xffffffff80a7c01d in trap_fatal (frame=0xffffff80003e9950, eva=Variable "eva" is not available. ) at /usr/src/sys/amd64/amd64/trap.c:814 #7 0xffffffff80a7c6c5 in trap (frame=0xffffff80003e9950) at /usr/src/sys/amd64/amd64/trap.c:322 #8 0xffffffff80a65d9f in calltrap () at /usr/src/sys/amd64/amd64/exception.S:228 #9 0xffffffff80885d0c in rt_dispatch (m=0xfffffe0005160300, saf=0 '\0') at /usr/src/sys/net/rtsock.c:1494 #10 0xffffffff80886b1f in rt_ieee80211msg (ifp=Variable "ifp" is not available. ) at /usr/src/sys/net/rtsock.c:1454 #11 0xffffffff8163167d in scan_task () from /usr/src/sys/modules/wlan/wlan.ko #12 0x0000000000000246 in ?? () #13 0xffffff80003e9b00 in ?? () #14 0xffffffff81218bb0 in w_locklistdata () #15 0xfffffe000563d8a0 in ?? () #16 0xffffff8002395018 in ?? () #17 0xfffffe00054f40b0 in ?? () #18 0x0000000000000132 in ?? () #19 0xffffffff80c9f548 in __func__.7842 () #20 0xfffffe00055e2000 in ?? () #21 0xffffff8002395254 in ?? () #22 0x000000008003e27d in ?? () #23 0xfffffe00054f40b0 in ?? () #24 0xfffffe000563d880 in ?? () #25 0xfffffe00054f4080 in ?? () #26 0x0000000000000001 in ?? () #27 0xfffffe00054f40b0 in ?? () #28 0xffffff80003e9b70 in ?? () #29 0xffffff80003e9bc0 in ?? () #30 0xffffffff807f6503 in taskqueue_run_locked (queue=0xfffffe00054f4080) at /usr/src/sys/kern/subr_taskqueue.c:308 Previous frame inner to this frame (corrupt stack?) (kgdb) ------------------------------------------------------------------------ ps -axl UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 0 0 0 -92 0 0 0 - RLs - 0:00.13 [kernel] 0 1 0 0 20 0 6276 0 wait DLs - 0:00.01 [init] 0 2 0 0 -16 0 0 0 ctl_work DL - 0:00.00 [ctl_thrd] 0 3 0 0 -16 0 0 0 waiting_ DL - 0:00.00 [sctp_iterator] 0 4 0 0 -16 0 0 0 ccb_scan DL - 0:00.00 [xpt_thrd] 0 5 0 0 -16 0 0 0 psleep DL - 0:00.00 [pagedaemon] 0 6 0 0 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon] 0 7 0 0 155 0 0 0 pgzero DL - 0:00.00 [pagezero] 0 8 0 0 -16 0 0 0 psleep DL - 0:00.01 [bufdaemon] 0 9 0 0 -16 0 0 0 vlruwt DL - 0:00.01 [vnlru] 0 10 0 0 -16 0 0 0 audit_wo DL - 0:00.00 [audit] 0 11 0 0 155 0 0 0 - RL - 42:13.57 [idle] 0 12 0 0 -84 0 0 0 - WL - 0:03.71 [intr] 0 13 0 0 -8 0 0 0 - DL - 0:00.26 [geom] 0 14 0 0 -16 0 0 0 - DL - 0:00.08 [yarrow] 0 15 0 0 -68 0 0 0 - DL - 0:00.08 [usb] 0 16 0 0 16 0 0 0 syncer DL - 0:00.04 [syncer] 0 17 0 0 -16 0 0 0 sdflush DL - 0:00.02 [softdepflush] 0 134 1 0 52 0 10132 0 pause Ds - 0:00.00 [adjkerntz] 0 519 1 0 52 0 12264 0 select Ds - 0:00.00 [dhclient] 65 557 1 0 20 0 12264 0 select Ds - 0:00.00 [dhclient] 0 577 1 0 20 0 12264 0 select Ds - 0:00.00 [dhclient] 65 588 1 0 20 0 12264 0 select Ds - 0:00.00 [dhclient] 0 604 1 0 20 0 10372 0 wait Ds - 0:00.00 [devd] 0 707 1 0 20 0 12264 0 select Ds - 0:00.02 [syslogd] 0 804 1 0 20 0 22408 0 select Ds - 0:00.27 [ntpd] 0 818 1 0 52 0 46960 0 select Ds - 0:00.00 [sshd] 0 821 1 0 20 0 20460 0 select Ds - 0:00.06 [sendmail] 25 824 1 0 20 0 20460 0 pause Ds - 0:00.00 [sendmail] 0 828 1 0 52 0 14344 0 nanslp Ds - 0:00.02 [cron] 0 864 1 0 20 0 41384 0 wait Ds - 0:00.02 [login] 0 865 1 0 52 0 12264 0 ttyin Ds+ - 0:00.00 [getty] 0 866 1 0 52 0 12264 0 ttyin Ds+ - 0:00.00 [getty] 0 867 1 0 52 0 12264 0 ttyin Ds+ - 0:00.00 [getty] 0 868 1 0 52 0 12264 0 ttyin Ds+ - 0:00.00 [getty] 0 869 1 0 52 0 12264 0 ttyin Ds+ - 0:00.00 [getty] 0 870 1 0 52 0 12264 0 ttyin Ds+ - 0:00.00 [getty] 0 871 1 0 52 0 12264 0 ttyin Ds+ - 0:00.00 [getty] 0 942 864 0 26 0 14680 0 ttyin D+ - 0:00.05 [csh] 0 945 0 0 -16 0 0 0 - DL - 0:00.00 [newnfs 0] 0 968 604 0 52 0 14708 0 wait D - 0:00.01 [sh] 0 979 968 0 52 0 14708 0 wait D - 0:00.02 [sh] 0 1076 979 0 72 0 14708 0 - R - 0:00.00 [sh] ------------------------------------------------------------------------ vmstat -s 310919 cpu context switches 2870 device interrupts 124182 software interrupts 99886 traps 106976 system calls 18 kernel threads created 822 fork() calls 237 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 284 vnode pager pageins 2051 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 151 pages reactivated 33220 copy-on-write faults 55 copy-on-write optimized faults 34284 zero fill pages zeroed 0 zero fill pages prezeroed 0 intransit blocking page faults 89917 total VM faults taken 0 pages affected by kernel thread creation 417259 pages affected by fork() 121254 pages affected by vfork() 0 pages affected by rfork() 0 pages cached 90411 pages freed 0 pages freed by daemon 0 pages freed by exiting processes 3767 pages active 2721 pages inactive 10 pages in VM cache 17985 pages wired down 224779 pages free 4096 bytes per page 21338 total name lookups cache hits (84% pos + 7% neg) system 0% per-directory deletions 0%, falsehits 0%, toolong 0% ------------------------------------------------------------------------ vmstat -m Type InUse MemUse HighUse Requests Size(s) ctlmem 5062 10113K - 5062 128,2048 ctlblk 200 1600K - 200 isadev 8 1K - 8 128 ramdisk 1 4096K - 1 acpidev 24 2K - 24 64 feeder 12 1K - 14 32,128 cdev 9 3K - 9 256 ctlpool 532 142K - 532 32,512 sigio 1 1K - 1 64 filedesc 44 23K - 1079 512,1024 kenv 65 11K - 73 16,32,64,128 kqueue 0 0K - 48 256,2048 pci_link 8 1K - 8 16,128 proc-args 25 2K - 946 16,32,64,128,256 hhook 2 1K - 2 128 ithread 61 11K - 61 32,128,256 kbdmux 6 18K - 6 16,512,1024,2048 KTRACE 100 13K - 100 128 mixer 1 4K - 1 4096 linker 168 253K - 184 16,32,64,128,256,512,1024,2048,4096 lockf 23 3K - 43 64,128 loginclass 2 1K - 17 64 LED 4 1K - 4 16,128 ip6ndp 9 1K - 9 64,128 temp 22 1K - 2734 16,32,64,128,256,1024,2048,4096 devbuf 423 20947K - 436 16,32,64,128,256,512,1024,2048,4096 module 433 55K - 433 128 mtx_pool 2 16K - 2 CAM queue 16 1K - 61 16,32 subproc 96 199K - 1131 512,4096 proc 2 16K - 2 session 21 3K - 37 128 pgrp 22 3K - 41 128 cred 38 6K - 3702 64,256 uidinfo 4 3K - 18 128,2048 plimit 13 4K - 346 256 CAM SIM 4 1K - 4 256 sysctltmp 0 0K - 231 16,32,64,128,4096 sysctloid 2203 110K - 2239 16,32,64,128 sysctl 0 0K - 243 16,32,64 tidhash 1 16K - 1 umtx 174 22K - 174 128 p1003.1b 1 1K - 1 16 SWAP 2 277K - 2 64 bus-sc 31 56K - 1254 16,32,128,256,512,1024,2048,4096 bus 895 74K - 2752 16,32,64,128,256,1024 devstat 6 13K - 6 32,4096 eventhandler 86 7K - 86 64,128 kobj 308 1232K - 393 4096 Per-cpu 1 1K - 1 32 rman 96 12K - 462 32,128 sbuf 0 0K - 588 16,32,64,128,256,512,1024,2048,4096 ddb_capture 1 48K - 1 stack 0 0K - 2 256 taskqueue 25 2K - 25 16,32,128 Unitno 18 2K - 254 32,64 acpiintr 1 1K - 1 64 acpica 2077 233K - 24468 16,32,64,128,256,1024,4096 Witness 1 128K - 1 iov 0 0K - 564 16,32,64,128,256,512 select 12 2K - 12 128 ioctlops 0 0K - 700 16,32,64,128,256,512,1024 msg 4 30K - 4 2048,4096 sem 4 106K - 4 2048,4096 shm 1 20K - 1 tty 19 19K - 21 1024,2048 mbuf_tag 0 0K - 52 32 shmfd 1 8K - 1 acpitask 1 2K - 1 2048 pcb 21 157K - 100 16,32,128,1024,2048,4096 soname 5 1K - 876 16,32,128 biobuf 7 7K - 7 1024 vfscache 1 1024K - 1 vfs_hash 1 512K - 1 vnodes 2 1K - 2 256 USBdev 4 2K - 4 64,128,1024 vnodemarker 0 0K - 420 512 mount 70 3K - 140 16,32,64,128,256 BPF 16 19K - 16 128,512,4096 ether_multi 51 3K - 90 16,32,64 ifaddr 93 18K - 95 32,64,128,256,512,4096 ifnet 7 13K - 7 128,2048 USB 7 3K - 7 16,32,128,2048 arpcom 3 1K - 3 16 lltable 21 9K - 23 256,512 CAM periph 6 2K - 22 16,32,64,128,256 CAM XPT 43 20K - 113 32,64,128,1024,2048 acpisem 16 2K - 16 128 routetbl 42 6K - 226 32,64,128,256,512 vnet_data_free 1 1K - 1 32 vnet_data 1 28K - 1 vnet 1 1K - 1 64 igmp 6 2K - 6 256 in_multi 4 1K - 6 256 sctp_iter 0 0K - 5 256 sctp_ifn 4 1K - 4 128 sctp_ifa 7 1K - 7 128 sctp_vrf 1 1K - 1 64 sctp_a_it 0 0K - 5 16 hostcache 1 28K - 1 syncache 1 96K - 1 entropy 1024 64K - 1024 64 in6_multi 20 3K - 20 32,256 mld 6 1K - 6 128 rpc 16 6K - 619 32,64,128,256,512,1024 audit_evclass 179 6K - 218 32 jblocks 2 1K - 2 128,256 savedino 0 0K - 18 256 sbdep 0 0K - 23 64 jsegdep 17 2K - 196 64 jseg 1 1K - 12 128 jfreefrag 0 0K - 1 128 jnewblk 0 0K - 35 128 jremref 0 0K - 77 128 jaddref 0 0K - 83 128 freework 2 1K - 31 32,128 newdirblk 0 0K - 6 64 dirrem 8 1K - 65 128 mkdir 0 0K - 12 128 diradd 8 1K - 71 128 freefile 0 0K - 27 64 freeblks 1 1K - 28 128 freefrag 0 0K - 1 128 newblk 2 65K - 36 256 bmsafemap 2 9K - 22 256 inodedep 10 517K - 115 512 pagedep 2 65K - 18 256 ufs_dirhash 30 6K - 30 16,32,64,512 ufs_mount 3 13K - 3 512,4096 vm_pgdata 2 129K - 2 128 DEVFS1 83 42K - 88 512 DEVFS3 103 26K - 115 256 DEVFS 15 1K - 16 16,128 DEVFSP 2 1K - 2 64 NFSCL diroffdiroff 1 1K - 1 512 atkbddev 2 1K - 2 64 NFS fh 138 9K - 595 32,64 apmdev 1 1K - 1 128 newnfsmnt 2 2K - 2 1024 pfs_nodes 21 6K - 21 256 ata_pci 1 1K - 1 64 GEOM 52 11K - 370 16,32,64,128,256,512,1024,2048 scsi_cd 0 0K - 4 16 io_apic 1 2K - 1 2048 CAM dev queue 4 1K - 4 128 nexusdev 3 1K - 3 16 ac97 2 1K - 2 16,512 80211vap 3 5K - 3 128,256,4096 80211com 1 8K - 1 80211node 2 13K - 3 1024 80211scan 2 6K - 2 2048,4096 wtap plugin 1 12K - 1 wtap 4 2K - 4 64,128,256,1024 ------------------------------------------------------------------------ vmstat -z ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP UMA Kegs: 208, 0, 149, 4, 149, 0, 0 UMA Zones: 512, 0, 149, 5, 149, 0, 0 UMA Slabs: 568, 0, 3612, 7, 4107, 0, 0 UMA RCntSlabs: 568, 0, 323, 6, 323, 0, 0 UMA Hash: 256, 0, 3, 12, 3, 0, 0 16 Bucket: 152, 0, 94, 6, 94, 0, 0 32 Bucket: 280, 0, 43, 13, 43, 0, 0 64 Bucket: 536, 0, 34, 1, 34, 65, 0 128 Bucket: 1048, 0, 48, 0, 48, 570, 0 VM OBJECT: 232, 0, 945, 63, 12140, 0, 0 MAP: 232, 0, 7, 25, 7, 0, 0 KMAP ENTRY: 120, 55831, 26, 129, 1672, 0, 0 MAP ENTRY: 120, 0, 565, 117, 27010, 0, 0 fakepg: 120, 0, 0, 0, 0, 0, 0 mt_zone: 4112, 0, 317, 10, 317, 0, 0 16: 16, 0, 11, 157, 12, 0, 0 16: 16, 0, 806, 202, 1183, 0, 0 16: 16, 0, 4, 164, 199, 0, 0 16: 16, 0, 38, 130, 8951, 0, 0 16: 16, 0, 40, 128, 78, 0, 0 16: 16, 0, 228, 108, 1287, 0, 0 16: 16, 0, 0, 0, 0, 0, 0 16: 16, 0, 3, 165, 1117, 0, 0 32: 32, 0, 299, 105, 332, 0, 0 32: 32, 0, 1005, 106, 1199, 0, 0 32: 32, 0, 23, 179, 250, 0, 0 32: 32, 0, 33, 169, 1492, 0, 0 32: 32, 0, 3, 199, 5, 0, 0 32: 32, 0, 130, 274, 667, 0, 0 32: 32, 0, 63, 139, 323, 0, 0 32: 32, 0, 12, 190, 190, 0, 0 64: 64, 0, 12, 100, 42, 0, 0 64: 64, 0, 276, 60, 337, 0, 0 64: 64, 0, 1057, 119, 3898, 0, 0 64: 64, 0, 481, 527, 10876, 0, 0 64: 64, 0, 28, 84, 52, 0, 0 64: 64, 0, 545, 71, 1182, 0, 0 64: 64, 0, 239, 97, 677, 0, 0 64: 64, 0, 28, 140, 556, 0, 0 128: 128, 0, 28, 30, 36, 0, 0 128: 128, 0, 592, 46, 745, 0, 0 128: 128, 0, 22, 94, 190, 0, 0 128: 128, 0, 1616, 66, 2654, 0, 0 128: 128, 0, 114, 60, 198, 0, 0 128: 128, 0, 638, 29, 1272, 0, 0 128: 128, 0, 43, 44, 59, 0, 0 128: 128, 0, 476, 46, 857, 0, 0 256: 256, 0, 12, 18, 17, 0, 0 256: 256, 0, 12, 33, 56, 0, 0 256: 256, 0, 49, 26, 1896, 0, 0 256: 256, 0, 2, 28, 17, 0, 0 256: 256, 0, 26, 19, 364, 0, 0 256: 256, 0, 194, 46, 457, 0, 0 256: 256, 0, 41, 19, 43, 0, 0 256: 256, 0, 7, 23, 224, 0, 0 512: 512, 0, 335, 29, 936, 0, 0 512: 512, 0, 62, 15, 1097, 0, 0 512: 512, 0, 1, 13, 433, 0, 0 512: 512, 0, 1, 13, 1, 0, 0 512: 512, 0, 0, 0, 0, 0, 0 512: 512, 0, 116, 10, 580, 0, 0 512: 512, 0, 30, 33, 137, 0, 0 512: 512, 0, 4, 10, 130, 0, 0 1024: 1024, 0, 3, 5, 19, 0, 0 1024: 1024, 0, 11, 1, 11, 0, 0 1024: 1024, 0, 1, 7, 9, 0, 0 1024: 1024, 0, 5, 7, 710, 0, 0 1024: 1024, 0, 20, 8, 20, 0, 0 1024: 1024, 0, 15, 53, 826, 0, 0 1024: 1024, 0, 0, 0, 0, 0, 0 1024: 1024, 0, 0, 8, 8, 0, 0 2048: 2048, 0, 10, 8, 28, 0, 0 2048: 2048, 0, 4, 4, 28, 0, 0 2048: 2048, 0, 2, 2, 8, 0, 0 2048: 2048, 0, 4, 4, 4, 0, 0 2048: 2048, 0, 5062, 16, 5064, 0, 0 2048: 2048, 0, 7, 5, 75, 0, 0 2048: 2048, 0, 0, 0, 0, 0, 0 2048: 2048, 0, 0, 0, 0, 0, 0 4096: 4096, 0, 49, 5, 1084, 0, 0 4096: 4096, 0, 1, 1, 3, 0, 0 4096: 4096, 0, 1, 1, 7, 0, 0 4096: 4096, 0, 7, 2, 7, 0, 0 4096: 4096, 0, 0, 0, 0, 0, 0 4096: 4096, 0, 24, 3, 1737, 0, 0 4096: 4096, 0, 2, 0, 2, 0, 0 4096: 4096, 0, 308, 3, 393, 0, 0 Files: 80, 0, 74, 61, 4808, 0, 0 TURNSTILE: 136, 0, 88, 12, 88, 0, 0 umtx pi: 96, 0, 0, 0, 0, 0, 0 MAC labels: 40, 0, 0, 0, 0, 0, 0 PROC: 1184, 0, 42, 9, 1077, 0, 0 THREAD: 1112, 0, 80, 7, 80, 0, 0 SLEEPQUEUE: 88, 0, 88, 28, 88, 0, 0 VMSPACE: 392, 0, 25, 15, 1061, 0, 0 cpuset: 72, 0, 50, 50, 50, 0, 0 audit_record: 960, 0, 0, 0, 0, 0, 0 mbuf_packet: 256, 0, 512, 140, 1731, 0, 0 mbuf: 256, 0, 5, 135, 4795, 0, 0 mbuf_cluster: 2048, 25600, 640, 6, 640, 0, 0 mbuf_jumbo_page: 4096, 12800, 0, 0, 0, 0, 0 mbuf_jumbo_9k: 9216, 19200, 0, 0, 0, 0, 0 mbuf_jumbo_16k: 16384, 12800, 0, 0, 0, 0, 0 mbuf_ext_refcnt: 4, 0, 0, 0, 0, 0, 0 ttyinq: 160, 0, 120, 24, 255, 0, 0 ttyoutq: 256, 0, 64, 11, 136, 0, 0 g_bio: 232, 0, 0, 144, 4087, 0, 0 ata_request: 328, 0, 1, 23, 2394, 0, 0 ata_composite: 336, 0, 0, 0, 0, 0, 0 VNODE: 472, 0, 657, 7, 686, 0, 0 VNODEPOLL: 112, 0, 0, 0, 0, 0, 0 S VFS Cache: 108, 0, 515, 13, 1266, 0, 0 STS VFS Cache: 132, 0, 134, 62, 449, 0, 0 L VFS Cache: 352, 0, 0, 0, 0, 0, 0 NAMEI: 1024, 0, 0, 12, 9379, 0, 0 NCLNODE: 520, 0, 138, 2, 138, 0, 0 DIRHASH: 1024, 0, 30, 6, 30, 0, 0 capability: 24, 0, 0, 0, 0, 0, 0 pipe: 728, 0, 2, 13, 606, 0, 0 Mountpoints: 768, 0, 4, 6, 4, 0, 0 ksiginfo: 112, 0, 41, 1015, 128, 0, 0 itimer: 344, 0, 1, 21, 1, 0, 0 KNOTE: 128, 0, 0, 58, 48, 0, 0 socket: 680, 25602, 26, 10, 312, 0, 0 ipq: 56, 819, 0, 0, 0, 0, 0 udp_inpcb: 392, 25600, 9, 21, 209, 0, 0 udpcb: 16, 25704, 9, 159, 209, 0, 0 tcp_inpcb: 392, 25600, 5, 15, 18, 0, 0 tcpcb: 976, 25600, 5, 3, 18, 0, 0 tcptw: 72, 5150, 0, 100, 4, 0, 0 syncache: 152, 15375, 0, 0, 0, 0, 0 hostcache: 136, 15372, 1, 55, 1, 0, 0 tcpreass: 40, 1680, 0, 0, 0, 0, 0 sackhole: 32, 0, 0, 0, 0, 0, 0 sctp_ep: 1368, 25600, 0, 0, 0, 0, 0 sctp_asoc: 2288, 40000, 0, 0, 0, 0, 0 sctp_laddr: 48, 80064, 0, 144, 6, 0, 0 sctp_raddr: 704, 80000, 0, 0, 0, 0, 0 sctp_chunk: 136, 400008, 0, 0, 0, 0, 0 sctp_readq: 104, 400032, 0, 0, 0, 0, 0 sctp_stream_msg_out: 112, 400026, 0, 0, 0, 0, 0 sctp_asconf: 40, 400008, 0, 0, 0, 0, 0 sctp_asconf_ack: 48, 400032, 0, 0, 0, 0, 0 ripcb: 392, 25600, 2, 18, 2, 0, 0 unpcb: 240, 25600, 7, 25, 70, 0, 0 rtentry: 200, 0, 21, 36, 23, 0, 0 selfd: 56, 0, 33, 93, 24613, 0, 0 SWAPMETA: 288, 116519, 0, 0, 0, 0, 0 FFS inode: 168, 0, 490, 16, 517, 0, 0 FFS1 dinode: 128, 0, 0, 0, 0, 0, 0 FFS2 dinode: 256, 0, 490, 5, 517, 0, 0 ------------------------------------------------------------------------ vmstat -i interrupt total rate irq1: atkbd0 281 12 irq14: ata0 1350 58 irq15: ata1 17 0 irq16: em1 820 35 irq19: em0 402 17 cpu0:timer 126119 5483 Total 128989 5608 ------------------------------------------------------------------------ pstat -T 74/12328 files 0M/2047M swap space ------------------------------------------------------------------------ pstat -s Device 512-blocks Used Avail Capacity /dev/ada0p3 4193976 0 4193976 0% ------------------------------------------------------------------------ iostat iostat: kvm_read(_tk_nin): invalid address (0x0) iostat: disabling TTY statistics ada0 cd0 pass0 cpu KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id 20.19 58 1.15 0.00 0 0.00 0.00 0 0.00 0 0 0 1 99 ------------------------------------------------------------------------ ipcs -a Message Queues: T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM QBYTES LSPID LRPID STIME RTIME CTIME Shared Memory: T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME Semaphores: T ID KEY MODE OWNER GROUP CREATOR CGROUP NSEMS OTIME CTIME ------------------------------------------------------------------------ ipcs -T msginfo: msgmax: 16384 (max characters in a message) msgmni: 40 (# of message queues) msgmnb: 2048 (max characters in a message queue) msgtql: 40 (max # of messages in system) msgssz: 8 (size of a message segment) msgseg: 2048 (# of message segments in system) shminfo: shmmax: 536870912 (max shared memory segment size) shmmin: 1 (min shared memory segment size) shmmni: 192 (max number of shared memory identifiers) shmseg: 128 (max shared memory segments per process) shmall: 131072 (max amount of shared memory in pages) seminfo: semmni: 50 (# of semaphore identifiers) semmns: 340 (# of semaphores in system) semmnu: 150 (# of undo structures in system) semmsl: 340 (max # of semaphores per id) semopm: 100 (max # of operations per semop call) semume: 50 (max # of undo entries per process) semusz: 632 (size in bytes of undo structure) semvmx: 32767 (semaphore maximum value) semaem: 16384 (adjust on exit max value) ------------------------------------------------------------------------ nfsstat Client Info: Rpc Counts: Getattr Setattr Lookup Readlink Read Write Create Remove 7 0 8 0 7 0 0 0 Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access 0 0 0 0 0 0 0 9 Mknod Fsstat Fsinfo PathConf Commit 0 2 2 0 0 Rpc Info: TimedOut Invalid X Replies Retries Requests 0 0 0 0 35 Cache Info: Attr Hits Misses Lkup Hits Misses BioR Hits Misses BioW Hits Misses 87 3 37 8 19 7 0 0 BioRLHits Misses BioD Hits Misses DirE Hits Misses Accs Hits Misses 0 0 0 0 0 0 41 9 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: 841 packets sent 601 data packets (72964 bytes) 0 data packets (0 bytes) retransmitted 0 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 226 ack-only packets (21 delayed) 0 URG only packets 0 window probe packets 0 window update packets 14 control packets 994 packets received 613 acks (for 72968 bytes) 2 duplicate acks 0 acks for unsent data 976 packets (674272 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 8 connection requests 0 connection accepts 0 bad connection attempts 0 listen queue overflows 0 ignored RSTs in the windows 8 connections established (including accepts) 13 connections closed (including 0 drops) 2 connections updated cached RTT on close 2 connections updated cached RTT variance on close 0 connections updated cached ssthresh on close 0 embryonic connections dropped 613 segments updated rtt (of 615 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 8 correct ACK header predictions 377 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 1 hostcache entrie added 0 bucket overflow 0 SACK recovery episodes 0 segment rexmits in SACK recovery episodes 0 byte rexmits in SACK recovery episodes 0 SACK options (SACK blocks) received 0 SACK options (SACK blocks) sent 0 SACK scoreboard overflow 0 packets with ECN CE bit set 0 packets with ECN ECT(0) bit set 0 packets with ECN ECT(1) bit set 0 successful ECN handshakes 0 times ECN reduced the congestion window udp: 203 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 2 broadcast/multicast datagrams undelivered 0 dropped due to full socket buffers 0 not for hashed pcb 201 delivered 201 datagrams output 0 times multicast source filter matched ip: 1198 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 1197 packets for this host 0 packets for unknown/unsupported protocol 0 packets forwarded (0 packets fast forwarded) 1 packet not forwardable 0 packets received for unknown multicast group 0 redirects sent 1042 packets sent from this host 1 packet sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 0 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 tunneling packets that can't find gif 0 datagrams with bad address in header icmp: 0 calls to icmp_error 0 errors not generated in response to an icmp message 0 messages with bad code fields 0 messages less than the minimum length 0 messages with bad checksum 0 messages with bad length 0 multicast echo requests ignored 0 multicast timestamp requests ignored 0 message responses generated 0 invalid return addresses 0 no return routes igmp: 0 messages received 0 messages received with too few bytes 0 messages received with wrong TTL 0 messages received with bad checksum 0 V1/V2 membership queries received 0 V3 membership queries received 0 membership queries received with invalid field(s) 0 general queries received 0 group queries received 0 group-source queries received 0 group-source queries dropped 0 membership reports received 0 membership reports received with invalid field(s) 0 membership reports received for groups to which we belong 0 V3 reports received without Router Alert 0 membership reports sent arp: 9 ARP requests sent 1 ARP reply sent 1 ARP request received 6 ARP replies received 7 ARP packets received 0 total packets dropped due to no ARP entry 2 ARP entrys timed out 0 Duplicate IPs seen ip6: 0 total packets received 0 with size smaller than minimum 0 with data size < data length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 fragments that exceeded limit 0 packets reassembled ok 0 packets for this host 0 packets forwarded 0 packets not forwardable 0 redirects sent 0 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 3 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 packets that violated scope rules 0 multicast packets which we don't join Mbuf statistics: 0 one mbuf 0 one ext mbuf 0 two or more ext mbuf 0 packets whose headers are not contiguous 0 tunneling packets that can't find gif 0 packets discarded because of too many headers 0 failures of source address selection Source addresses selection rule applied: icmp6: 0 calls to icmp6_error 0 errors not generated in response to an icmp6 message 0 errors not generated because of rate limitation 0 messages with bad code fields 0 messages < minimum length 0 bad checksums 0 messages with bad length Histogram of error messages to be generated: 0 no route 0 administratively prohibited 0 beyond scope 0 address unreachable 0 port unreachable 0 packet too big 0 time exceed transit 0 time exceed reassembly 0 erroneous header field 0 unrecognized next header 0 unrecognized option 0 redirect 0 unknown 0 message responses generated 0 messages with too many ND options 0 messages with bad ND options 0 bad neighbor solicitation messages 0 bad neighbor advertisement messages 0 bad router solicitation messages 0 bad router advertisement messages 0 bad redirect messages 0 path MTU changes rip6: 0 messages received 0 checksum calculations on inbound 0 messages with bad checksum 0 messages dropped due to no socket 0 multicast messages dropped due to no socket 0 messages dropped due to full socket buffers 0 delivered 0 datagrams output ------------------------------------------------------------------------ netstat -m 517/275/792 mbufs in use (current/cache/total) 500/146/646/25600 mbuf clusters in use (current/cache/total/max) 512/140 mbuf+clusters out of packet secondary zone in use (current/cache) 0/0/0/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) 1129K/360K/1490K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines ------------------------------------------------------------------------ netstat -id Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll Drop em0 1500 <Link#1> 08:00:27:69:1f:e1 201 0 0 202 0 0 0 em0 1500 10.0.2.0 10.0.2.15 197 - - 197 - - - usbus 0 <Link#2> 0 0 0 0 0 0 0 em1 1500 <Link#3> 08:00:27:74:27:cd 1004 0 0 852 0 0 0 em1 1500 192.168.56.0 192.168.56.101 998 - - 846 - - - lo0 16384 <Link#4> 0 0 0 0 0 0 0 lo0 16384 localhost ::1 0 - - 0 - - - lo0 16384 fe80::1%lo0 fe80::1 0 - - 0 - - - lo0 16384 your-net localhost 0 - - 0 - - - wtap0 2290 <Link#5> 00:98:9a:98:96:97 0 0 0 0 0 0 0 wlan0 1500 <Link#6> 00:98:9a:98:96:97 0 0 0 0 0 0 0 wlan0 1500 192.168.2.0 192.168.2.1 0 - - 0 - - - wlan0 1500 fe80::298:9af fe80::298:9aff:fe 0 - - 0 - - - ------------------------------------------------------------------------ netstat -anr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 10.0.2.2 UGS 0 197 em0 10.0.2.0/24 link#1 U 0 0 em0 10.0.2.15 link#1 UHS 0 0 lo0 127.0.0.1 link#4 UH 0 0 lo0 192.168.2.0/24 link#6 U 0 0 wlan0 192.168.2.1 link#6 UHS 0 0 lo0 192.168.56.0/24 link#3 U 0 846 em1 192.168.56.101 link#3 UHS 0 0 lo0 Internet6: Destination Gateway Flags Netif Expire ::/96 ::1 UGRS lo0 ::1 link#4 UH lo0 ::ffff:0.0.0.0/96 ::1 UGRS lo0 fe80::/10 ::1 UGRS lo0 fe80::%lo0/64 link#4 U lo0 fe80::1%lo0 link#4 UHS lo0 fe80::%6/64 link#6 U wlan0 fe80::298:9aff:fe98:9697%6 link#6 UHS lo0 ff01::%lo0/32 ::1 U lo0 ff01::%6/32 fe80::298:9aff:fe98:9697%6 U wlan0 ff02::/16 ::1 UGRS lo0 ff02::%lo0/32 ::1 U lo0 ff02::%6/32 fe80::298:9aff:fe98:9697%6 U wlan0 ------------------------------------------------------------------------ netstat -anA Active Internet connections (including servers) Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state) fffffe00054653d0 tcp4 0 0 192.168.56.101.997 192.168.56.1.2049 ESTABLISHED fffffe0005465b70 tcp4 0 0 192.168.56.101.617 192.168.56.1.2049 ESTABLISHED fffffe0005466000 tcp4 0 0 127.0.0.1.25 *.* LISTEN fffffe00054657a0 tcp4 0 0 *.22 *.* LISTEN fffffe0005465000 tcp6 0 0 *.22 *.* LISTEN fffffe00052b3dc8 udp4 0 0 127.0.0.1.123 *.* fffffe00052d4000 udp6 0 0 fe80:4::1.123 *.* fffffe00052b3c40 udp6 0 0 ::1.123 *.* fffffe00052b37a8 udp4 0 0 192.168.56.101.123 *.* fffffe00052b3498 udp4 0 0 10.0.2.15.123 *.* fffffe00052b3620 udp6 0 0 *.123 *.* fffffe00052b3000 udp4 0 0 *.123 *.* fffffe00052b3188 udp4 0 0 *.514 *.* fffffe00052b3310 udp6 0 0 *.514 *.* Active UNIX domain sockets Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr fffffe000538ac30 stream 0 0 fffffe00052c0000 0 0 0 /var/run/devd.pipe fffffe000538aa50 dgram 0 0 0 fffffe000538a780 0 fffffe000538a3c0 fffffe000538a2d0 dgram 0 0 0 fffffe000538a870 0 0 fffffe000538a3c0 dgram 0 0 0 fffffe000538a780 0 fffffe000538a690 fffffe000538a690 dgram 0 0 0 fffffe000538a780 0 0 fffffe000538a780 dgram 0 0 fffffe0005462000 0 fffffe000538aa50 0 /var/run/logpriv fffffe000538a870 dgram 0 0 fffffe00054621d8 0 fffffe000538a2d0 0 /var/run/log ------------------------------------------------------------------------ netstat -aL Current listen queue sizes (qlen/incqlen/maxqlen) Proto Listen Local Address tcp4 0/0/10 localhost.smtp tcp4 0/0/128 *.ssh tcp6 0/0/128 *.ssh unix 0/0/4 /var/run/devd.pipe ------------------------------------------------------------------------ fstat USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root sh 1076 root / 2 drwxr-xr-x 1024 r root sh 1076 wd / 2 drwxr-xr-x 1024 r root sh 1076 text / 1817464 -r-xr-xr-x 140856 r root sh 1076 0 /dev 19 crw-rw-rw- null rw root sh 1076 1 /dev 19 crw-rw-rw- null rw root sh 1076 2 /dev 19 crw-rw-rw- null rw root sh 1076 10 / 147312 -r-xr-xr-x 2255 r root sh 979 root / 2 drwxr-xr-x 1024 r root sh 979 wd / 2 drwxr-xr-x 1024 r root sh 979 text / 1817464 -r-xr-xr-x 140856 r root sh 979 0 /dev 19 crw-rw-rw- null rw root sh 979 1 /dev 19 crw-rw-rw- null rw root sh 979 2 /dev 19 crw-rw-rw- null rw root sh 979 10 / 147378 -r-xr-xr-x 4049 r root sh 968 root / 2 drwxr-xr-x 1024 r root sh 968 wd / 2 drwxr-xr-x 1024 r root sh 968 text / 1817464 -r-xr-xr-x 140856 r root sh 968 0 /dev 19 crw-rw-rw- null rw root sh 968 1 /dev 19 crw-rw-rw- null rw root sh 968 2 /dev 19 crw-rw-rw- null rw root sh 968 10 / 147228 -rwxr-xr-x 2304 r root newnfs 0 945 root / 2 drwxr-xr-x 1024 r root newnfs 0 945 wd / 2 drwxr-xr-x 1024 r root csh 942 root / 2 drwxr-xr-x 1024 r root csh 942 wd - - ?(newnfs) - root csh 942 text / 1817431 -r-xr-xr-x 377352 r root csh 942 ctty /dev 47 crw------- ttyv0 rw root csh 942 15 /dev 47 crw------- ttyv0 rw root csh 942 16 /dev 47 crw------- ttyv0 rw root csh 942 17 /dev 47 crw------- ttyv0 rw root csh 942 18 /dev 47 crw------- ttyv0 rw root csh 942 19 /dev 47 crw------- ttyv0 rw root getty 871 root / 2 drwxr-xr-x 1024 r root getty 871 wd / 2 drwxr-xr-x 1024 r root getty 871 text / 1102488 -r-xr-xr-x 27304 r root getty 871 ctty /dev 54 crw------- ttyv7 rw root getty 871 0 /dev 54 crw------- ttyv7 rw root getty 871 1 /dev 54 crw------- ttyv7 rw root getty 871 2 /dev 54 crw------- ttyv7 rw root getty 870 root / 2 drwxr-xr-x 1024 r root getty 870 wd / 2 drwxr-xr-x 1024 r root getty 870 text / 1102488 -r-xr-xr-x 27304 r root getty 870 ctty /dev 53 crw------- ttyv6 rw root getty 870 0 /dev 53 crw------- ttyv6 rw root getty 870 1 /dev 53 crw------- ttyv6 rw root getty 870 2 /dev 53 crw------- ttyv6 rw root getty 869 root / 2 drwxr-xr-x 1024 r root getty 869 wd / 2 drwxr-xr-x 1024 r root getty 869 text / 1102488 -r-xr-xr-x 27304 r root getty 869 ctty /dev 52 crw------- ttyv5 rw root getty 869 0 /dev 52 crw------- ttyv5 rw root getty 869 1 /dev 52 crw------- ttyv5 rw root getty 869 2 /dev 52 crw------- ttyv5 rw root getty 868 root / 2 drwxr-xr-x 1024 r root getty 868 wd / 2 drwxr-xr-x 1024 r root getty 868 text / 1102488 -r-xr-xr-x 27304 r root getty 868 ctty /dev 51 crw------- ttyv4 rw root getty 868 0 /dev 51 crw------- ttyv4 rw root getty 868 1 /dev 51 crw------- ttyv4 rw root getty 868 2 /dev 51 crw------- ttyv4 rw root getty 867 root / 2 drwxr-xr-x 1024 r root getty 867 wd / 2 drwxr-xr-x 1024 r root getty 867 text / 1102488 -r-xr-xr-x 27304 r root getty 867 ctty /dev 50 crw------- ttyv3 rw root getty 867 0 /dev 50 crw------- ttyv3 rw root getty 867 1 /dev 50 crw------- ttyv3 rw root getty 867 2 /dev 50 crw------- ttyv3 rw root getty 866 root / 2 drwxr-xr-x 1024 r root getty 866 wd / 2 drwxr-xr-x 1024 r root getty 866 text / 1102488 -r-xr-xr-x 27304 r root getty 866 ctty /dev 49 crw------- ttyv2 rw root getty 866 0 /dev 49 crw------- ttyv2 rw root getty 866 1 /dev 49 crw------- ttyv2 rw root getty 866 2 /dev 49 crw------- ttyv2 rw root getty 865 root / 2 drwxr-xr-x 1024 r root getty 865 wd / 2 drwxr-xr-x 1024 r root getty 865 text / 1102488 -r-xr-xr-x 27304 r root getty 865 ctty /dev 48 crw------- ttyv1 rw root getty 865 0 /dev 48 crw------- ttyv1 rw root getty 865 1 /dev 48 crw------- ttyv1 rw root getty 865 2 /dev 48 crw------- ttyv1 rw root login 864 root / 2 drwxr-xr-x 1024 r root login 864 wd / 757760 drwxr-xr-x 512 r root login 864 text / 1091821 -r-sr-xr-x 24584 r root login 864 ctty /dev 47 crw------- ttyv0 rw root login 864 0 /dev 47 crw------- ttyv0 rw root login 864 1 /dev 47 crw------- ttyv0 rw root login 864 2 /dev 47 crw------- ttyv0 rw root login 864 3* local dgram fffffe000538aa50 <-> fffffe000538a780 root cron 828 root / 2 drwxr-xr-x 1024 r root cron 828 wd / 284167 drwxr-x--- 512 r root cron 828 text / 1092177 -r-xr-xr-x 41096 r root cron 828 0 /dev 19 crw-rw-rw- null rw root cron 828 1 /dev 19 crw-rw-rw- null rw root cron 828 2 /dev 19 crw-rw-rw- null rw root cron 828 3 / 284248 -rw------- 3 w smmsp sendmail 824 root / 2 drwxr-xr-x 1024 r smmsp sendmail 824 wd / 284190 drwxrwx--- 512 r smmsp sendmail 824 text / 1093888 -r-xr-sr-x 710720 r smmsp sendmail 824 0 /dev 19 crw-rw-rw- null r smmsp sendmail 824 1 /dev 19 crw-rw-rw- null w smmsp sendmail 824 2 /dev 19 crw-rw-rw- null w smmsp sendmail 824 3* local dgram fffffe000538a2d0 <-> fffffe000538a870 smmsp sendmail 824 4 / 284206 -rw------- 49 w root sendmail 821 root / 2 drwxr-xr-x 1024 r root sendmail 821 wd / 284187 drwxr-xr-x 512 r root sendmail 821 text / 1093888 -r-xr-sr-x 710720 r root sendmail 821 0 /dev 19 crw-rw-rw- null r root sendmail 821 1 /dev 19 crw-rw-rw- null w root sendmail 821 2 /dev 19 crw-rw-rw- null w root sendmail 821 3* internet stream tcp fffffe0005466000 root sendmail 821 4* local dgram fffffe000538a3c0 <-> fffffe000538a780 root sendmail 821 5 / 285609 -rw------- 78 w root sshd 818 root / 2 drwxr-xr-x 1024 r root sshd 818 wd / 2 drwxr-xr-x 1024 r root sshd 818 text / 1089321 -r-xr-xr-x 273120 r root sshd 818 0 /dev 19 crw-rw-rw- null rw root sshd 818 1 /dev 19 crw-rw-rw- null rw root sshd 818 2 /dev 19 crw-rw-rw- null rw root sshd 818 3* internet6 stream tcp fffffe0005465000 root sshd 818 4* internet stream tcp fffffe00054657a0 root ntpd 804 root / 2 drwxr-xr-x 1024 r root ntpd 804 wd / 2 drwxr-xr-x 1024 r root ntpd 804 text / 1092637 -r-xr-xr-x 391200 r root ntpd 804 0 /dev 19 crw-rw-rw- null rw root ntpd 804 1 /dev 19 crw-rw-rw- null rw root ntpd 804 2 /dev 19 crw-rw-rw- null rw root ntpd 804 3* local dgram fffffe000538a690 <-> fffffe000538a780 root ntpd 804 20* internet dgram udp fffffe00052b3000 root ntpd 804 21* internet6 dgram udp fffffe00052b3620 root ntpd 804 22* internet dgram udp fffffe00052b3498 root ntpd 804 23* internet dgram udp fffffe00052b37a8 root ntpd 804 24* internet6 dgram udp fffffe00052b3c40 root ntpd 804 25* internet6 dgram udp fffffe00052d4000 root ntpd 804 26* internet dgram udp fffffe00052b3dc8 root ntpd 804 27* route raw 0 fffffe000550aaa0 root syslogd 707 root / 2 drwxr-xr-x 1024 r root syslogd 707 wd / 2 drwxr-xr-x 1024 r root syslogd 707 text / 1093907 -r-xr-xr-x 39768 r root syslogd 707 0 /dev 19 crw-rw-rw- null rw root syslogd 707 1 /dev 19 crw-rw-rw- null rw root syslogd 707 2 /dev 19 crw-rw-rw- null rw root syslogd 707 3 / 284501 -rw------- 3 w root syslogd 707 4* local dgram fffffe000538a870 root syslogd 707 5* local dgram fffffe000538a780 root syslogd 707 6* internet6 dgram udp fffffe00052b3310 root syslogd 707 7* internet dgram udp fffffe00052b3188 root syslogd 707 8 /dev 35 crw------- klog r root syslogd 707 10 - - bad - root syslogd 707 11 / 284229 -rw-r--r-- 7864 w root syslogd 707 12 / 284231 -rw------- 59 w root syslogd 707 13 / 284224 -rw------- 16178 w root syslogd 707 14 / 284247 -rw-r----- 9979 w root syslogd 707 15 / 284227 -rw-r--r-- 59 w root syslogd 707 16 / 284232 -rw------- 59 w root syslogd 707 17 / 284225 -rw------- 45757 w root syslogd 707 18 / 284226 -rw------- 59 w root syslogd 707 19 / 284230 -rw-r----- 59 w root devd 604 root / 2 drwxr-xr-x 1024 r root devd 604 wd / 2 drwxr-xr-x 1024 r root devd 604 text / 426347 -r-xr-xr-x 460160 r root devd 604 0 /dev 19 crw-rw-rw- null rw root devd 604 1 /dev 19 crw-rw-rw- null rw root devd 604 2 /dev 19 crw-rw-rw- null rw root devd 604 3 /dev 4 crw------- devctl r root devd 604 4* local stream fffffe000538ac30 root devd 604 5 / 284454 -rw------- 3 w _dhcp dhclient 588 root / 284169 dr-xr-xr-x 512 r _dhcp dhclient 588 wd / 284169 dr-xr-xr-x 512 r _dhcp dhclient 588 jail / 284169 dr-xr-xr-x 512 r _dhcp dhclient 588 text / 426355 -r-xr-xr-x 91768 r _dhcp dhclient 588 0 /dev 19 crw-rw-rw- null rw _dhcp dhclient 588 1 /dev 19 crw-rw-rw- null rw _dhcp dhclient 588 2 /dev 19 crw-rw-rw- null rw _dhcp dhclient 588 3 / 284448 -rw------- 3 w _dhcp dhclient 588 5* route raw 0 fffffe00052a9000 _dhcp dhclient 588 6* pipe fffffe0005215158 <-> fffffe0005215000 0 rw _dhcp dhclient 588 7 / 284237 ---------- 885 w _dhcp dhclient 588 8 /dev 11 crw------- bpf rw _dhcp dhclient 588 9* internet raw ip fffffe000549ddc8 root dhclient 577 root / 2 drwxr-xr-x 1024 r root dhclient 577 wd / 2 drwxr-xr-x 1024 r root dhclient 577 text / 426355 -r-xr-xr-x 91768 r root dhclient 577 0 /dev 19 crw-rw-rw- null rw root dhclient 577 1 /dev 19 crw-rw-rw- null rw root dhclient 577 2 /dev 19 crw-rw-rw- null rw root dhclient 577 3 / 284448 -rw------- 3 w root dhclient 577 5* pipe fffffe0005215000 <-> fffffe0005215158 0 rw _dhcp dhclient 557 root / 284169 dr-xr-xr-x 512 r _dhcp dhclient 557 wd / 284169 dr-xr-xr-x 512 r _dhcp dhclient 557 jail / 284169 dr-xr-xr-x 512 r _dhcp dhclient 557 text / 426355 -r-xr-xr-x 91768 r _dhcp dhclient 557 0 /dev 19 crw-rw-rw- null rw _dhcp dhclient 557 1 /dev 19 crw-rw-rw- null rw _dhcp dhclient 557 2 /dev 19 crw-rw-rw- null rw _dhcp dhclient 557 3 / 284447 -rw------- 3 w _dhcp dhclient 557 5* route raw 0 fffffe00052b2000 _dhcp dhclient 557 6* pipe fffffe000521c430 <-> fffffe000521c2d8 0 rw _dhcp dhclient 557 7 / 284218 ---------- 914 w _dhcp dhclient 557 8 /dev 11 crw------- bpf rw _dhcp dhclient 557 9* internet raw ip fffffe0005494000 root dhclient 519 root / 2 drwxr-xr-x 1024 r root dhclient 519 wd / 2 drwxr-xr-x 1024 r root dhclient 519 text / 426355 -r-xr-xr-x 91768 r root dhclient 519 0 /dev 19 crw-rw-rw- null rw root dhclient 519 1 /dev 19 crw-rw-rw- null rw root dhclient 519 2 /dev 19 crw-rw-rw- null rw root dhclient 519 3 / 284447 -rw------- 3 w root dhclient 519 5* pipe fffffe000521c2d8 <-> fffffe000521c430 0 rw root adjkerntz 134 root / 2 drwxr-xr-x 1024 r root adjkerntz 134 wd / 2 drwxr-xr-x 1024 r root adjkerntz 134 text / 426242 -r-xr-xr-x 8896 r root adjkerntz 134 0 /dev 19 crw-rw-rw- null rw root adjkerntz 134 1 /dev 19 crw-rw-rw- null rw root adjkerntz 134 2 /dev 19 crw-rw-rw- null rw root init 1 root / 2 drwxr-xr-x 1024 r root init 1 wd / 2 drwxr-xr-x 1024 r root init 1 text / 426381 -r-xr-xr-x 780880 r root kernel 0 root / 2 drwxr-xr-x 1024 r root kernel 0 wd / 2 drwxr-xr-x 1024 r ------------------------------------------------------------------------ dmesg Copyright (c) 1992-2012 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-CURRENT #2: Mon Mar 5 20:02:38 CET 2012 root@acke:/usr/obj/usr/src/sys/VNET_without_wlan amd64 WARNING: WITNESS option enabled, expect reduced performance. CPU: AMD Phenom(tm) 9950 Quad-Core Processor (2595.25-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f23 Family = 10 Model = 2 Stepping = 3 Features=0x783fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE,SSE2> Features2=0x9<SSE3,MON> AMD Features=0xea100800<SYSCALL,NX,FFXSR,RDTSCP,LM,3DNow!+,3DNow!> AMD Features2=0x11<LAHF,CR8> real memory = 1073676288 (1023 MB) avail memory = 1009889280 (963 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <VBOX VBOXAPIC> WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. ioapic0: Changing APIC ID to 1 ioapic0 <Version 1.1> irqs 0-23 on motherboard kbd1 at kbdmux0 ctl: CAM Target Layer loaded acpi0: <VBOX VBOXXSDT> on motherboard acpi0: Power Button (fixed) acpi0: Sleep Button (fixed) cpu0: <ACPI CPU> on acpi0 attimer0: <AT timer> port 0x40-0x43,0x50-0x53 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 isab0: <PCI-ISA bridge> at device 1.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd000-0xd00f at device 1.1 on pci0 ata0: <ATA channel> at channel 0 on atapci0 ata1: <ATA channel> at channel 1 on atapci0 vgapci0: <VGA-compatible display> mem 0xe0000000-0xe1ffffff irq 18 at device 2.0 on pci0 em0: <Intel(R) PRO/1000 Legacy Network Connection 1.0.4> port 0xd010-0xd017 mem 0xf0000000-0xf001ffff irq 19 at device 3.0 on pci0 em0: Ethernet address: 08:00:27:69:1f:e1 pci0: <base peripheral> at device 4.0 (no driver attached) pcm0: <Intel ICH (82801AA)> port 0xd100-0xd1ff,0xd200-0xd23f irq 21 at device 5.0 on pci0 pcm0: <SigmaTel STAC9700/83/84 AC97 Codec> ohci0: <OHCI (generic) USB controller> mem 0xf0804000-0xf0804fff irq 22 at device 6.0 on pci0 usbus0 on ohci0 pci0: <bridge> at device 7.0 (no driver attached) em1: <Intel(R) PRO/1000 Legacy Network Connection 1.0.4> port 0xd240-0xd247 mem 0xf0820000-0xf083ffff irq 16 at device 8.0 on pci0 em1: Ethernet address: 08:00:27:74:27:cd acpi_acad0: <AC Adapter> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse Explorer, device ID 4 orm0: <ISA Option ROMs> at iomem 0xc0000-0xc8fff,0xe2000-0xe6fff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0 Event timer "RTC" frequency 32768 Hz quality 0 ppc0: cannot reserve I/O port range Timecounters tick every 10.000 msec pcm0: measured ac97 link rate at 30585 Hz usbus0: 12Mbps Full Speed USB v1.0 ugen0.1: <Apple> at usbus0 uhub0: <Apple OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 uhub0: 8 ports with 8 removable, self powered cd0 at ata1 bus 0 scbus1 target 0 lun 0 cd0: <VBOX CD-ROM 1.0> Removable CD-ROM SCSI-0 device cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present ada0 at ata0 bus 0 scbus0 target 0 lun 0 ada0: <VBOX HARDDISK 1.0> ATA-6 device ada0: 33.300MB/s transfers (UDMA2, PIO 65536bytes) ada0: 40960MB (83886080 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad0 Timecounter "TSC" frequency 2595250336 Hz quality 800 WARNING: WITNESS option enabled, expect reduced performance. Trying to mount root from ufs:/dev/ada0p2 [rw]... Setting hostuuid: a9b4c980-595f-4044-bca1-ef7939b7a611. Setting hostid: 0x0ae71989. Entropy harvesting: interrupts ethernet point_to_point kickstart. Starting file system checks: /dev/ada0p2: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ada0p2: clean, 7963851 free (4835 frags, 994877 blocks, 0.0% fragmentation) Mounting local file systems:. Setting hostname: acke. Starting Network: lo0 em0 em1. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=3<RXCSUM,TXCSUM> inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 08:00:27:69:1f:e1 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> ether 08:00:27:74:27:cd nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active Starting devd. Starting dhclient. DHCPREQUEST on em0 to 255.255.255.255 port 67 DHCPACK from 10.0.2.2 bound to 10.0.2.15 -- renewal in 43200 seconds. Starting dhclient. DHCPREQUEST on em1 to 255.255.255.255 port 67 DHCPACK from 192.168.56.100 bound to 192.168.56.101 -- renewal in 1800 seconds. add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 add net fe80::: gateway ::1 add net ff02::: gateway ::1 Mounting NFS file systems:. Creating and/or trimming log files. Starting syslogd. No core dumps found. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib 32-bit compatibility ldconfig path: /usr/lib32 NFS access cache time=60 Clearing /tmp (X related). Updating motd:. Starting ntpd. Configuring syscons: keymap blanktime. Starting sshd. Starting cron. Starting background file system checks in 60 seconds. Mon Mar 5 21:17:46 CET 2012 Mar 5 21:59:23 acke login: ROOT LOGIN (root) ON ttyv0 Using visibility wtap plugin... Loaded wtap wireless simulator wtap0: ieee80211_radiotap_attach: no tx channel, radiotap 0x0wtap0: ieee80211_radiotap_attach: no rx channel, radiotap 0x0wlan0: Ethernet address: 00:98:9a:98:96:97 wlan0: ieee80211_start: ignore queue, in SCAN state wlan0: [00:98:9a:98:96:97] ieee80211_alloc_node: inact_reload 2 Kernel page fault with the following non-sleepable locks held: exclusive sleep mutex wtap0_com_lock (wtap0_com_lock) r = 0 (0xffffff8002395018) locked @ /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1937 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a kdb_backtrace() at kdb_backtrace+0x37 _witness_debugger() at _witness_debugger+0x2c witness_warn() at witness_warn+0x2c4 trap() at trap+0x2fe calltrap() at calltrap+0x8 --- trap 0xc, rip = 0xffffffff80885d0c, rsp = 0xffffff80003e9a00, rbp = 0xffffff80003e9a20 --- rt_dispatch() at rt_dispatch+0x2c rt_ieee80211msg() at rt_ieee80211msg+0x7f scan_task() at scan_task+0x4cd taskqueue_run_locked() at taskqueue_run_locked+0x93 taskqueue_thread_loop() at taskqueue_thread_loop+0x3e fork_exit() at fork_exit+0x135 fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffff80003e9cf0, rbp = 0 --- Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x28 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80885d0c stack pointer = 0x28:0xffffff80003e9a00 frame pointer = 0x28:0xffffff80003e9a20 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (wtap0 net80211 task) ------------------------------------------------------------------------ kernel config options CONFIG_AUTOGENERATED ident GENERIC machine amd64 cpu HAMMER makeoptions DEBUG=-g options USB_DEBUG options SC_PIXEL_MODE options AHD_REG_PRETTY_PRINT options AHC_REG_PRETTY_PRINT options ATA_STATIC_ID options ATA_CAM options SMP options MALLOC_DEBUG_MAXZONES=8 options WITNESS_SKIPSPIN options WITNESS options INVARIANT_SUPPORT options INVARIANTS options DEADLKRES options GDB options DDB options KDB options DEVCTL_ATTACH_ENABLED options VIMAGE options INCLUDE_CONFIG_FILE options MAC options CAPABILITIES options CAPABILITY_MODE options AUDIT options HWPMC_HOOKS options KBD_INSTALL_CDEV options PRINTF_BUFR_SIZE=128 options _KPOSIX_PRIORITY_SCHEDULING options SYSVSEM options SYSVMSG options SYSVSHM options STACK options KTRACE options SCSI_DELAY=5000 options COMPAT_FREEBSD7 options COMPAT_FREEBSD6 options COMPAT_FREEBSD5 options COMPAT_FREEBSD4 options COMPAT_FREEBSD32 options GEOM_LABEL options GEOM_PART_GPT options PSEUDOFS options PROCFS options CD9660 options MSDOSFS options NFS_ROOT options NFSLOCKD options NFSD options NFSCL options MD_ROOT options UFS_GJOURNAL options UFS_DIRHASH options UFS_ACL options SOFTUPDATES options FFS options SCTP options INET6 options INET options PREEMPTION options SCHED_ULE options VFS_ALLOW_NONMPSAFE options NEW_PCIB options GEOM_PART_MBR options GEOM_PART_EBR_COMPAT options GEOM_PART_EBR options GEOM_PART_BSD device isa device mem device io device uart_ns8250 device cpufreq device acpi device pci device fdc device ahci device ata device mvs device siis device ahc device ahd device esp device hptiop device isp device mpt device mps device sym device trm device adv device adw device aic device bt device isci device scbus device ch device da device sa device cd device pass device ses device ctl device amr device arcmsr device ciss device dpt device hptmv device hptrr device iir device ips device mly device twa device aac device aacp device ida device mfi device mlx device twe device tws device atkbdc device atkbd device psm device kbdmux device vga device splash device sc device agp device cbb device pccard device cardbus device uart device ppc device ppbus device lpt device plip device ppi device puc device bxe device de device em device igb device ixgbe device le device ti device txp device vx device miibus device ae device age device alc device ale device bce device bfe device bge device dc device et device fxp device jme device lge device msk device nfe device nge device pcn device re device rl device sf device sge device sis device sk device ste device stge device tl device tx device vge device vr device wb device xl device cs device ed device ex device ep device fe device sn device xe device loop device random device ether device vlan device tun device pty device md device gif device faith device firmware device bpf device uhci device ohci device ehci device xhci device usb device uhid device ukbd device ulpt device umass device ums device urio device u3g device uark device ubsa device uftdi device uipaq device uplcom device uslcom device uvisor device uvscom device aue device axe device cdce device cue device kue device rue device udav device firewire device fwe device fwip device dcons device dcons_crom device sound device snd_es137x device snd_hda device snd_ich device snd_uaudio device snd_via8233 device mmc device mmcsd device sdhci ------------------------------------------------------------------------ ddb capture bufferhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BsBSo%2Bt=p0HLbyOH87DOJWWYn%2Be%2Bok7cwRiL1c1=gCw5=KTqg>
