From owner-freebsd-virtualization@FreeBSD.ORG Fri Mar 15 16:49:02 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 889C1928 for ; Fri, 15 Mar 2013 16:49:02 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 70AC4CF9 for ; Fri, 15 Mar 2013 16:49:02 +0000 (UTC) Received: from kruse-124.4.ixsystems.com (drawbridge.ixsystems.com [206.40.55.65]) by elvis.mu.org (Postfix) with ESMTPSA id 84C731A3C20 for ; Fri, 15 Mar 2013 09:48:52 -0700 (PDT) Message-ID: <514350E9.4020100@mu.org> Date: Fri, 15 Mar 2013 09:48:41 -0700 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: bhyve in -current 4/14/13 can no longer support FreeBSD stable install Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Mar 2013 16:49:02 -0000 Hey guys, I've been trying to get bhyve to install FreeBSD-stable for the past day on a -current machine: FreeBSD dan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r248291: Fri Mar 15 00:58:03 PDT 2013 root@dan:/usr/obj/usr/trees/head/sys/GENERIC amd64 The stable snapshot I'm using to install is from here: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/ISO-IMAGES/9.1/FreeBSD-9.1-STABLE-amd64-20130216-r246877-bootonly.iso What will happen is during the extract process the install will hang. No network IO happens and on the host I see bhyve's CPU hit 100% for each core assigned. For reference this is the bhyve command invoked via Neel's "vmrun.sh". 0 3915 3908 0 103 0 2122208 103428 - R+ 2 1048:45.75 /usr/sbin/bhyve -c 2 -m 2048 -M 0 -AI -H -P -g 0 -s 0:0,hostbridge -s 1:0,virtio-net,tap0 -s 2:0,virtio-blk,../freebsd-stable.img -s 3:0,virtio-blk,../FreeBSD-9.1-STABLE-amd64-20130216-r246877-bootonly.iso -S 31,uart,stdio freebsd-stable I tried to gdb the bhyve process but that was bad news. Is there a set of steps usually taken to help pinpoint what is going on when we this state? thank you, -Alfred