From owner-freebsd-virtualization@FreeBSD.ORG Mon Jan 20 01:08: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 ABD56A9A; Mon, 20 Jan 2014 01:08:22 +0000 (UTC) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 658AA1DF0; Mon, 20 Jan 2014 01:08:22 +0000 (UTC) Received: from broadband-178-140-93-168.nationalcablenetworks.ru ([178.140.93.168] helo=[172.16.100.50]) by sunner.semmy.ru with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1W53Lg-000CF8-92; Mon, 20 Jan 2014 05:08:20 +0400 Message-ID: <52DC7718.8000409@FreeBSD.org> Date: Mon, 20 Jan 2014 05:08:40 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Peter Grehan Subject: Re: panic: AP #1 (PHY# 1) failed! References: <52DBBE89.6020609@FreeBSD.org> <52DBFE98.50507@freebsd.org> In-Reply-To: <52DBFE98.50507@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 20 Jan 2014 01:08:22 -0000 19.01.2014 20:34, Peter Grehan пишет: > Hi Sergey, > >> Now I can say it happens not every time but one time on two or three >> good boots. > > Are you destroying the VM after the bhyve process exits and before > each load ? i.e. > > bhyvectl --destroy --vm= > > If not: that's required. If so, then could be a bug and yes we may > need more info. Thank you. I added this command in my startup script. Will watch a result.