From owner-freebsd-virtualization@freebsd.org Fri Jan 12 10:39:39 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84810EA48F0 for ; Fri, 12 Jan 2018 10:39:39 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (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 22FA482713; Fri, 12 Jan 2018 10:39:38 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id w0CAdZgH064552; Fri, 12 Jan 2018 11:39:35 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 5899BB4E; Fri, 12 Jan 2018 11:39:35 +0100 (CET) Message-ID: <5A589067.50903@omnilan.de> Date: Fri, 12 Jan 2018 11:39:35 +0100 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: araujo@freebsd.org CC: "freebsd-virtualization@freebsd.org" Subject: Re: Question about bhyve References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Greylist: ACL 129 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Fri, 12 Jan 2018 11:39:35 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; Sender-helo: mh0.gentlemail.de; ) 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: Fri, 12 Jan 2018 10:39:39 -0000 Bezüglich Marcelo Araujo's Nachricht vom 12.01.2018 03:20 (localtime): > Hi, > > You can give a try using devel/libhyve-remote, it is a VNC server based on > libvncserver, clipboard works there. Can someone please give a on-line explanation how this port is to be used – not for end users as far as I understand the description. The sentence above confuses me even more, because of the "libvncserver"! I haven't found time to look into it, but always wondered if it replaces bhyve-vnc-_server_ (so one needs to re-compile bhyve(8) from base after installing that port) or if it is a VNC client, lending X naming convensions where the client - which is really the server - is correctly named "server". AFAIK VNC is different, it's just a X11 client – correct me if I'm wrong. But since you suggest this as a solution to a end-user-task problem, a developer library isn't probably what it is!?! Thanks, -harry