From owner-freebsd-virtualization@FreeBSD.ORG Sat Apr 27 22:22:37 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CA60971A for ; Sat, 27 Apr 2013 22:22:37 +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 896F21D1A for ; Sat, 27 Apr 2013 22:22: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 EB20F11F76; Sun, 28 Apr 2013 08:22:29 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (c-71-196-188-222.hsd1.co.comcast.net [71.196.188.222]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BLS48429 (AUTH peterg@ptree32.com.au); Sun, 28 Apr 2013 08:22:27 +1000 Message-ID: <517C4F9C.9020200@freebsd.org> Date: Sat, 27 Apr 2013 16:22:20 -0600 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Dan Mack Subject: Re: bhyve console question References: <20130427154625.X29498@coco.macktronics.com> In-Reply-To: <20130427154625.X29498@coco.macktronics.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,SPF_SOFTFAIL X-Junkmail-Status: score=24/51, host=dommail.onthenet.com.au 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: Sat, 27 Apr 2013 22:22:37 -0000 Hi Dan, > For those of you tinkering with bhyve; quick question. I've noticed that > everything I type on the console ends up in /var/log/messages on the > guest. This includes all shell activity and login stuff. > > Is this expected behaviour ? What does your /etc/ttys/ look like ? I think if /dev/console is being used, then all traffic ends up in /var/log/messages. later, Peter.