Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Uptime Kuma
  3. Regular short getaddrinfo EAI_AGAIN outages

Regular short getaddrinfo EAI_AGAIN outages

Scheduled Pinned Locked Moved Uptime Kuma
dns
28 Posts 10 Posters 25.2k Views 10 Watching
  • 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.
  • girishG girish

    To conclude what @nebulon said, for Uptime Kuma this means that it uses the system DNS (and not unbound).

    F Offline
    F Offline
    factord
    wrote on last edited by
    #19

    @girish ouch, i still have the EAI_AGAIN error, i suppose i have to check with uptime kuma then. Any suggestion? maybe our datacenter dns is overloaded and we should use google dns or something like that?

    1 Reply Last reply
    1
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by girish
      #20

      @factord right, so this means this is either a local DNS issue or uptime kuma issue. Quick idea is to just set up the server's /etc/resolv.conf with Google DNS maybe and check if it mitigates the issue.

      1 Reply Last reply
      1
      • T Offline
        T Offline
        thoresson
        wrote on last edited by
        #21

        I've used Uptime Kuna without any problem since April. But for the last 24+ hours I suddenly have started to receive tons of these:

        CleanShot 2024-09-24 at 20.58.12@2x.png

        The affected hosts are on .se, and one .social. Some of them are hosted at the same box I run Cloudron on, some on others.

        I see that it's not the same error message as in the OP, but similar enough to be related?

        According to my logs, my Cloudron was updated to 8.0.4 on August 28, and 8.0.6 yesterday morning. I don't know for sure, but from the graphs it looks like the problem started as soon as that update had been installed. This is what the week graph looks like for or the monitored services with problems:

        CleanShot 2024-09-24 at 21.15.53@2x.png

        1 Reply Last reply
        2
        • J Online
          J Online
          joseph
          Staff
          wrote on last edited by
          #22

          @thoresson usually, ENOTFOUND is a problem with the DNS. Is the DNS working on the server? You can try host www.cloudron.io from the host (via ssh) and also viw the Web Terminal of the Uptime Kuma app. Do they work?

          T 1 Reply Last reply
          0
          • J joseph

            @thoresson usually, ENOTFOUND is a problem with the DNS. Is the DNS working on the server? You can try host www.cloudron.io from the host (via ssh) and also viw the Web Terminal of the Uptime Kuma app. Do they work?

            T Offline
            T Offline
            thoresson
            wrote on last edited by
            #23

            @joseph Yes, this is what I get using the web terminal.

            CleanShot 2024-09-25 at 20.16.05@2x.png

            But could it be that the DNS is going down intermittently?

            1 Reply Last reply
            0
            • J Online
              J Online
              joseph
              Staff
              wrote on last edited by
              #24

              @thoresson which version of Cloudron are you on? Can you upgrade to Cloudron 8.0.6 ? Starting 8.0.6, all app containers also use the system DNS. You can find out your DNS servers using resolvectl on the server.

              1 Reply Last reply
              0
              • T Offline
                T Offline
                thoresson
                wrote on last edited by
                #25

                I'm on 8.0.6 since Tuesday morning, which incidentally also is when those problem started.

                Should I use resolvectl from Uptime Kuma's web terminal?

                J 1 Reply Last reply
                0
                • T thoresson

                  I'm on 8.0.6 since Tuesday morning, which incidentally also is when those problem started.

                  Should I use resolvectl from Uptime Kuma's web terminal?

                  J Online
                  J Online
                  joseph
                  Staff
                  wrote on last edited by
                  #26

                  @thoresson you should use it via SSH

                  1 Reply Last reply
                  0
                  • T Offline
                    T Offline
                    thoresson
                    wrote on last edited by
                    #27

                    Netcup's DNS servers are configured for my Cloudron instance.

                    1 Reply Last reply
                    0
                    • jdaviescoatesJ jdaviescoates

                      I recently enabled email notifications on my Uptime Kuma and I've noticed there are regular short outages. Something to do with getaddrinfo EAI_AGAIN

                      Screenshot from 2023-03-09 09-08-30.png

                      Any idea what's causing this and how to resolve it?

                      Apparently

                      EAI_AGAIN is a DNS lookup timed out error, means it is a network connectivity error or proxy related error.

                      According to https://stackoverflow.com/questions/40182121/whats-the-cause-of-the-error-getaddrinfo-eai-again

                      Oh, and here it says:

                      EAI_AGAIN means the DNS server replied that it cannot currently fulfill the request. (If you want the hairy details, the RCODE field in the response is set to 2, SERVFAIL.)

                      There is no single solution because it entirely depends on why the DNS server sends that back. Maybe it's overloaded, maybe the network is down, maybe it got the same reply from its upstream server.

                      In general, the best you can do is wait a while and try again. Hope that helps.

                      I wonder what the specific issue is in my case (perhaps just network issues with Netcup?) 🤷

                      A Offline
                      A Offline
                      adamsmith12
                      wrote last edited by
                      #28

                      @jdaviescoates said in Regular short getaddrinfo EAI_AGAIN outages:

                      I recently enabled email notifications on my Uptime Kuma and I've noticed there are regular short outages. Something to do with getaddrinfo EAI_AGAIN

                      Screenshot from 2023-03-09 09-08-30.png

                      Any idea what's causing this and how to resolve it?

                      Apparently

                      EAI_AGAIN is a DNS lookup timed out error, means it is a network connectivity error or proxy related error.

                      According to https://stackoverflow.com/questions/40182121/whats-the-cause-of-the-error-getaddrinfo-eai-again

                      Oh, and here it says:

                      EAI_AGAIN means the DNS server replied that it cannot currently fulfill the request. (If you want the hairy details, the RCODE field in the response is set to 2, SERVFAIL.)

                      There is no single solution because it entirely depends on why the DNS server sends that back. Maybe it's overloaded, maybe the network is down, maybe it got the same reply from its upstream server. Learn more

                      In general, the best you can do is wait a while and try again. Hope that helps.

                      I wonder what the specific issue is in my case (perhaps just network issues with Netcup?) 🤷

                      Same thoughts. I t has been addressed in the beautiful manner.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search