Hello,
I receive the following error message:
/usr/bin/suricata -q 0 -c /etc/suricata/suricata.yaml -i ens1f0 -vvv (code=exited, status=1)
Failed to start Suricata IDS/IDP daemon
journalctl -u suricata
Jun 08 11:54:49 cloud systemd[1]: Stopped Suricata IDS/IDP daemon.
Jun 08 11:54:49 cloud systemd[1]: Started Suricata IDS/IDP daemon.
Jun 08 11:54:49 cloud suricata[292253]: 8/6/2023 – 11:54:49 - - [ERRCODE: SC_ERR_MULTIPLE_RUN_MODE(126)] - more than one run mode has been specified
Jun 08 11:54:49 cloud suricata[292253]: Suricata 6.0.10
Debian 11 Linux PVE 5.15.107-2 (2023-05-10T09:10Z) x86_64 GNU/Linux
iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-N CHECK_IPS
-A FORWARD -j CHECK_IPS
-A CHECK_IPS -j NFQUEUE --queue-num 0
It seems to be an issue with multiple runmodes specified, but I don’t know howto check it or to solve it. Any help is appreatiated.
best regards - Lupus