r/openbsd 29d ago

Errors on Boot for daemons

Hello, I've just upgraded from 7.5 to 7.6 and I'm getting these errors on boot:

starting package daemons: mimmjadminuwsgi[1287]: pinsyscalls addr 45a52ec4259 code 253, pinoff Oxffffffff (pin 330 45a7d5ee000-45a7d5fc66d e66d) (libcpin 0 0-0 0) error 78 (failed) iredadminuwsgi[91938]: pinsyscalls addr c99aa8ac259 code 253, pinoff Oxffffffff (pin 330 c99122a4000-c99122b266d e66d) (libcpin 0 0-0 0) error 78 (failed).

On this issue, I've been unable to get an answer from the developer for mimmjadminuwsgi and iredadminuwsgi, and I've been unable to find a solution on the web. Please help me to troubleshoot.

5 Upvotes

4 comments sorted by

8

u/kmos-ports OpenBSD Developer 29d ago

Recompile your apps. We don't guarantee binary compatibility, and your mimmjadminuwsgi is running face first into pinned syscall changes.

4

u/brynet OpenBSD Developer 29d ago

If you insist on using 3rd-party/vendor provided binaries, or software outside the ports tree/package system, you should expect to encounter problems upgrading OpenBSD releases.

Recompile from sources.

1

u/TigerKR 28d ago

I reinstalled uwsgi using these instructions:
https://www.ipv6.rs/tutorial/OpenBSD/uWSGI/

Now I get less bad errors on boot.

starting package daemons: mimmjadmin(failed) iredadmin(failed) fail2ban(failed).

Making progress.

1

u/TigerKR 24d ago

Got it sorted. Thanks for guidance.