From owner-freebsd-virtualization@FreeBSD.ORG Fri May 2 06:27:51 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0009C6A6 for ; Fri, 2 May 2014 06:27:50 +0000 (UTC) Received: from mail-vc0-x230.google.com (mail-vc0-x230.google.com [IPv6:2607:f8b0:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEE271FB7 for ; Fri, 2 May 2014 06:27:50 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id lg15so2174265vcb.7 for ; Thu, 01 May 2014 23:27:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=usXETkHrRhtJbE8wciax+KPbvI0bEIpSZqBwaUBWCl8=; b=xeV9+UL57r83d+Pb1WnC5HkrlRAylk2EPpgPazcQVfPpZkUDuYQrtw2Ej7kILXK83t Cs6u8qorDCdHbvFZYmoXn3DBTACL6qt6wpVs+QVnUf12rwPrigv3nHB5OYqzuVCkXLHX Z55FB/NMqTogG+mFbj+zBDgOANIt5vyAsYwcXGZoU/QTLrNpJkGklnJsd+RYkZ1uo0z3 2BaQKkpKsSde1oCWrvcM4mnpw/REzV8vL3lt2UG9dkbh1SHGFVeY4JK/8w3tIdhhzqGD Vbf2gJC8wIJlpJAjkpY3Xy3dSem/97p6RM84nW4UCPk7MO2d/HUGTtsmjUS9kS5SQCYk 2Byg== X-Received: by 10.58.13.104 with SMTP id g8mr11989378vec.16.1399012069115; Thu, 01 May 2014 23:27:49 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.58.2.225 with HTTP; Thu, 1 May 2014 23:27:28 -0700 (PDT) In-Reply-To: References: From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Fri, 2 May 2014 08:27:28 +0200 X-Google-Sender-Auth: _0UH2D8wNe5lnpcwM3l109nxs2E Message-ID: Subject: Re: bhyve and serial port emulation problem To: Neel Natu Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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, 02 May 2014 06:27:51 -0000 On Thu, May 1, 2014 at 7:29 PM, Neel Natu wrote: > Hi Olivier, > > The UPDATING entry in r264175 describes how to fix this: > http://svnweb.freebsd.org/base?view=revision&revision=264175 > > Briefly, you will now need to change your /etc/ttys to look like this: > ttyu0 "/usr/libexec/getty 3wire" vt100 on secure > > If your virtual machine has an older world then your /etc/gettytab > will not have the entry for "3wire" and you may want to use > "3wire.9600" instead. > Hi Neel, I've just discovered that on an headless server I had the same problem too, then concluded that I need to check some serial port behavior change and not bhyve bug. I believe the default templates for /etc/ttys (like src/etc/etc.amd64/ttys) need to be updated for replacing "std.9600" by "3wire" for avoiding this regression on new installation. Sorry for the noise regarding bhyve, Olivier