From owner-freebsd-virtualization@FreeBSD.ORG Fri Dec 13 10:43:28 2013 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 C9F56DEB; Fri, 13 Dec 2013 10:43:28 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8CF1AC8; Fri, 13 Dec 2013 10:43:27 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id en1so866233wid.3 for ; Fri, 13 Dec 2013 02:43:26 -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=qLuGjFjIbTBmrmCLhz1P/xOv4g9bl283RuDDVYt5XmA=; b=C8+rGrdNFCNPGwtS1JWocpDvpUBOYVVeWu/2G4SAhc3Y/2IHyjnGjkxpvL4XZuTVQ2 CWcAJ8bhRs2x9qolYzP76Y3Y+4sHMJSMObQOaVQv/HWzcoJ47vKH2yaHlCYM/YZlAr2+ 1umfMsTN8B1JUlKhqhKgHckaXZzznhZG8q9tITdqdXjiZz2l3gyzmSsMYrcK8iwKv5Xr 9Kgga8ePC+TGOaIXJU/kzea7tR4kSUBg/BFSe+mN3aX+RpSxp0Ni9GUGy8tXPsRnq4QK qI34DV+c+Khiljs7WYb4kn3MZZYaW+/yQvlB+ulyLloxCcAIef5IA2Wfj8/E4/psKavA r7JA== MIME-Version: 1.0 X-Received: by 10.194.237.99 with SMTP id vb3mr1700916wjc.28.1386931406475; Fri, 13 Dec 2013 02:43:26 -0800 (PST) Received: by 10.227.226.12 with HTTP; Fri, 13 Dec 2013 02:43:26 -0800 (PST) Date: Fri, 13 Dec 2013 12:43:26 +0200 Message-ID: Subject: From: Markiyan Kushnir To: freebsd-current@freebsd.org, freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Fri, 13 Dec 2013 10:43:29 -0000 I started some ports to compile inside a bhyve instance: root@vm:~ # uname -a FreeBSD vm.mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259250: Thu Dec 12 14:17:32 EET 2013 root@vm.mkushnir.zapto.org:/ usr/obj/usr/src.svnup/sys/MAREK amd64 and left it running unattended. Approx. 2 hours later the host went to panic. The bhyve instance survived after the panic and I could be able to complete my ports compilation. core.txt attached (gzipped)