From owner-freebsd-virtualization@freebsd.org Fri Feb 17 12:41:25 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 96215CE3E9F for ; Fri, 17 Feb 2017 12:41:25 +0000 (UTC) (envelope-from harry@whaev.de) Received: from mailgw.mhh.whaev.de (wumag.mhh.whaev.de [88.217.161.27]) (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 2BC131371 for ; Fri, 17 Feb 2017 12:41:23 +0000 (UTC) (envelope-from harry@whaev.de) Received: from mabos.narc.mhh.whaev.de (mabos.narc.mhh.whaev.de [172.17.224.224]) by mailgw.mhh.whaev.de (8.14.9/8.14.9) with ESMTP id v1HCavLq042911; Fri, 17 Feb 2017 13:36:57 +0100 (CET) (envelope-from harry@whaev.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mabos.narc.mhh.whaev.de (Postfix) with ESMTPSA id E411112DAA; Fri, 17 Feb 2017 13:36:56 +0100 (CET) Message-ID: <58A6EE64.6080201@whaev.de> Date: Fri, 17 Feb 2017 13:36:52 +0100 From: Harald Schmalzbauer 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> In-Reply-To: <20170217085038.55yztxw5a233byzu@scotland.uxdom.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mailgw.mhh.whaev.de [172.17.224.227]); Fri, 17 Feb 2017 13:36:57 +0100 (CET) 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 12:41:25 -0000 Bezüglich C. L. Martinez's Nachricht vom 17.02.2017 09:50 (localtime): > Hi all, > > How can I use more than one serial console for several bhyve guests? According to nmdm(4) man page only two nullmodem devices can be created: nmdm0A and nmdm0B (and only nmdm0A can be assigned to one bhyve guest). Then, how can I access to these bhyve guests? Am I wrong if I assume you confused the A/B hard-connected limit of two interfaces with the possibility to create nmdmN[AB] number of nmdm(4) devices? Simply use nmdm1A/B, nmdm2A/B etc. Not sure if I got the question rigth, answers from others don't go into that direction... > 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? Best, -harry