I upgraded to 1.7.2 and OpenBSD 7.6.
I am experiencing issues with: mimmjadminuwsgil, iredadminuwsgil, and fail2ban. During boot, the following errors are produced:
starting package daemons: postgresql nginx php81_fpm dovecot clamd freshclam amavisd postfix mimmjadminuwsgi[1287]: pinsyscalls addr 45a52ec4259 code 253, pinoff Oxffffffff (pin 330 45a7d5ee000-45a7d5fc66d e66d) (libcpin 0 0-0 0) error 78 (failed) iredapd iredadminuwsgi[91938]: pinsyscalls addr c99aa8ac259 code 253, pinoff Oxffffffff (pin 330 c99122a4000-c99122b266d e66d) (libcpin 0 0-0 0) error 78 (failed) fail2ban(failed) gemu_ga.
starting local daemons: cron.
Additionally, after login - when I try to run:
doas fail2ban-client -x reload
I get the following error:
Traceback (most recent call last):
File "/usr/local/bin/fail2ban-client", line 34, in <module>
from fail2ban.client.fail2banclient import exec_command_line, sys
ModuleNotFoundError: No module named 'fail2ban'
I've also received an email from root on the server with the following error message:
Subject: Cron <root@mail> /usr/local/bin/bash /usr/local/bin/fail2ban_banned_db unban_db
Body: ld.so: psql: can't load library 'liblzma.so.2.2'
All system patches have been applied and all packages are updated. The issue persists after rebooting.
It looks like I have a file /usr/local/lib/liblzma.so.2.3, so I tried:
doas ln -s /usr/local/lib/liblzma.so.2.3 /usr/local/lib/liblzma.so.2.2
I also tried replacing the shabang line in doas nano /usr/local/bin/fail2ban_banned_db to:
Neither helped.