Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Suricata v7.0.7_5 abruptly stops

    Scheduled Pinned Locked Moved IDS/IPS
    42 Posts 5 Posters 2.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bmeeksB
      bmeeks @anishkgt
      last edited by

      @anishkgt said in Suricata v7.0.7_5 abruptly stops:

      I know i can use the service watchdog to restart it

      No and NO!!!

      Never use Service Watchdog with either of the two IDS/IPS packages (Suricata and Snort). That package does not understand how the IDS/IPS packages operate and will needlessly issue duplicate restart commands to the binary resulting in duplicate "zombie" instances of the binary running and causing major issues.

      The PID file issue is a consequence of the Suricata process abruptly dying. Normally the binary clears that file when it shuts down in an orderly manner. But if the binary executable crashes suddenly, it will leave an orphaned PID lock file in the /var/run/ directory. You can safely delete that file and then Suricata will restart. There will be a separate PID file for each configured and running Suricata instance.

      A 1 Reply Last reply Reply Quote 1
      • A
        anishkgt @bmeeks
        last edited by

        @bmeeks So today i have just noticed that suricata has stopped. How can i troubleshoot this ?

        bmeeksB 1 Reply Last reply Reply Quote 1
        • bmeeksB
          bmeeks @anishkgt
          last edited by bmeeks

          @anishkgt said in Suricata v7.0.7_5 abruptly stops:

          @bmeeks So today i have just noticed that suricata has stopped. How can i troubleshoot this ?

          The same way you should troubleshoot any issue with software -- check all the applicable log files to see if anything related to the crash has been logged.

          On pfSense that means the system log (under STATUS > SYSTEM LOG). Next, check the suricata.log file under the LOGS VIEW tab of the Suricata GUI. Do not attempt to restart Suricata until you have checked these logs! Each time Suricata is restarted it will clear out the suricata.log file and start with a fresh copy.

          Post anything related you find in either log file back here in this thread.

          A 1 Reply Last reply Reply Quote 0
          • A
            anishkgt @bmeeks
            last edited by

            @bmeeks I can see the following error in the system log

            Dec 4 22:43:37	kernel		mvneta1: promiscuous mode disabled
            Dec 4 22:43:37	kernel		pid 51709 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
            Dec 4 22:43:37	kernel		pid 26454 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
            

            What does that mean ? Running low on memory ?

            bmeeksB 1 Reply Last reply Reply Quote 0
            • bmeeksB
              bmeeks @anishkgt
              last edited by bmeeks

              @anishkgt said in Suricata v7.0.7_5 abruptly stops:

              @bmeeks I can see the following error in the system log

              Dec 4 22:43:37	kernel		mvneta1: promiscuous mode disabled
              Dec 4 22:43:37	kernel		pid 51709 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
              Dec 4 22:43:37	kernel		pid 26454 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
              

              What does that mean ? Running low on memory ?

              Yes, your firewall is running out of free RAM. You are seeing the actions of the OOM (out-of-memory) Killer in action within FreeBSD. When a critical process requests an allocation of memory, the kernel's memory management subsystem looks for enough available free blocks to satisfy the request. If none are available, the OOM Killer is activated and it looks for the user process currently consuming the most RAM and attempts to kill that process to free up memory that can be allocated to fulfill the request from the critical process. The idea behind this logic is to make sure the kernel and its critical processes can always have RAM to run even when that means unilaterally killing some user process.

              You get in this situation by having too much stuff running on the machine. Suricata can consume a lot of RAM. So can some features enabled in packages such as pfBlockerNG and ntopng.

              A 1 Reply Last reply Reply Quote 0
              • A
                anishkgt @bmeeks
                last edited by

                @bmeeks considering the appliance is low on RAM (Netgate 2100). What would be an ideal configuration to run PfblockerNG and Suricata.
                Does Netgate allow replacing the current model with another ?

                S 1 Reply Last reply Reply Quote 0
                • S
                  SteveITS Galactic Empire @anishkgt
                  last edited by

                  @anishkgt What lists are you using in pfBlocker? We have never had a problem running those together at clients, but, we don't use, for instance, the UT1 list which is gigantic, and we don't just enable all the Suricata rules either.

                  I don't think Netgate has an exchange program. And I think the 6100 is the first model with 8 GB of RAM but I didn't look into that.

                  Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                  When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                  Upvote 👍 helpful posts!

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    anishkgt @SteveITS
                    last edited by

                    @SteveITS Forgot mention. I've been test running the nextDNS service which seems to be doing what pfblockerNG does. So, as of now I have stopped pfblockerNG and i was only running Suricata.

                    This is what i have installed in the package manager

                    • aws-wizard
                    • bandwidthd
                    • ipsec-profile-wizard
                    • ntopng
                    • pfBlockerNG
                    • Service_Watchdog
                    • System_Patches
                    • WireGuard

                    Of which ntopng and pfBlockerNG is nor running. I don't see much CPU (49%) and memory (13%) usage.

                    bmeeksB 1 Reply Last reply Reply Quote 0
                    • bmeeksB
                      bmeeks @anishkgt
                      last edited by bmeeks

                      @anishkgt said in Suricata v7.0.7_5 abruptly stops:

                      @SteveITS Forgot mention. I've been test running the nextDNS service which seems to be doing what pfblockerNG does. So, as of now I have stopped pfblockerNG and i was only running Suricata.

                      This is what i have installed in the package manager

                      • aws-wizard
                      • bandwidthd
                      • ipsec-profile-wizard
                      • ntopng
                      • pfBlockerNG
                      • Service_Watchdog
                      • System_Patches
                      • WireGuard

                      Of which ntopng and pfBlockerNG is nor running. I don't see much CPU (49%) and memory (13%) usage.

                      What is Service Watchdog monitoring? It should NEVER be configued to monitor and restart the IDS/IPS packages (Suricata or Snort). It does not understand how to properly monitor those package binaries for correct operation nor does it know how to correct restart individual failed instances.

                      Your problem is most likely a result of insufficient free RAM. Large rulesets combined with certain configuration options in Suricata can lead to huge RAM usage. This usage increases even more during rule updates.

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        anishkgt @bmeeks
                        last edited by

                        @bmeeks The Service_watchdog monitors the KEA_DHCP Server and the DNS Resolver. So would somehthing aroung 8GB be worth it. Since Netgate does not offer exchange, I might as well go with Protectli. I was hoping netgate would allow that way i could contribute to pfsense development.

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          SteveITS Galactic Empire @anishkgt
                          last edited by

                          @anishkgt I think you should find out what is using RAM to find out the cause, and what your setup requires. Check Diagnostics/Activity or run "top" at a command line.

                          To clarify my comment above, many of our clients have 2100s and we've never had a memory problem with Suricata.

                          Do you have a 2100 Max? A SSD is recommended to run ntopng because of the disk writing.
                          https://www.netgate.com/supported-pfsense-plus-packages

                          Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                          When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                          Upvote 👍 helpful posts!

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            anishkgt @SteveITS
                            last edited by

                            @SteveITS

                            This is how it looks. I have the 2100 Max model. Carn't really recall if it is SSD.

                            731adf94-4949-4432-949d-85e2a8b46c8e-image.png

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              SteveITS Galactic Empire @anishkgt
                              last edited by

                              @anishkgt The Max has an SSD.

                              That shows 2791 MB free. I guess you'll have to watch it for when the out of memory crash happens.

                              Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                              When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                              Upvote 👍 helpful posts!

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                anishkgt @SteveITS
                                last edited by

                                @SteveITS I don't get any notification that i could really monitor the Suricata service. How can i monitor ? i mean how can it checked against the time the service stops.

                                bmeeksB 1 Reply Last reply Reply Quote 0
                                • bmeeksB
                                  bmeeks @anishkgt
                                  last edited by

                                  @anishkgt said in Suricata v7.0.7_5 abruptly stops:

                                  @SteveITS I don't get any notification that i could really monitor the Suricata service. How can i monitor ? i mean how can it checked against the time the service stops.

                                  Look for any other events in the pfSense system log that occur around the same time as the out-of-memory process killer log entry.

                                  The entry that says:

                                  Dec 4 22:43:37	kernel		pid 51709 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                  Dec 4 22:43:37	kernel		pid 26454 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                  

                                  Post the messages a few minutes either side of the time where the above message is logged. That may offer a clue as to what other processes were trying to do something that triggered the out-of-memory condition.

                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    anishkgt @bmeeks
                                    last edited by anishkgt

                                    @bmeeks Here is what i can see in the system logs. I have not started the suricata service ever since it had stopped.

                                    Dec 14 00:01:42	kernel		mvneta1: promiscuous mode disabled
                                    Dec 14 00:01:42	kernel		pid 15084 (unbound), jid 0, uid 59, was killed: failed to reclaim memory
                                    Dec 14 00:01:42	kernel		pid 91364 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                    Dec 13 20:56:28	kernel		mvneta1: promiscuous mode enabled
                                    Dec 4 22:43:37	kernel		mvneta1: promiscuous mode disabled
                                    Dec 4 22:43:37	kernel		pid 51709 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                    Dec 4 22:43:37	kernel		pid 26454 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                    Dec 4 18:15:21	kernel		mvneta1: promiscuous mode enabled
                                    Dec 4 00:01:48	kernel		mvneta1: promiscuous mode disabled
                                    Dec 4 00:01:48	kernel		pid 12763 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                    Dec 4 00:01:48	kernel		pid 4569 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                    Dec 3 20:54:12	kernel		mvneta1: promiscuous mode enabled
                                    Dec 3 11:02:53	kernel		mvneta1: promiscuous mode disabled
                                    Dec 3 11:02:53	kernel		pid 31700 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                    Dec 3 11:02:51	kernel		pid 73039 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                    Dec 3 09:33:53	kernel		mvneta1: promiscuous mode enabled
                                    Dec 3 00:01:50	kernel		mvneta1: promiscuous mode disabled
                                    Dec 3 00:01:50	kernel		pid 90934 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                    Dec 3 00:01:50	kernel		pid 75984 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                    

                                    I can see the DNS Resolver which i assume is the "unbound" was also killed. I remeber earlier it being an issue when suricata stopped. What could be root cause.

                                    bmeeksB 1 Reply Last reply Reply Quote 0
                                    • bmeeksB
                                      bmeeks @anishkgt
                                      last edited by bmeeks

                                      @anishkgt said in Suricata v7.0.7_5 abruptly stops:

                                      @bmeeks Here is what i can see in the system logs. I have not started the suricata service ever since it had stopped.

                                      Dec 14 00:01:42	kernel		mvneta1: promiscuous mode disabled
                                      Dec 14 00:01:42	kernel		pid 15084 (unbound), jid 0, uid 59, was killed: failed to reclaim memory
                                      Dec 14 00:01:42	kernel		pid 91364 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                      Dec 13 20:56:28	kernel		mvneta1: promiscuous mode enabled
                                      Dec 4 22:43:37	kernel		mvneta1: promiscuous mode disabled
                                      Dec 4 22:43:37	kernel		pid 51709 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                      Dec 4 22:43:37	kernel		pid 26454 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                      Dec 4 18:15:21	kernel		mvneta1: promiscuous mode enabled
                                      Dec 4 00:01:48	kernel		mvneta1: promiscuous mode disabled
                                      Dec 4 00:01:48	kernel		pid 12763 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                      Dec 4 00:01:48	kernel		pid 4569 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                      Dec 3 20:54:12	kernel		mvneta1: promiscuous mode enabled
                                      Dec 3 11:02:53	kernel		mvneta1: promiscuous mode disabled
                                      Dec 3 11:02:53	kernel		pid 31700 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                      Dec 3 11:02:51	kernel		pid 73039 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                      Dec 3 09:33:53	kernel		mvneta1: promiscuous mode enabled
                                      Dec 3 00:01:50	kernel		mvneta1: promiscuous mode disabled
                                      Dec 3 00:01:50	kernel		pid 90934 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                      Dec 3 00:01:50	kernel		pid 75984 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                      

                                      I can see the DNS Resolver which i assume is the "unbound" was also killed. I remeber earlier it being an issue when suricata stopped. What could be root cause.

                                      Your firewall kernel is running out of free memory space for critical procesess. This line is the clue:

                                      Dec 4 00:01:48	kernel		pid 4569 (suricata), jid 0, uid 0, was killed: failed to reclaim memory
                                      

                                      and these --

                                      Dec 14 00:01:42	kernel		pid 15084 (unbound), jid 0, uid 59, was killed: failed to reclaim memory
                                      Dec 3 00:01:50	kernel		pid 90934 (php-fpm), jid 0, uid 0, was killed: failed to reclaim memory
                                      

                                      Suricata and the other processes listed are being arbitrarily killed by the FreeBSD kernel's OOM (out-of-memory) reaper. I explained in an earlier post in this thread what that means and how it works: https://forum.netgate.com/topic/195456/suricata-v7-0-7_5-abruptly-stops/9?_=1734182772335.

                                      You do not have enough RAM in an SG-2100 to run all the packages and options you have enabled. You will need to drastically trim your Suricata ruleset and/or curtail use of some pfBlockerNG DNSBL lists.

                                      When Suricata is updating its rules the memory usage can nearly double. The same sort of RAM consumption increase likely happens when pfBlockerNG updates its DNSBL lists and the unbound Python module is running. It is likely that during one of these times is when the OOM reaper engages and kills one or more of your user space processes.

                                      One last comment, I don't know if you are running pfSense in ZFS mode, but if you are that can exacerbate memory problems on a box with limited RAM running optional packages due to the ZFS ARC (Adaptive Replacement Cache). ZFS likes to use free RAM for caching.

                                      A 1 Reply Last reply Reply Quote 0
                                      • bmeeksB bmeeks referenced this topic on
                                      • A
                                        anishkgt @bmeeks
                                        last edited by

                                        @bmeeks I had been testing nextdns and all the while pfblockerNG was disabled but not uninstalled. Would it still update causing the memory low alerts.

                                        bmeeksB 1 Reply Last reply Reply Quote 0
                                        • bmeeksB
                                          bmeeks @anishkgt
                                          last edited by bmeeks

                                          @anishkgt said in Suricata v7.0.7_5 abruptly stops:

                                          @bmeeks I had been testing nextdns and all the while pfblockerNG was disabled but not uninstalled. Would it still update causing the memory low alerts.

                                          I do not have an answer for every "what if this" scenario. All I can tell you absolutely is that your firewall is running out of available free RAM from time to time. And when that happens, FreeBSD will call on its OOM reaper logic to kill the largest user-space processes until it can reclaim enough RAM to satisfy the most recent system allocation request.

                                          You have too much stuff running for the 2 GB of memory available in your box. If you run a stock vanilla pfSense with NOTHING else added, it should be okay. Then slowly add things back to see where the camel's back is broken and the OOM reaper starts killing things again. I am not fully familiar with all of the inner workings of pfBlockerNG. I know it depends upon cron tasks to handle routine updates. Those may still run even with it disabled (but not uninstalled). But I'm not sure about how that logic works as I've never used the package.

                                          S 1 Reply Last reply Reply Quote 0
                                          • S
                                            SteveITS Galactic Empire @bmeeks
                                            last edited by

                                            @bmeeks said in Suricata v7.0.7_5 abruptly stops:

                                            2 GB of memory available in your box

                                            The 2100 is 4 GB.

                                            You've had a tad more experience with Suricata than I 😁 but, for OP, I expect Suricata is not the actual problem/memory hog here. Perhaps, a full RAM disk or something like that? If you're using a RAM disk try turning that off.

                                            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                                            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                                            Upvote 👍 helpful posts!

                                            bmeeksB A 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.