On Sun, 2019-11-17 at 16:25 +0100, Unicorn wrote: > Hello again, > > I am currently setting up redis with rspamd for my mail setup, but I > am > encountering an issue when trying to just start redis. > For the record, I am following the guide at > https://poolp.org/posts/2019-09-14/setting-up-a-mail-server-with-opensmtpd-dovecot-and-rspamd/ > > After installing redis (and rspamd), before having modified any part > of > redis, starting redis with 'rcctl start redis' fails. I then tried > running the binary itself in /usr/local/sbin/redis-server, which only > returns 'Bus error (core dumped)'. > > I changed the log level in the '/etc/redis/redis.conf' to debug, but > do > not get any more information about the reason for failure. Running > 'grep -R redis /var/log/' did not give me any information either, and > after changing the log level to debug, the only thing that changed is > an unreadable 'redis-server.core' file appearing in '/var/log'. > > I'd very much appreciate your help, thanks in advance! > > Best, > > Unicorn >
I forgot to mention that I am running redis on ARMv7, and I think the issue is that something is broken with ARMv7 and Redis, since it worked just fine inside a VM on x86_64. Is there anything I can do to fix this or diagnose it further? Would really appreciate any suggestions. :) Best, Unicorn

