From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 19 16:34:33 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C96A912; Sun, 19 Jan 2014 16:34:33 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id E1760195C; Sun, 19 Jan 2014 16:34:32 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id C2D5912217; Mon, 20 Jan 2014 02:34:30 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-174-51-225-141.hsd1.co.comcast.net [174.51.225.141]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BRG13720 (AUTH peterg@ptree32.com.au); Mon, 20 Jan 2014 02:34:29 +1000 Message-ID: <52DBFE98.50507@freebsd.org> Date: Sun, 19 Jan 2014 09:34:32 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Sergey Matveychuk Subject: Re: panic: AP #1 (PHY# 1) failed! References: <52DBBE89.6020609@FreeBSD.org> In-Reply-To: <52DBBE89.6020609@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 19 Jan 2014 16:34:33 -0000 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. later, Peter.