From owner-freebsd-virtualization@FreeBSD.ORG Wed Nov 13 22:24:46 2013 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 D54BBDF7 for ; Wed, 13 Nov 2013 22:24:46 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 99953252D for ; Wed, 13 Nov 2013 22:24:46 +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 CE24A122C1; Thu, 14 Nov 2013 08:24:38 +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 BQB08480 (AUTH peterg@ptree32.com.au); Thu, 14 Nov 2013 08:24:38 +1000 Message-ID: <5283FC24.9020404@freebsd.org> Date: Wed, 13 Nov 2013 14:24:36 -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: Aryeh Friedman , "freebsd-virtualization@freebsd.org" Subject: Re: bhyve and guest rebooting References: In-Reply-To: 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.16 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: Wed, 13 Nov 2013 22:24:46 -0000 Hi Aryeh, > A quick follow up... it seems if you halt(8) a gust bhyve never terminates > but if you call reboot(8) it does?!?!?!?!?!?!! That's how FreeBSD works and is expected: a halt will drop to the 'hit any key to reboot' prompt. later, Peter.