Closed lokomass closed 1 month ago
Hello,
A bit a newbie here but I ran into the same issue yesterday when trying to install Home Assistant supervised on Debian 12.
So what I did, I deleted the alias of : /etc/resolv.conf (which is on that location) and created a new one, with :
nameserver 8.8.8.8
This should allow the installer to work (do a ping of a web domain first to confirm)
After the installation finished, I headed into the system settings of Home Assistant, and noticed that in the network config, the DNS field was blank. Enter the one you want.
After a reboot it should persist.
I suspect there is maybe some kind of issue with the network manager package which comes with the pre-requirements of the installation but wild guess here.
Same issue, fixed by filling dns into DNS=
in the /etc/systemd/resolved.conf
and reboot
This issue happens also during the homeassistant-supervised.deb
package upgrade/reinstall.
Same thing 🚨
Jul 16 12:47:48 rockpi-4a hassio_supervisor[3239]: 2024-07-16 12:47:48.517 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection Jul 16 12:47:48 rockpi-4a hassio_supervisor[3239]: 2024-07-16 12:47:48.518 WARNING (MainThread) [supervisor.plugins.base] Error on installing cli plugin, retrying in 30sec Jul 16 12:47:48 rockpi-4a dockerd[3239]: time="2024-07-16T12:47:48.858847913+03:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.17.0.2:52367" dns-server="udp:8.8.8.8:53" error="read udp 172.17.0.2:52367->8.8.8.8:53: i/o timeout" question=";checkonline.home-assistant.io.\tIN\t AAAA" Jul 16 12:47:48 rockpi-4a dockerd[3239]: time="2024-07-16T12:47:48.860301867+03:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.17.0.2:49354" dns-server="udp:8.8.8.8:53" error="read udp 172.17.0.2:49354->8.8.8.8:53: i/o timeout" question=";checkonline.home-assistant.io.\tIN\t A" Jul 16 12:47:50 rockpi-4a dockerd[3239]: time="2024-07-16T12:47:50.015171748+03:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.17.0.2:58872" dns-server="udp:8.8.4.4:53" error="read udp 172.17.0.2:58872->8.8.4.4:53: i/o timeout" question=";checkonline.home-assistant.io.\tIN\t AAAA" Jul 16 12:47:50 rockpi-4a dockerd[3239]: time="2024-07-16T12:47:50.015377081+03:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.17.0.2:35333" dns-server="udp:8.8.4.4:53" error="read udp 172.17.0.2:35333->8.8.4.4:53: i/o timeout" question=";checkonline.home-assistant.io.\tIN\t A" Jul 16 12:47:51 rockpi-4a dockerd[3239]: time="2024-07-16T12:47:51.515765242+03:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.17.0.2:55911" dns-server="udp:8.8.8.8:53" error="read udp 172.17.0.2:55911->8.8.8.8:53: i/o timeout" question=";checkonline.home-assistant.io.\tIN\t A" Jul 16 12:47:51 rockpi-4a dockerd[3239]: time="2024-07-16T12:47:51.516107032+03:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.17.0.2:36909" dns-server="udp:8.8.8.8:53" error="read udp 172.17.0.2:36909->8.8.8.8:53: i/o timeout" question=";checkonline.home-assistant.io.\tIN\t AAAA" Jul 16 12:47:54 rockpi-4a dockerd[3239]: time="2024-07-16T12:47:54.017207188+03:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.17.0.2:46408" dns-server="udp:8.8.8.8:53" error="read udp 172.17.0.2:46408->8.8.8.8:53: i/o timeout" question=";checkonline.home-assistant.io.\tIN\t AAAA" Jul 16 12:47:54 rockpi-4a dockerd[3239]: time="2024-07-16T12:47:54.018178434+03:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.17.0.2:56040" dns-server="udp:8.8.8.8:53" error="read udp 172.17.0.2:56040->8.8.8.8:53: i/o timeout" question=";checkonline.home-assistant.io.\tIN\t A"
Debian 12, fresh install. I tried change DNS, but it don't help. Any ideas?
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
OS Version
Debian GNU/Linux 12 (bookworm)
System Information
Linux debian 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 GNU/Linux
What happened?
Hi, here is all commands I send to a new debian 12 installation (with dns tips)
Machine Type
qemux86-64
Installer output
Relevant log output
ADR
Code of Conduct