From owner-freebsd-current@freebsd.org Sat Aug 4 12:32:40 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 7215710699ED for ; Sat, 4 Aug 2018 12:32:40 +0000 (UTC) (envelope-from tsoome@me.com) 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 0DCD97374F for ; Sat, 4 Aug 2018 12:32:40 +0000 (UTC) (envelope-from tsoome@me.com) Received: by mailman.ysv.freebsd.org (Postfix) id C6E1410699EC; Sat, 4 Aug 2018 12:32:39 +0000 (UTC) Delivered-To: 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 A4DA310699EB for ; Sat, 4 Aug 2018 12:32:39 +0000 (UTC) (envelope-from tsoome@me.com) Received: from mr11p00im-asmtp002.me.com (mr11p00im-asmtp002.me.com [17.110.69.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46CC57374E for ; Sat, 4 Aug 2018 12:32:39 +0000 (UTC) (envelope-from tsoome@me.com) Received: from process-dkim-sign-daemon.mr11p00im-asmtp002.me.com by mr11p00im-asmtp002.me.com (Oracle Communications Messaging Server 8.0.2.2.20180531 64bit (built May 31 2018)) id <0PCX00G00PBIOV00@mr11p00im-asmtp002.me.com> for current@freebsd.org; Sat, 04 Aug 2018 11:32:10 +0000 (GMT) Received: from icloud.com ([127.0.0.1]) by mr11p00im-asmtp002.me.com (Oracle Communications Messaging Server 8.0.2.2.20180531 64bit (built May 31 2018)) with ESMTPSA id <0PCX0009RPDDRI10@mr11p00im-asmtp002.me.com> for current@freebsd.org; Sat, 04 Aug 2018 11:32:10 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-08-04_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1808040129 From: Toomas Soome MIME-version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: "Can't load kernel" after r337232 -> r337285 update (amd64) Date: Sat, 04 Aug 2018 14:31:56 +0300 References: <20180804111902.GD1174@albert.catwhisker.org> To: current@freebsd.org In-reply-to: <20180804111902.GD1174@albert.catwhisker.org> Message-id: X-Mailer: Apple Mail (2.3445.9.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 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: Sat, 04 Aug 2018 12:32:40 -0000 > On 4 Aug 2018, at 14:19, David Wolfskill wrote: >=20 > Yesterday, the daily build/smoike-test of head yielded: >=20 > FreeBSD g1-215.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #68 = r337232M/337232:1200076: Fri Aug 3 03:52:52 PDT 2018 = root@g1-215.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY = amd64 >=20 > (This is on my laptop; my build machine is busy doing the Saturday > "catch-up" packages build in partial preparation for tomorrow.) >=20 > This morning, after what seemed to be an "uneventful" build/install... > well, I didn't even get a loader menu. (This was on the slice that > uses the Forth loader. I haven't updated the slice that uses the > Lua loader today.) >=20 > Extracting the uname string from the installed kernel taht won't > load, I see: >=20 > FreeBSD 12.0-CURRENT #69 r337285M/337285:1200076: Sat Aug 4 03:55:21 = PDT 2018 > = root@g1-215.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY > FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on = LLVM 6.0.1) >=20 > Links to various bits of possible interest are at > -- in particular, = the >=20 > | amd64 > |=20 > | laptop head uname list dmesg build typescript -- updated daily=20= >=20 > part -- though the links are for the last successfully-booted kernel, > which would be yesterday's (r337232). >=20 > I can boot from other slices OK -- as I type, I'm on the stable/11 = slice: > FreeBSD g1-215.catwhisker.org 11.2-STABLE FreeBSD 11.2-STABLE #699 = r337280M/337285:1102501: Sat Aug 4 03:38:52 PDT 2018 = root@g1-215.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY amd64 >=20 > so given a clue or two, I may be able to do some poking & report = results. >=20 > Peace, > david > --=20 > David H. Wolfskill david@catwhisker.org > Trump is gaslighting us: = https://www.bbc.com/news/world-us-canada-44959300 >=20 > See http://www.catwhisker.org/~david/publickey.gpg for my public key. It probably r337271, could you check https://reviews.freebsd.org/D16588? = =20 rgds, toomas