הצטרף ל-Nostr
2026-04-30 17:58:13 UTC

Justine Smithies on Nostr: Oh great just updated my #FreeBSD Bastille jails and my radicale now fails to start ...

Oh great just updated my #FreeBSD Bastille jails and my radicale now fails to start with the following errors.

[2026-04-30 18:52:44 +0100] [12116] [INFO] Logging of backtrace is disabled in this loglevel
[2026-04-30 18:52:44 +0100] [12116] [INFO] Loaded default config
[2026-04-30 18:52:44 +0100] [12116] [INFO] Loaded config file '/usr/local/etc/radicale/config'
[2026-04-30 18:52:44 +0100] [12116] [INFO] Skipped missing/unreadable config file '/root/.config/radicale/config'
[2026-04-30 18:52:44 +0100] [12116] [INFO] Starting Radicale (python=3.11.15 radicale=3.6.1 vobject=0.9.6.1 passlib=1.7.4 defusedxml=0.7.1 bcrypt=5.0.0 argon2-cffi=25.1.0 pika=1.3.2 ldap=n/a ldap3=2.9.1 pam=n/a) as user=root(0) groups=wheel(0),wheel(0),operator(5) on FreeBSD-15.0-RELEASE-amd64-64bit-ELF
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth type is 'radicale.auth.htpasswd'
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth.strip_domain: False
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth.lc_username: False
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth.uc_username: False
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth.urldecode_username: False
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth.delay: 1.000000 seconds
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth.cache_logins: False
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth htpasswd file: '/usr/local/etc/radicale/users'
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth htpasswd file encoding: 'utf-8'
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth htpasswd cache: False
[2026-04-30 18:52:44 +0100] [12116] [INFO] auth htpasswd encryption is 'radicale.auth.htpasswd_encryption.bcrypt'
[2026-04-30 18:52:44 +0100] [12116] [INFO] Read content of htpasswd file start: '/usr/local/etc/radicale/users'
[2026-04-30 18:52:44 +0100] [12116] [INFO] Read content of htpasswd file done: '/usr/local/etc/radicale/users' (entries: 1, duplicates: 0, errors: 0)
[2026-04-30 18:52:44 +0100] [12116] [WARNING] bcrypt module version '5.0.0' >= '5.0.0' and passlib(libpass) module version '1.7.4' < '1.9.3' found => incompatible, downgrade bcrypt or upgrade passlib(libpass)
[2026-04-30 18:52:44 +0100] [12116] [CRITICAL] An exception occurred during server startup: The htpasswd encryption method 'bcrypt' requires the bcrypt module but not usuable
I've tried reinstalling all the usual suspects like py311-bcrypt and py311-passlib which I think the latter is the issue here but it will not start not even from service radicale start

I'm running on the latest 15.0-RELEASE-p7
Anyone ??