From owner-freebsd-virtualization@freebsd.org Fri Feb 17 17:10:58 2017 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 14A13CE3C1A for ; Fri, 17 Feb 2017 17:10:58 +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 A7629120B for ; Fri, 17 Feb 2017 17:10:57 +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 v1HHAsKG040633; Fri, 17 Feb 2017 18:10:54 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 3ED11DD3; Fri, 17 Feb 2017 18:10:54 +0100 (CET) Message-ID: <58A72E9D.3050500@omnilan.de> Date: Fri, 17 Feb 2017 18:10:53 +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: "C. L. Martinez" CC: freebsd-virtualization@freebsd.org Subject: Re: Providing serial consoles to multiple bhyve guests References: <20170217085038.55yztxw5a233byzu@scotland.uxdom.org> <58A6EE64.6080201@whaev.de> <20170217142940.d3erp3uhljtlld43@scotland.uxdom.org> In-Reply-To: <20170217142940.d3erp3uhljtlld43@scotland.uxdom.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: ACL 119 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Fri, 17 Feb 2017 18:10:54 +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.23 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, 17 Feb 2017 17:10:58 -0000 Bezüglich C. L. Martinez's Nachricht vom 17.02.2017 15:29 (localtime): > On Fri, Feb 17, 2017 at 01:36:52PM +0100, Harald Schmalzbauer wrote: >> Bezüglich C. L. Martinez's Nachricht vom 17.02.2017 09:50 (localtime): … >>> I have tried to add vnc channel, but it doesn't works ..:( >> I haven't had VNC problems besides keymapping. It's done twice and I >> haven't found a way or a client to disable keymapping locally on a >> session basis. >> Have you used the "wait" option for fbuf? Did the vm start to run after >> VNC connection attempt? >> > Yes, but I don't see anything in vncviewer console. Can be a problem with graphics controller on my laptop (my laptop is the bhyve host)? Just to be sure: There was a UEFI loader in use? fbuf is only for GOP, so if you boot with CSM, you won't see anything since there's no VGA emulation. Only UEFI-GOP. Best, -harry