From owner-freebsd-current@freebsd.org Sat Apr 7 16:14:10 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 70164F93F80 for ; Sat, 7 Apr 2018 16:14:10 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E07FF7AA23; Sat, 7 Apr 2018 16:14:09 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w37GE8Fl088577 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 7 Apr 2018 09:14:09 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w37GE8Gr088576; Sat, 7 Apr 2018 09:14:08 -0700 (PDT) (envelope-from fbsd) Date: Sat, 7 Apr 2018 09:14:08 -0700 From: bob prohaska To: Julian Elischer Cc: freebsd-current , bob prohaska Subject: Re: zfsloader: messy output on Dell iDrac serial console Message-ID: <20180407161408.GA88547@www.zefox.net> References: <76d1549c-c721-ffcb-c27e-48e4d06c9c63@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <76d1549c-c721-ffcb-c27e-48e4d06c9c63@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 07 Apr 2018 16:14:10 -0000 On Sat, Apr 07, 2018 at 12:21:47PM +0800, Julian Elischer wrote: > running on *some* Dell servers the serial console looks messed up at > the time of the FreeBSD menu. > it looks like it's dropping (or adding? but that's less likely) > characters. > > ??|?? 5. [K]ernel: kernel (1 of 2)???????????????????? |?? .- .?????????????????????????????????????? -. > ??|?? 6. Configure Boot [O]ptions...???????????????? |2?? --| y/???????????? -.???????????? Scrambled console output has shown up on a Pi3 under what might be called overload conditions, things like make -j8 buildworld and running of stress2's default test suite. It doesn't seem to be a serial issue in that case. Hard to believe you're seeing something related, but my $.02 anyway. bob prohaska