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

    pfBlockerNG - unbound-control process spikes CPU to 100% every few seconds [SOLVED]

    Scheduled Pinned Locked Moved pfBlockerNG
    23 Posts 3 Posters 3.2k 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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator @nimrod
      last edited by

      @nimrod this is a known issue with pfblocker, there is a simple fix

      https://redmine.pfsense.org/issues/13154

      see at the bottom of the redmine for simple patch.

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      1 Reply Last reply Reply Quote 0
      • N
        nimrod
        last edited by

        @johnpoz said in Strange issue with CPU usage.:

        @nimrod this is a known issue with pfblocker, there is a simple fix

        https://redmine.pfsense.org/issues/13154

        see at the bottom of the redmine for simple patch.

        Hi @johnpoz.

        I applied the patch via system patches, rebooted appliance, but issue is still there. I also tried

        killall /usr/local/bin/php_pfb
        

        But all i get is this:

        No matching processes were found
        

        Should i try and update to 2.7.0 devel, or there is something else i can try.

        Thanks for your help.

        johnpozJ 1 Reply Last reply Reply Quote 0
        • johnpozJ
          johnpoz LAYER 8 Global Moderator @nimrod
          last edited by

          @nimrod I don't know if this has been fixed in 2.7 - since it seems to be a package issue.. Is there a newer package for 2.7 pfsense?

          There have been multiple posts about this issue, and this clearly should clear it up.. For example as you can see in my graph of cpu usage.

          patch.jpg

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.8, 24.11

          N 1 Reply Last reply Reply Quote 0
          • N
            nimrod @johnpoz
            last edited by

            @johnpoz said in Strange issue with CPU usage.:

            @nimrod I don't know if this has been fixed in 2.7 - since it seems to be a package issue.. Is there a newer package for 2.7 pfsense?

            There is no new package. However, the process im having issues with is

            /usr/local/sbin/unbound-control
            

            unlike everyone else that had issues with:

            /usr/local/bin/php_pfb
            

            I think the patch that i applied fixes the issue with php_pfb.

            There have been multiple posts about this issue, and this clearly should clear it up.. For example as you can see in my graph of cpu usage.

            patch.jpg

            I see. But did you had issues with php_pfb or unbound-control process ?

            johnpozJ 1 Reply Last reply Reply Quote 0
            • johnpozJ
              johnpoz LAYER 8 Global Moderator @nimrod
              last edited by johnpoz

              @nimrod no have not seen any issues with pfblocker or unbound at all.. Only issue I was having was elevated cpu usage, and with that came a couple of degrees higher temps of pfsense itself..

              I am not a typical pfblock user though - I only use it to create native alias via geoip, and other lists that I then use in my own rules.

              And I use unbound in a pretty vanilla way, I just let it resolve, I don't do any tls forwarding, etc.

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 24.11 | Lab VMs 2.8, 24.11

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Are you running DNS-BL in Python mode?

                Does it go away if you use Unbound mode instead?

                Steve

                N 1 Reply Last reply Reply Quote 0
                • N
                  nimrod @stephenw10
                  last edited by

                  @stephenw10 said in Strange issue with CPU usage.:

                  Are you running DNS-BL in Python mode?

                  Does it go away if you use Unbound mode instead?

                  Steve

                  Hi Steve.

                  No. Its running in default Unbound mode. So far i tried this:

                  • Disabling TLD and reloading all.
                  • Upgrading to pfSense v2.7.x DEVEL.
                  • Clean install of pfSense 2.6.0, and then full config restore.
                  • Disabling DNS forwarder mode.
                  • Applying patch that @johnpoz suggested.

                  Nothing helped. Only disabling pfBlocker completely eliminates the issue.

                  I found two posts on pfSense Reddit page here and here, and both of them are describing exactly the same issue as i am having. First one was resolved by upgrading to pfSense v2.5.1, and the other one was miss configured resolver.

                  johnpozJ 1 Reply Last reply Reply Quote 0
                  • johnpozJ
                    johnpoz LAYER 8 Global Moderator @nimrod
                    last edited by johnpoz

                    @nimrod said in Strange issue with CPU usage.:

                    Applying patch that @johnpoz suggested.

                    That patch cleared it up for me - but when first did it I messed up and forgot the space between the 's and didn't work - so make sure if you hand edited that line that there is a space where the ( was, so it was like '(' and should be ' ' with space between.

                    I didn't catch my mistake for quite some time, week or so at least. I had done it and didn't really bother to watch cpu usage.. because mine was never spiking even that high, it was just higher than before. But after I put in the space it made a drastic difference as you can see from the graph I posted.

                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                    If you get confused: Listen to the Music Play
                    Please don't Chat/PM me for help, unless mod related
                    SG-4860 24.11 | Lab VMs 2.8, 24.11

                    N 1 Reply Last reply Reply Quote 1
                    • N
                      nimrod @johnpoz
                      last edited by

                      @johnpoz said in Strange issue with CPU usage.:

                      @nimrod said in Strange issue with CPU usage.:

                      Applying patch that @johnpoz suggested.

                      That patch cleared it up for me - but when first did it I messed up and forgot the space between the 's and didn't work - so make sure if you hand edited that line that there is a space where the ( was, so it was like '(' and should be ' ' with space between.

                      I didn't catch my mistake for quite some time, week or so at least. I had done it and didn't really bother to watch cpu usage.. because mine was never spiking even that high, it was just higher than before. But after I put in the space it made a drastic difference as you can see from the graph I posted.

                      I used System Patches package to apply the patch. The code i pasted looks like this:

                      diff --git a/net/usr/local/pkg/pfblockerng/pfblockerng.inc b/net/usr/local/pkg/pfblockerng/pfblockerng.inc
                      index 7fa8c1d2f8bf..2abbef30578b 100644
                      --- a/net/usr/local/pkg/pfblockerng/pfblockerng.inc
                      +++ b/net/usr/local/pkg/pfblockerng/pfblockerng.inc
                      @@ -4136,7 +4136,7 @@ function pfb_filterrules() {
                               foreach ($results as $result) {
                                   if (substr($result, 0, 1) == '@') {
                      
                      -                $r = explode(')', $result, 2);
                      +                $r = explode(' ', $result, 2);
                      
                                       // pfSense > v2.6 uses an 'ridentifier' string
                                       if (strpos($result, 'ridentifier') != FALSE) {
                      
                      johnpozJ 1 Reply Last reply Reply Quote 0
                      • johnpozJ
                        johnpoz LAYER 8 Global Moderator @nimrod
                        last edited by

                        @nimrod I would directly look at the file and make sure it actually applied, if your not seeing any difference in your cpu usage after applying..

                        pfblocker.jpg

                        you can find the inc file in this dir

                        /usr/local/pkg/pfblockerng

                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                        If you get confused: Listen to the Music Play
                        Please don't Chat/PM me for help, unless mod related
                        SG-4860 24.11 | Lab VMs 2.8, 24.11

                        N 1 Reply Last reply Reply Quote 0
                        • N
                          nimrod @johnpoz
                          last edited by

                          @johnpoz said in Strange issue with CPU usage.:

                          @nimrod I would directly look at the file and make sure it actually applied, if your not seeing any difference in your cpu usage after applying..

                          pfblocker.jpg

                          you can find the inc file in this dir

                          /usr/local/pkg/pfblockerng

                          It seems ok. I also see pfblockerng.inc.orig file, which i think is the backup created by system patches package.

                          4e2c4b88-ea36-4bc8-8715-c18d7215c3b5-image.png

                          This file is 300 megs, and it has 10000 lines of code in it. I guess, the file size depends on how many feeds/lists i have loaded.

                          johnpozJ 1 Reply Last reply Reply Quote 0
                          • johnpozJ
                            johnpoz LAYER 8 Global Moderator @nimrod
                            last edited by

                            @nimrod said in Strange issue with CPU usage.:

                            300 megs

                            no - 300k, not 300M hehehe

                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                            If you get confused: Listen to the Music Play
                            Please don't Chat/PM me for help, unless mod related
                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              nimrod @johnpoz
                              last edited by

                              @johnpoz said in Strange issue with CPU usage.:

                              @nimrod said in Strange issue with CPU usage.:

                              300 megs

                              no - 300k, not 300M hehehe

                              Yeah. 300k, sry. My mind is going out...

                              Anyway, @stephenw10 gave me idea with his question. So i actually switched pfBlocker from Unbound mode to Python mode. And guess what. Issue is gone.

                              Now im puzzled.

                              Is Python mode less effective, or inferior in any way to unbound mode ?

                              johnpozJ 1 Reply Last reply Reply Quote 0
                              • johnpozJ
                                johnpoz LAYER 8 Global Moderator @nimrod
                                last edited by

                                @nimrod I don't use DNSBL, so not sure - but if you click the little i next to it says it uses less memory. And can do more advanced DNSBL

                                But again I don't use that..

                                An intelligent man is sometimes forced to be drunk to spend time with his fools
                                If you get confused: Listen to the Music Play
                                Please don't Chat/PM me for help, unless mod related
                                SG-4860 24.11 | Lab VMs 2.8, 24.11

                                N 1 Reply Last reply Reply Quote 0
                                • N
                                  nimrod @johnpoz
                                  last edited by

                                  Had to switch back to unbound mode, because python mode is just not working correctly when TLD is enabled.

                                  Of course, CPU is spiking to 100% again, and i dont know what else to try and resolve this.

                                  N 1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    I'd probably open a thread in the pfBlocker forum section with all the details you have found.

                                    1 Reply Last reply Reply Quote 0
                                    • N
                                      nimrod @nimrod
                                      last edited by nimrod

                                      Update.

                                      1. Setting pfBlocker into Unbound python mode.
                                      2. Performing DNSBL reload.
                                      3. Setting pfBlocker into Unbound mode.
                                      4. Performing DNSBL reload.

                                      These 4 steps are resolving the issue. However, when i reboot, issue comes back again. Then i repeat those 4 steps from above, and issue is gone again.

                                      Is there any way to locate what changes are made when switching modes ? What logs should i analyze ?

                                      Edit: @johnpoz, @stephenw10, or @jimp can you please move this thread to pfBlocker forum section ?

                                      Thank you.

                                      N 1 Reply Last reply Reply Quote 0
                                      • N
                                        nimrod @nimrod
                                        last edited by nimrod

                                        Here is another update.

                                        When i perform 4 steps that i described in previous post, pfBlocker is blocking hosts, but its not showing what feed was used, and there are no whitelisting buttons available.

                                        It looks like this:

                                        ec9442ed-0e2e-49db-ab7a-667286a40bff-image.png

                                        When i reboot, blocking is still working as it should, but feed is also displayed properly along with whitelisting buttons. It looks like this:

                                        6894ac85-2d61-4aae-9a84-7b83a590d4ee-image.png

                                        I hope ill narrow this down some more.

                                        1 Reply Last reply Reply Quote 0
                                        • stephenw10S stephenw10 moved this topic from General pfSense Questions on
                                        • stephenw10S
                                          stephenw10 Netgate Administrator
                                          last edited by

                                          Moved. You may want to re-title it so others can find it more easily.

                                          N 1 Reply Last reply Reply Quote 1
                                          • N
                                            nimrod @stephenw10
                                            last edited by

                                            @stephenw10 & @johnpoz i have finally resolved the issue after weeks of digging.

                                            It turned out that i caused the issue by adding this DNSBL list in my DNSBL feeds. First i thought that the amount of entries in this list was the cause, but then i replaced it with with this one, which has over million entries in it and everything is still working fine.

                                            On top of all that, the problematic list of domains is no longer supported and it was last updated 2 years ago. "Project" is abandoned and moved to another github page.

                                            Lesson learned here. Make sure you know what are you adding in your feeds. Make sure to use only verified lists that get consistently updated.

                                            Thank you guys for your help.

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