From owner-freebsd-current@freebsd.org Tue Aug 28 13:45:43 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 E03D8108CD49 for ; Tue, 28 Aug 2018 13:45:42 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 64CA48491C for ; Tue, 28 Aug 2018 13:45:42 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 68db52c5; Tue, 28 Aug 2018 15:45:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=kj3BwVbMnVRDi4CG48SGxk9JLOs=; b=iYYiLP0d9LOKr31QzGo5FashFOf6 ZtClvB+ufgZN75nBhQeDS44r20ralUBwNYRBWlNUF9Dd93+x4kWvm9WTW0Rp7TJe Gvz7WOCJxVWMjFw2v8GeSyvGvMVv7PXlbj1rDfnvYZUwLrrkyfKMFaPttY7vXnmw AhzjMU4fOXJZ9YA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=s2k1q1DvnY1FfYqtouOMfhWCdeFL8K1KjnCmXy15BOtNAFTGupEq3WQ/ Sv0x55uE9BuuIcmbnwNPVQm+4asXW7MYgMYn7fkrnJDBsaZONQHqFta9OIaGzjdM H/VIMiPhVk03lcz/tPF86pGaeEG8l1PlNUl4rqdAWgpvV9QAZlA= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 1e6d5f6b TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 28 Aug 2018 15:45:34 +0200 (CEST) Date: Tue, 28 Aug 2018 15:45:33 +0200 From: Emmanuel Vadot To: Brian Scott Cc: freebsd-current@freebsd.org Subject: Re: ALPHA3 niggles Message-Id: <20180828154533.2a3bcc252468ffecf210dcba@bidouilliste.com> In-Reply-To: <57c1f73d-c9b3-77bb-2c81-14fd06ab58da@bunyatech.com.au> References: <57c1f73d-c9b3-77bb-2c81-14fd06ab58da@bunyatech.com.au> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:45:43 -0000 On Tue, 28 Aug 2018 22:10:18 +1000 Brian Scott wrote: > Hi, >=20 > Just a couple of small observations with 12.0-ALPHA3 from testing on a > Raspberry-Pi 3: >=20 > *=A0=A0=A0 The boot loader (I presume the new LUA based one) is sending e= scape > sequences to the screen to format up a boot menu. The screen doesn't > recognise them and shows a series of ^[ style sequences instead. If it's stuff like that : https://people.freebsd.org/~manu/RPI2-HDMI.jpg it's known, we should remove the beastie menu from the image I think > *=A0=A0=A0 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. I don't have this problem on my RPI3B+ with latest ALPHA snapshot. The patch is still in the u-boot-rpi3 port (https://svnweb.freebsd.org/ports/head/sysutils/u-boot-rpi3/files/patch-lib= _efi__loader_efi__console.c?revision=3D468630&view=3Dmarkup) so I don't know what going on for you. > *=A0=A0=A0 The root user on the image doesn't have a .login file. The users are added with pw directly (iirc) and the /etc/skel content isn't copied in their home directory, that's something we should change for 13 and mfc back for 12.1 > I realise these are all cosmetic issues in the overall scheme of things > but if anyone is working on a bit of spit-and-polish for the new release > they might want to have a look at a few of these. >=20 > Otherwise I'm happy to say that I haven't found any significant problems > yet. I'll keep looking though. >=20 > Keep up the good work, >=20 > Brian >=20 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --=20 Emmanuel Vadot