From owner-freebsd-current@freebsd.org Mon Apr 3 15:54:48 2017 Return-Path: Delivered-To: freebsd-current@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 59051D2C127 for ; Mon, 3 Apr 2017 15:54:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (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 22A1AA58 for ; Mon, 3 Apr 2017 15:54:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x234.google.com with SMTP id f84so78122707ioj.0 for ; Mon, 03 Apr 2017 08:54:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=FVlCPqgeY2a/hFHAGX0CisBKPhWanApbEIrrealnGnE=; b=MxTqoE7hgxfVnGXo3ojarkhY28MDhfr6MWIIR1FrWZxSRDIHEPmEwq/aUvcsR5grJW yrfFIH/wr4Q1jAd0AnmZT5ICWuHT8kDX7pFJXMYE4KZga3IcDMpEEuuLG9TsKveJOUYI SGK7JOc+OTmLm5CM6sEDkR7jCv2ZnXN6Dv+qCMzHBWpULKSG5gjK9wxotuZHPcUgweeB stA/6cFXiKJwh0+S94c4xIy+a5pW/ptl8Hv1FDfR8XSgfWq0bMSyFoaDyHCLqJ4M4w6c 2OW5NlKZFkF+bTVkX/nn/wRbUmSl5PBBY5/71086NDDobLTpXdpj6XWFQIVOlXGI3cBw YeiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=FVlCPqgeY2a/hFHAGX0CisBKPhWanApbEIrrealnGnE=; b=c5IE/fF/1St2TjBNTIvexZhJecuf59p1JDh3OAWcK4eWiwwXsR9oo8/unMgD2qJA5f uxAtvyqoD42QLGymgYIVe5/Ga12qhzFOJ5IW2VAsq9NBt+vLS9V+NVMaWfM9quiex4xp IVk/4Y2vPlRuWswGw0Ao2SerVsjAUjLcfsrfXdoCqqlgocVL+TMfZZKcjJfaumXD/4N/ iOOp3bNuPIiAtzaA/BIg7nNWDMoIUyUvNQKSbAbJ1mb4LM58JHSuyhI+cfy2DLnXPR5L YP3ThBm7Z8bdO6jMpK1k4hW1vAqH1grQVOdKEebJFjVftPbDAo0R16EnRcdMfasDrIaC LwFg== X-Gm-Message-State: AFeK/H3s3x2gpqGFUPTKlcsZRxYT1pNcvFbbqmN4WzlwPH8fOpdEw4tLxtGsjHky5y+VmyBb3jOVw7bTBv0wyQ== X-Received: by 10.107.37.12 with SMTP id l12mr15936964iol.159.1491234887477; Mon, 03 Apr 2017 08:54:47 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.30.209 with HTTP; Mon, 3 Apr 2017 08:54:26 -0700 (PDT) In-Reply-To: <58DFE332.2030107@gmail.com> References: <0136F3BE-4B47-4677-8D81-3FE0F5E67E79@lists.zabbadoz.net> <58DFE332.2030107@gmail.com> From: Ed Maste Date: Mon, 3 Apr 2017 11:54:26 -0400 X-Google-Sender-Auth: 0bjNjCHMgnnZa5u0xb7zqkuckFU Message-ID: Subject: Re: vt(4) bugs needing attention To: Ernie Luzar Cc: freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 15:54:48 -0000 On 1 April 2017 at 13:28, Ernie Luzar wrote: > > Is anyone working the these outstanding vt(4) bug reports? I am not aware of anyone working on these right now. > Bug 210446 - vt(4) when switching between virtual consoles there is a 4 > second hesitation in graph mode. > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210446 I am not able to reproduce this issue on any of my hardware. This is most likely going to require significant investigation by someone who has an affected system with a serial console, so that we can determine where the delay is occurring.