From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 29 19:56:10 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CCE1CBB for ; Sun, 29 Jun 2014 19:56:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 646A824BD for ; Sun, 29 Jun 2014 19:56:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5TJuAok023728 for ; Sun, 29 Jun 2014 20:56:10 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 191468] options VIMAGE - kernel panic, crashes during system boot Date: Sun, 29 Jun 2014 19:56:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dreamcat4@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 19:56:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191468 --- Comment #2 from dreamcat4@gmail.com --- This crash occurred on: Freebsd 9.2 p9 svn revision r268004 Kernel config include GENERIC ident NAS4FREE-x64 ##################################################################### # NAS4FREE ##################################################################### device speaker # for ZFS tuning options VM_KMEM_SIZE_SCALE=2 # Networking #options DEVICE_POLLING #options HZ=1000 options VIMAGE # Vnet jails device epair # Vnet jails # GEOM classes options GEOM_ELI # Disk encryption. options GEOM_UZIP # Read-only compressed disks device lagg # Link aggregation interface. #device vlan # 802.1Q VLAN support device if_bridge # Bridge interface. # ATA/SCSI peripherals device ctl # CAM Target Layer # 10GbE adapters device cxgb # Chelsio T3 10 Gigabit Ethernet device cxgb_t3fw # Chelsio T3 10 Gigabit Ethernet firmware device cxgbe # Chelsio T4 10GbE PCIe adapter device ixgb # Intel Pro/10Gbe PCI-X Ethernet device mxge # Myricom Myri-10G 10GbE NIC device nxge # Neterion Xframe 10GbE Server/Storage Adapter device qlxgb # QLogic 3200 and 8200 10GbE/CNA Adapter device vxge # Exar/Neterion XFrame 3100 10GbE device oce # Emulex 10Gbe Ethernet device sfxge # Solarflare 10Gb Ethernet Adapters # InfiniBand support options OFED # InfiniBand support options SDP # SDP protocol options IPOIB # IPoIB options IPOIB_CM # IPoIB connected mode # InfiniBand Adapters device mlx4ib device mlxen device mthca # Hardware crypto acceleration device crypto # core crypto support device cryptodev # /dev/crypto for access to h/w # Temperature sensors: # # coretemp: on-die sensor on Intel Core and newer CPUs # device coretemp # amdtemp: on-die digital thermal sensor for AMD K8, K10 and K11 device amdtemp # cpuctl: cpuctl pseudo device device cpuctl # IP firewall options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=5 options IPFIREWALL_DEFAULT_TO_ACCEPT # Disk quotas are supported when this option is enabled. #options QUOTA #enable disk quotas # use module #nooption NFSCLIENT # Network File System client #nooption NFSSERVER # Network File System server #nooption NFSLOCKD # Network Lock Manager #nooption NFS_ROOT # NFS usable as /, requires NFSCL #nooption NFSCL # New Network Filesystem Client #nooption NFSD # New Network Filesystem Server #nodevice xhci # XHCI PCI->USB interface (USB 3.0) -- You are receiving this mail because: You are the assignee for the bug.