changed routers/IPs and name resolution isn't working getaddrinfo EAI_AGAIN ap.cloudflare.com
-
when i tried to remove an app, or install a new app, i recieve the following error:
getaddrinfo EAI_AGAIN ap.cloudflare.comI changed my router out for a new'er one, and I'm doing DHCP. I am unable to install an ubuntu apps, and fails on name resolution.
Any help.. mucho appreciated
-
-
v7.7.2 (Ubuntu 22.04.4 LTS)
sklise@ubuntu22:~$ host cloudron.io
Host cloudron.io not found: 2(SERVFAIL)If I do anything via the gui, i get the above error. I believe its a DNS, or gateway issue
-
@steveklise Can you check in Services -> Unbound if that is running ? You can also run
cloudron-support --troubleshoot
on the server. -
unbound is in restart/circling mode. sklise@ubuntu22:~$ sudo cloudron-support --troubleshoot
[sudo] password for sklise:
[OK] node version is correct
[OK] docker is running
[OK] MySQL is running
[OK] nginx is running
[OK] box is running
[OK] unbound is running
[FAIL] Could not load dashboard domain.
Maybe cloudflare proxying is not working. Delete the domain in Cloudflare dashboard and re-add it. This sometimes re-establishes the proxying -
@steveklise Looks like unbound came up fine now. Do you have a static or dynamic IP? Do you have Cloudflare proxying enabled? Can you disable Cloudflare proxying and check if it works with that?
-
I have dynamic, and yes, i have cloudflare proxy enabled, but i disabled (never had to disable in the past fwiw). Same, the service is spinning. here is the log if of any value
2024-07-02T15:43:02+0000 ubuntu22 systemd[1]: Stopping Unbound DNS Resolver...
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: service stopped (unbound 1.13.1).
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: server stats for thread 0: 341 queries, 273 answers from cache, 68 recursions, 0 prefetch, 0 rejected by ip ratelimiting
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: server stats for thread 0: requestlist max 4 avg 0.75 exceeded 0 jostled 0
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: average recursion processing time 0.181129 sec
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: histogram of recursion processing times
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: [25%]=6.2963e-07 median[50%]=0.168521 [75%]=0.374491
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: lower(secs) upper(secs) recursions
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: 0.000000 0.000001 27
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: 0.004096 0.008192 1
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: 0.016384 0.032768 1
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: 0.065536 0.131072 3
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: 0.131072 0.262144 7
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: 0.262144 0.524288 28
2024-07-02T15:43:02+0000 ubuntu22 unbound[689]: [689:0] info: 0.524288 1.000000 1
2024-07-02T15:43:02+0000 ubuntu22 systemd[1]: unbound.service: Deactivated successfully.
2024-07-02T15:43:02+0000 ubuntu22 systemd[1]: Stopped Unbound DNS Resolver.
2024-07-02T15:43:02+0000 ubuntu22 systemd[1]: Starting Unbound DNS Resolver...
2024-07-02T15:43:02+0000 ubuntu22 unbound[3933]: [3933:0] notice: init module 0: subnet
2024-07-02T15:43:02+0000 ubuntu22 unbound[3933]: [3933:0] notice: init module 1: validator
2024-07-02T15:43:02+0000 ubuntu22 unbound[3933]: [3933:0] notice: init module 2: iterator
2024-07-02T15:43:02+0000 ubuntu22 unbound[3933]: [3933:0] info: start of service (unbound 1.13.1).
2024-07-02T15:43:02+0000 ubuntu22 systemd[1]: Started Unbound DNS Resolver.
2024-07-02T15:43:04+0000 ubuntu22 unbound[3933]: [3933:0] info: generate keytag query _ta-4f66. NULL IN
2024-07-02T15:43:04+0000 ubuntu22 unbound[3933]: [3933:0] info: failed to prime trust anchor -- could not fetch DNSKEY rrset . DNSKEY IN
2024-07-02T15:43:04+0000 ubuntu22 unbound[3933]: [3933:0] info: failed to prime trust anchor -- could not -
@steveklise said in changed routers/IPs and name resolution isn't working getaddrinfo EAI_AGAIN ap.cloudflare.com:
2024-07-02T15:43:04+0000 ubuntu22 unbound[3933]: [3933:0] info: failed to prime trust anchor -- could not fetch DNSKEY rrset . DNSKEY IN
2024-07-02T15:43:04+0000 ubuntu22 unbound[3933]: [3933:0] info: failed to prime trust anchor -- could notIt's not able to get DNSSEC root keys for some reason. You can try disabling it - https://docs.cloudron.io/networking/#dns . You can also forward all unbound DNS requests to 1.1.1.1 - https://docs.cloudron.io/troubleshooting/#unbound .
-
i think the unbound DNS worked; seems ok now. thanks!!
-