From owner-freebsd-virtualization@FreeBSD.ORG Wed Aug 27 15:53:22 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 046D7E7D; Wed, 27 Aug 2014 15:53:22 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF71C356E; Wed, 27 Aug 2014 15:53:21 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id 4657C1B2DE1; Wed, 27 Aug 2014 11:53:21 -0400 (EDT) Received: from [127.0.0.1] (vnat004.nandomedia.com [166.108.31.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 963F31B2DDF; Wed, 27 Aug 2014 11:53:20 -0400 (EDT) Message-ID: <53FDFEEF.1060302@mail.lifanov.com> Date: Wed, 27 Aug 2014 11:53:19 -0400 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: lost ability to run FreeBSD on bhyve on CURRENT References: <53FDDFC3.1070206@mail.lifanov.com> In-Reply-To: <53FDDFC3.1070206@mail.lifanov.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 27 Aug 2014 15:53:22 -0000 On 08/27/14 09:40, Nikolai Lifanov wrote: > On 08/27/14 08:00, freebsd-virtualization-request@freebsd.org wrote: >> Hi Nikolai, >>>> Can someone look at Bugzilla 192470 please? >>>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192470 >> We've not been able to repro this on E3-1220 v3, E5-2650, or E5-2609 >> v2 systems :( >> >> Do you have any xsave-related tunables set in loader.conf ? >> >> Do CURRENT guests work ? If so, would you be able to send a dmesg from >> one ? >> >> later, >> >> Peter. > > Hello. > > I don't have anything exotic in my loader.conf: > vmm_load="YES" > nmdm_load="YES" > pptdevs="10/0/0" > zfs_load="YES" > vfs.root.mountfrom="zfs:tank/ROOT/270660" > > Disabling ppt doesn't help either. CURRENT panics and drops me in ddb > when booting. I attached "sysctl hw.vmm" and the panic message when > trying to boot CURRENT to the bug. > Interestingly, boot works 1/many times. By repeatedly trying to boot it over and over again, I was able to get it to boot twice total. Once FreeBSD is able to boot, it works as expected. I'm about to attach the dmesg from this to Bugzilla. - Nikolai Lifanov