From owner-freebsd-virtualization@FreeBSD.ORG Fri Oct 4 19:00:14 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 ESMTP id 092A32C0; Fri, 4 Oct 2013 19:00:14 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id BC9E62022; Fri, 4 Oct 2013 19:00:13 +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 5BCDC12302; Sat, 5 Oct 2013 05:00:12 +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 BPA43130 (AUTH peterg@ptree32.com.au); Sat, 5 Oct 2013 05:00:11 +1000 Message-ID: <524F1039.2020605@freebsd.org> Date: Fri, 04 Oct 2013 12:00:09 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Craig Rodrigues Subject: Re: Problems with missing ttyv devices in BHyve? References: <522B5010.1080105@freebsd.org> <524E546D.9000008@freebsd.org> In-Reply-To: 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.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, 04 Oct 2013 19:00:14 -0000 Hi Craig, > However, what I am trying to test is the early stage bootup of our > installation CD, > before FreeNAS is installed on the disk. When our CD boots up, it presents > a text-based dialog menu where the user can select certain items and > choose which > disk to install on. If I could access the console in BHyve at this > point via expect > to drive the install menu, that would be very useful. The only way to do that at the moment is to exec bhyve under expect/empty/etc. davide@ had a pyexpect script that did this to sanity-test the bsdinstall dialogs for a release. later, Peter.