From nobody Fri Jul 19 10:35:19 2024 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WQR060YwYz5RPv6 for ; Fri, 19 Jul 2024 10:35:34 +0000 (UTC) (envelope-from stable@lordcow.org) Received: from mail.lordcow.org (lordcow.org [IPv6:2c0f:fb18:402:5::2]) (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-signature ECDSA (P-256) client-digest SHA256) (Client CN "devaux.za.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WQR052tvjz4RBv; Fri, 19 Jul 2024 10:35:33 +0000 (UTC) (envelope-from stable@lordcow.org) Authentication-Results: mx1.freebsd.org; none Received: from lordcow.org (localhost [127.0.0.1]) by mail.lordcow.org (8.17.2/8.17.2) with ESMTPS id 46JAZOqj028914 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 19 Jul 2024 12:35:25 +0200 (SAST) (envelope-from lordcow@lordcow.org) X-Authentication-Warning: lordcow.org: Host localhost [127.0.0.1] claimed to be lordcow.org Received: (from lordcow@localhost) by lordcow.org (8.17.2/8.17.2/Submit) id 46JAZJPv028701; Fri, 19 Jul 2024 12:35:19 +0200 (SAST) (envelope-from lordcow) Date: Fri, 19 Jul 2024 12:35:19 +0200 From: Gareth de Vaux To: freebsd-stable@freebsd.org Cc: Zhenlei Huang Subject: Re: nextboot warns it won't reset Message-ID: References: <01D917DB-7E47-46D7-AD22-AD09C4F89A96@FreeBSD.org> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01D917DB-7E47-46D7-AD22-AD09C4F89A96@FreeBSD.org> X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on lordcow.org X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:37199, ipnet:2c0f:fb18::/32, country:ZA] X-Rspamd-Queue-Id: 4WQR052tvjz4RBv On Fri 2024-07-19 (09:10), Zhenlei Huang wrote: > > This's on a ZFS zroot 12.4-STABLE system. > > You're encouraged to upgrade to supported releases ;) Sure, I'm busy upgrading to 13 and in need of a testkernel which was giving errors. > That is implementation specific. Normally you can ignore the warning, unless you have trouble booting > the kernel. Trouble booting is presumably the main use case of nextboot, so nextboot is not adding any functionality in this situation, only complicating things, so I should 'nextboot -D' and take my chances manually. Many thanks.