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

    Kernel: kern.maxfiles limit exceeded by uid 65534, please see tuning(7)

    Scheduled Pinned Locked Moved General pfSense Questions
    29 Posts 13 Posters 14.3k 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.
    • S
      slu
      last edited by

      @jimp:

      Do you have a lot of hostnames in your aliases?

      No, i had about 20 hostnames in my aliases.
      Delete them all and replace it by the ip address.
      Interesting is the last alias i delete with hostnames, is still avalible in /var/etc/filterdns.conf

      Can it be a problem if some hostnames can not resolved?

      pfSense Gold subscription

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        No that shouldn't be a problem.

        The last hostname sticking in filterdns.conf is a known issue that has been fixed (along with many other filterdns issues) on 2.1

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

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

          Same thing just happened to us. We're on 2.0.3, so maybe we need to update? The output of fstat was saturated with 2 different apps:

          root    filterdns  40614  666 /        15544735 -rw-r–r--      0  r
          ...

          and also

          root    ipfw-classifyd 27444 1264 /        18514540 -rw-r--r--      34  r
          ...

          A reboot got us back.

          1 Reply Last reply Reply Quote 0
          • F
            firegrass
            last edited by

            Since upgrading to 2.1-RELEASE, from a snapshot in June (ish), I am seeing this problem. Only have two hostnames in aliases.

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

              @firegrass:

              Since upgrading to 2.1-RELEASE, from a snapshot in June (ish), I am seeing this problem. Only have two hostnames in aliases.

              Absolutely same situation with open files and filterdns :( Any ideas?

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

                same here on an old p4 that got updated from 2.0.x to 2.1 alpha->beta->release
                every 2 weeks i need to restart the service.

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

                  I'm joining in. Since upgrading to 2.1 Release, I have this problem too.

                  resolver log: dnsmasq[61060]: failed to load names from /etc/hosts: Too many open files in system
                  system log: kernel: kern.maxfiles limit exceeded by uid 65534, please see tuning(7).

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

                    in my case it appears to have been caused by a harddrive that was starting to fail … it died completely on monday ;)

                    1 Reply Last reply Reply Quote 0
                    • G
                      gabrielpc1190
                      last edited by

                      Im on 2.1-Release and had to reboot my system today because I lost dns resolving and that log was thousands of times.
                      I tried the fstab and had similar to this:

                      […]
                      root    filterdns  28615 5663 /        14743744 -rw-r–r--    613  r
                      root    filterdns  28615 5664 /        14743744 -rw-r--r--    613  r
                      root    filterdns  28615 5665 /        14743744 -rw-r--r--    613  r
                      root    filterdns  28615 5666 /        14743744 -rw-r--r--    613  r
                      root    filterdns  28615 5667 /        14743744 -rw-r--r--    613  r
                      root    filterdns  28615 5668 /        14743744 -rw-r--r--    613  r
                      root    filterdns  28615 5669 /        14743744 -rw-r--r--    613  r

                      1 Reply Last reply Reply Quote 0
                      • M
                        mircsicz
                        last edited by

                        +1 for me…

                        EDIT:
                        I solved the prob by writing the 2.1.2 *.img to another CF & restoring the config...

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

                          I've seen this "max files" problem every couple of months probably since January-ish of this year.
                          Past related posts (0) (1) indicate there is a problem, but don't offer a solution and are quite dated.

                          I have a PC Engines ALIX 2D13 that I've had for few years now.
                          The pfSense Store sells these (2) so I'd figure these would be well supported.

                          Today dnsmasq was no longer processing DHCP requests.  I could have statically assigned an IP address and tried to access the unit, but instead consoled into the device.  I ended up consoling into the unit and found system.log indicating the board was low on memory.  This unit had only been running for approximately 47 days since my upgrade to version 2.1.2.  I ended up rebooting it and also opted to upgrade to version 2.1.3 afterwards.

                          In the past when dnsmasq wouldn't process DNS queries, I found filterdns had quite a few files open (output from fstat).  I don't have a total count of open files from the time periods when there were problems.

                          I whipped up the following one-liner for the future.  Maybe it's useful to somebody else as well.

                          
                          # filterdns open files
                          fstat | awk '/filterdns/{i++} END{printf("%d files open by filterdns\n", i)}'
                          
                          # all open files per process plus a total
                          fstat | awk '\!/CMD/{print $2} END{printf("* Total files open: %d", NR)}' | sort | uniq -c | sort -n
                          
                          

                          I have a few aliases for my pf rules which have host names and one persistent IPSec tunnel.

                          The unit has been up for <60 minutes now and has 20 open files by the filterdns user, but other users have many more open files.

                          If pfSense developers (or anyone else) have any proactive tips as to what else I might look for or try, please reply!  Thanks.

                          (0) https://forum.pfsense.org/index.php?topic=29885.0
                          (1) https://forums.freebsd.org/viewtopic.php?&t=1553
                          (2) http://store.pfsense.org/vk-2d13-black/

                          1 Reply Last reply Reply Quote 0
                          • C
                            Cristacul
                            last edited by

                            Hello

                            I had the same problem a couple of months ago. In my case pfBlocker was the cause (had a rule with whole world blocked except Europe) and eventually it crashed with a lot of filterdns files opened.

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

                              Thanks for the reply Cristacul.

                              pfBlocker is not the cause for my problem since I'm not using it.

                              It is my understanding that firewall rules with (or other features that utilize) domain names are the only ones that utilize filterdns.
                              Might there be something else at work here causing my problem?

                              1 Reply Last reply Reply Quote 0
                              • G
                                gabrielpc1190
                                last edited by

                                Same problem and not having pfBlocker.
                                I have pfSense 2.1.4 64bits  :(

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

                                  @silvertip257:

                                  I whipped up the following one-liner for the future.  Maybe it's useful to somebody else as well.

                                  
                                  # filterdns open files
                                  fstat | awk '/filterdns/{i++} END{printf("%d files open by filterdns\n", i)}'
                                  
                                  # all open files per process plus a total
                                  fstat | awk '\!/CMD/{print $2} END{printf("* Total files open: %d", NR)}' | sort | uniq -c | sort -n
                                  
                                  

                                  Here's an extension to my previous one-liner commands.
                                  This one is more helpful to get the big picture (beyond what filterdns is doing).

                                  
                                  # spit out open files with a count per command and order them
                                  
                                  fstat | awk '\!/CMD/{print $2}' | sort | uniq -c | sort -n
                                  
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    petr
                                    last edited by

                                    Same problem here. Clean embedded install, here is what I got in a config file.

                                    dnsmasq[37691]: failed to read /etc/resolv.conf: Too many open files in system
                                    kernel: kern.maxfiles limit exceeded by uid 65534, please see tuning(7).
                                    

                                    The system was running for only around a week. I rebooted quickly as I needed to restore functionality. Approx. an hour after reboot, the stats are following:

                                    ...
                                       47 sh
                                     186 php
                                     214 filterdns
                                     226 ipfw-classifyd
                                    

                                    Will monitor progress and post an update later today.

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      petr
                                      last edited by

                                      After 5 hours of uptime, the stats are following:

                                       712 filterdns
                                       752 ipfw-classifyd
                                      

                                      Which leads me to believe that this is going to grow until it just cannot, which leads me to more important question - what can I do to mitigate this?

                                      I am really not running that complex setup - 2xWAN with rules to direct traffic to each + VPN client connection going out. Not that many hostnames either - below 10.

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        petr
                                        last edited by

                                        The numbers seem to be growing, now at:

                                        
                                        ...
                                        1072 filterdns
                                        1106 ipfw-classifyd
                                        

                                        I think this could be related to this: https://forum.pfsense.org/index.php?topic=42991.0

                                        The number of open files seem to be increasing after every filter reload, which is now every 15m. Although I do not have any schedules set, it still gets reloaded every 15m.

                                        In any case - it seems to me that  ipfw-classifyd/filterdns do not respond correctly to the HUP signal being sent to them and re-create any temp files they had before for the previous config for the new one… which is not a sustainable approach.

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

                                          @petr:
                                          While this doesn't necessary help you, I got filterdns to stop consuming file handles when I removed the domain name from my IPSec VPN tunnel configuration.

                                          I expect the increasing number of file handles open by filterdns was a result of Racoon (IPSec daemon) rekeying and what not.

                                          Of course that thread <0> on the pfsense forum tells of the other problems I'm noticing.

                                          <0> https://forum.pfsense.org/index.php?topic=81121

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            petr
                                            last edited by

                                            @silvertip257:

                                            @petr:
                                            While this doesn't necessary help you, I got filterdns to stop consuming file handles when I removed the domain name from my IPSec VPN tunnel configuration.

                                            I expect the increasing number of file handles open by filterdns was a result of Racoon (IPSec daemon) rekeying and what not.

                                            Of course that thread <0> on the pfsense forum tells of the other problems I'm noticing.

                                            <0> https://forum.pfsense.org/index.php?topic=81121

                                            Thank you for the suggestion! Sadly, I am not running IPSec thus have nothing to switch-off.

                                            The filterdns is now at 1118 open files after 1 day, 20 hours.

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