From owner-freebsd-virtualization@FreeBSD.ORG Tue Dec 3 02:32:38 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 C4ECEEE for ; Tue, 3 Dec 2013 02:32:38 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 8541B1E00 for ; Tue, 3 Dec 2013 02:32:37 +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 54CAC12410; Tue, 3 Dec 2013 12:32:35 +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 BQM79314 (AUTH peterg@ptree32.com.au); Tue, 3 Dec 2013 12:32:34 +1000 Message-ID: <529D42C0.6020006@freebsd.org> Date: Mon, 02 Dec 2013 18:32:32 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Marc Fournier Subject: Re: Upcoming FreeBSD 10.x + bhyve ... References: <56DEE328-7C96-4AC9-BF87-2C41D4C7949F@hub.org> <529D210C.9020801@freebsd.org> <70B115D9-436C-45EC-8F2E-CEBB2A48A9A5@hub.org> In-Reply-To: <70B115D9-436C-45EC-8F2E-CEBB2A48A9A5@hub.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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: Tue, 03 Dec 2013 02:32:38 -0000 Hi Marc, >> It is. The easiest is using the recent change (r258668) which >> allows bhyveload and bhyve to direct output to a tty instead of >> just stdio. > > ‘k, that would work … so *if* I’m reading the docs right, the intiial > build of the file system / install of guest OS, happens on an > interactive remote ssh session, then I’d shutdown and restart it > redirecting output … ? That will work, as will Michael Gmelin's tmux method mentioned in an earlier email. later, Peter.