From owner-freebsd-virtualization@freebsd.org Fri Feb 17 14:29:34 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 295A3CE38F3 for ; Fri, 17 Feb 2017 14:29:34 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C05671CA3 for ; Fri, 17 Feb 2017 14:29:33 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: by mail-wm0-x232.google.com with SMTP id v77so11393667wmv.0 for ; Fri, 17 Feb 2017 06:29:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=nzaY6AJVAA+XgYjK2NSIHkAj2ZOMUlMx1mkYi0pj9SQ=; b=RVyAlr9FZKLCj5xZked+Clo2+eCDghhSWOIx0DJWTYgLUoJcDtv2x+V0uq5qw1gqtf XcGGjY8EdKRHXptXweiJ//PwMpqHo1RSidPp8RLZ8/OcpDg1buAMFvLkMdTPED/0aQ2h HgG31m+2oG7qF+abTADb8Enq4PqfwkhJhTgaXhpBetuRBiHxlkKgXyKt+JiF30LGflac jfwz+capeMq+pg+LguQ1H6ojeSkrUOtGReo7fwbv8ZTKsg7cB0wWmZg7OzXUcNcn8ht0 r01lip8EV9H0IQwk3zVjfZs3LjY5gKlggECGFFk1H0B/Fli28Luz0F2hamOaMewoISPT /KNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=nzaY6AJVAA+XgYjK2NSIHkAj2ZOMUlMx1mkYi0pj9SQ=; b=X0bs6gt9J1iKnPbIoGVbcNKgNi40+HPEtUCz9WEKowuDJbBcZ0k/BqzGSbJBJJALrg LXBjWfAVnyQ/gdvNNelET2Lti0PENhq0lbAiRDbJlE2I3j/+fKz4hn8qvA1VWSsKboRw MlxEbYwxEQGnWR06QU5AdmqcYxT6VSAzuQO3X+GXh2XeDyVdrNy9wcwa5sjcqa5ppMGG 0Xm5lVgempaKdg0NsXildqb/0JliJGjigS3fNWP6QcNPNONY7dscs/CjLFuS3DmUSmlC Z/CAYYd9iMfxoSPMjUyH1f9aSGC36Uw1E+krIFi9h6YydKVTsLSetRqzFvB7XmO8pd4n /rlg== X-Gm-Message-State: AMke39nq/d3e7kBr/rUNMvG9C31IUa4vZnvAjw1/PRqTp6tJa2VyNXh03zmSNi0J875e0w== X-Received: by 10.28.137.203 with SMTP id l194mr3873662wmd.63.1487341771148; Fri, 17 Feb 2017 06:29:31 -0800 (PST) Received: from localhost (231.red-79-150-68.dynamicip.rima-tde.net. [79.150.68.231]) by smtp.gmail.com with ESMTPSA id d29sm1907675wmi.19.2017.02.17.06.29.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Feb 2017 06:29:30 -0800 (PST) Date: Fri, 17 Feb 2017 14:29:41 +0000 From: "C. L. Martinez" To: freebsd-virtualization@freebsd.org Subject: Re: Providing serial consoles to multiple bhyve guests Message-ID: <20170217142940.d3erp3uhljtlld43@scotland.uxdom.org> References: <20170217085038.55yztxw5a233byzu@scotland.uxdom.org> <58A6EE64.6080201@whaev.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <58A6EE64.6080201@whaev.de> User-Agent: NeoMutt/20170113 (1.7.2) 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 14:29:34 -0000 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): > > 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... > Yes, that was my question. Thanks Harry. I have read too quickly :) > > > 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)? -- Greetings, C. L. Martinez