Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2012 16:21:31 +0100
From:      Monthadar Al Jaberi <monthadar@gmail.com>
To:        FreeBSD virtualization mailing list <freebsd-virtualization@freebsd.org>
Subject:   vimage -d crashes in my amd64 VBox but not on i386 VBox
Message-ID:  <CA%2BsBSoKh931newV4pVH-dOe%2BavoUgHh0Y0wDthbsoMPoApVpXw@mail.gmail.com>

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

[-- Attachment #1 --]
Hi

My VBox 64-bit with VNET crashes when I run:
vimage -c 1
vimage -d 1

Fatal trap 9: general protection fault while in kernel mode
cpuid = 2; apic id = 02
instruction pointer	= 0x20:0xffffffff80888f0f
stack pointer	        = 0x28:0xffffff8000271ac0
hhook_vnet_uninit: hhook_head type=1, id=1 cleanup required
frame pointer	        = 0x28:0xffffff8000271b50
hhook_vnet_uninit: hhook_head type=1, id=0 cleanup required
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 12 (swi1: netisr 0)

I am running on VirtualBox with 64-bit freebsd, uname -a: FreeBSD
freebsd-re-9 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Mon Mar 19 09:47:00
CET 2012     root@freebsd-re-9:/usr/obj/usr/src/sys/VNET_NO_WLAN
amd64

But this runs fine on a 32-bit freebsd VirtualBox.

Why?

My source tree is head@233161

Attaching my core.txt and kernel config, thanks!

br,

-- 
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		UNIONFS			# Enable unionfs
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		VNET_DEBUG		# Enable VNET debug

# 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 --]
freebsd-re-9 dumped core - see /var/crash/vmcore.1

Mon Mar 19 16:15:14 CET 2012

FreeBSD freebsd-re-9 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Mon Mar 19 09:47:00 CET 2012     root@freebsd-re-9:/usr/obj/usr/src/sys/VNET_NO_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:


Fatal trap 9: general protection fault while in kernel mode
cpuid = 2; apic id = 02
instruction pointer	= 0x20:0xffffffff80888f0f
stack pointer	        = 0x28:0xffffff8000271ac0
hhook_vnet_uninit: hhook_head type=1, id=1 cleanup required
frame pointer	        = 0x28:0xffffff8000271b50
hhook_vnet_uninit: hhook_head type=1, id=0 cleanup required
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 12 (swi1: netisr 0)

#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  0xffffffff80317db0 in db_dump (dummy=Variable "dummy" is not available.
)
    at /usr/src/sys/ddb/db_command.c:538
#2  0xffffffff803173a1 in db_command (last_cmdp=0xffffffff81056120, cmd_table=Variable "cmd_table" is not available.

) at /usr/src/sys/ddb/db_command.c:449
#3  0xffffffff803175f0 in db_command_loop ()
    at /usr/src/sys/ddb/db_command.c:502
#4  0xffffffff80319749 in db_trap (type=Variable "type" is not available.
) at /usr/src/sys/ddb/db_main.c:229
#5  0xffffffff807f2528 in kdb_trap (type=9, code=0, tf=0xffffff8000271a10)
    at /usr/src/sys/kern/subr_kdb.c:629
#6  0xffffffff80a86f5d in trap_fatal (frame=0xffffff8000271a10, eva=Variable "eva" is not available.
)
    at /usr/src/sys/amd64/amd64/trap.c:809
#7  0xffffffff80a87405 in trap (frame=0xffffff8000271a10)
    at /usr/src/sys/amd64/amd64/trap.c:617
#8  0xffffffff80a719cf in calltrap ()
    at /usr/src/sys/amd64/amd64/exception.S:228
#9  0xffffffff80888f0f in swi_net (arg=Variable "arg" is not available.
) at /usr/src/sys/net/netisr.c:805
#10 0xffffffff80790f06 in intr_event_execute_handlers (p=Variable "p" is not available.
)
    at /usr/src/sys/kern/kern_intr.c:1260
#11 0xffffffff80791d32 in ithread_loop (arg=0xfffffe0002744000)
    at /usr/src/sys/kern/kern_intr.c:1273
#12 0xffffffff8078e285 in fork_exit (
    callout=0xffffffff80791c80 <ithread_loop>, arg=0xfffffe0002744000, 
    frame=0xffffff8000271c40) at /usr/src/sys/kern/kern_fork.c:992
#13 0xffffffff80a71efe in fork_trampoline ()
    at /usr/src/sys/amd64/amd64/exception.S:602
