Skip to content

Instantly share code, notes, and snippets.

@Grommish
Created March 14, 2022 21:08
Show Gist options
  • Save Grommish/7ba3ba7e7558c97ae0d92a2b01c99a28 to your computer and use it in GitHub Desktop.
Save Grommish/7ba3ba7e7558c97ae0d92a2b01c99a28 to your computer and use it in GitHub Desktop.
root@OpenWrt:~# suricata -vvvvv -c /etc/suricata/suricata.yaml -i eth0
Warning: Invalid/No global_log_level assigned by user. Falling back on the default_log_level "Info"
14/3/2022 -- 21:03:50 - <Notice> - This is Suricata version 6.0.4 RELEASE running in SYSTEM mode
14/3/2022 -- 21:03:50 - <Info> - CPUs/cores online: 2
14/3/2022 -- 21:03:50 - <Info> - Found an MTU of 1500 for 'eth0'
14/3/2022 -- 21:03:50 - <Info> - Found an MTU of 1500 for 'eth0'
14/3/2022 -- 21:03:50 - <Notice> - Host config from suricata.yaml: memcap: 16777216, hash-size: 4096, prealloc: 1000
14/3/2022 -- 21:03:50 - <Info> - fast output device (regular) initialized: fast.log
14/3/2022 -- 21:03:50 - <Info> - eve-log output device (regular) initialized: eve.json
14/3/2022 -- 21:03:50 - <Info> - stats output device (regular) initialized: stats.log
14/3/2022 -- 21:03:50 - <Info> - Running in live mode, activating unix socket
14/3/2022 -- 21:03:50 - <Warning> - [ERRCODE: SC_ERR_NO_RULES(42)] - No rule files match the pattern /etc/suricata/rules/suricata.rules
14/3/2022 -- 21:03:50 - <Warning> - [ERRCODE: SC_ERR_NO_RULES_LOADED(43)] - 1 rule files specified, but no rules were loaded!
14/3/2022 -- 21:03:50 - <Info> - Threshold config parsed: 0 rule(s) found
14/3/2022 -- 21:03:50 - <Info> - 0 signatures processed. 0 are IP-only rules, 0 are inspecting packet payload, 0 inspect application layer, 0 are decoder event only
14/3/2022 -- 21:03:50 - <Warning> - [ERRCODE: SC_ERR_SYSCALL(50)] - Failure when trying to set feature via ioctl for 'eth0': Not supported (122)
14/3/2022 -- 21:03:50 - <Info> - Going to use 1 thread(s)
14/3/2022 -- 21:03:51 - <Info> - Running in live mode, activating unix socket
14/3/2022 -- 21:03:51 - <Info> - Using unix socket file '/var/run/suricata/suricata-command.socket'
14/3/2022 -- 21:03:51 - <Info> - Created socket directory /var/run/suricata/
14/3/2022 -- 21:03:51 - <Notice> - all 1 packet processing threads, 4 management threads initialized, engine started.
14/3/2022 -- 21:03:51 - <Info> - All AFP capture threads are running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment