From owner-freebsd-virtualization@FreeBSD.ORG Fri Dec 26 14:26:02 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A1726C6 for ; Fri, 26 Dec 2014 14:26:02 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E66FB2427 for ; Fri, 26 Dec 2014 14:26:01 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id hy10so3958652vcb.14 for ; Fri, 26 Dec 2014 06:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0L0dj4TCCLe/m7FSsv3nk6bwkVe5audzaX1MPDqNLWs=; b=jpBJI5JzeF5oXtAT7IM+MEVJffUYnuI2WGVanrI2DxhLznXP8J5dgou42t6QOzY74o derHsnN9MhwqQsRopZkCDr2zxWO4/V2Z03JhwE2Gnl3RV9Lnwv68zPRJNZb5GIaVLVz1 g0YYn5YdCCAmT2kKON+4Os3n8R0LqHwgQ91Ut0QX/MLp0NLDcy6vT+IHgErREqzdpNvq AhGaJ7QPE0GSHXIqxLjCVAt6ZcFBcUnRvH8eMGXow2vCmBZx9aVPrqzgolPHEAqxtXRn 3QYPc2WUfJC/h5DZzexGOueVrfeNUnHXQxldIv2glo7bd3E3W5/PQx4XtM2PYgsifTAD lFdQ== MIME-Version: 1.0 X-Received: by 10.220.103.136 with SMTP id k8mr20851305vco.14.1419603961013; Fri, 26 Dec 2014 06:26:01 -0800 (PST) Received: by 10.52.35.161 with HTTP; Fri, 26 Dec 2014 06:26:00 -0800 (PST) Date: Fri, 26 Dec 2014 09:26:00 -0500 Message-ID: Subject: FreeBSD bhyve VM Exiting From: Shawn Webb To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 26 Dec 2014 14:26:02 -0000 Hey All, I'm running a FreeBSD/amd64 11-current (r276204) guest VM in bhyve. It seems that running Poudriere in it causes the VM to exit. This is what bhyve outputs when the VM dies: reason VMX rip 0xffffffff80d68564 inst_length 5 status 0 exit_reason 2 qualification 0x0000000000000000 inst_type 0 inst_error 0 I have no idea what "reason VMX" means or what "exit_reason 2" means. Is there a way to decode that? What kinds of info/data do you guys need to debug this? Thanks, Shawn