From owner-freebsd-stable@freebsd.org Wed Oct 3 14:16:55 2018 Return-Path: Delivered-To: freebsd-stable@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 7327E10C468E for ; Wed, 3 Oct 2018 14:16:55 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 071847C5D1 for ; Wed, 3 Oct 2018 14:16:55 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id BCBA610C468D; Wed, 3 Oct 2018 14:16:54 +0000 (UTC) Delivered-To: stable@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 AA99210C468C for ; Wed, 3 Oct 2018 14:16:54 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37C3C7C5D0 for ; Wed, 3 Oct 2018 14:16:54 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from [2a02:b90:3002:411::6] (helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91 (FreeBSD)) (envelope-from ) id 1g7hxI-000J3x-5x for stable@freebsd.org; Wed, 03 Oct 2018 14:16:48 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1g7hxI-0001E0-1a for stable@freebsd.org; Wed, 03 Oct 2018 15:16:48 +0100 To: stable@freebsd.org Subject: Latest STABLE locks up on boot for me Message-Id: From: Pete French Date: Wed, 03 Oct 2018 15:16:48 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2018 14:16:55 -0000 I just upgraded to STABLE, having been running r338093 since the end of August, and was su[psised when it locked up on boot for me. By which I mean the keyboard is unresponsible and the SATA drive access LED is on permamently. I have a small encryopted partition, and the boot gets as far as asking for the password for that, but afterwards it then freezes with the last thing I see being the line about unblocking the random device. It does this even if I boot in safe mode. The machine is booting ZFS (unencrypted) and is a Ryzen CPU. I will start trying to work out where the offending commit is, but if anyone has an insight which might help shortcut the process then please let me know. cheers,m -pete.