From owner-freebsd-current@freebsd.org Thu May 28 07:56:15 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C09EB329A86 for ; Thu, 28 May 2020 07:56:15 +0000 (UTC) (envelope-from marco+freebsd-current@lordsith.net) Received: from lb2-smtp-cloud7.xs4all.net (lb2-smtp-cloud7.xs4all.net [194.109.24.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.xs4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Xg4Z4Hw1z46mZ for ; Thu, 28 May 2020 07:56:14 +0000 (UTC) (envelope-from marco+freebsd-current@lordsith.net) Received: from lordsith.net ([IPv6:2001:980:93d7:1:30df:f5ff:fee9:10df]) by smtp-cloud7.xs4all.net with ESMTP id eDOcjkD7YDazBeDOejp6TD; Thu, 28 May 2020 09:56:12 +0200 Date: Thu, 28 May 2020 07:56:10 +0000 From: marco To: freebsd-current@freebsd.org Subject: Re: ZFS BE not booting Message-ID: <20200528075610.GA83445@lordsith.net> Reply-To: marco Mail-Followup-To: marco , freebsd-current@freebsd.org References: <20200525085103.GA51695@lordsith.net> <20200525201316.GA90171@lordsith.net> <20200525204059.GB90171@lordsith.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: Organization: lordsith.net X-Operating-System: SunOS 5.11 joyent_20200212T230824Z X-Unix: Use Unix or die X-GPG-Fingerprint: A025 D8AA AC1B D2FC 380D 4FC1 8EA0 0BA8 8580 E6CB X-GPG-Key: https://lordsith.net/marco.gpg X-Uptime: 07:46am up 84 days 18:15, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.22 (2013-10-16) X-CMAE-Envelope: MS4wfH4dEQk2/zji15IfaCsfUFxSsWBwEvZvMcjpOimlg2edC6+fnfE8ZQB4trGm3AJjHv1yDLNWFccC8LUMMJwFPrqqaKxrQIhdR8Fs/QhK6vPZE4QfJ9jM wBHg8i4aj3P2q0stfmc/k5BpnZLUEzwbNJSBoGn20QatwS8a6uDDV3hHA+h+nw2l7kPEYTl3ODdASy6Wh7Dkat8PK4fysH2yek5zwqtCRJAQI0Ru2iZqS5cw bCBmBRJbG48F3WGIP9nBYA== X-Rspamd-Queue-Id: 49Xg4Z4Hw1z46mZ X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 194.109.24.28 is neither permitted nor denied by domain of marco@lordsith.net) smtp.mailfrom=marco@lordsith.net X-Spamd-Result: default: False [0.98 / 15.00]; HAS_REPLYTO(0.00)[marco+freebsd-current@lordsith.net]; ARC_NA(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[194.109.24.28:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.87)[0.871]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[lordsith.net]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[194.109.24.28:from]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_MEDIUM(0.27)[0.267]; NEURAL_SPAM_LONG(0.14)[0.138]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; TAGGED_FROM(0.00)[freebsd-current]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 28 May 2020 07:56:15 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 26, 2020 at 06:32:28PM -0400, you (Allan Jude) sent the followi= ng to [freebsd-current] : > > Hmm, with the r359556 BE currently active, to my surprise 'svn info' on= /usr/src is showing it's at r360723 instead of r359556. > > IIRC after creating the r360723 BE I mounted it, cd'd into > > /tmp/be_mount.xxxxx/usr/src and ran a 'svn up -r 360723'. > > I might be mistaken in that step, can't remember. > > Perhaps I activated r360723, rebooted into it and did a 'svn up -r > > 360723' from /usr/src. > >=20 > > If /usr is not a part of a BE how does one keep different versions of > > /usr/src if I mean to do src upgrades using BEs ? > >=20 >=20 > Looks like the problem is the graphics driver. When you rebuild your > kernel you also need to update the drm-kmod port to match your kernel > version. >=20 > --=20 > Allan Jude >=20 Thanks Allan that solved that step. I had to make reinstall (did a make install first but it failed to register and make advised me to make deinstall / reinstall. I indeed did update graphics/drm-current-kmod when updating to r359556 with= only the default BE but forgot about having done that. System not booted into r360723 BE with freshly installed kernel, hower installworld failed with: rm -f /usr/share/openssl/man/man7/Ed448.7 /usr/share/openssl/man/man7/Ed448.7.gz; install -l h -o root -g wheel -m 444 /usr/share/openssl/man/man7/Ed25519.7.gz /usr/share/openssl/man/man7/Ed448.7.gz rm -f /usr/share/openssl/man/man7/X448.7 /usr/share/openssl/man/man7/X448.7.gz; install -l h -o root -g wheel -m 444 /usr/share/openssl/man/man7/X25519.7.gz /usr/share/openssl/man/man7/X448.7.gz A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/secure/lib/libcrypto *** [realinstall_subdir_secure/lib/libcrypto] Error code 2 make[5]: stopped in /usr/src/secure/lib 1 error make[5]: stopped in /usr/src/secure/lib *** [realinstall_subdir_secure/lib] Error code 2 make[4]: stopped in /usr/src/secure 1 error make[4]: stopped in /usr/src/secure *** [realinstall_subdir_secure] Error code 2 make[3]: stopped in /usr/src 4 errors make[3]: stopped in /usr/src *** [reinstall] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [installworld] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [installworld] Error code 2 make: stopped in /usr/src make: stopped in /usr/src Not sure how I ended up in that situation exactly. Think I'm going to destroy that r360723 BE for now and create a new one for a later revision and do the build world, kernel and install kernel dance and will make notes of all the steps I've taken should the update fail at some point. M --=20 Marco van Lienen -- Unix SysAdmin https://keybase.io/scarcry , GnuPG id: 8580E6CB "The Tuck Pendleton machine...zero defects." --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEAREKAAYFAl7PbpoACgkQjqALqIWA5ssFnQCcCxflN5pCMH21+c1YjQSTPVK3 oc0AninmcGFutO3VA73UQkyAvDyGqxwH =d370 -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--