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

    Snort Won't Start After Upgrade

    pfSense Packages
    64
    301
    212.6k
    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.
    • H
      Highroller
      last edited by

      @Cino:

      Not really sure why some are having issues with AMD64 and Snort.. I did a fresh install over the weekend and snort worked. blocking offenders doesn't work but it did at least create alerts.. Until that part is fix, doesn't make sure to run snort. IMHO.

      Only thing i can think of, i'm running 2.1 Dev and not the mainstream 2.0RC3 snapshots…

      @Ermal Could my above statement make any sense on why AMD64 runs for me and not others?

      Have the issues with Snort and PfSense 2.0 RC3 been corrected?

      1 Reply Last reply Reply Quote 0
      • B
        breusshe
        last edited by

        ln -s /lib/libpcap.so.7 /lib/libpcap.so.1

        I used the above command, which fixed that issue.  However, when I tried to start after that, I got messages about a missing folder, "/usr/local/lib/snort/snort_dynamicpreprocessor/".

        To fix that issue, I wound up making three more symlinks:

        ln -s /usr/local/lib/snort/dynamicpreprocessor /usr/local/lib/snort_dynamicpreprocessor
        ln -s /usr/local/lib/snort/dynamicengine /usr/local/lib/snort_dynamicengine
        ln -s /usr/local/lib/snort/dynamicrules /usr/local/lib/snort_dynamicrules

        I then had an issue with snort unable to find "local.rules".  To fix this (and I have no idea why this works) I had to manully update the rules (again, since they were already up to date) and then wait about five minutes.  I discovered this by updating the rules by chance (read: desparation), then, when it failed to start, looking online for a few minutes before, out of desparation, trying to start Snort again only to see it work.  Once all of the above was completed, Snort started.  I do not know if the rules update helped or not, but I know that when I made a change to my "Performance" by changing AC-SPARSEBANDS to AC-STD, when I restarted Snort it would not work.  After running the rules update again and waiting a few minutes, it started right up.

        Hope this helps folks.

        1 Reply Last reply Reply Quote 0
        • H
          Highroller
          last edited by

          @breusshe:

          ln -s /lib/libpcap.so.7 /lib/libpcap.so.1

          I used the above command, which fixed that issue.  However, when I tried to start after that, I got messages about a missing folder, "/usr/local/lib/snort/snort_dynamicpreprocessor/".

          To fix that issue, I wound up making three more symlinks:

          ln -s /usr/local/lib/snort/dynamicpreprocessor /usr/local/lib/snort_dynamicpreprocessor
          ln -s /usr/local/lib/snort/dynamicengine /usr/local/lib/snort_dynamicengine
          ln -s /usr/local/lib/snort/dynamicrules /usr/local/lib/snort_dynamicrules

          I then had an issue with snort unable to find "local.rules".  To fix this (and I have no idea why this works) I had to manully update the rules (again, since they were already up to date) and then wait about five minutes.  I discovered this by updating the rules by chance (read: desparation), then, when it failed to start, looking online for a few minutes before, out of desparation, trying to start Snort again only to see it work.  Once all of the above was completed, Snort started.  I do not know if the rules update helped or not, but I know that when I made a change to my "Performance" by changing AC-SPARSEBANDS to AC-STD, when I restarted Snort it would not work.  After running the rules update again and waiting a few minutes, it started right up.

          Hope this helps folks.

          "DANG" What a Pain! Thanks for the info, the way I look at it, if you have to go through all this, no telling if it is even doing it's job or not. I greatly appreciate the info!

          1 Reply Last reply Reply Quote 0
          • B
            breusshe
            last edited by

            Another update. Just tried rebooting the server – no updates were done or any changes to configuration or addition/deletion of any packages. When the server came back up, Snort would not start. When I started Snort manually from the command line, it gave that same FATAL ERROR about not being able to locate /usr/local/etc/snort/../rules/local.rules. I let the box sit for about 10 minutes and tried to start Snort again thinking something just needed to catch up. No dice. So, I re-ran the rules updater. It didn't update any of the rules, though the operation was successful (which makes since, the rules were up to date already). Still no dice. I ran the updater a second time and Snort was able to start up immediately. I can reproduce this anytime just by rebooting the server.

            To fix this, I had to create the file using the following command:

            touch /usr/local/etc/snort/rules/local.rules

            I know that the Snort error message use the path "/usr/local/etc/snort/../rules/local.rules", but you need to remove the "../" in order for the touch command to work (since the /usr/local/etc/rules/ folder does not exist). Once the local.rules file exists, you can reboot the pfSense server all day long and Snort will start up at boot time automatically.

            Okay, I think that concludes all of the odd little tweaks one has to do to get Snort to run under pfSense v2.0-RC3. I hope... the only snag that I think might cause an issue is a future rules update since that flushes the rules folder.  if local.rules is deleted, then it will have to be recreated.  I would like to add the touch command to the bootup init scripts, someplace before the Snort service starts.  But, I'm not as familiar with FreeBSD, so I'm not entirely sure where that would be.  As it stands, I might have to re-run this touch command after rules are updated, though it will work otherwise.

            At any rate, as a recap of all I've done to get Snort to work, I'm listing all of the commands here:

            1.)  ln -s /lib/libpcap.so.7 /lib/libpcap.so.1
            2.)  ln -s /usr/local/lib/snort/dynamicpreprocessor /usr/local/lib/snort_dynamicpreprocessor
            3.)  ln -s /usr/local/lib/snort/dynamicengine /usr/local/lib/snort_dynamicengine
            4.)  ln -s /usr/local/lib/snort/dynamicrules /usr/local/lib/snort_dynamicrules
            5.)  manually update the Snort rules.
            6.)  touch /usr/local/etc/snort/rules/local.rules

            1 Reply Last reply Reply Quote 0
            • A
              asterix
              last edited by

              Still the function "Block offenders" is not working. Kinda beats the purpose of having Snort as it shows you the alerts but is not able to to take the right action when needed.

              I have upgraded to 8GB today and 50/8 bandwidth. Haven't installed the snort package as it doesn't make a difference as it's yet not fully functional on amd64.

              1 Reply Last reply Reply Quote 0
              • D
                digdug3
                last edited by

                Just updated to 2.0RC3 28-08 i386

                Snort 2.8.6.1 pkg v. 2.0 has still the same problems.
                Barnyard not working (when setting up it will corrupt the Snort settings)
                netbios rules block Snort from starting

                1 Reply Last reply Reply Quote 0
                • B
                  breusshe
                  last edited by

                  @digdug3:

                  Just updated to 2.0RC3 28-08 i386

                  Snort 2.8.6.1 pkg v. 2.0 has still the same problems.
                  Barnyard not working (when setting up it will corrupt the Snort settings)
                  netbios rules block Snort from starting

                  Just curious…

                  Do you have a separate box for the mySQL server that Barnyard uses?  As for the Netbios rules, I believe performing the steps I listed just a couple of posts ago should fix that problem.

                  1 Reply Last reply Reply Quote 0
                  • T
                    th3r3isnospoon
                    last edited by

                    Kind of bummed.

                    Just got the Internet installed at the new place and upgrade to the latest snap / uninstalled and reinstalled SNORT and it still doesn't work.

                    I am now getting a different error: snort[110]: FATAL ERROR: /usr/local/etc/snort/snort_36327_em0/snort.conf(351) Unknown output plugin: "alert_pf"

                    Any ideas?

                    Thanks,

                    -th3r3isnospoon

                    1 Reply Last reply Reply Quote 0
                    • B
                      breusshe
                      last edited by

                      @th3r3isnospoon:

                      Kind of bummed.

                      Just got the Internet installed at the new place and upgrade to the latest snap / uninstalled and reinstalled SNORT and it still doesn't work.

                      I am now getting a different error: snort[110]: FATAL ERROR: /usr/local/etc/snort/snort_36327_em0/snort.conf(351) Unknown output plugin: "alert_pf"

                      Any ideas?

                      Thanks,

                      -th3r3isnospoon

                      I'd try running the rules updater again.  Maybe something went wrong during the update.  If that doesn't help, try reinstalling the package and then do another rules update (again).

                      1 Reply Last reply Reply Quote 0
                      • T
                        th3r3isnospoon
                        last edited by

                        @breusshe:

                        @th3r3isnospoon:

                        Kind of bummed.

                        Just got the Internet installed at the new place and upgrade to the latest snap / uninstalled and reinstalled SNORT and it still doesn't work.

                        I am now getting a different error: snort[110]: FATAL ERROR: /usr/local/etc/snort/snort_36327_em0/snort.conf(351) Unknown output plugin: "alert_pf"

                        Any ideas?

                        Thanks,

                        -th3r3isnospoon

                        I'd try running the rules updater again.  Maybe something went wrong during the update.  If that doesn't help, try reinstalling the package and then do another rules update (again).

                        Tried that, still doesn't work.

                        I just updated to the Aug 30th snap and am now getting this error: snort[12676]: FATAL ERROR: /usr/local/etc/snort/snort_50067_em0/snort.conf(351) Unknown output plugin: "alert_pf"

                        -th3r3isnospoon

                        1 Reply Last reply Reply Quote 0
                        • S
                          strasharo
                          last edited by

                          @digdug3:

                          Just updated to 2.0RC3 28-08 i386

                          Snort 2.8.6.1 pkg v. 2.0 has still the same problems.
                          Barnyard not working (when setting up it will corrupt the Snort settings)
                          netbios rules block Snort from starting

                          Same here. Without trying to use Barnyard everything works fine. When I tried to enable Barnyard I get the following error while saving the settings for it:

                          Warning: fopen(/usr/local/etc/snort/snort__rl2/barnyard2.conf): failed to open stream: No such file or directory in /usr/local/pkg/snort/snort.inc on line 1439
                          

                          The right path for the snort configuration is:

                          [2.0-RC3][root@kainak]/usr/local/etc/snort(3): ls -l | grep rl2
                          drwxrwx---  3 snort  snort      512 Aug 30 20:36 snort_46454_rl2
                          [2.0-RC3][root@kainak]/usr/local/etc/snort(4):
                          
                          

                          And the problematic line 1439 from /usr/local/pkg/snort/snort.inc is:

                                  $bconf = fopen("/usr/local/etc/snort/snort_{$snort_uuid}_{$if_real}/barnyard2.conf", "w");
                          
                          

                          Looks like it's missing $snort_uuid for some reason. :-\

                          1 Reply Last reply Reply Quote 0
                          • T
                            th3r3isnospoon
                            last edited by

                            Here's the issue on redmine: http://redmine.pfsense.org/issues/1753

                            If you un-check 'block offenders', SNORT will start.  Guess for now on the AMD64 builds, you can have SNORT running, you will just have to watch the logs and block attacks via firewall rules.

                            -th3r3isnospoon

                            1 Reply Last reply Reply Quote 0
                            • H
                              Highroller
                              last edited by

                              @th3r3isnospoon:

                              Here's the issue on redmine: http://redmine.pfsense.org/issues/1753

                              If you un-check 'block offenders', SNORT will start.  Guess for now on the AMD64 builds, you can have SNORT running, you will just have to watch the logs and block attacks via firewall rules.

                              -th3r3isnospoon

                              So why use snort at all.

                              1 Reply Last reply Reply Quote 0
                              • D
                                digdug3
                                last edited by

                                @breusshe:

                                @digdug3:

                                Just updated to 2.0RC3 28-08 i386

                                Snort 2.8.6.1 pkg v. 2.0 has still the same problems.
                                Barnyard not working (when setting up it will corrupt the Snort settings)
                                netbios rules block Snort from starting

                                Just curious…

                                Do you have a separate box for the mySQL server that Barnyard uses?  As for the Netbios rules, I believe performing the steps I listed just a couple of posts ago should fix that problem.

                                Yes, I have a separate MySQL server. The Netbios rules are duplicate with EM ones, looks like psfense has to deduplicate rules before snort tries to load them. All other rules load up just fine.

                                @strasharo:

                                @digdug3:

                                Just updated to 2.0RC3 28-08 i386

                                Snort 2.8.6.1 pkg v. 2.0 has still the same problems.
                                Barnyard not working (when setting up it will corrupt the Snort settings)
                                netbios rules block Snort from starting

                                Same here. Without trying to use Barnyard everything works fine. When I tried to enable Barnyard I get the following error while saving the settings for it:

                                Warning: fopen(/usr/local/etc/snort/snort__rl2/barnyard2.conf): failed to open stream: No such file or directory in /usr/local/pkg/snort/snort.inc on line 1439
                                

                                The right path for the snort configuration is:

                                [2.0-RC3][root@kainak]/usr/local/etc/snort(3): ls -l | grep rl2
                                drwxrwx---  3 snort  snort      512 Aug 30 20:36 snort_46454_rl2
                                [2.0-RC3][root@kainak]/usr/local/etc/snort(4):
                                
                                

                                And the problematic line 1439 from /usr/local/pkg/snort/snort.inc is:

                                        $bconf = fopen("/usr/local/etc/snort/snort_{$snort_uuid}_{$if_real}/barnyard2.conf", "w");
                                
                                

                                Looks like it's missing $snort_uuid for some reason. :-\

                                Correct. Besides that it looks like barnyard.conf is not created and Barnyard is not installed at all…
                                If I try to find Barnyard it is not even there (even after removing/reinstalling snort package).

                                1 Reply Last reply Reply Quote 0
                                • E
                                  eri--
                                  last edited by

                                  Can you please try with a new version of the package posted?
                                  For now i386 port should be stable on most things.

                                  The amd64 is pending a rebuild of the port. will be done in an hour or so.

                                  This includes even fixes for those "alert_pf" error messages you were getting.

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    darklogic
                                    last edited by

                                    I was having issues with it starting after I updated as well. I was able to get things going again after I unchecked block offenders and then selected start. I then went back and checked block offenders, saved, and then stopped and started the interface. This seemed to work for me.

                                    I hope it does the same for others. Note: I am not running barnyard.

                                    Also, could someone tell me what this update addresses?

                                    Thanks

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      strasharo
                                      last edited by

                                      With the new package (2.9 pkg v. 2.0) I'm now able to save the barnyard settings without the issues mentioned above, but the barnyard2 binary appears still to be missing:

                                      [2.0-RC3][root@kainak]/usr/local/bin(6): ls -l | grep -i barn
                                      [2.0-RC3][root@kainak]/usr/local/bin(7):
                                      
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        Cino
                                        last edited by

                                        @ermal receiving this error on the new i386 ver:

                                        Sep 1 14:00:40 snort[37788]: FATAL ERROR: Failed to initialize dynamic preprocessor: SF_DCERPC version 1.1.5 (-1)
                                        Sep 1 14:00:40 snort[37788]: FATAL ERROR: Failed to initialize dynamic preprocessor: SF_DCERPC version 1.1.5 (-1)

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          Wolfsokin
                                          last edited by

                                          @Cino:

                                          @ermal receiving this error on the new i386 ver:

                                          Sep 1 14:00:40 snort[37788]: FATAL ERROR: Failed to initialize dynamic preprocessor: SF_DCERPC version 1.1.5 (-1)
                                          Sep 1 14:00:40 snort[37788]: FATAL ERROR: Failed to initialize dynamic preprocessor: SF_DCERPC version 1.1.5 (-1)

                                          Getting this same error.

                                          1 Reply Last reply Reply Quote 0
                                          • E
                                            eri--
                                            last edited by

                                            Is this amd64 or i386?

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