From owner-freebsd-virtualization@FreeBSD.ORG Fri Mar 7 06:24:29 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 49B9D3A7 for ; Fri, 7 Mar 2014 06:24:29 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC0CBA for ; Fri, 7 Mar 2014 06:24:28 +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 001FB1217C; Fri, 7 Mar 2014 16:24:26 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BSI66856 (AUTH peterg@ptree32.com.au); Fri, 7 Mar 2014 16:24:26 +1000 Message-ID: <53196617.4090706@freebsd.org> Date: Thu, 06 Mar 2014 22:24:23 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "Rudy (bulk)" Subject: Re: [SOLVED] Re: lazy bhyve doesn't boot until I conenct to console References: <5310346B.4000001@monkeybrains.net> <531035FD.4030704@freebsd.org> <53103E8E.80709@monkeybrains.net> In-Reply-To: <53103E8E.80709@monkeybrains.net> 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: Fri, 07 Mar 2014 06:24:29 -0000 >>> I'm seeing something odd... I am running this command: >>> >>> bhyve -c 4 -m 2048M -H -P -A -s 0:0,hostbridge -s 1:0,lpc -s >>> 2,virtio-net,tap1 -s 3,virtio-blk,/dev/zvol/data/vm1 -l com1,/dev/nmdm1A >>> vm1 >>> but I the VM is being lazy... >> >> A number of people have reported this, and looking at it, I think >> it's a bug in bhyve. Fixed in r262884 later, Peter.