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

    Suricata fails to start

    Scheduled Pinned Locked Moved IDS/IPS
    13 Posts 6 Posters 6.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.
    • G Offline
      gdsnytech
      last edited by

      You need to run this on the CLI to create 'snort2c' in 'Tables'.

      pfctl -t snort2c -T add 1.1.1.1

      Note that you have to re-run every time you reboot pfsense.

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

        @gdsnytech:

        You need to run this on the CLI to create 'snort2c' in 'Tables'.

        pfctl -t snort2c -T add 1.1.1.1

        Note that you have to re-run every time you reboot pfsense.

        This should never be necessary.  pfSense itself is supposed to automatically create that table upon boot.  If your system does not, then something is wrong with your installation.  Try the trick from this thread and see if it will fix your problem – https://forum.pfsense.org/index.php?topic=82268.msg450204#msg450204

        Bill

        1 Reply Last reply Reply Quote 0
        • M Offline
          martind1111
          last edited by

          Sorry for the delay for the followup, I was on vacation this past week and just realized that this thread was still unresolved. In response to Bill's first reply, I have tried to run:

          /usr/local/etc/rc.d/suricata.sh start

          but nothing is happening.

          However, I can be more precise in my error reporting. If I run the following command:

          /usr/pbi/suricata-amd64/bin/suricata -i re1 -D -c /usr/pbi/suricata-amd64/etc/suricata/suricata_19353_re1/suricata.yaml –pidfile /var/run/suricata_re119353.pid

          I get the following error on the console:

          6/8/2015 -- 20:34:31 - <error>- [ERRCODE: SC_ERR_CONF_YAML_ERROR(240)] - Failed to parse configuration file at line 377: did not find expected key

          Here is the content of my YAML file around line 377 (I have prefixed each line with the line number followed by a colon and a space):

          373: ############################################################## #############
          374: # Configure libhtp.
          375: libhtp:
          376:    default-config:
          377:          personality: IDS
          378:      request-body-limit: 4096
          379:      response-body-limit: 4096
          380:      double-decode-path: no
          381:      double-decode-query: no
          382:      uri-include-all: no

          My system rebooted July 31st, but suricata failed to restart on reboot.

          Martin</error>

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

            @martind1111:

            Sorry for the delay for the followup, I was on vacation this past week and just realized that this thread was still unresolved. In response to Bill's first reply, I have tried to run:

            /usr/local/etc/rc.d/suricata.sh start

            but nothing is happening.

            However, I can be more precise in my error reporting. If I run the following command:

            /usr/pbi/suricata-amd64/bin/suricata -i re1 -D -c /usr/pbi/suricata-amd64/etc/suricata/suricata_19353_re1/suricata.yaml –pidfile /var/run/suricata_re119353.pid

            I get the following error on the console:

            6/8/2015 -- 20:34:31 - <error>- [ERRCODE: SC_ERR_CONF_YAML_ERROR(240)] - Failed to parse configuration file at line 377: did not find expected key

            Here is the content of my YAML file around line 377 (I have prefixed each line with the line number followed by a colon and a space):

            373: ############################################################## #############
            374: # Configure libhtp.
            375: libhtp:
            376:    default-config:
            377:          personality: IDS
            378:      request-body-limit: 4096
            379:      response-body-limit: 4096
            380:      double-decode-path: no
            381:      double-decode-query: no
            382:      uri-include-all: no

            My system rebooted July 31st, but suricata failed to restart on reboot.

            Martin</error>

            This is a bug in the file /usr/local/pkg/suricata/suricata_yaml_template.inc.  I'll fix it in the next Suricata update.

            Try this edit to the file.  Open it using Diagnostics > Edit File from the pfSense menu.  Scroll down to the bottom of the file and locate this section of code:

            
            ###########################################################################
            # Configure libhtp.
            libhtp:
               default-config:
                 {$http_hosts_default_policy}
            
               {$http_hosts_policy}
            
            

            Remove the leading spaces from the line containing "{$http_hosts_default_policy}" and save the change.  It should look like this after editing:

            
            ###########################################################################
            # Configure libhtp.
            libhtp:
               default-config:
            {$http_hosts_default_policy}
            
               {$http_hosts_policy}
            
            

            Try starting Suricata from the GUI using the icons on the SURICATA INTERFACES tab.

            Bill

            1 Reply Last reply Reply Quote 0
            • G Offline
              gdsnytech
              last edited by

              I am having this issue now on a new install on a different box. Running the command to add snort2c doesn't help either.

              1 Reply Last reply Reply Quote 0
              • M Offline
                martind1111
                last edited by

                Bill,

                The last fix that you posted on this thread works for me. I have restarted suricata through the interface menu and the system recreates the file with the proper formatting now. Thanks a lot.

                Martin

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

                  @martind1111:

                  Bill,

                  The last fix that you posted on this thread works for me. I have restarted suricata through the interface menu and the system recreates the file with the proper formatting now. Thanks a lot.

                  Martin

                  Thanks for the feedback.  I will fix this in the next Suricata update.

                  Bill

                  1 Reply Last reply Reply Quote 0
                  • G Offline
                    GavinCarden
                    last edited by

                    Had the same issue and tried to edit the file. the fix did not work however just a simple package reinstall did the trick. Great Work on the package!!!

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      cjking
                      last edited by

                      Has there been a regression? Package version 3.2.1_3.

                      I have run into the same problem, made a quick fix to my installation by editing /usr/local/pkg/suricata/suricata_generate_yaml.php and removing the whitespace before personality: IDS.

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

                        @cjking:

                        Has there been a regression? Package version 3.2.1_3.

                        I have run into the same problem, made a quick fix to my installation by editing /usr/local/pkg/suricata/suricata_generate_yaml.php and removing the whitespace before personality: IDS.

                        I don't see a regression in the current release.  I also tested in this in the upcoming 4.0.0 package update and it appears OK there as well.

                        Bill

                        1 Reply Last reply Reply Quote 0
                        • B Offline
                          Bjonne
                          last edited by

                          I fixed it by doing both of these suggested fixes :

                          1. "Remove the leading spaces from the line containing "{$http_hosts_default_policy}" and save the change. "
                          2. "I have run into the same problem, made a quick fix to my installation by editing /usr/local/pkg/suricata/suricata_generate_yaml.php and removing the whitespace before personality: IDS."

                          After that I reinstalled the package and it works.

                          Great job!

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