From nobody Sun Nov 21 22:18:29 2021 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 C9EAB18918BA for ; Sun, 21 Nov 2021 22:27:25 +0000 (UTC) (envelope-from pmc@citylink.dinoex.sub.org) Received: from uucp.dinoex.org (uucp.dinoex.org [IPv6:2a0b:f840::12]) (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 RSA-PSS (2048 bits) client-digest SHA256) (Client CN "uucp.dinoex.sub.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hy4ld3hF1z4rXV for ; Sun, 21 Nov 2021 22:27:25 +0000 (UTC) (envelope-from pmc@citylink.dinoex.sub.org) Received: from uucp.dinoex.sub.de (uucp.dinoex.org [185.220.148.12]) by uucp.dinoex.org (8.17.1/8.17.1) with ESMTPS id 1ALMR48g043584 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 21 Nov 2021 23:27:04 +0100 (CET) (envelope-from pmc@citylink.dinoex.sub.org) X-Authentication-Warning: uucp.dinoex.org: Host uucp.dinoex.org [185.220.148.12] claimed to be uucp.dinoex.sub.de Received: (from uucp@localhost) by uucp.dinoex.sub.de (8.17.1/8.17.1/Submit) with UUCP id 1ALMR426043583; Sun, 21 Nov 2021 23:27:04 +0100 (CET) (envelope-from pmc@citylink.dinoex.sub.org) Received: from gate.intra.daemon.contact (gate-e [192.168.98.2]) by citylink.dinoex.sub.de (8.16.1/8.16.1) with ESMTP id 1ALMJ1nk065549; Sun, 21 Nov 2021 23:19:01 +0100 (CET) (envelope-from peter@gate.intra.daemon.contact) Received: from gate.intra.daemon.contact (gate-e [192.168.98.2]) by gate.intra.daemon.contact (8.16.1/8.16.1) with ESMTPS id 1ALMIUL5065195 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 21 Nov 2021 23:18:30 +0100 (CET) (envelope-from peter@gate.intra.daemon.contact) Received: (from peter@localhost) by gate.intra.daemon.contact (8.16.1/8.16.1/Submit) id 1ALMIUBP065194; Sun, 21 Nov 2021 23:18:30 +0100 (CET) (envelope-from peter) Date: Sun, 21 Nov 2021 23:18:29 +0100 From: Peter To: freebsd-stable@freebsd.org Cc: ltning-freebsd-stable@anduin.net Subject: Re: 12.3-RC1 errors on boot and shutdown Message-ID: 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: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: X-Milter: Spamilter (Reciever: uucp.dinoex.sub.de; Sender-ip: 185.220.148.12; Sender-helo: uucp.dinoex.sub.de;) X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (uucp.dinoex.org [185.220.148.12]); Sun, 21 Nov 2021 23:27:07 +0100 (CET) X-Rspamd-Queue-Id: 4Hy4ld3hF1z4rXV X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Eirik =D8verby wrote; > > > wait....what? > > > This means we *can not* upgrade our 100+ systems upon release, because > > > we cannot at the same time roll out local changes to basic stuff in > > > /etc/rc.d .. > >=20 > > With approval of re_at_, the change's merged to stable/12 and will be i= ncluded in the 12.3-RELEASE, so be cool. > Thank you. I was just .. momentarily put off by the additional work it > would have entailed. Ups, You're indeed serious - I was imagining You were nitpicking. So, next time you run into such an issue, you just roll out something like this one, at any time before: https://daemon.contact/gitr/tools/tree/rc.d/RCTLLATE This is a twister. It orders the sequence of startup. I never change things in /etc/rc.d. These twisters go into local rc.d directory. And anyway, this issue would hit You only when You have separate filesystems for / and /usr. Sure You do? @Eugene: Thanks for fixing! :)) cheerio, PMc