From owner-freebsd-virtualization@FreeBSD.ORG Sun Apr 28 13:58:03 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8CA5F3F6; Sun, 28 Apr 2013 13:58:03 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from coco.macktronics.com (coco.macktronics.com [209.181.253.65]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9B41681; Sun, 28 Apr 2013 13:58:03 +0000 (UTC) Received: from coco.macktronics.com (coco.macktronics.com [209.181.253.65]) by coco.macktronics.com (Postfix) with ESMTP id 066854AC40; Sun, 28 Apr 2013 08:57:59 -0500 (CDT) Date: Sun, 28 Apr 2013 08:57:59 -0500 (CDT) From: Dan Mack To: Peter Grehan Subject: Re: bhyve console question In-Reply-To: <517C4F9C.9020200@freebsd.org> Message-ID: <20130428083458.S95875@coco.macktronics.com> References: <20130427154625.X29498@coco.macktronics.com> <517C4F9C.9020200@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: Sun, 28 Apr 2013 13:58:03 -0000 Yes, the current bhyve-manual has that as a step in the configuration (http://bhyve.org/bhyve-manual.txt) which I guess is the culprit. I guess I just didn't expect that side effect but admit to not spending much time thinking about it first :-) Dan On Sat, 27 Apr 2013, Peter Grehan wrote: > 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. >