From owner-freebsd-virtualization@FreeBSD.ORG Wed Sep 11 23:46:52 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 ESMTP id 7180EA0C for ; Wed, 11 Sep 2013 23:46:52 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x234.google.com (mail-pb0-x234.google.com [IPv6:2607:f8b0:400e:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D15B2102 for ; Wed, 11 Sep 2013 23:46:52 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id wz12so9700002pbc.39 for ; Wed, 11 Sep 2013 16:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SvlcuJv7mXNy6YxoZOF7KzgPtMjBbac0USpi8Vkm3Xs=; b=ZSrdKTxlNXp8skWlrmNaJ+EUV1QMLVpUkjpAbioS4buOASKsYnSifhAoXtmtoco04P lFusXEj7xWhevoi2sARgkMOp8wRQoaUOEet4llAOAp7Q3Ndpa7xS+VWYLIc9X/IhLJWq w/N1M9tSbDClc+NCArgNSelwulEFof0gKjKXo8BWz6mYAuMya0iycNM9612z+mT6wUGF coUu2CR2qpIkkXUCY7/Wydl2wBPmadJtNTU+sYi1xHM6QNI93xPnYNhCuYxKBARWCgv2 VF452uNRkDFOn/fHrTl0fGd8YeowOIwhFBPNPrOXXW0NiB1k5Prqq+2wfd4o1kopcWpC MMtg== MIME-Version: 1.0 X-Received: by 10.66.249.134 with SMTP id yu6mr6441377pac.37.1378943212023; Wed, 11 Sep 2013 16:46:52 -0700 (PDT) Received: by 10.68.203.193 with HTTP; Wed, 11 Sep 2013 16:46:51 -0700 (PDT) In-Reply-To: References: Date: Wed, 11 Sep 2013 19:46:51 -0400 Message-ID: Subject: Re: tty's in bhyve From: Aryeh Friedman To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 11 Sep 2013 23:46:52 -0000 oops forgot to mention petitecloud will do this automatically as a part of the guest install procedure On Wed, Sep 11, 2013 at 7:37 PM, Aryeh Friedman wrote: > ---- START ORIGINAL MESSAGE -- > > -ttyu2 "/usr/libexec/getty std.9600" dialup off secure > +ttyu2 "/usr/libexec/getty std.9600" vt100 on secure > > ------------- END OF ORG MESSAGE ------ > > > We (Me and Dee) plan to support this in 0.2 of emulators/petitecloud (we will be releasing 0.1 as soon a final tinderbox test passes) > > > >