``` doas pkg upgrade -r pkg pkg Updating pkg repository catalogue... Fetching meta.conf: 100% 179 B 0.2kB/s 00:01 Fetching data.pkg: 100% 339 KiB 347.3kB/s 00:01 Processing entries: 0% Newer FreeBSD version for package xxd: To ignore this error set IGNORE_OSVERSION=yes - package: 1500063 - running userland: 1500050 Ignore the mismatch and continue? [y/N]: y Processing entries: 100% pkg repository update completed. 1103 packages processed. pkg is up to date. New version of pkg detected; it needs to be installed first. The following 1 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: pkg: 2.2.1 -> 2.2.2 [pkg] Number of packages to be upgraded: 1 The process will require 6 MiB more space. 13 MiB to be downloaded. Proceed with this action? [y/N]: y [1/1] Fetching pkg-2.2.2.pkg: 100% 13 MiB 7.1MB/s 00:02 Checking integrity... done (0 conflicting) [1/1] Upgrading pkg from 2.2.1 to 2.2.2... [1/1] Extracting pkg-2.2.2: 100% ld-elf.so.1: Shared object "libutil.so.10" not found, required by "pkg" ``` OK let's use `pkg-static` and see if we can get further! Yes we do.. ``` [504/504] Extracting FreeBSD-zfs-man-15.snap20250821133115: 100% dch@neuromancer ~> doas pkg upgrade -r pkg pkg ld-elf.so.1: Shared object "libutil.so.9" not found, required by "doas" dch@neuromancer ~ [1]> su Password: fish: Job 1, 'su' terminated by signal SIGSYS (Bad system call) dch@neuromancer ~ [SIGSYS]> Fuckity Fuck. ``` OK let's reboot by serial console... ``` Setting date via ntp. 26 Aug 19:20:36 ntpdate[11785]: step time server 2a0d:f302:101:357::1 offset -0.410658 sec Mounting late filesystems:. Security policy loaded: MAC/ntpd (mac_ntpd) Starting ntpd. Bad system call /etc/rc: WARNING: failed to start ntpd Performing sanity check on sshd configuration. Bad system call (core dumped) /etc/rc: WARNING: failed precmd routine for sshd Starting cron. Starting background file system checks in 60 seconds. login: root Password: Login incorrect login: root Password: Aug 26 19:21:10 neuromancer login[12035]: ROOT LOGIN (root) ON ttyu1 FreeBSD/amd64 (neuromancer.skunkwerks.at) (ttyu1) login: root Password: Aug 26 19:21:12 neuromancer login[12036]: ROOT LOGIN (root) ON ttyu1 FreeBSD/amd64 (neuromancer.skunkwerks.at) (ttyu1) login: root Password: Login incorrect login: ``` Really fuckety fuck.