I’m trying to update my supervisor from core-2021.4.5 to core-2021.5.0 and when I attempt to do so Supervisor gives me this error:
<sup>21-05-07 04:59:39 INFO (MainThread) [supervisor.host.info] Updating local host information
21-05-07 04:59:39 INFO (MainThread) [supervisor.host.services] Updating service information
21-05-07 04:59:40 INFO (MainThread) [supervisor.host.network] Updating local network information
21-05-07 05:02:52 WARNING (MainThread) [supervisor.jobs] 'HomeAssistantCore.update' blocked from execution, no host internet connection
Right now I access to my home assistant from the outside, using duckdns addon. I also have system monitor the network in and out and data is being sent from/to internet. So yeah, I do have internet…
I’ve been investigating. I realized that supervisor is giving me not supported version due to network manager. That was a lead. Then I checked HA docs for network manager and I saw a convenience script to fix things. I executed that and terminal gave me that network manager is NOT installed.
Then I’ve been looking how to install it but I have no apt-get installed so I’m kinda in a dead end here.
Hello everyone! I found myself in this problem too and I can’t solve it!
I also tried to do a new installation from scratch, but unfortunately I can’t even complete the installation because supervisor doesn’t have internet access!
Can anyone help me out?
I have the same problem after upgrading my firewall. All network settings are the exact same as before upgrading the firewall (same subnet, same server running DNS and DHCP). There are no outgoing firewall rules and no hints in firewall or DNS-logs.
When pinging www.google.com from therminal it gets replies.
When nslookup www.google.com i get this:
Server: 127.0.0.11
Address: 127.0.0.11#53
I’m using Armbian based on Ubuntu 20.04.4 LTS.
To fix DNS I added DNS servers to /etc/systemd/resolved.conf. I have two own DNS servers, if you want you can specify nearest appropriate server (for example provider’s DNS or 8.8.8.8, 1.1.1.1, etc.)
Had the same issue on 2022.11.3, trying to update to 2022.11.4. ha network info showed “host_internet: false”,
tried ha network reload and that fixed it. Weird, but was able to update now.
This worked for me!!! From CLI ran ‘ha network reload’ , this solved not being able to reach supervisor API but ‘unhealthy’ remained. Therefore did a reboot of my system and from CLI ran ‘ha supervisor restart’ and again a restart of home assistant… and that did the trick…