Solved Upgrade from 12.1 to 12.2 broke rspamd

Just info, after upgrading to 12.2 rspamd no longer works:
Code:
# /usr/local/etc/rc.d/rspamd start
Starting rspamd.
Bus error
/usr/local/etc/rc.d/rspamd: WARNING: failed to start rspamd

Just noticed that, currently looking for solution.
 
Just saw that rspamd needs luajit...
OPTIONS_DEFAULT_amd64= LUAJIT
 
So, after messing with that for like 12 hours got it fixed.

Upgraded rspamd and redis with all the depends.
Code:
rspamd-1.9.4_2              <  needs updating (port has 2.6)
redis-4.0.14_1              <  needs updating (port has 5.0.9)
But it still did not work. Then I discovered rspamd upgrade had nuked my config. Good thing I had full backup, so just copied the old config over new. Got several errors and warnings, but the things seems to work, that's most important.

YMMV
 
Back
Top