From owner-freebsd-virtualization@FreeBSD.ORG Tue Jun 25 14:18:16 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 3503977 for ; Tue, 25 Jun 2013 14:18:16 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 144C61D9F for ; Tue, 25 Jun 2013 14:18:16 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id hz11so12713044pad.2 for ; Tue, 25 Jun 2013 07:18:15 -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 :cc:content-type; bh=Mg/GYnmALkP4Jfnw/jIG0O7p6cJThvmpIt/K7W7oZoU=; b=XWG08F45PvJoA8fJb9GilEZDGPyjZ2HuO3sTkGxpdEFzNrnC08BtuPyDDhH9+Qgkuv 2tZQ9syw79LDnb5AIKzIYPGv0uwNdWp3s/ZjhenP4rTk4B//Et1NRFSJy2JKFd3XAHZA JmvkR34iV0VIIwzhhDVPyDyjyODnjdRFVTw1iOR/N70wGM2NaF8mUwaFru7nHJQpe0Xp pVUzBi3aiHUpWr31RXZuG5VwpOAbMrLGA0NIr+oYXBVDQ9QAAsX5X03GzPJd/6cE9ay+ e7UOu64iOejIlDDbdPb3hcLJsUnlsnMn9zOt3FPspt4lESKfdDoAr9nQfxQ/WXHNOive R6Lg== MIME-Version: 1.0 X-Received: by 10.66.178.174 with SMTP id cz14mr12082pac.136.1372169895809; Tue, 25 Jun 2013 07:18:15 -0700 (PDT) Received: by 10.68.130.133 with HTTP; Tue, 25 Jun 2013 07:18:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 25 Jun 2013 10:18:15 -0400 Message-ID: Subject: Re: headerless guest under bhyve From: Aryeh Friedman To: Dan Mack Content-Type: text/plain; charset=ISO-8859-1 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: Tue, 25 Jun 2013 14:18:16 -0000 On Tue, Jun 25, 2013 at 10:16 AM, Dan Mack wrote: > On Mon, 24 Jun 2013, Aryeh Friedman wrote: > >> How do I make it so I do not need to allocate a xterm to being the >> console for a bhyve guest? (so far I have not been able to make it so >> I can break the connection to the console and the guest doesn't crash) > > > I have a screen session running and keep all the bhyves running in it ... > > # screen -S bhyve > # cd /vms/system1 > # ./vmrun.sh system1 > # > > I would prefer a serial console based scheme obviously where they could run > completely headless. Screen is nice because at least I have configurable > scrollback and such. Neel gave me a patch to try last night that fixed this