From owner-freebsd-virtualization@FreeBSD.ORG Tue Mar 20 07:40:22 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23046106566B; Tue, 20 Mar 2012 07:40:22 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7B51F8FC14; Tue, 20 Mar 2012 07:40:21 +0000 (UTC) Received: by wern13 with SMTP id n13so8580944wer.13 for ; Tue, 20 Mar 2012 00:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:sender:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=wKzTH1j/yNQjHnhUQ5Sh5bXAUJbRWvK+o/FsPbgXKOk=; b=QFRKsjP80cIDaXIobId2lmBuvdO/EmV5qTzyX67cV//W0YvjMELmvMxLa6Ar4uLrhO SnG9cCxih1MFGkmZoLSliWDO6QJjc5JcCKhmTJyqxaVpJTEEQPh+Qy4CtYjkrjDg0SiS EetvyaLN3yvtbzxRTRhXJvv0isvrQ2rO0Sgq75u677jT4CyJoP663Ak9ZztX1URUz7x4 Rv5L6jBiDD/xJS5o7GNBcd4J07PnH1iIPihBhjxB0wLTp0gp3pwdVEfze5RuqB2HiEp2 jaU2ZcfiAVVSVZoKDVJPalgHMG6K8O7eZaDp7mcHjPTsjNFCAKsbrZ8npQuRQzk0VQ6b Gt5Q== Received: by 10.216.145.194 with SMTP id p44mr8589219wej.38.1332229220483; Tue, 20 Mar 2012 00:40:20 -0700 (PDT) Received: from localhost ([94.27.39.186]) by mx.google.com with ESMTPS id bx13sm18554786wib.10.2012.03.20.00.40.18 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Mar 2012 00:40:18 -0700 (PDT) From: Mikolaj Golub To: Petro Rossini Organization: TOA Ukraine References: <867gyg77h0.fsf@kopusha.home.net> Sender: Mikolaj Golub Date: Tue, 20 Mar 2012 09:40:12 +0200 In-Reply-To: (Petro Rossini's message of "Tue, 20 Mar 2012 09:24:46 +1100") Message-ID: <86aa3b90v7.fsf@in138.ua3> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org, freebsd-virtualization@freebsd.org Subject: Re: [patch] VirtualBox-4.0.14 + FreeBSD/CURRENT + VIMAGE: crash on vm shutdown X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 07:40:22 -0000 On Tue, 20 Mar 2012 09:24:46 +1100 Petro Rossini wrote: PR> On Tue, Mar 20, 2012 at 5:48 AM, Mikolaj Golub wrote: >> Hi, >> >> Here is a patch that fixes the issue I have been observing recently: running >> on VIMAGE enabled kernel VirtualBox causes the kernel crash when vm is powered >> off: >> .. PR> Hi Mikolaj and others, PR> is it considered "safe" to run VIMAGE+VirtualBox on -STABLE? I have been running it on my laptop with CURRENT for more than a year and it worked for me until recently and works now again with this patch. PR> I have one VirtualBox in my otherwise jail based infrastructure (to PR> run a Zimbra mail server under Ubuntu), and would like to move this PR> machine and the "standby" forward from FreeBSD-8 to -9, as well as PR> start to use VIMAGE here as I do on the other boxes. PR> Regards PR> Peter -- Mikolaj Golub