From nobody Sat Apr 19 01:19:52 2025 X-Original-To: freebsd-current@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 4ZfYhV5xkwz5sSjK for ; Sat, 19 Apr 2025 01:19:54 +0000 (UTC) (envelope-from agh@riseup.net) Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) (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 "mx0.riseup.net", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZfYhV3317z3p44; Sat, 19 Apr 2025 01:19:54 +0000 (UTC) (envelope-from agh@riseup.net) Authentication-Results: mx1.freebsd.org; none Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4ZfYhS4X8jz9sZv; Sat, 19 Apr 2025 01:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1745025592; bh=bCzpNqcBF7M/IAUSwZnmR32Ari4+SuPQKnNi78f5vP0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZuiVeCZbL6+TApPoOKjnYqfTDvztWMFZP4Mu8/Hc/RppEMewyvZ2qHwD0xOGBAXsy ZgKqLgsD00nkubBD6SlCWWVXQmpMpbgVQUZVZhIvWZcdtuX//uFY02QAXJT6RwUrMm 2LrCBkYpFuIpD24rRz5jarHApF3BycvldQGRXu0M= X-Riseup-User-ID: 3BB3E93A0CAA428CEB2350D614902558B6F41F13D748B678351CD70B51EDF52C Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4ZfYhS33c1zJn9R; Sat, 19 Apr 2025 01:19:52 +0000 (UTC) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Date: Sat, 19 Apr 2025 01:19:52 +0000 From: Alastair Hogge To: =?UTF-8?Q?Dag-Erling_Sm=C3=B8rgrav?= Cc: freebsd-current@freebsd.org Subject: Re: etcupdate failed to build tree with read-only /usr/src In-Reply-To: <86r01q6l80.fsf@ltc.des.dev> References: <86plhdb9yf.fsf@ltc.des.dev> <86r01q6l80.fsf@ltc.des.dev> Message-ID: <57f4bff1402023ce197c27f540e9f138@riseup.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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:16652, ipnet:198.252.153.0/24, country:US] X-Rspamd-Queue-Id: 4ZfYhV3317z3p44 X-Spamd-Bar: ---- On 2025-04-18 14:24, Dag-Erling Smørgrav wrote: > Alastair Hogge writes: >> Hmm I did try $(etcupdate -B), and I recall it also failing, so I >> updated another host, and used -B with etcupdate, and it failed for >> another reason: >> [...] >> ld-elf.so.1: Shared object "libmd.so.6" not found, required by "mtree" >> *** Error code 1 > > This is _after_ installworld, right? `etcupdate -p`, then installworld, > then `etcupdate -B`? I would have thought so. I no longer have the terminal history from that attempt, and have spent all of yesterday chasing a bug that broke SSH based PAM login at the physical terminal, broke $(su -), and broke $(doas su -). I will try and find some time again for $(etcupdate -B).