From owner-freebsd-virtualization@FreeBSD.ORG Thu Oct 10 23:34:53 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 A0566944 for ; Thu, 10 Oct 2013 23:34:53 +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 631D5276A for ; Thu, 10 Oct 2013 23:34:53 +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 6D59C124EE for ; Fri, 11 Oct 2013 09:34:52 +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 BPD29986 (AUTH peterg@ptree32.com.au); Fri, 11 Oct 2013 09:34:51 +1000 Message-ID: <5257399A.7020002@freebsd.org> Date: Thu, 10 Oct 2013 16:34:50 -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: freebsd-virtualization@freebsd.org Subject: Re: Bhyve "Exit Console" keyboard shortcut? References: <525738C1.7040401@gmail.com> In-Reply-To: <525738C1.7040401@gmail.com> 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: Thu, 10 Oct 2013 23:34:53 -0000 > Hi, I've been testing with bhyve but so far found no away to get out of > the console without shutting down the guest! > > Am I missing something is this really not possible? It takes over stdin/stdout with no way of escaping. One way to get around this is to start bhyve under tmux/screen. > Also is there any way to list running guests? ls /dev/vmm/* later, Peter.