From owner-freebsd-current@freebsd.org Sat Aug 22 16:48:53 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 7896B3C089F for ; Sat, 22 Aug 2020 16:48:53 +0000 (UTC) (envelope-from freebsd-current@lordsith.net) Received: from outbound.soverin.net (outbound.soverin.net [116.202.65.215]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BYkqS1YXWz4qdt for ; Sat, 22 Aug 2020 16:48:51 +0000 (UTC) (envelope-from freebsd-current@lordsith.net) Received: from smtp.freedom.nl (unknown [10.10.3.36]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id E0FCF60897 for ; Sat, 22 Aug 2020 16:48:49 +0000 (UTC) Received: from smtp.freedom.nl (smtp.freedom.nl [116.202.65.211]) by soverin.net Date: Sat, 22 Aug 2020 16:48:48 +0000 From: marco To: freebsd-current@freebsd.org Subject: Re: 13-CURRENT won't boot after switch to sysutils/openzfs Message-ID: <20200822164848.GA71156@freedom.nl> Reply-To: marco Mail-Followup-To: marco , freebsd-current@freebsd.org References: <20200822114934.GB40844@lordsith.net> <20200822162743.GA64297@freedom.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: Organization: lordsith.net X-Operating-System: FreeBSD 13.0-CURRENT amd64 X-Unix: Use Unix or die X-GPG-Fingerprint: A025 D8AA AC1B D2FC 380D 4FC1 8EA0 0BA8 8580 E6CB X-Virus-Scanned: clamav-milter 0.102.4 at c03mi01 X-Virus-Status: Clean X-Uptime: 4:32PM up 6 days, 19:39, 1 user, load averages: 0.57, 0.42, 0.30 X-Rspamd-Queue-Id: 4BYkqS1YXWz4qdt X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.65 / 15.00]; HAS_REPLYTO(0.00)[freebsd-current@lordsith.net]; ARC_NA(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[116.202.65.215:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:116.202.65.208/28]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[lordsith.net]; NEURAL_HAM_SHORT(-1.15)[-1.154]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:24940, ipnet:116.202.0.0/16, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_IN_DNSWL_LOW(-0.10)[116.202.65.215:from] 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: Sat, 22 Aug 2020 16:48:53 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 22, 2020 at 12:31:24PM -0400, you (Ryan Moeller) sent the follo= wing to [freebsd-current] : >=20 > > So besides not being able to boot from the openzfs 2020080800 package i= nstall, I can't figure out why I can't upgrade the openzfs pkg to 202008180= 0 (which is the latest one in ports so I presume a package also exists of t= hat same version) >=20 >=20 > Ok the pkg repo may not be updated with the new version yet, the latest= =20 > I see is still 08. I think the problem though is you aren't using the=20 > GENERIC kernel, so the module from the pkg repo is failing to load at=20 > boot. You should build the module from ports instead, or use the GENERIC= =20 > kernel. Let me know if that works for you! Okay, currently running a buildkernel which I'll install into r364030-OpenZFS. I'm running GENERIC-NODEBUG to see if I can squeeze a bit more performnce out of this ThinkPad X230 But I'll build and install GENERIC into the new BE to see if that'll make a= difference. These will be my steps: cd /usr/src (currently at r364030) make -DMALLOC_PRODUCTION -j4 buildkernel bectl mount r364030-OpenZFS /mnt set openzfs_load=3D"YES" in /mnt/boot/loader.conf and comment out zfs_load = for Base ZFS make -DMALLOC_PRODUCTION -j4 installkernel DESTDIR=3D/mnt mergemaster -Fp -D /mnt /* don't think is needed since I haven't buildworld= from updated sources beyond r364030 mergemaster -Fi -D /mnt /* don't think is needed since I haven't buildworld= from updated sources beyond r364030 make -DBATCH_DELETE_OLD_FILES delete-old DESTDIR=3D/mnt bectl umount r364030-OpenZFS bectl activate r364030-OpenZFS shutdown -r now If that won't work either I'll see if I can build sysutils/openzfs from por= ts but I'd rather not mix packages and ports. --=20 Marco van Lienen -- FreeBSD enthusiast https://keybase.io/scarcry , GnuPG id: 8580E6CB "The Tuck Pendleton machine...zero defects." --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EAREKAB0WIQSgJdiqrBvS/DgNT8GOoAuohYDmywUCX0FMbQAKCRCOoAuohYDm y7JKAJ4oX1q0pu57bm3Gd12dgNk5Dff9tgCeKz1xV/XWOchchC5LDFgSzscDPCQ= =CrlA -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9--