From owner-freebsd-current@freebsd.org Tue Aug 28 13:08:17 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC3E6108BA89 for ; Tue, 28 Aug 2018 13:08:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8587E83021 for ; Tue, 28 Aug 2018 13:08:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 1FED7B26F for ; Tue, 28 Aug 2018 13:08:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f52.google.com with SMTP id i7-v6so1323856lfh.5 for ; Tue, 28 Aug 2018 06:08:17 -0700 (PDT) X-Gm-Message-State: APzg51CKi8dyB7sbIZiYIyM3ucoP6J/4wVYskN44yhNZcXmDMbMzNqvw oiKORYwsH8WefikXpoUHRsT4H+lAu/3BYxSiewE= X-Google-Smtp-Source: ANB0VdbpWRbJQNokehOhM5ybR2bh7UczCur4oFYaTsPKN2kCgT6h+j+MI18wCTAHJqOH4dYmhKRxOrFp7KGYCDHq7Ro= X-Received: by 2002:a19:ea52:: with SMTP id i79-v6mr1189080lfh.75.1535461695638; Tue, 28 Aug 2018 06:08:15 -0700 (PDT) MIME-Version: 1.0 References: <57c1f73d-c9b3-77bb-2c81-14fd06ab58da@bunyatech.com.au> In-Reply-To: <57c1f73d-c9b3-77bb-2c81-14fd06ab58da@bunyatech.com.au> From: Kyle Evans Date: Tue, 28 Aug 2018 08:08:03 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: ALPHA3 niggles To: bscott@bunyatech.com.au Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 28 Aug 2018 13:08:18 -0000 On Tue, Aug 28, 2018 at 7:10 AM Brian Scott wrote: > > Hi, > > Just a couple of small observations with 12.0-ALPHA3 from testing on a > Raspberry-Pi 3: > > * The boot loader (I presume the new LUA based one) is sending escape > sequences to the screen to format up a boot menu. The screen doesn't > recognise them and shows a series of ^[ style sequences instead. What terminal are you using here? > * The timeout countdown of the boot loader has reverted to very slow. > The loader did this earlier in the year on -CURRENT but had obviously > been fixed for a few months now. Maybe some change needs to be adapted > from the old to the new loader. When you say "very slow" -- your autoboot counter is defaulting high, or there's a perceptible longer-than-one-second delay between updates? Thanks, Kyle Evans