On Tue, 21 Mar 2023 17:22:09 +0100, u...@mailo.com wrote: > Did snapshot sysupgrade > > On reboot in tty0: > syspatch: Error retrieving https://mirror.ihost.md/pub/OpenBSD/7.3/packages/a > md64/SHA256.sig: 404 not found > > Issuing pkg_add -u: > https://mirror.ihost.md/pub/OpenBSD/7.3/packages/amd64/: no such dir
You need to use "pkg_add -Dsnap" when using a snapshot that is close to release. That will force pkg_add to use, for example, https://mirror.ihost.md/pub/OpenBSD/snapshots/packages/amd64/ - todd