From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 18 17:27:51 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B94D3106567D for ; Fri, 18 Jun 2010 17:27:51 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2898FC19 for ; Fri, 18 Jun 2010 17:27:51 +0000 (UTC) Received: from mail.ixsystems.com (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id 23AF0A6643C for ; Fri, 18 Jun 2010 10:11:08 -0700 (PDT) Received: from mail.iXsystems.com ([127.0.0.1]) by mail.ixsystems.com (mail.ixsystems.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 03951-09 for ; Fri, 18 Jun 2010 10:11:08 -0700 (PDT) Received: from [192.168.0.55] (unknown [75.131.46.136]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 9984CA66429 for ; Fri, 18 Jun 2010 10:11:07 -0700 (PDT) Message-ID: <4C1BA8A9.5050504@pcbsd.org> Date: Fri, 18 Jun 2010 13:11:05 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100414 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: VirtualBox 3.2.4 Kernel Panic at Boot X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2010 17:27:51 -0000 Running VirtualBox 3.2.4 here on 8.1-Beta1 - amd64: FreeBSD pcbsd-5315 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #1: Tue Jun 1 22:41:58 UTC 2010 root@build8x64.pcbsd.org:/usr/obj/storage/builds/pcbsd-build81-x64/fbsd-source/8.1/sys/PCBSD amd64 Got the new VB 3.2.4 built, and installed. Works just fine when I first load and kldload the modules. However when I go to reboot, the vbox modules are causing a kernel panic almost immediately after ZFS inits: http://www.pcbsd.org/~kris/VBoxCrash3.2.4.jpg Disabling the vboxdrv / flt / adp modules causes it to boot normally again. The kernel is pretty much just GENERIC with some ALTQ / pf goodies: http://trac.pcbsd.org/browser/pcbsd/stable/system-overlay/usr/PCBSD/conf/PCBSD Note that 3.1.8 works just fine on this system... Here's the /boot/loader.conf: kern.ipc.shmseg=1024 kern.ipc.shmmni=1024 # Enable the splash screen vesa_load="YES" splash_pcx_load="YES" bitmap_load="YES" bitmap_name="/boot/loading-screen.pcx" # Load Wireless Support if_ipw_load="YES" if_iwi_load="YES" if_wpi_load="YES" if_iwn_load="YES" legal.intel_ipw.license_ack=1 legal.intel_iwi.license_ack=1 legal.intel_wpi.license_ack=1 legal.intel_iwn.license_ack=1 # Enable usb Webcam Support cuse4bsd_load="YES" pwc_load="YES" # Load mmc card-reader support mmc_load="YES" mmcsd_load="YES" # Load additional sata device support ahci_load="YES" siis_load="YES" sdhci_load="YES" # Load support for scd scd_load="YES" # Load sound-support sound_load="YES" snd_uaudio_load="YES" # Load geom support geom_journal_load="YES" geom_uzip_load="YES" geom_mirror_load="YES" geom_eli_load="YES" # Load File-System Support libiconv_load="YES" libmchain_load="YES" cd9660_iconv_load="YES" msdosfs_iconv_load="YES" ntfs_load="YES" ntfs_iconv_load="YES" udf_load="YES" udf_iconv_load="YES" zfs_load="YES" tmpfs_load="YES" sem_load="YES" vfs.root.mountfrom="zfs:tank0" nvidia_load="YES" Any ideas? -- Kris Moore PC-BSD Software iXsystems