From owner-freebsd-virtualization@freebsd.org Sun Feb 25 23:10:02 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1962CF314C2 for ; Sun, 25 Feb 2018 23:10:02 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 909FA759F7 for ; Sun, 25 Feb 2018 23:10:01 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w1PN9v2S007395; Sun, 25 Feb 2018 15:09:57 -0800 (PST) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w1PN9txx007394; Sun, 25 Feb 2018 15:09:55 -0800 (PST) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201802252309.w1PN9txx007394@pdx.rh.CN85.dnsmgr.net> Subject: Re: bhyve manager In-Reply-To: <5A931EBC.60205@redbarn.org> To: Paul Vixie Date: Sun, 25 Feb 2018 15:09:55 -0800 (PST) CC: Tommi Pernila , freebsd-virtualization@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 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, 25 Feb 2018 23:10:02 -0000 > > > Tommi Pernila wrote: > > Hi, > > > > been happy with sysutils/iohyve > > https://github.com/pr1ntf/iohyve/blob/master/README.md > > is there a way to integrate it with sysutils/rtty, so that there is a > console log, and so multiple people can attach to the same console? > > right now i do my bhyving with a small collection of shell scripts. but > i would switch to iohyve if possible. (i just can't use "libvirt".) I believe that sysutils/vm-bhyve supports tmux as a console option, that might get you close to what you want. -- Rod Grimes rgrimes@freebsd.org