From owner-freebsd-questions@freebsd.org Fri May 8 13:37:04 2020 Return-Path: Delivered-To: freebsd-questions@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 AC0F32D7D38 for ; Fri, 8 May 2020 13:37:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49JWb448l4z3KVv for ; Fri, 8 May 2020 13:37:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 8CC352D7D37; Fri, 8 May 2020 13:37:04 +0000 (UTC) Delivered-To: questions@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 8B6612D7D36 for ; Fri, 8 May 2020 13:37:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49JWb42v3Dz3KVt; Fri, 8 May 2020 13:37:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-76-182-16-135.nc.res.rr.com [76.182.16.135]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id 048DatTG058942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 8 May 2020 13:37:00 GMT (envelope-from swills@FreeBSD.org) Subject: Re: ZFS system can no longer boot - zfs_alloc()/zfs_free() mismatch To: Joseph Mingrone Cc: questions@freebsd.org, kevans@freebsd.org, tsoome@freebsd.org, Allan Jude References: <861rnublih.fsf@phe.ftfl.ca> From: Steve Wills Message-ID: Date: Fri, 8 May 2020 09:36:50 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <861rnublih.fsf@phe.ftfl.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Fri, 08 May 2020 13:37:01 +0000 (UTC) X-Spam-Status: No, score=0.3 required=4.5 tests=KHOP_HELO_FCRDNS autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: 49JWb42v3Dz3KVt X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 13:37:04 -0000 Hi, Nope, this was a desktop I was using as a server. I'm not using that host any more, but I could pull it out of the closet if needed... Steve On 5/8/20 9:32 AM, Joseph Mingrone wrote: > Steve Wills writes: > >> I didn't solve it, I avoided it by renaming the kernel directory and reinstalling the kernel, forcing the bits to be in a different physical >> location on disk... The only theory I had at the time was that the bits were beyond some arbitrary 4G limit or something, but that was just a >> wild idea. Good luck, that's super frustrating. > >> Steve > > Interesting. Was this with your X220? If so, maybe there is something > up with the BIOS. In case it's useful, this is an X220 with 8 GB RAM. > > % zpool status > pool: zroot > state: ONLINE > scan: scrub repaired 0 in 0 days 00:49:21 with 0 errors on Thu May 7 17:30:55 2020 > config: > > NAME STATE READ WRITE CKSUM > zroot ONLINE 0 0 0 > mirror-0 ONLINE 0 0 0 > ada0p4.eli ONLINE 0 0 0 > ada1p4.eli ONLINE 0 0 0 > > errors: No known data errors > > % zpool list > NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT > zroot 228G 198G 30.0G - - 74% 86% 1.00x ONLINE - > > Don't judge me too harshly about the free space. :) > > Joe > >> On 5/7/20 7:59 PM, Joseph Mingrone wrote: >>> Hello everyone, >>> As it says in the subject line, my system stopped booting for some >>> unknown reason. It might have been after upgrading from 12.1-p2 to >>> -p4, but I'm unsure. It sounds similar to this issue: >>> https://twitter.com/alelab_/status/1222437570501644291 >>> Allan and I tried debugging for a few hours today, but without >>> success. We tried replacing the boot code and the loaders, but the >>> result was the same. We also tried booting from a usb thumb drive, >>> then `set currdev=zfs:zroot/ROOT/default:` and `boot`, but the same >>> error is shown. >>> Steve and Kyle, did you ever solve this problem? >>> Thanks, >>> Joe > >