Hi guys,
I can’t get suricata to start on my raspberry pi 3.
Is there a workaround for this?
First of all 6.0.1 is very old, 6.0.13 is the current stable.
Second, how did you install Suricata and how does the systemd template look like?
I would at least use the backports version or rather build your own, you might run into other bugs as well.
What happens if you run this manually:
/usr/bin/suricata --af-packet -c /etc/suricata/suricata.yaml
Also post your suricata.yaml and check suricata.log
Yes that command works fine. Nevermind I found the problem. There was a manual override on the memory here: /etc/systemd/system/suricata.service.d/override.conf. I deleted the file and now it works