From owner-freebsd-virtualization@freebsd.org Sun Feb 25 20:38:30 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 B30D6F26F6C for ; Sun, 25 Feb 2018 20:38:30 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4439C6F824 for ; Sun, 25 Feb 2018 20:38:30 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from [IPv6:2001:559:8000:c9:8cdd:d289:bd04:a689] (unknown [IPv6:2001:559:8000:c9:8cdd:d289:bd04:a689]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id A30067594B; Sun, 25 Feb 2018 20:38:21 +0000 (UTC) Message-ID: <5A931EBC.60205@redbarn.org> Date: Sun, 25 Feb 2018 12:38:20 -0800 From: Paul Vixie User-Agent: Postbox 5.0.22 (Windows/20171208) MIME-Version: 1.0 To: Tommi Pernila CC: "Rodney W. Grimes" , freebsd-virtualization@freebsd.org Subject: Re: bhyve manager References: <20180225131401.GA3138@v007.zyxst.net> <201802251656.w1PGu9gN006097@pdx.rh.CN85.dnsmgr.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 20:38:30 -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".) -- P Vixie