From nobody Tue Feb 18 08:40:20 2025 X-Original-To: freebsd-questions@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 4YxtJT0YkCz5pF9y for ; Tue, 18 Feb 2025 08:40:25 +0000 (UTC) (envelope-from vince-2.0@vjs.org) Received: from vjs.org (achilles.vjs.org [72.83.60.83]) by mx1.freebsd.org (Postfix) with ESMTP id 4YxtJS21Yxz3ksK for ; Tue, 18 Feb 2025 08:40:24 +0000 (UTC) (envelope-from vince-2.0@vjs.org) Authentication-Results: mx1.freebsd.org; none Received: from localhost (192.168.168.103) by vjs.org with SMTP (EIMS 3.3.9); Tue, 18 Feb 2025 03:40:21 -0500 Date: Tue, 18 Feb 2025 03:40:20 -0500 From: Vincent Sabio To: Steve Rikli Cc: FreeBSD Questions Message-ID: <20250218034020730844.8f25dec8@vjs.org> In-Reply-To: References: <20250217180704473755.3964cde2@vjs.org> <13030dcb-ec33-48a1-861e-fdfc977d3f55@fjl.co.uk> <20250217202859293467.372ac126@vjs.org> <20250217213500905120.4eca6d97@vjs.org> Subject: Re: Stuff Not Working after Upgrade - Missing Dependency List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: GyazMail version 1.7.1 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:701, ipnet:72.83.0.0/16, country:US] X-Rspamd-Queue-Id: 4YxtJS21Yxz3ksK X-Spamd-Bar: ---- On Mon, 17 Feb 2025 19:36:53 -0800, Steve Rikli wrote: > On Mon, Feb 17, 2025 at 09:35:00PM -0500, Vincent Sabio wrote: > >> Nope, it's totally gone. And I don't seem to have it under the 12.0 >> backups, either. Could it be new since 12.0? > > I don't think so. I see libdl.so.1 in an old backup list from a 12.1 system, > and afaik libdl is a pretty important library -- not surprised you have > substantial breakage from its absence. It appears to be a key component in XML parsing. All of the daemons that are refusing to run use XML in their config files. The ones that do not use XML (e.g., OpenSSH) are doing fine. :-) > I can't think what would cause a system lib like that to be removed and > not re-installed; Eddies in the space-time continuum. > it makes me wonder if your system kernel and userland > might be out-of-sync too at this point; e.g. check 'freebsd-version -kru' > just in case. That might tell you if a previous freebsd-update run was > not entirely successful. So, I tried rolling back the 14.1 update (because that was when I encountered the problem of named not running), but no luck. However, that 'unroll' will show here: chaos-root# freebsd-version -kru 14.0-RELEASE-p11 14.0-RELEASE-p11 14.0-RELEASE-p11 That APPEARS to be good, but I'm not the expert here, so let me know if you see something there that I am not.... :-) Thanks! - V