#14 0x0000000000000000 in ?? ()
#15 0x0000000000000000 in ?? ()
#16 0x0000000000000001 in ?? ()
#17 0x0000000000000000 in ?? ()
#18 0x0000000000000000 in ?? ()
#19 0x0000000000000000 in ?? ()
#20 0x0000000000000000 in ?? ()
#21 0x0000000000000000 in ?? ()
#22 0x0000000000000000 in ?? ()
#23 0x0000000000000000 in ?? ()
#24 0x0000000000000000 in ?? ()
#25 0x0000000000000000 in ?? ()
#26 0x0000000000000000 in ?? ()
#27 0x0000000000000000 in ?? ()
#28 0x0000000000000000 in ?? ()
#29 0x0000000000000000 in ?? ()
#30 0x0000000000000000 in ?? ()
#31 0x0000000000000000 in ?? ()
#32 0x0000000000000000 in ?? ()
#33 0x0000000000000000 in ?? ()
#34 0x0000000000000000 in ?? ()
#35 0x0000000000000000 in ?? ()
#36 0x0000000000000000 in ?? ()
#37 0x0000000000000000 in ?? ()
#38 0x0000000000000005 in ?? ()
#39 0xfffffe0002737890 in ?? ()
#40 0xffffffff810adf80 in tdq_cpu ()
#41 0xfffffe0002737460 in ?? ()
#42 0xffffff8000271b30 in ?? ()
#43 0xffffff8000271ad8 in ?? ()
#44 0xfffffe000272c8c0 in ?? ()
#45 0xffffffff807e4e9f in sched_switch (td=0xffffffff80791c80, 
    newtd=0xfffffe0002744000, flags=Cannot access memory at address 0xffffffffffffffb4
) at /usr/src/sys/kern/sched_ule.c:1892
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 -52  0      0   0 -        DLs   -  0:00.04 [kernel]
  0   1    0   0  52  0   6276   0 wait     DLs   -  0:00.03 [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.00 [bufdaemon]
  0   9    0   0 -16  0      0   0 vlruwt   DL    -  0:00.00 [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    -  0:42.06 [idle]
  0  12    0   0 -84  0      0   0 -        WL    -  0:00.19 [intr]
  0  13    0   0  -8  0      0   0 -        DL    -  0:00.17 [geom]
  0  14    0   0 -16  0      0   0 -        DL    -  0:00.00 [yarrow]
  0  15    0   0 -68  0      0   0 -        DL    -  0:00.00 [usb]
  0  16    0   0  16  0      0   0 syncer   DL    -  0:00.00 [syncer]
  0  17    0   0 -16  0      0   0 sdflush  DL    -  0:00.00 [softdepflush]
  0 123    1   0  52  0  10148   0 pause    Ds    -  0:00.00 [adjkerntz]
  0 325    1   0  52  0  12280   0 select   Ds    -  0:00.01 [dhclient]
 65 328    1   0  28  0  12280   0 select   Ds    -  0:00.01 [dhclient]
  0 448    1   0  52  0  12280   0 select   Ds    -  0:00.00 [dhclient]
 65 451    1   0  28  0  12280   0 select   Ds    -  0:00.00 [dhclient]
  0 604    1   0  52  0  10376   0 select   Ds    -  0:00.00 [devd]
  0 712    1   0  22  0  12280   0 select   Ds    -  0:00.00 [syslogd]
  0 733    1   0  52  0  14360   0 select   Ds    -  0:00.00 [rpcbind]
  0 773    1   0  52  0  12276   0 select   Ds    -  0:00.00 [mountd]
  0 779    1   0  52  0  10140   0 select   Ds    -  0:00.00 [nfsd]
  0 780  779   0  52  0  10140   0 rpcsvc   D     -  0:00.00 [nfsd]
  0 783    1   0  52  0 274384   0 select   Ds    -  0:00.00 [rpc.statd]
  0 786    1   0  52  0  14360   0 rpcsvc   Ds    -  0:00.00 [rpc.lockd]
  0 824    1   0  23  0  22428   0 select   Ds    -  0:00.00 [ntpd]
  0 838    1   0  52  0  46988   0 select   Ds    -  0:00.00 [sshd]
  0 841    1   0  30  0  20480   0 select   Ds    -  0:00.00 [sendmail]
 25 844    1   0  52  0  20480   0 pause    Ds    -  0:00.00 [sendmail]
  0 848    1   0  52  0  14360   0 nanslp   Ds    -  0:00.00 [cron]
  0 866    1   0  52  0  16440   0 select   Ds    -  0:00.00 [inetd]
  0 882    1   0  52  0  14728   0 wait     D     -  0:00.00 [sh]
  0 883    1   0  52  0  10140   0 piperd   D     -  0:00.00 [logger]
  0 884  882   0  52  0   4004   0 nanslp   D     -  0:00.00 [sleep]
  0 886    1   0  26  0  41400   0 wait     Ds    -  0:00.06 [login]
  0 887    1   0  52  0  12280   0 ttyin    Ds+   -  0:00.06 [getty]
  0 888    1   0  52  0  12280   0 ttyin    Ds+   -  0:00.06 [getty]
  0 889    1   0  52  0  12280   0 ttyin    Ds+   -  0:00.06 [getty]
  0 890    1   0  52  0  12280   0 ttyin    Ds+   -  0:00.06 [getty]
  0 891    1   0  52  0  12280   0 ttyin    Ds+   -  0:00.06 [getty]
  0 892    1   0  52  0  12280   0 ttyin    Ds+   -  0:00.05 [getty]
  0 893    1   0  52  0  12280   0 ttyin    Ds+   -  0:00.06 [getty]
  0 894  886   0  28  0  14704   0 ttyin    D+    -  0:00.01 [csh]

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

    34975 cpu context switches
     1943 device interrupts
     2833 software interrupts
    83774 traps
    91298 system calls
       17 kernel threads created
      724  fork() calls
      158 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
      358 vnode pager pageins
     2709 vnode pager pages paged in
        1 vnode pager pageouts
        1 vnode pager pages paged out
        0 page daemon wakeups
        0 pages examined by the page daemon
      131 pages reactivated
    28411 copy-on-write faults
       51 copy-on-write optimized faults
    30529 zero fill pages zeroed
        0 zero fill pages prezeroed
       27 intransit blocking page faults
    85740 total VM faults taken
        0 pages affected by kernel thread creation
   367450 pages affected by  fork()
    80631 pages affected by vfork()
        0 pages affected by rfork()
        0 pages cached
    77909 pages freed
        0 pages freed by daemon
        0 pages freed by exiting processes
     4277 pages active
     2996 pages inactive
       12 pages in VM cache
    24027 pages wired down
   726841 pages free
     4096 bytes per page
    16771 total name lookups
          cache hits (84% pos + 8% neg) system 0% per-directory
          deletions 0%, falsehits 0%, toolong 0%

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

         Type InUse MemUse HighUse Requests  Size(s)
         ac97     2     1K       -        2  16,512
       ctlmem  5062 10113K       -     5062  128,2048
       ctlblk   200  1600K       -      200  
       isadev     8     1K       -        8  128
      ramdisk     1  4096K       -        1  
      acpidev    31     2K       -       31  64
       feeder    12     1K       -       14  32,128
      ctlpool   532   142K       -      532  32,512
         cdev     8     2K       -        8  256
     pci_link     8     1K       -        8  16,128
        sigio     1     1K       -        1  64
     filedesc    50    26K       -      901  512,1024
         kenv    66    11K       -       76  16,32,64,128
       kqueue     0     0K       -       60  256,2048
    proc-args    32     2K       -      320  16,32,64,128,256
        hhook     2     1K       -        4  128
      ithread    84    14K       -       84  32,128,256
       prison     0     0K       -        1  4096
       kbdmux     6    18K       -        6  16,512,1024,2048
        mixer     1     4K       -        1  4096
       KTRACE   100    13K       -      100  128
          LED     4     1K       -        4  16,128
       linker   132    10K       -      134  16,32,64,1024
        lockf    32     4K       -       52  64,128
   loginclass     2     1K       -        2  64
       ip6ndp     6     1K       -        7  64,128
         temp    17     1K       -     5535  16,32,64,128,256,1024,2048,4096
       devbuf   834 21084K       -      854  16,32,64,128,256,512,1024,2048,4096
       module   432    54K       -      432  128
     mtx_pool     2    16K       -        2  
    CAM queue    18     1K       -       56  16,32
      CAM SIM     4     1K       -        4  256
      subproc   150   247K       -     1002  512,4096
         proc     2    16K       -        2  
      session    28     4K       -       28  128
         pgrp    29     4K       -       32  128
         cred    62    10K       -     3012  64,256
      uidinfo     4     3K       -        4  128,2048
       plimit    13     4K       -      148  256
    sysctltmp     0     0K       -      273  16,32,64,128,4096
    sysctloid  2565   128K       -     2612  16,32,64,128
       sysctl     0     0K       -      229  16,32,64
      tidhash     1    16K       -        1  
      callout     7  3584K       -        7  
         umtx   372    47K       -      372  128
     p1003.1b     1     1K       -        1  16
         SWAP     2   277K       -        2  64
       bus-sc    41    95K       -     1297  16,32,128,256,512,1024,2048,4096
          bus   917    77K       -     2942  16,32,64,128,256,1024
      devstat     8    17K       -        8  32,4096
 eventhandler    86     7K       -       86  64,128
         kobj   308  1232K       -      407  4096
      Per-cpu     1     1K       -        1  32
         rman    99    12K       -      481  16,32,128
         sbuf     0     0K       -      813  16,32,64,128,256,512,1024,2048,4096
  ddb_capture     1    48K       -        1  
        stack     0     0K       -        2  256
    taskqueue    19     2K       -       19  16,32,128
       Unitno    19     2K       -      211  32,64
     acpiintr     1     1K       -        1  64
       acpica  2098   235K       -    26878  16,32,64,128,256,1024,4096
     acpitask     1     2K       -        1  2048
      Witness     1   128K       -        1  
          iov     0     0K       -      439  16,64,128,256,512
       select    21     3K       -       21  128
     ioctlops     0     0K       -      626  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       -       32  32,128
        shmfd     1     8K       -        1  
   CAM periph     8     2K       -       24  16,32,64,128,256
          pcb    56   158K       -      124  16,32,128,1024,2048,4096
       soname    11     1K       -     1025  16,32,128
     vfscache     1  1024K       -        1  
  export_host     1     1K       -        1  256
     vfs_hash     1   512K       -        1  
       vnodes     2     1K       -        2  256
       USBdev     8     3K       -        8  64,128,1024
  vnodemarker     0     0K       -       12  512
        mount   221    11K       -      459  16,32,64,128,256,512,1024
          BPF    15    19K       -       16  128,512,4096
  ether_multi    22     2K       -       36  16,32,64
       ifaddr    55    15K       -       64  32,64,128,256,512,4096
        ifnet     6    11K       -        8  128,2048
          USB    14     5K       -       14  16,32,128,2048
       arpcom     2     1K       -        2  16
      lltable    17     7K       -       19  256,512
      CAM XPT    50    23K       -      122  32,64,128,1024,2048
      acpisem    16     2K       -       16  128
     routetbl    38     7K       -      166  32,64,128,256,512
vnet_data_free     1     1K       -        1  32
    vnet_data     1    28K       -        2  
         vnet     5     1K       -        6  64
         igmp     5     2K       -        6  256
     in_multi     3     1K       -        5  256
    sctp_iter     0     0K       -        4  256
     sctp_ifn     3     1K       -        3  128
     sctp_ifa     5     1K       -        5  128
     sctp_vrf     1     1K       -        2  64
    sctp_a_it     0     0K       -        4  16
    hostcache     1    28K       -        2  
     syncache     1    96K       -        2  
      entropy  1024    64K       -     1024  64
 ip6_moptions     2     1K       -        2  32,256
    in6_multi    13     2K       -       13  32,256
  in6_mfilter     1     1K       -        1  1024
          mld     5     1K       -        6  128
          NLM     0     0K       -        1  32
          rpc    92    16K       -      250  16,32,64,128,256,512,1024
audit_evclass   179     6K       -      218  32
      jblocks     2     1K       -        2  128,256
     savedino     0     0K       -       74  256
        sbdep     0     0K       -        1  64
      jsegdep   106     7K       -      213  64
         jseg    11     2K       -       11  128
    jfreefrag     0     0K       -        1  128
      jnewblk     0     0K       -       52  128
      jremref     0     0K       -       66  128
      jaddref     0     0K       -       94  128
     freework     3     1K       -       10  128
    newdirblk     4     1K       -        6  64
       dirrem    21     3K       -       62  128
        mkdir     8     1K       -       12  128
       diradd    42     6K       -       82  128
     freefile     2     1K       -       23  64
     freeblks     2     1K       -        9  128
     freefrag     0     0K       -        1  128
     indirdep     1     1K       -        1  128
       newblk    41   138K       -       53  256
    bmsafemap     6    10K       -       12  256
     inodedep    89   556K       -      122  512
      pagedep    27   135K       -       30  256
  ufs_dirhash    27     5K       -       27  16,32,64,512
    ufs_mount     6    23K       -        6  512,2048,4096
    vm_pgdata     2   129K       -        2  128
       DEVFS1    88    44K       -       95  512
       DEVFS3   111    28K       -      122  256
        DEVFS    18     1K       -       19  16,128
       DEVFSP     2     1K       -        2  64
     atkbddev     2     1K       -        2  64
       NFS fh     7     1K       -       35  32,64
    newnfsmnt     7     7K       -        7  1024
       apmdev     1     1K       -        1  128
    pfs_nodes    21     6K       -       21  256
      ata_pci     1     1K       -        1  64
      io_apic     1     2K       -        1  2048
      scsi_cd     0     0K       -        4  16
         GEOM    83    17K       -      517  16,32,64,128,256,512,1024,2048
     nexusdev     4     1K       -        4  16
CAM dev queue     4     1K       -        4  128

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

ITEM                   SIZE  LIMIT     USED     FREE      REQ FAIL SLEEP

UMA Kegs:               208,      0,     151,      36,     171,   0,   0
UMA Zones:             1408,      0,     151,      21,     171,   0,   0
UMA Slabs:              568,      0,    3936,      12,    4464,   0,   0
UMA RCntSlabs:          568,      0,     722,       6,     722,   0,   0
UMA Hash:               256,      0,       3,      12,       3,   0,   0
16 Bucket:              152,      0,     340,      10,     340,   0,   0
32 Bucket:              280,      0,     249,       3,     249,   0,   0
64 Bucket:              536,      0,     285,       2,     285,  64,   0
128 Bucket:            1048,      0,     336,       0,     336, 649,   0
VM OBJECT:              232,      0,    1112,     216,   10249,   0,   0
MAP:                    232,      0,       7,      25,       7,   0,   0
KMAP ENTRY:             120, 119443,      29,     746,    1761,   0,   0
MAP ENTRY:              120,      0,     676,     471,   22522,   0,   0
fakepg:                 120,      0,       0,       0,       0,   0,   0
mt_zone:               4112,      0,     307,       4,     307,   0,   0
16:                      16,      0,      31,     641,      61,   0,   0
16:                      16,      0,     928,    1088,    1339,   0,   0
16:                      16,      0,       3,     837,     292,   0,   0
16:                      16,      0,      44,     628,   10114,   0,   0
16:                      16,      0,     121,     719,     249,   0,   0
16:                      16,      0,     245,     931,    1333,   0,   0
16:                      16,      0,       0,       0,       0,   0,   0
16:                      16,      0,       8,    1168,     613,   0,   0
32:                      32,      0,     308,     601,     343,   0,   0
32:                      32,      0,    1136,     884,    1320,   0,   0
32:                      32,      0,      38,     871,     226,   0,   0
32:                      32,      0,      70,     839,    1527,   0,   0
32:                      32,      0,       5,     803,      13,   0,   0
32:                      32,      0,     129,     881,     739,   0,   0
32:                      32,      0,      30,     879,     225,   0,   0
32:                      32,      0,      10,     899,     227,   0,   0
64:                      64,      0,      41,     463,      80,   0,   0
64:                      64,      0,     268,     460,     300,   0,   0
64:                      64,      0,    1070,     554,    3091,   0,   0
64:                      64,      0,     490,     518,   12007,   0,   0
64:                      64,      0,      87,     361,     170,   0,   0
64:                      64,      0,     555,     565,    1116,   0,   0
64:                      64,      0,     113,     447,     147,   0,   0
64:                      64,      0,     115,     445,     578,   0,   0
128:                    128,      0,      29,     145,      37,   0,   0
128:                    128,      0,     716,     357,     814,   0,   0
128:                    128,      0,      41,     278,     126,   0,   0
128:                    128,      0,    1647,     441,    2738,   0,   0
128:                    128,      0,     113,     293,     210,   0,   0
128:                    128,      0,     861,     241,    1540,   0,   0
128:                    128,      0,      49,     241,      65,   0,   0
128:                    128,      0,     479,     304,    1144,   0,   0
256:                    256,      0,      15,      45,      20,   0,   0
256:                    256,      0,       7,     173,     111,   0,   0
256:                    256,      0,      68,     142,    1561,   0,   0
256:                    256,      0,       2,      43,      16,   0,   0
256:                    256,      0,      31,     134,     184,   0,   0
256:                    256,      0,     684,     261,     904,   0,   0
256:                    256,      0,      36,      99,      39,   0,   0
256:                    256,      0,       6,     159,     334,   0,   0
512:                    512,      0,     399,     126,     494,   0,   0
512:                    512,      0,      59,     186,     912,   0,   0
512:                    512,      0,       1,      55,      25,   0,   0
512:                    512,      0,       1,      13,       1,   0,   0
512:                    512,      0,       1,      13,       1,   0,   0
512:                    512,      0,     136,      25,     638,   0,   0
512:                    512,      0,     105,      56,     142,   0,   0
512:                    512,      0,       8,      90,      94,   0,   0
1024:                  1024,      0,       1,      19,      23,   0,   0
1024:                  1024,      0,       2,       6,       2,   0,   0
1024:                  1024,      0,       2,      18,      10,   0,   0
1024:                  1024,      0,       6,      22,     713,   0,   0
1024:                  1024,      0,      19,      17,      20,   0,   0
1024:                  1024,      0,      22,     178,     826,   0,   0
1024:                  1024,      0,       0,       0,       0,   0,   0
1024:                  1024,      0,       0,      28,       6,   0,   0
2048:                  2048,      0,      10,       8,      26,   0,   0
2048:                  2048,      0,       2,      40,      32,   0,   0
2048:                  2048,      0,       2,       6,       8,   0,   0
2048:                  2048,      0,       5,       7,       6,   0,   0
2048:                  2048,      0,    5061,     257,    5064,   0,   0
2048:                  2048,      0,       8,      18,      76,   0,   0
2048:                  2048,      0,       1,       3,       1,   0,   0
2048:                  2048,      0,       0,       0,       0,   0,   0
4096:                  4096,      0,      53,      37,     904,   0,   0
4096:                  4096,      0,       0,       2,       2,   0,   0
4096:                  4096,      0,       1,       8,       8,   0,   0
4096:                  4096,      0,       8,       6,      10,   0,   0
4096:                  4096,      0,       0,       0,       0,   0,   0
4096:                  4096,      0,      24,      53,    4739,   0,   0
4096:                  4096,      0,       2,       7,       3,   0,   0
4096:                  4096,      0,     308,       3,     407,   0,   0
Files:                   80,      0,     112,     293,    4299,   0,   0
TURNSTILE:              136,      0,     187,     113,     187,   0,   0
umtx pi:                 96,      0,       0,       0,       0,   0,   0
MAC labels:              40,      0,       0,       0,       0,   0,   0
PROC:                  1184,      0,      48,      51,     899,   0,   0
THREAD:                1112,      0,     149,      37,     149,   0,   0
SLEEPQUEUE:              88,      0,     187,     161,     187,   0,   0
VMSPACE:                392,      0,      32,     198,     884,   0,   0
cpuset:                  72,      0,      68,     182,      69,   0,   0
audit_record:           960,      0,       0,       0,       0,   0,   0
mbuf_packet:            256,      0,     512,     774,     671,   0,   0
mbuf:                   256,      0,       3,    1027,     830,   0,   0
mbuf_cluster:          2048,  25600,    1280,     164,    1314,   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
ttyoutq:                256,      0,      64,     101,     136,   0,   0
g_bio:                  232,      0,       0,     272,    5337,   0,   0
ttyinq:                 160,      0,     120,     144,     255,   0,   0
ata_request:            328,      0,       1,     167,    2756,   0,   0
ata_composite:          336,      0,       0,       0,       0,   0,   0
VNODE:                  472,      0,     591,     145,     619,   0,   0
VNODEPOLL:              112,      0,       0,       0,       0,   0,   0
NAMEI:                 1024,      0,       0,      68,    7404,   0,   0
S VFS Cache:            108,      0,     536,     256,    1099,   0,   0
STS VFS Cache:          148,      0,       0,       0,       0,   0,   0
L VFS Cache:            328,      0,       0,       0,       0,   0,   0
LTS VFS Cache:          368,      0,       0,       0,       0,   0,   0
DIRHASH:               1024,      0,      27,      21,      27,   0,   0
NCLNODE:                520,      0,       7,      56,       7,   0,   0
pipe:                   728,      0,       4,      76,     481,   0,   0
Mountpoints:            760,      0,      10,      45,      10,   0,   0
capability:              24,      0,       0,       0,       0,   0,   0
ksiginfo:               112,      0,      91,     965,      92,   0,   0
itimer:                 344,      0,       1,      32,       2,   0,   0
KNOTE:                  128,      0,       0,     232,      60,   0,   0
socket:                 680,  25602,      60,      90,     459,   0,   0
unpcb:                  240,  25600,      10,     166,     168,   0,   0
ipq:                     56,    819,       0,       0,       0,   0,   0
udp_inpcb:              392,  25600,      25,     115,     229,   0,   0
udpcb:                   16,  25704,      25,    1151,     229,   0,   0
tcp_inpcb:              392,  25600,      34,      86,      48,   0,   0
tcpcb:                  976,  25600,      20,      64,      48,   0,   0
tcptw:                   72,   5150,      14,      86,      14,   0,   0
syncache:               152,  15375,       0,       0,       0,   0,   0
hostcache:              136,  15372,       0,       0,       0,   0,   0
tcpreass:                40,   1680,       0,       0,       0,   0,   0
sackhole:                32,      0,       0,       0,       0,   0,   0
sctp_ep:               1368,  25600,       0,       0,       0,   0,   0
sctp_asoc:             2288,  40000,       0,       0,       0,   0,   0
sctp_laddr:              48,  80064,       0,     360,       4,   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,      28,       2,   0,   0
rtentry:                200,      0,      15,     137,      17,   0,   0
selfd:                   56,      0,      63,     504,    1770,   0,   0
SWAPMETA:               288, 116519,       0,       0,       0,   0,   0
FFS inode:              168,      0,     548,     178,     571,   0,   0
FFS1 dinode:            128,      0,       0,       0,       0,   0,   0
FFS2 dinode:            256,      0,     548,     112,     571,   0,   0
rtentry:                200,      0,       0,       0,       0,   0,   0


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

interrupt                          total       rate
irq1: atkbd0                          58          2
irq14: ata0                         1664         64
irq15: ata1                           17          0
irq16: em1                            65          2
irq19: em0 ehci0                     139          5
cpu0:timer                          1198         46
cpu6:timer                           314         12
cpu2:timer                           213          8
cpu5:timer                           320         12
cpu4:timer                           254          9
cpu1:timer                           269         10
cpu3:timer                           256          9
cpu7:timer                           239          9
Total                               5006        192

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

112/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             ada1              cd0             cpu
  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s  us ni sy in id
 35.83  59  2.08   3.13   2  0.01   0.00   0  0.00   1  0  4  0 95

------------------------------------------------------------------------
ipcs -a

Message Queues:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP                 CBYTES                 QNUM               QBYTES        LSPID        LRPID STIME    RTIME    CTIME   

Shared Memory:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP         NATTCH        SEGSZ         CPID         LPID ATIME    DTIME    CTIME   

Semaphores:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP          NSEMS OTIME    CTIME   


------------------------------------------------------------------------
ipcs -T

msginfo:
	msgmax:        16384	(max characters in a message)
	msgmni:           40	(# of message queues)
	msgmnb:         2048	(max characters in a message queue)
	msgtql:           40	(max # of messages in system)
	msgssz:            8	(size of a message segment)
	msgseg:         2048	(# of message segments in system)

shminfo:
	shmmax:    536870912	(max shared memory segment size)
	shmmin:            1	(min shared memory segment size)
	shmmni:          192	(max number of shared memory identifiers)
	shmseg:          128	(max shared memory segments per process)
	shmall:       131072	(max amount of shared memory in pages)

seminfo:
	semmni:           50	(# of semaphore identifiers)
	semmns:          340	(# of semaphores in system)
	semmnu:          150	(# of undo structures in system)
	semmsl:          340	(max # of semaphores per id)
	semopm:          100	(max # of operations per semop call)
	semume:           50	(max # of undo entries per process)
	semusz:          632	(size in bytes of undo structure)
	semvmx:        32767	(semaphore maximum value)
	semaem:        16384	(adjust on exit max value)


------------------------------------------------------------------------
nfsstat

Client Info:
Rpc Counts:
  Getattr   Setattr    Lookup  Readlink      Read     Write    Create    Remove
       15         0         3         0         1         0         0         0
   Rename      Link   Symlink     Mkdir     Rmdir   Readdir  RdirPlus    Access
        0         0         0         0         0         0         0         4
    Mknod    Fsstat    Fsinfo  PathConf    Commit
        0         7         7         0         0
Rpc Info:
 TimedOut   Invalid X Replies   Retries  Requests
        0         0         0         0        37
Cache Info:
Attr Hits    Misses Lkup Hits    Misses BioR Hits    Misses BioW Hits    Misses
       14         1         6         3         1         1         0         0
BioRLHits    Misses BioD Hits    Misses DirE Hits    Misses Accs Hits    Misses
        0         0         0         0         0         0         6         4

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:
	119 packets sent
		42 data packets (4380 bytes)
		0 data packets (0 bytes) retransmitted
		0 data packets unnecessarily retransmitted
		0 resends initiated by MTU discovery
		42 ack-only packets (7 delayed)
		0 URG only packets
		0 window probe packets
		0 window update packets
		35 control packets
	98 packets received
		77 acks (for 4394 bytes)
		0 duplicate acks
		0 acks for unsent data
		56 packets (3576 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
	21 connection requests
	0 connection accepts
	0 bad connection attempts
	0 listen queue overflows
	0 ignored RSTs in the windows
	21 connections established (including accepts)
	14 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
	77 segments updated rtt (of 77 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
	21 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 hostcache entries added
		0 bucket overflow
	0 SACK recovery episodes
	0 segment rexmits in SACK recovery episodes
	0 byte rexmits in SACK recovery episodes
	0 SACK options (SACK blocks) received
	0 SACK options (SACK blocks) sent
	0 SACK scoreboard overflow
	0 packets with ECN CE bit set
	0 packets with ECN ECT(0) bit set
	0 packets with ECN ECT(1) bit set
	0 successful ECN handshakes
	0 times ECN reduced the congestion window
udp:
	50 datagrams received
	0 with incomplete header
	0 with bad data length field
	0 with bad checksum
	0 with no checksum
	1 dropped due to no socket
	1 broadcast/multicast datagram undelivered
	0 dropped due to full socket buffers
	0 not for hashed pcb
	48 delivered
	48 datagrams output
	0 times multicast source filter matched
ip:
	145 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
	144 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
	164 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:
	1 call to icmp_error
	0 errors not generated in response to an icmp message
	Output histogram:
		destination unreachable: 1
	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:
	5 ARP requests sent
	0 ARP replies sent
	0 ARP requests received
	3 ARP replies received
	3 ARP packets received
	0 total packets dropped due to no ARP entry
	0 ARP entrys timed out
	0 Duplicate IPs seen
ip6:
	4 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
	4 packets for this host
	0 packets forwarded
	0 packets not forwardable
	0 redirects sent
	4 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
	Input histogram:
		UDP: 4
	Mbuf statistics:
		2 one mbuf
		two or more mbuf:
			lo0= 2
		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:
		4 same address
icmp6:
	0 calls to icmp6_error
	0 errors not generated in response to an icmp6 message
	0 errors not generated because of rate limitation
	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

515/1801/2316 mbufs in use (current/cache/total)
506/938/1444/25600 mbuf clusters in use (current/cache/total/max)
512/774 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)
1140K/2326K/3467K 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:80:3a:bd      114     0     0      136     0     0    0 
em0    1500 192.168.56.0  192.168.56.101         112     -     -      133     -     -    - 
usbus     0 <Link#2>                               0     0     0        0     0     0    0 
em1    1500 <Link#3>      08:00:27:40:bd:05       34     0     0       35     0     0    0 
em1    1500 192.168.1.0   192.168.1.184           31     -     -       31     -     -    - 
usbus     0 <Link#4>                               0     0     0        0     0     0    0 
lo0   16384 <Link#5>                               4     0     0        4     0     0    0 
lo0   16384 localhost     ::1                      4     -     -        4     -     -    - 
lo0   16384 fe80::1%lo0   fe80::1                  0     -     -        0     -     -    - 
lo0   16384 your-net      localhost                0     -     -        0     -     -    - 

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

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            192.168.1.1        UGS         0       30    em1
127.0.0.1          link#5             UH          0        0    lo0
192.168.1.0/24     link#3             U           0        1    em1
192.168.1.184      link#3             UHS         0        0    lo0
192.168.56.0/24    link#1             U           0      133    em0
192.168.56.101     link#1             UHS         0        0    lo0

Internet6:
Destination                       Gateway                       Flags      Netif Expire
::/96                             ::1                           UGRS        lo0
::1                               link#5                        UH          lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        lo0
fe80::/10                         ::1                           UGRS        lo0
fe80::%lo0/64                     link#5                        U           lo0
fe80::1%lo0                       link#5                        UHS         lo0
ff01::%lo0/32                     ::1                           U           lo0
ff02::/16                         ::1                           UGRS        lo0
ff02::%lo0/32                     ::1                           U           lo0

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

Active Internet connections (including servers)
Tcpcb            Proto Recv-Q Send-Q Local Address      Foreign Address    (state)
fffffe0006fc7b70 tcp4       0      0 127.0.0.1.25       *.*                LISTEN
fffffe003f119b70 tcp4       0      0 *.22               *.*                LISTEN
fffffe003f0e4000 tcp6       0      0 *.22               *.*                LISTEN
fffffe003f02b000 tcp4       0      0 *.905              *.*                LISTEN
fffffe003f02b3d0 tcp6       0      0 *.731              *.*                LISTEN
fffffe0006fd8b70 tcp6       0      0 *.2049             *.*                LISTEN
fffffe0006fe6000 tcp4       0      0 *.2049             *.*                LISTEN
fffffe0006f9e7a0 tcp4       0      0 *.634              *.*                LISTEN
fffffe0006f9e000 tcp6       0      0 *.634              *.*                LISTEN
fffffe0006fc17a0 tcp4       0      0 *.804              *.*                LISTEN
fffffe0006fc1b70 tcp6       0      0 *.804              *.*                LISTEN
fffffe003f02b7a0 tcp4       0      0 *.111              *.*                LISTEN
fffffe003f02bb70 tcp6       0      0 *.111              *.*                LISTEN
fffffe0006fe63d0 tcp4       0      0 192.168.56.101.886 192.168.56.1.2049  ESTABLISHED
fffffe0006fa1a68 tcp4       0      0 192.168.56.101.819 192.168.56.1.52872 TIME_WAIT
fffffe0006fa1ab0 tcp4       0      0 192.168.56.101.605 192.168.56.1.2049  TIME_WAIT
fffffe0006fce000 tcp4       0      0 192.168.56.101.859 192.168.56.1.2049  ESTABLISHED
fffffe0006fa1af8 tcp4       0      0 192.168.56.101.686 192.168.56.1.52872 TIME_WAIT
fffffe0006fa1b40 tcp4       0      0 192.168.56.101.643 192.168.56.1.2049  TIME_WAIT
fffffe0006ff0000 tcp4       0      0 192.168.56.101.774 192.168.56.1.2049  ESTABLISHED
fffffe0006fa1b88 tcp4       0      0 192.168.56.101.612 192.168.56.1.52872 TIME_WAIT
fffffe0006fa1bd0 tcp4       0      0 192.168.56.101.772 192.168.56.1.2049  TIME_WAIT
fffffe0006fe73d0 tcp4       0      0 192.168.56.101.710 192.168.56.1.2049  ESTABLISHED
fffffe0006fa1c18 tcp4       0      0 192.168.56.101.101 192.168.56.1.52872 TIME_WAIT
fffffe0006fa1c60 tcp4       0      0 192.168.56.101.748 192.168.56.1.2049  TIME_WAIT
fffffe0006fd83d0 tcp4       0      0 192.168.56.101.734 192.168.56.1.2049  ESTABLISHED
fffffe0006fa1ca8 tcp4       0      0 192.168.56.101.964 192.168.56.1.52872 TIME_WAIT
fffffe0006fa1cf0 tcp4       0      0 192.168.56.101.653 192.168.56.1.2049  TIME_WAIT
fffffe0006fc1000 tcp4       0      0 192.168.56.101.678 192.168.56.1.2049  ESTABLISHED
fffffe0006fa1d38 tcp4       0      0 192.168.56.101.101 192.168.56.1.52872 TIME_WAIT
fffffe0006fa1d80 tcp4       0      0 192.168.56.101.856 192.168.56.1.2049  TIME_WAIT
fffffe0006f9e3d0 tcp4       0      0 192.168.56.101.917 192.168.56.1.2049  ESTABLISHED
fffffe0006fa1dc8 tcp4       0      0 192.168.56.101.655 192.168.56.1.52872 TIME_WAIT
fffffe0006fa2000 tcp4       0      0 192.168.56.101.715 192.168.56.1.2049  TIME_WAIT
fffffe0006a6adc8 udp4       0      0 *.69               *.*                
fffffe0006a6c620 udp4       0      0 127.0.0.1.123      *.*                
fffffe0006a6cdc8 udp6       0      0 fe80:5::1.123      *.*                
fffffe0006a6a7a8 udp6       0      0 ::1.123            *.*                
fffffe0006a6a498 udp4       0      0 192.168.1.184.123  *.*                
fffffe0006a6a310 udp4       0      0 192.168.56.101.123 *.*                
fffffe0006a6a188 udp6       0      0 *.123              *.*                
fffffe0006a6a000 udp4       0      0 *.123              *.*                
fffffe0006a6cc40 udp4       0      0 *.912              *.*                
fffffe0006a93620 udp6       0      0 *.608              *.*                
fffffe0006a93188 udp6       0      0 *.820              *.*                
fffffe0006a93000 udp4       0      0 *.*                *.*                
fffffe0006dc9c40 udp4       0      0 *.634              *.*                
fffffe0006dca000 udp6       0      0 *.634              *.*                
fffffe0006b7b930 udp6       0      0 *.2049             *.*                
fffffe0006a68620 udp4       0      0 *.804              *.*                
fffffe0006a68188 udp6       0      0 *.804              *.*                
fffffe0006b7b310 udp4       0      0 *.2049             *.*                
fffffe0006a68498 udp6       0      0 *.*                *.*                
fffffe0006a6c930 udp4       0      0 *.793              *.*                
fffffe0006a6c498 udp4       0      0 *.111              *.*                
fffffe0006a6c7a8 udp6       0      0 *.1022             *.*                
fffffe0006a6cab8 udp6       0      0 *.111              *.*                
fffffe0006a93310 udp4       0      0 *.514              *.*                
fffffe0006a93498 udp6       0      0 *.514              *.*                
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
fffffe0006c961e0 stream      0      0 fffffe0006cae1d8        0        0        0 /var/run/rpcbind.sock
fffffe0006b71c30 stream      0      0 fffffe000682e000        0        0        0 /var/run/devd.pipe
fffffe0006b72690 dgram       0      0        0 fffffe0006b72b40        0 fffffe0006e683c0
fffffe0006c96b40 dgram       0      0        0 fffffe0006b72c30        0        0
fffffe0006e683c0 dgram       0      0        0 fffffe0006b72b40        0 fffffe0006db9690
fffffe0006db9690 dgram       0      0        0 fffffe0006b72b40        0 fffffe0006b722d0
fffffe0006b722d0 dgram       0      0        0 fffffe0006b72b40        0 fffffe0006c96960
fffffe0006c96960 dgram       0      0        0 fffffe0006b72b40        0        0
fffffe0006b72b40 dgram       0      0 fffffe00068af760        0 fffffe0006b72690        0 /var/run/logpriv
fffffe0006b72c30 dgram       0      0 fffffe00068af938        0 fffffe0006c96b40        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                  
tcp4  0/0/128        *.905                  
tcp6  0/0/128        *.731                  
tcp6  0/0/5          *.nfsd                 
tcp4  0/0/5          *.nfsd                 
tcp4  0/0/128        *.ginad                
tcp6  0/0/128        *.ginad                
tcp4  0/0/128        *.804                  
tcp6  0/0/128        *.804                  
tcp4  0/0/128        *.sunrpc               
tcp6  0/0/128        *.sunrpc               
unix  0/0/128        /var/run/rpcbind.sock
unix  0/0/4          /var/run/devd.pipe

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

USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W
root     csh          894 root               2 drwxr-xr-x    1024  r
root     csh          894   wd          947200 drwxr-xr-x     512  r
root     csh          894 text          236812 -r-xr-xr-x  381968  r
root     csh          894 ctty              45 crw-------   ttyv0 rw
root     csh          894   15              45 crw-------   ttyv0 rw
root     csh          894   16              45 crw-------   ttyv0 rw
root     csh          894   17              45 crw-------   ttyv0 rw
root     csh          894   18              45 crw-------   ttyv0 rw
root     csh          894   19              45 crw-------   ttyv0 rw
root     getty        893 root               2 drwxr-xr-x    1024  r
root     getty        893   wd               2 drwxr-xr-x    1024  r
root     getty        893 text          1806035 -r-xr-xr-x   27600  r
root     getty        893 ctty              52 crw-------   ttyv7 rw
root     getty        893    0              52 crw-------   ttyv7 rw
root     getty        893    1              52 crw-------   ttyv7 rw
root     getty        893    2              52 crw-------   ttyv7 rw
root     getty        892 root               2 drwxr-xr-x    1024  r
root     getty        892   wd               2 drwxr-xr-x    1024  r
root     getty        892 text          1806035 -r-xr-xr-x   27600  r
root     getty        892 ctty              51 crw-------   ttyv6 rw
root     getty        892    0              51 crw-------   ttyv6 rw
root     getty        892    1              51 crw-------   ttyv6 rw
root     getty        892    2              51 crw-------   ttyv6 rw
root     getty        891 root               2 drwxr-xr-x    1024  r
root     getty        891   wd               2 drwxr-xr-x    1024  r
root     getty        891 text          1806035 -r-xr-xr-x   27600  r
root     getty        891 ctty              50 crw-------   ttyv5 rw
root     getty        891    0              50 crw-------   ttyv5 rw
root     getty        891    1              50 crw-------   ttyv5 rw
root     getty        891    2              50 crw-------   ttyv5 rw
root     getty        890 root               2 drwxr-xr-x    1024  r
root     getty        890   wd               2 drwxr-xr-x    1024  r
root     getty        890 text          1806035 -r-xr-xr-x   27600  r
root     getty        890 ctty              49 crw-------   ttyv4 rw
root     getty        890    0              49 crw-------   ttyv4 rw
root     getty        890    1              49 crw-------   ttyv4 rw
root     getty        890    2              49 crw-------   ttyv4 rw
root     getty        889 root               2 drwxr-xr-x    1024  r
root     getty        889   wd               2 drwxr-xr-x    1024  r
root     getty        889 text          1806035 -r-xr-xr-x   27600  r
root     getty        889 ctty              48 crw-------   ttyv3 rw
root     getty        889    0              48 crw-------   ttyv3 rw
root     getty        889    1              48 crw-------   ttyv3 rw
root     getty        889    2              48 crw-------   ttyv3 rw
root     getty        888 root               2 drwxr-xr-x    1024  r
root     getty        888   wd               2 drwxr-xr-x    1024  r
root     getty        888 text          1806035 -r-xr-xr-x   27600  r
root     getty        888 ctty              47 crw-------   ttyv2 rw
root     getty        888    0              47 crw-------   ttyv2 rw
root     getty        888    1              47 crw-------   ttyv2 rw
root     getty        888    2              47 crw-------   ttyv2 rw
root     getty        887 root               2 drwxr-xr-x    1024  r
root     getty        887   wd               2 drwxr-xr-x    1024  r
root     getty        887 text          1806035 -r-xr-xr-x   27600  r
root     getty        887 ctty              46 crw-------   ttyv1 rw
root     getty        887    0              46 crw-------   ttyv1 rw
root     getty        887    1              46 crw-------   ttyv1 rw
root     getty        887    2              46 crw-------   ttyv1 rw
root     login        886 root               2 drwxr-xr-x    1024  r
root     login        886   wd          947200 drwxr-xr-x     512  r
root     login        886 text          1803654 -r-sr-xr-x   24584  r
root     login        886 ctty              45 crw-------   ttyv0 rw
root     login        886    0              45 crw-------   ttyv0 rw
root     login        886    1              45 crw-------   ttyv0 rw
root     login        886    2              45 crw-------   ttyv0 rw
root     login        886    3* local dgram fffffe0006b72690 <-> fffffe0006b72b40
root     sleep        884 root               2 drwxr-xr-x    1024  r
root     sleep        884   wd               2 drwxr-xr-x    1024  r
root     sleep        884 text          236832 -r-xr-xr-x    5152  r
root     sleep        884    0              17 crw-rw-rw-    null  r
root     sleep        884    1* pipe fffffe00068709e0 <-> fffffe0006870888      0 rw
root     sleep        884    2* pipe fffffe00068709e0 <-> fffffe0006870888      0 rw
root     logger       883 root               2 drwxr-xr-x    1024  r
root     logger       883   wd               2 drwxr-xr-x    1024  r
root     logger       883 text          1803643 -r-xr-xr-x   11664  r
root     logger       883    0* pipe fffffe0006870888 <-> fffffe00068709e0      0 rw
root     logger       883    2 -         -         bad    -
root     sh           882 root               2 drwxr-xr-x    1024  r
root     sh           882   wd               2 drwxr-xr-x    1024  r
root     sh           882 text          236823 -r-xr-xr-x  140928  r
root     sh           882    0              17 crw-rw-rw-    null  r
root     sh           882    1* pipe fffffe00068709e0 <-> fffffe0006870888      0 rw
root     sh           882    2* pipe fffffe00068709e0 <-> fffffe0006870888      0 rw
root     inetd        866 root               2 drwxr-xr-x    1024  r
root     inetd        866   wd               2 drwxr-xr-x    1024  r
root     inetd        866 text          1799930 -r-xr-xr-x   49336  r
root     inetd        866    0              17 crw-rw-rw-    null rw
root     inetd        866    1              17 crw-rw-rw-    null rw
root     inetd        866    2              17 crw-rw-rw-    null rw
root     inetd        866    3          594944 -rw-------       3  w
root     inetd        866    4* pipe fffffe000688a000 <-> fffffe000688a158      0 rw
root     inetd        866    5* internet dgram udp fffffe0006a6adc8
root     inetd        866    6* pipe fffffe000688a158 <-> fffffe000688a000      0 rw
root     cron         848 root               2 drwxr-xr-x    1024  r
root     cron         848   wd          568327 drwxr-x---     512  r
root     cron         848 text          1799847 -r-xr-xr-x   41168  r
root     cron         848    0              17 crw-rw-rw-    null rw
root     cron         848    1              17 crw-rw-rw-    null rw
root     cron         848    2              17 crw-rw-rw-    null rw
root     cron         848    3          594864 -rw-------       3  w
smmsp    sendmail     844 root               2 drwxr-xr-x    1024  r
smmsp    sendmail     844   wd          568350 drwxrwx---     512  r
smmsp    sendmail     844 text          1801823 -r-xr-sr-x  718976  r
smmsp    sendmail     844    0              17 crw-rw-rw-    null  r
smmsp    sendmail     844    1              17 crw-rw-rw-    null  w
smmsp    sendmail     844    2              17 crw-rw-rw-    null  w
smmsp    sendmail     844    3* local dgram fffffe0006c96b40 <-> fffffe0006b72c30
smmsp    sendmail     844    4          605145 -rw-------      49  w
root     sendmail     841 root               2 drwxr-xr-x    1024  r
root     sendmail     841   wd          568347 drwxr-xr-x     512  r
root     sendmail     841 text          1801823 -r-xr-sr-x  718976  r
root     sendmail     841    0              17 crw-rw-rw-    null  r
root     sendmail     841    1              17 crw-rw-rw-    null  w
root     sendmail     841    2              17 crw-rw-rw-    null  w
root     sendmail     841    3* internet stream tcp fffffe0006fc7b70
root     sendmail     841    4* local dgram fffffe0006e683c0 <-> fffffe0006b72b40
root     sendmail     841    5          594707 -rw-------      78  w
root     sshd         838 root               2 drwxr-xr-x    1024  r
root     sshd         838   wd               2 drwxr-xr-x    1024  r
root     sshd         838 text          1810264 -r-xr-xr-x  273120  r
root     sshd         838    0              17 crw-rw-rw-    null rw
root     sshd         838    1              17 crw-rw-rw-    null rw
root     sshd         838    2              17 crw-rw-rw-    null rw
root     sshd         838    3* internet6 stream tcp fffffe003f0e4000
root     sshd         838    4* internet stream tcp fffffe003f119b70
root     ntpd         824 root               2 drwxr-xr-x    1024  r
root     ntpd         824   wd               2 drwxr-xr-x    1024  r
root     ntpd         824 text          1801147 -r-xr-xr-x  395360  r
root     ntpd         824    0              17 crw-rw-rw-    null rw
root     ntpd         824    1              17 crw-rw-rw-    null rw
root     ntpd         824    2              17 crw-rw-rw-    null rw
root     ntpd         824    3* local dgram fffffe0006db9690 <-> fffffe0006b72b40
root     ntpd         824   20* internet dgram udp fffffe0006a6a000
root     ntpd         824   21* internet6 dgram udp fffffe0006a6a188
root     ntpd         824   22* internet dgram udp fffffe0006a6a310
root     ntpd         824   23* internet dgram udp fffffe0006a6a498
root     ntpd         824   24* internet6 dgram udp fffffe0006a6a7a8
root     ntpd         824   25* internet6 dgram udp fffffe0006a6cdc8
root     ntpd         824   26* internet dgram udp fffffe0006a6c620
root     ntpd         824   27* route raw 0 fffffe003f0a0000
root     rpc.lockd    786 root               2 drwxr-xr-x    1024  r
root     rpc.lockd    786   wd               2 drwxr-xr-x    1024  r
root     rpc.lockd    786 text          1801773 -r-xr-xr-x   57184  r
root     rpc.lockd    786    0              17 crw-rw-rw-    null rw
root     rpc.lockd    786    1              17 crw-rw-rw-    null rw
root     rpc.lockd    786    2              17 crw-rw-rw-    null rw
root     rpc.lockd    786    3* local dgram fffffe0006b722d0 <-> fffffe0006b72b40
root     rpc.statd    783 root               2 drwxr-xr-x    1024  r
root     rpc.statd    783   wd               2 drwxr-xr-x    1024  r
root     rpc.statd    783 text          1801778 -r-xr-xr-x   22016  r
root     rpc.statd    783    0              17 crw-rw-rw-    null rw
root     rpc.statd    783    1              17 crw-rw-rw-    null rw
root     rpc.statd    783    2              17 crw-rw-rw-    null rw
root     rpc.statd    783    3          1657636 -rw-r--r--     729  r
root     rpc.statd    783    4* internet6 dgram udp fffffe0006dca000
root     rpc.statd    783    5* internet6 stream tcp fffffe0006f9e000
root     rpc.statd    783    6* internet dgram udp fffffe0006dc9c40
root     rpc.statd    783    7* internet stream tcp fffffe0006f9e7a0
root     rpc.statd    783    8          570580 -rw-r--r--    1296 rw
root     rpc.statd    783    9* local dgram fffffe0006c96960 <-> fffffe0006b72b40
root     nfsd         780 root               2 drwxr-xr-x    1024  r
root     nfsd         780   wd               2 drwxr-xr-x    1024  r
root     nfsd         780 text          1800037 -r-xr-xr-x   19360  r
root     nfsd         780    0              17 crw-rw-rw-    null rw
root     nfsd         780    1              17 crw-rw-rw-    null rw
root     nfsd         780    2              17 crw-rw-rw-    null rw
root     nfsd         780    3          570578 -rw-------       0 rw
root     nfsd         780    4          570579 -rw-------       0 rw
root     nfsd         779 root               2 drwxr-xr-x    1024  r
root     nfsd         779   wd               2 drwxr-xr-x    1024  r
root     nfsd         779 text          1800037 -r-xr-xr-x   19360  r
root     nfsd         779    0              17 crw-rw-rw-    null rw
root     nfsd         779    1              17 crw-rw-rw-    null rw
root     nfsd         779    2              17 crw-rw-rw-    null rw
root     nfsd         779    3          570578 -rw-------       0 rw
root     nfsd         779    4          570579 -rw-------       0 rw
root     nfsd         779    5* internet stream tcp fffffe0006fe6000
root     nfsd         779    6* internet6 stream tcp fffffe0006fd8b70
root     mountd       773 root               2 drwxr-xr-x    1024  r
root     mountd       773   wd               2 drwxr-xr-x    1024  r
root     mountd       773 text          1800020 -r-xr-xr-x   44640  r
root     mountd       773    0              17 crw-rw-rw-    null rw
root     mountd       773    1              17 crw-rw-rw-    null rw
root     mountd       773    2              17 crw-rw-rw-    null rw
root     mountd       773    3          577921 -rw-------       3  w
root     mountd       773    4          1657636 -rw-r--r--     729  r
root     mountd       773    5* internet6 dgram udp fffffe0006a68188
root     mountd       773    6* internet6 stream tcp fffffe0006fc1b70
root     mountd       773    7* internet dgram udp fffffe0006a68620
root     mountd       773    8* internet stream tcp fffffe0006fc17a0
root     rpcbind      733 root               2 drwxr-xr-x    1024  r
root     rpcbind      733   wd               2 drwxr-xr-x    1024  r
root     rpcbind      733 text          1801742 -r-xr-xr-x   44968  r
root     rpcbind      733    0              17 crw-rw-rw-    null rw
root     rpcbind      733    1              17 crw-rw-rw-    null rw
root     rpcbind      733    2              17 crw-rw-rw-    null rw
root     rpcbind      733    3          576485 -r--r--r--       0  r
root     rpcbind      733    4* internet6 dgram udp fffffe0006a68498
root     rpcbind      733    5* local stream fffffe0006c961e0
root     rpcbind      733    6* internet6 dgram udp fffffe0006a6cab8
root     rpcbind      733    7* internet6 dgram udp fffffe0006a6c7a8
root     rpcbind      733    8* internet6 stream tcp fffffe003f02bb70
root     rpcbind      733    9* internet dgram udp fffffe0006a6c498
root     rpcbind      733   10* internet dgram udp fffffe0006a6c930
root     rpcbind      733   11* internet stream tcp fffffe003f02b7a0
root     syslogd      712 root               2 drwxr-xr-x    1024  r
root     syslogd      712   wd               2 drwxr-xr-x    1024  r
root     syslogd      712 text          1801811 -r-xr-xr-x   40248  r
root     syslogd      712    0              17 crw-rw-rw-    null rw
root     syslogd      712    1              17 crw-rw-rw-    null rw
root     syslogd      712    2              17 crw-rw-rw-    null rw
root     syslogd      712    3          576459 -rw-------       3  w
root     syslogd      712    4* local dgram fffffe0006b72c30
root     syslogd      712    5* local dgram fffffe0006b72b40
root     syslogd      712    6* internet6 dgram udp fffffe0006a93498
root     syslogd      712    7* internet dgram udp fffffe0006a93310
root     syslogd      712    8              33 crw-------    klog  r
root     syslogd      712   10 -         -         bad    -
root     syslogd      712   11          571505 -rw-r--r--   57464  w
root     syslogd      712   12          570552 -rw-------      67  w
root     syslogd      712   13          570545 -rw-------   30775  w
root     syslogd      712   14          573462 -rw-r-----    9556  w
root     syslogd      712   15          570548 -rw-r--r--      67  w
root     syslogd      712   16          570620 -rw-------   70106  w
root     syslogd      712   17          570617 -rw-------     249  w
root     syslogd      712   18          570547 -rw-------     229  w
root     syslogd      712   19          570551 -rw-r-----      67  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          189461 -r-xr-xr-x  462720  r
root     devd         604    0              17 crw-rw-rw-    null rw
root     devd         604    1              17 crw-rw-rw-    null rw
root     devd         604    2              17 crw-rw-rw-    null rw
root     devd         604    3               4 crw-------  devctl  r
root     devd         604    4* local stream fffffe0006b71c30
root     devd         604    5          576419 -rw-------       3  w
_dhcp    dhclient     451 root          568329 dr-xr-xr-x     512  r
_dhcp    dhclient     451   wd          568329 dr-xr-xr-x     512  r
_dhcp    dhclient     451 jail          568329 dr-xr-xr-x     512  r
_dhcp    dhclient     451 text          189457 -r-xr-xr-x   92152  r
_dhcp    dhclient     451    0              17 crw-rw-rw-    null rw
_dhcp    dhclient     451    1              17 crw-rw-rw-    null rw
_dhcp    dhclient     451    2              17 crw-rw-rw-    null rw
_dhcp    dhclient     451    3          570599 -rw-------       3  w
_dhcp    dhclient     451    5* route raw 0 fffffe0006db87f8
_dhcp    dhclient     451    6* pipe fffffe00067cb430 <-> fffffe00067cb2d8      0 rw
_dhcp    dhclient     451    7          570539 ----------     826  w
_dhcp    dhclient     451    8               9 crw-------     bpf rw
_dhcp    dhclient     451    9* internet raw ip fffffe0006deb310
root     dhclient     448 root               2 drwxr-xr-x    1024  r
root     dhclient     448   wd               2 drwxr-xr-x    1024  r
root     dhclient     448 text          189457 -r-xr-xr-x   92152  r
root     dhclient     448    0              17 crw-rw-rw-    null rw
root     dhclient     448    1              17 crw-rw-rw-    null rw
root     dhclient     448    2              17 crw-rw-rw-    null rw
root     dhclient     448    3          570599 -rw-------       3  w
root     dhclient     448    5* pipe fffffe00067cb2d8 <-> fffffe00067cb430      0 rw
_dhcp    dhclient     328 root          568329 dr-xr-xr-x     512  r
_dhcp    dhclient     328   wd          568329 dr-xr-xr-x     512  r
_dhcp    dhclient     328 jail          568329 dr-xr-xr-x     512  r
_dhcp    dhclient     328 text          189457 -r-xr-xr-x   92152  r
_dhcp    dhclient     328    0              17 crw-rw-rw-    null rw
_dhcp    dhclient     328    1              17 crw-rw-rw-    null rw
_dhcp    dhclient     328    2              17 crw-rw-rw-    null rw
_dhcp    dhclient     328    3          576098 -rw-------       3  w
_dhcp    dhclient     328    5* route raw 0 fffffe0006b70000
_dhcp    dhclient     328    6* pipe fffffe0006a9c430 <-> fffffe0006a9c2d8      0 rw
_dhcp    dhclient     328    7          570536 ----------     596  w
_dhcp    dhclient     328    8               9 crw-------     bpf rw
_dhcp    dhclient     328    9* internet raw ip fffffe0006bb0000
root     dhclient     325 root               2 drwxr-xr-x    1024  r
root     dhclient     325   wd               2 drwxr-xr-x    1024  r
root     dhclient     325 text          189457 -r-xr-xr-x   92152  r
root     dhclient     325    0              17 crw-rw-rw-    null rw
root     dhclient     325    1              17 crw-rw-rw-    null rw
root     dhclient     325    2              17 crw-rw-rw-    null rw
root     dhclient     325    3          576098 -rw-------       3  w
root     dhclient     325    5* pipe fffffe0006a9c2d8 <-> fffffe0006a9c430      0 rw
root     adjkerntz    123 root               2 drwxr-xr-x    1024  r
root     adjkerntz    123   wd               2 drwxr-xr-x    1024  r
root     adjkerntz    123 text          189445 -r-xr-xr-x    8896  r
root     adjkerntz    123    0              17 crw-rw-rw-    null rw
root     adjkerntz    123    1              17 crw-rw-rw-    null rw
root     adjkerntz    123    2              17 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          189443 -r-xr-xr-x  785184  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 #0: Mon Mar 19 09:47:00 CET 2012
    root@freebsd-re-9:/usr/obj/usr/src/sys/VNET_NO_WLAN amd64
WARNING: WITNESS option enabled, expect reduced performance.
CPU: Intel(R) Xeon(R) CPU           W3565  @ 3.20GHz (3211.89-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x106a5  Family = 6  Model = 1a  Stepping = 5
  Features=0x1783fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x201<SSE3,SSSE3>
  AMD Features=0x20100800<SYSCALL,NX,LM>
  AMD Features2=0x1<LAHF>
real memory  = 3221159936 (3071 MB)
avail memory = 3081560064 (2938 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <VBOX   VBOXAPIC>
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 8 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
 cpu4 (AP): APIC ID:  4
 cpu5 (AP): APIC ID:  5
 cpu6 (AP): APIC ID:  6
 cpu7 (AP): APIC ID:  7
WARNING: VIMAGE (virtualized network stack) is a highly experimental feature.
ioapic0: Changing APIC ID to 8
ioapic0 <Version 1.1> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <VBOX VBOXXSDT> on motherboard
acpi0: Power Button (fixed)
acpi0: Sleep Button (fixed)
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
cpu4: <ACPI CPU> on acpi0
cpu5: <ACPI CPU> on acpi0
cpu6: <ACPI CPU> on acpi0
cpu7: <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-0xe0ffffff 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:80:3a:bd
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:40:bd:05
ehci0: <Intel 82801FB (ICH6) USB 2.0 controller> mem 0xf0840000-0xf0840fff irq 19 at device 11.0 on pci0
usbus1: EHCI version 1.0
usbus1 on ehci0
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
qpi0: <QPI system bus> on motherboard
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc8fff,0xe2000-0xe2fff 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
ctl: CAM Target Layer loaded
Timecounters tick every 10.000 msec
pcm0: measured ac97 link rate at 31887 Hz
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 480Mbps High Speed USB v2.0
ugen0.1: <Apple> at usbus0
uhub0: <Apple OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
uhub0: 8 ports with 8 removable, self powered
uhub1: 8 ports with 8 removable, self powered
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
ada1 at ata0 bus 0 scbus0 target 1 lun 0
ada1: <VBOX HARDDISK 1.0> ATA-6 device
ada1: 33.300MB/s transfers (UDMA2, PIO 65536bytes)
ada1: 65536MB (134217728 512 byte sectors: 16H 63S/T 16383C)
ada1: Previously was known as ad1
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
SMP: AP CPU #6 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #5 Launched!
SMP: AP CPU #4 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #3 Launched!
SMP: AP CPU #7 Launched!
WARNING: WITNESS option enabled, expect reduced performance.
Trying to mount root from ufs:/dev/ada0p2 [rw]...
WARNING: / was not properly dismounted
WARNING: /: mount pending error: blocks 32 files 3
Setting hostuuid: 8d0f1f14-60c0-4d7b-9c16-22804d0f51ce.
Setting hostid: 0xa9a79b1d.
Entropy harvesting: interrupts ethernet point_to_point kickstart.
Starting file system checks:
** SU+J Recovering /dev/ada0p2
** Reading 33554432 byte journal from inode 4.
** Building recovery table.
** Resolving unreferenced inode list.
** Processing journal entries.
** 123 journal records in 7168 bytes for 54.91% utilization
** Freed 45 inodes (4 dirs) 0 blocks, and 40 frags.

***** FILE SYSTEM MARKED CLEAN *****
Mounting local file systems:
WARNING: /usr/target_root was not properly dismounted
.
lock order reversal:
 1st 0xfffffe00066739d0 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2167
 2nd 0xffffff80b979a8b8 bufwait (bufwait) @ /usr/src/sys/ufs/ffs/ffs_vnops.c:262
 3rd 0xfffffe0006766270 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2167
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_checkorder() at witness_checkorder+0x853
__lockmgr_args() at __lockmgr_args+0xdc6
ffs_lock() at ffs_lock+0x8c
VOP_LOCK1_APV() at VOP_LOCK1_APV+0x9b
_vn_lock() at _vn_lock+0x47
vget() at vget+0x7b
vfs_hash_get() at vfs_hash_get+0xd5
ffs_vgetf() at ffs_vgetf+0x48
softdep_sync_buf() at softdep_sync_buf+0x547
ffs_syncvnode() at ffs_syncvnode+0x2c3
ffs_truncate() at ffs_truncate+0x4d2
ufs_direnter() at ufs_direnter+0x75c
ufs_makeinode() at ufs_makeinode+0x28f
VOP_CREATE_APV() at VOP_CREATE_APV+0x8d
vn_open_cred() at vn_open_cred+0x46a
kern_openat() at kern_openat+0x1f9
amd64_syscall() at amd64_syscall+0x42b
Xfast_syscall() at Xfast_syscall+0xf7
--- syscall (5, FreeBSD ELF64, sys_open), rip = 0x800de18dc, rsp = 0x7fffffffc548, rbp = 0x1 ---
Setting hostname: freebsd-re-9.
Starting dhclient.
Starting dhclient.
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 0x5 
	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:80:3a:bd
	inet 192.168.56.101 netmask 0xffffff00 broadcast 192.168.56.255 
	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:40:bd:05
	inet 192.168.1.184 netmask 0xffffff00 broadcast 192.168.1.255 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (1000baseT <full-duplex>)
	status: active
Starting devd.
dhclient already running? (pid=328).
dhclient already running? (pid=451).
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:
CURVNET_SET() recursion in soreceive() line 2307, prev in ether_input_internal()
    0xfffffe0002605c40 -> 0xfffffe0002605c40
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2a
kdb_backtrace() at kdb_backtrace+0x37
soreceive() at soreceive+0xbd
clnt_vc_soupcall() at clnt_vc_soupcall+0xa2
sowakeup() at sowakeup+0x94
tcp_do_segment() at tcp_do_segment+0x3194
tcp_input() at tcp_input+0xdca
ip_input() at ip_input+0xd5
netisr_dispatch_src() at netisr_dispatch_src+0x152
ether_demux() at ether_demux+0x18d
ether_nh_input() at ether_nh_input+0x2a9
netisr_dispatch_src() at netisr_dispatch_src+0x152
lem_handle_rxtx() at lem_handle_rxtx+0x248
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 = 0xffffff8000342cf0, rbp = 0 ---
.
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
Setting date via ntp.
19 Mar 16:14:07 ntpdate[730]: step time server 192.168.132.160 offset -0.841229 sec
Starting rpcbind.
NFS access cache time=60
Clearing /tmp (X related).
Starting mountd.
CURVNET_SET() recursion in unp_connect() line 1322, prev in soconnect()
    0xfffffe0002605c40 -> 0xfffffe0002605c40
KDB: stack backtrace:
db_trace_self_wrapper() at 
NFSv4 is disabled
db_trace_self_wrapper+0x2a
Starting nfsd.
kdb_backtrace() at kdb_backtrace+0x37
unp_connect() at unp_connect+0x7
Starting statd.
6a
uipc_connect() at uipc_connect+0x4e
soconnect() at soconnect+0x179
kern_connect() at kern_connect+0x12e
sys_connect() at sys_connect+0x41
amd64_syscall() at amd64_syscall+0x42b
Xfast_syscall() at Xfast_syscall+0xf7
--- syscall (98, FreeBSD ELF64, sys_connect), rip = 0x800b51a8c, rsp = 0x7fffffffd888, rbp = 0x2b57 ---
Starting lockd.
CURVNET_SET() recursion in soreceive() line 2307, prev in netisr_process_workstream_proto()
    0xfffffe0002605c40 -> 0xfffffe0002605c40
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2a
kdb_backtrace() at kdb_backtrace+0x37
soreceive() at soreceive+0xbd
clnt_dg_soupcall() at clnt_dg_soupcall+0x86
sowakeup() at sowakeup+0x94
udp6_append() at udp6_append+0x162
udp6_input() at udp6_input+0x688
ip6_input() at ip6_input+0xa61
swi_net() at swi_net+0x235
intr_event_execute_handlers() at intr_event_execute_handlers+0x66
ithread_loop() at ithread_loop+0xb2
fork_exit() at fork_exit+0x135
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8000271cf0, rbp = 0 ---
CURVNET_SET() recursion in soreceive() line 2307, prev in sosend()
    0xfffffe0002605c40 -> 0xfffffe0002605c40
Updating motd:
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2a
kdb_backtrace() at kdb_backtrace+0x37
soreceive() at soreceive+0xbd
clnt_vc_soupcall() at clnt_vc_soupcall+0xa2
sowakeup() at sowakeup+0x94
uipc_send() at uipc_sen
.
d+0x977
sosend_generic() at sosend_generic+0x36c
sosend() at sosend+0xe8
soo_write() at soo_write+0x5d
dofilewrite() at dofilewrite+0x85
kern_writev() at kern_writev+0x6c
sys_write() at sys_write+0x64
amd64_syscall() at amd64_syscall+0x42b
Xfast_syscall() at Xfast_syscall+0xf7
--- syscall (4, FreeBSD ELF64, sys_write), rip = 0x800d7937c, rsp = 0x7fffffffb308, rbp = 0x801111800 ---
Starting ntpd.
Configuring syscons: keymap blanktime.
Starting sshd.
Starting cron.
Starting inetd.
Starting background file system checks in 60 seconds.

Mon Mar 19 16:14:07 CET 2012
Mar 19 16:14:10 freebsd-re-9 login: ROOT LOGIN (root) ON ttyv0
lock order reversal:
 1st 0xffffffff810904a0 allprison (allprison) @ /usr/src/sys/kern/kern_jail.c:970
 2nd 0xffffffff812814c0 vnet_sysinit_sxlock (vnet_sysinit_sxlock) @ /usr/src/sys/net/vnet.c:615
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_checkorder() at witness_checkorder+0x853
_sx_slock() at _sx_slock+0x63
vnet_sysinit() at vnet_sysinit+0x23
vnet_alloc() at vnet_alloc+0x10e
kern_jail_set() at kern_jail_set+0x30d0
sys_jail_set() at sys_jail_set+0x62
amd64_syscall() at amd64_syscall+0x42b
Xfast_syscall() at Xfast_syscall+0xf7
--- syscall (507, FreeBSD ELF64, sys_jail_set), rip = 0x800ab3e9c, rsp = 0x7fffffffc988, rbp = 0x7fffffffcb00 ---


Fatal trap 9: general protection fault while in kernel mode
cpuid = 2; apic id = 02
instruction pointer	= 0x20:0xffffffff80888f0f
stack pointer	        = 0x28:0xffffff8000271ac0
hhook_vnet_uninit: hhook_head type=1, id=1 cleanup required
frame pointer	        = 0x28:0xffffff8000271b50
hhook_vnet_uninit: hhook_head type=1, id=0 cleanup required
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 12 (swi1: netisr 0)

------------------------------------------------------------------------
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	VNET_DEBUG
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	UNIONFS
options	UFS_GJOURNAL
options	UFS_DIRHASH
options	UFS_ACL
options	SOFTUPDATES
options	FFS
options	SCTP
options	INET6
options	INET
options	PREEMPTION
options	SCHED_ULE
options	NEW_PCIB
options	GEOM_PART_MBR
options	GEOM_PART_EBR_COMPAT
options	GEOM_PART_EBR
options	GEOM_PART_BSD
device	isa
device	mem
device	io
device	uart_ns8250
device	cpufreq
device	acpi
device	pci
device	fdc
device	ahci
device	ata
device	mvs
device	siis
device	ahc
device	ahd
device	esp
device	hptiop
device	isp
device	mpt
device	mps
device	sym
device	trm
device	adv
device	adw
device	aic
device	bt
device	isci
device	scbus
device	ch
device	da
device	sa
device	cd
device	pass
device	ses
device	ctl
device	amr
device	arcmsr
device	ciss
device	dpt
device	hptmv
device	hptrr
device	iir
device	ips
device	mly
device	twa
device	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 buffer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BsBSoKh931newV4pVH-dOe%2BavoUgHh0Y0wDthbsoMPoApVpXw>