From owner-freebsd-questions@FreeBSD.ORG Thu Feb 11 06:18:33 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B66B3106566B; Thu, 11 Feb 2010 06:18:33 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 9FFC58FC08; Thu, 11 Feb 2010 06:18:33 +0000 (UTC) Received: from eagle.syrec.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id o1B6IM54019448; Wed, 10 Feb 2010 22:18:23 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <4B73A12E.2050906@rawbw.com> Date: Wed, 10 Feb 2010 22:18:22 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20100206) MIME-Version: 1.0 To: Bernhard Froehlich References: <4B71B476.5020909@rawbw.com> <4B71C309.6000103@bah.homeip.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: vbox@freebsd.org, freebsd-questions@freebsd.org, Bernt Hansson Subject: Re: VirtualBox is broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 06:18:33 -0000 Bernhard Froehlich wrote: > Have a look at /var/log/messages and see what gets logged there when > trying to load the module. Probably your Kernel sources and the vbox > module are out of date or you hit a bug. > This is the only line that gets printed into the log on module load: Feb 9 13:24:35 myhost kernel: vboxdrv: fAsync=0 offMin=0x1f64 offMax=0x2688 Not a chance of kernel sources being outdated or out of sync with vbox. Kernel userland were just rebuilt from the recent sources. And vbox still crashes the system. Do you actually have the latest vbox working with the latest 8.0-STABLE kernel? > Please read http://wiki.freebsd.org/VirtualBox on how to correctly > load the module because you risk a freeze when loading it with > kldload when running. > I am pretty much doing the same as in this wiki-page. Yuri