From owner-freebsd-stable@FreeBSD.ORG Sat Nov 15 12:03:39 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D45D3DDE for ; Sat, 15 Nov 2014 12:03:39 +0000 (UTC) Received: from mail-vc0-x235.google.com (mail-vc0-x235.google.com [IPv6:2607:f8b0:400c:c03::235]) (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 904BAF8E for ; Sat, 15 Nov 2014 12:03:39 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id le20so3047793vcb.26 for ; Sat, 15 Nov 2014 04:03:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mVcrRaGFuXSdzy8WQXLNjDUJASUkzEAPZmkAGIBJTQU=; b=i6I+wRh0BW9ycGFStAhLHVmLwF0ROvKPFPGewPpczXVJDR57OTCg4HpjryfM7Lf7tM WhW6DzBCtg7k56SQZCEz3L19LRpuzsOzwH27651fobUUkyexYf4AMuyVsQsjBLKBAj3G wQI4wD5bzDe+YnVFqpk4RZx4szNV3YZX7W4+PGS8XcwGVvvesYbtGo/wFOYWvD5u91b9 Ox5uHH2/HYLKK36HXj6eWrINjgVlKF6AdgWiMDag6Z/iAHOy3p9kegrPmn6Pm0izzrR4 OE6hLZL7qrikg2pLcMs/4a5MDNnuNlsyqp7n8HbBIsL44rOwyD1+3v9q3K8zdx4X4Tab PXRw== MIME-Version: 1.0 X-Received: by 10.220.188.201 with SMTP id db9mr11470711vcb.10.1416053018592; Sat, 15 Nov 2014 04:03:38 -0800 (PST) Received: by 10.31.142.77 with HTTP; Sat, 15 Nov 2014 04:03:38 -0800 (PST) Date: Sat, 15 Nov 2014 14:03:38 +0200 Message-ID: Subject: Mountroot prompt with the new vt(4) console not working. From: Kimmo Paasiala To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2014 12:03:39 -0000 I'm not able to use the mountroot prompt with the new vt(4) console on any of the systems I have, all of them either stable/10 or releng/10.1. The problem is that I can't type anything at the prompt or if I can the letters appear as garbage and they come out like one character every five seconds. Is the mountroot prompt working for anyone who is using the new vt(4) console? -Kimmo