home-assistant / operating-system

:beginner: Home Assistant Operating System
Apache License 2.0
5.09k stars 994 forks source link

Failed to start HassOS supervisor after update to Home Assistant OS 9.0.rc1 #2111

Closed Sholofly closed 2 years ago

Sholofly commented 2 years ago

Describe the issue you are experiencing

I've tried to update my HA OS to Home Assistant OS 9.0.rc1. After install the HassOS supervisor wont start and the system jumps into the emergency console. Error message:

Error reponse from deamon: Supervisor download failed trying: latest registry-1.docker.io: no such host

Looks like something is wrong with connection in docker but I lack the knowledge to debug that part. It worked until de last stable release.

What operating system image do you use?

ova (for Virtual Machines)

What version of Home Assistant Operating System is installed?

9.0.rc1

Did you upgrade the Operating System.

Yes

Steps to reproduce the issue

  1. Click the OS update button in Home assistant
  2. Open terminal and log into VM
  3. check log using journalctl -f -u hassos-supervisor.service ...

Anything in the Supervisor logs that might be useful for us?

Nope, can't get into supervisor

Anything in the Host logs that might be useful for us?

reponse from deamon: Supervisor download failed trying: latest registry-1.docker.io: no such host

Interesting part:

docker ps gives me just one container: hassio_observer
There are no other containers...

System Health information

Can't access

Additional information

No response

RobertD502 commented 2 years ago

@Sholofly I experienced the exact same problem. Do you happen to have AdGuard or Pihole running on the same machine? I noticed, when trying to ping anything within Home Assistant OS, it failed so I changed the DNS setting from within the terminal using nmcli. After saving the changes and rebooting, the OS reverted to 2022.8.5.

agners commented 2 years ago

@Sholofly which version have you been using before?

@RobertD502 we have two boot slots, so we can revert back to the previously installed OS. If no successful boot attempt is recorded in three boots, the bootloader will revert to the previous version. The Supervisor marks a boot as good: So if starting Supervisor fails for some reason, it will revert to the previous OS version automatically.

FWIW, you can also manually select the previous version by selecting the other slot in the GRUB boot menu startup.

It seems Docker cannot access Internet. If there is already a Supervisor present, that should not be a problem, so I am a bit puzzled why the OS decided it needs to redownload the Supervisor.

Can you check the Supervisor service logs? You can redirect the output to a directory you have access to, e.g. your config directory:

journalctl -o cat -u hassos-supervisor.service > /mnt/data/supervisor/homeassistant/hassos-supervisor.log

You can also use the -b -1 argument to get the logs from the previous boot only. However, it might be that the issue was in a previous boot already.

As to why the system has no Internet access, can you check if DNS is working on the OS console?

resolvectl query registry-1.docker.io
Sholofly commented 2 years ago

@agners I was on latest stable (8.5). Because I did hit the update button while I didn't intend to on my production environment I created a new VM and removed the old one (which is stupid, because I could have used it to deliver some support here).

I know that there was no supervisor present. The only running container was the observer which stated that there was no container running.

agners commented 2 years ago

@agners I was on latest stable (8.5). Because I did hit the update button while I didn't intend to on my production environment I created a new VM and removed the old one (which is stupid, because I could have used it to deliver some support here).

Ah I see :smile: So is your new VM on 8.5 again? Can you maybe create a snapshot/clone and try to update to 9.0.rc1 again?

So I looked at that from my side:

It seems Docker cannot access Internet. If there is already a Supervisor present, that should not be a problem, so I am a bit puzzled why the OS decided it needs to redownload the Supervisor.

It turns out that with HAOS 9.0.rc1 we redownload the Supervisor on first boot, because we use the GitHub Container registry now (see #2009). I need to see if we can do something about that.

So that explains this part. However, the other question remains: Why does your system has troubles accessing the container registry on 9.0.rc1? It seems that DNS resolving already failed. Could it be that this was a temporary Internet outage?

RobertD502 commented 2 years ago

I can confirm that my system also only had the observer container.

I made the mistake of updating while I was away from home. Although I use NabuCasa for remote access, I can confirm that there was no internet outage as I was using my personal VPN at the time to access my home network.

I wasn't as smart and didn't have a backup of the HA VM in proxmox, so I was determined to get it back up and running remotely. Over the course of an 8 hour period I rebooted the VM way more than 3 times (it never reverted to 8.5 after 3 failed start ups). It wasn't until I tried to manually recreate the missing containers that I noticed HA OS couldn't reach anything externally. Once I changed the DNS from within HA OS to google's DNS instead of Adguard, it reverted back 8.5. Could it be that since I run Adguard as an add-on, and with that container not having started, HA OS was failing to attempt to fix itself?

I'll get you the desired logs once I'm back at my desk.

One thing I did notice is that, since this debacle, restarting Home Assistant takes a very long time (over 2 minutes) with every restart hanging. Previous restarts were usually sub 20s on i5 processor.

Edit: just timed a core restart and it took 3 minutes and 35s.

Edit 2: Supervisor service log below

``` 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 5fc24ce5c04e73ca85eb1c75fc0de7dcc3120d1ad3266b75e60f39899279372c [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 213e45da4d0c31b01ae25ff0564ee3d338063f0dc743b2309c2e0b5c53280580 [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... cece3ef0f09d6e96b3704b8c536fd311ef7f72c426b6d18a356dbc1d84cc6fcc [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... e5ac0e177f748d93b27f125726b151bff9f9dfeb9dba874ba11cea5ca5a59aa8 [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... hassio_supervisor hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... hassio_supervisor 0 hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... hassio_supervisor 0 hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor start script has changed, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... c7f6edd5104fea53a67f8a25404d5ef636d09c3e18d72e7add50c5f63070e022 [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... b1ab1695f9e0ca2dae9a9cc4f5e88ff40b27f64eff0ff42336c9dae485da7fe4 [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 6dc4ab66a4baf91845aaeb6e2b30c5de84111a7c07e811a4c085d847496318e7 [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 2c4e094bb50008cc55a94a7b4decdc7ba8d8d9cdf3287a04e5c46cf7eeb97208 [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... hassio_supervisor 0 hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 05c28f75235008b9adf7a078941f29139e986fa6fdc5cf0c8934bb76ee4ca7cc [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 4be69f9629f2fdde040f580c3ac30d9eedc73b15e5d135804a590ffdaf6a5859 [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... hassio_supervisor 0 hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor start script has changed, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 9c16feb95e92836baaa5cea3418fb7c3630214c20c7f09fefcf263c5e8960738 [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Started HassOS supervisor. hassio_supervisor [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 5572c1fd17120ef469d7a75c41c0b569877455ad8d2ce5c09e54323d960cb32e [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... cf9cd28127b97b093886f8f9dfece0822c6a444fffc62e4a47ebe18d629fc732 [INFO] Starting the Supervisor... hassio_supervisor 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor image has been updated, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... d19388fba7266df9bbe4377039081931c475a8457483dd8353107e7f2244a789 [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... hassio_supervisor 0 hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. hassio_supervisor Untagged: homeassistant/amd64-hassio-supervisor:2022.08.6 Untagged: homeassistant/amd64-hassio-supervisor:latest Untagged: ghcr.io/home-assistant/amd64-hassio-supervisor:2022.08.6 Untagged: ghcr.io/home-assistant/amd64-hassio-supervisor@sha256:ef12a5799f5fb75cafdbec6d01b05dc265741fd8ff3f2843ead29b809753dea0 Deleted: sha256:7714c49c1662e992df55efacc7f4f199069e329c8c18aa1b9ca92d8eb83c2ba6 Deleted: sha256:80d93bd677a4cbaff076364c3fcd8a5a871fb3856a0ede82d668f297fd8739a4 Deleted: sha256:0e5ca8eb0299a1e3ab551e6f9d8fe12d6827e17f6533353b44e8852ab1c79134 Deleted: sha256:3eb194acfa62313183e05f3b7be740e3d6115abf1963196446ee4cab3f533eb2 Deleted: sha256:24fd46b055d5c233a718a2f5968646b1ecd76d2ada1a734dc5a426167c15a41d Deleted: sha256:afbdb62b41d60e6256404fa549a3a088af5d63caa14c4a56700ac9caeb45f418 Deleted: sha256:b9e89be29d89e94b677022d13507a8e66aeb464c3c1f8599e7987d8081d2dffa Deleted: sha256:0949d8c426373544b4a5f589d491bc13f13fb078520b675939570ab43b35279c Deleted: sha256:d0e31916eccdb3efcd5166c5b9d347bfc1101a999db8b1030c9fa4c64a715457 Deleted: sha256:2963b42c5fd0d17ae2486f556795384768c6c4c16c118b45137e1ac81e80f5e9 Deleted: sha256:6b90430da90384659d09496e773cebefc52f8ee2e8a270d847567db410c0caaa Deleted: sha256:b3e765ae00333aab4064e5db1cdea1b431238c1a6b8a6929297f7243c2a3e03a [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 4. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 5. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 4. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 5. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 4. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 5. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 4. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 5. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 4. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 5. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 4. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 5. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 1. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 2. Stopped HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor container did not remove the startup marker file. Assuming container image or container corruption. Error: No such container: hassio_supervisor Error: No such image: [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host [WARNING] Supervisor downloading failed trying: latest Error response from daemon: Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host hassos-supervisor.service: Main process exited, code=exited, status=1/FAILURE hassos-supervisor.service: Failed with result 'exit-code'. hassos-supervisor.service: Scheduled restart job, restart counter is at 3. Stopped HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. hassos-supervisor.service: Start request repeated too quickly. hassos-supervisor.service: Failed with result 'exit-code'. Failed to start HassOS supervisor. Starting HassOS supervisor... Error response from daemon: No such container: hassio_supervisor Started HassOS supervisor. Error: No such object: hassio_supervisor [WARNING] Supervisor image missing, downloading a fresh one: 2022.08.6 2022.08.6: Pulling from homeassistant/amd64-hassio-supervisor 530afca65e2e: Already exists f548ec462b73: Already exists c29b1a9e3cc2: Already exists c43dafaa2229: Pulling fs layer 5e6742429399: Pulling fs layer ce9771869b1a: Pulling fs layer 279d72e70183: Pulling fs layer 4f4fb700ef54: Pulling fs layer 62b9280d62ef: Pulling fs layer ebd6315fcd8b: Pulling fs layer 751610957700: Pulling fs layer 3d366d9b5678: Pulling fs layer cd24963b1859: Pulling fs layer ab2804468616: Pulling fs layer ebd6315fcd8b: Waiting 751610957700: Waiting 3d366d9b5678: Waiting cd24963b1859: Waiting ab2804468616: Waiting 279d72e70183: Waiting 4f4fb700ef54: Waiting 62b9280d62ef: Waiting ce9771869b1a: Verifying Checksum ce9771869b1a: Download complete c43dafaa2229: Download complete c43dafaa2229: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 279d72e70183: Verifying Checksum 279d72e70183: Download complete ebd6315fcd8b: Verifying Checksum ebd6315fcd8b: Download complete 5e6742429399: Verifying Checksum 5e6742429399: Download complete 62b9280d62ef: Verifying Checksum 62b9280d62ef: Download complete 3d366d9b5678: Verifying Checksum 3d366d9b5678: Download complete 751610957700: Verifying Checksum 751610957700: Download complete cd24963b1859: Verifying Checksum cd24963b1859: Download complete ab2804468616: Verifying Checksum ab2804468616: Download complete 5e6742429399: Pull complete ce9771869b1a: Pull complete 279d72e70183: Pull complete 4f4fb700ef54: Pull complete 62b9280d62ef: Pull complete ebd6315fcd8b: Pull complete 751610957700: Pull complete 3d366d9b5678: Pull complete cd24963b1859: Pull complete ab2804468616: Pull complete Digest: sha256:ef12a5799f5fb75cafdbec6d01b05dc265741fd8ff3f2843ead29b809753dea0 Status: Downloaded newer image for homeassistant/amd64-hassio-supervisor:2022.08.6 docker.io/homeassistant/amd64-hassio-supervisor:2022.08.6 [INFO] Creating a new Supervisor container... 00b5487d131a2dd3b5407deac7534f2b19daff5a9b1c7fc349a9520acff2ae63 [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... 0 hassio_supervisor hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... hassio_supervisor 0 hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor start script has changed, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 4f821f8f022449120b1d31efd47b1e2bc679cbc2be0eb174a9d7ee7b1fc144d6 [INFO] Starting the Supervisor... hassio_supervisor Stopping HassOS supervisor... hassio_supervisor 0 hassos-supervisor.service: Deactivated successfully. Stopped HassOS supervisor. Starting HassOS supervisor... hassio_supervisor Started HassOS supervisor. [INFO] Supervisor start script has changed, destroying previous container... hassio_supervisor [INFO] Creating a new Supervisor container... 6af6afe1499c1a017b21153a223b22d3a882ad3fdfbbe6aacdbc3081b0443436 [INFO] Starting the Supervisor... hassio_supervisor ```

The majority of this log is just not from me downgrading to 8.4 and then updating to 8.5 in hopes of getting rid of the long restart time, but that doesn't seem to be the case. Looks like I'll have to do a fresh install. However, what does seem to be common between @Sholofly and I is the error Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host.

Core logs related to restart hanging:

Screen Shot 2022-09-05 at 12 26 10 PM Screen Shot 2022-09-05 at 12 34 56 PM
agners commented 2 years ago

Could it be that since I run Adguard as an add-on, and with that container not having started, HA OS was failing to attempt to fix itself?

Yeah that is exactly the problem: HAOS needs access to Internet at startup for several reasons: To set time (NTP server use DNS names as well, and time is being set before any add-on starts), to recover Supervisor in case the container image corrupts or is otherwise lost. Also when updating the Adguard add-on itself, the OS won't be able to resolve names which can lead to issues.

In the end, this is a chicken-egg problem. I highly recommend to not use ad-guard as DNS server for HAOS.

One thing I did notice is that, since this debacle, restarting Home Assistant takes a very long time (over 2 minutes) with every restart hanging. Previous restarts were usually sub 20s on i5 processor.

That seems to be a HA Core issue, I am not sure how/if that is related to the HAOS issue. Is that with the new DNS set? Did you upgrade HA Core as well maybe?

agners commented 2 years ago

until I tried to manually recreate the missing containers that I noticed HA OS couldn't reach anything externally.

Hm, maybe that is the problem, the container needs quite specific settings. It shouldn't be done manually :sweat_smile: Now that the container is present again and DNS working on the host system, try removing it again manually and restart the OS service, which creates the container with correct paramters.

docker stop hassio_supervisor
docker rm hassio_supervisor
systemctl restart hassos-supervisor.service
RobertD502 commented 2 years ago

Ah you misunderstood me. I never actually created the cli container. Attempting to was what revealed there was no connectivity. That is when I changed the DNS settings with nmcli. I also created a new VM just now and restored from my Home Assistant backup. I made sure to include my router as a secondary DNS prior to updating to the RC...that time it went without a hitch. However, still trying to determine what went wrong with Core as my restarts are timing out even on a fresh install (but restored a full HA backup during the onboarding).

RobertD502 commented 2 years ago

That seems to be a HA Core issue, I am not sure how/if that is related to the HAOS issue. Is that with the new DNS set? Did you upgrade HA Core as well maybe?

The issue occurs no matter what the DNS is set to (Adguard, my router, or google). Doesn't seem to be the cause.

It started immediately after I was able to get HA OS back up and running yesterday. Prior to attempting the OS update, I was making some changes to my custom component (nothing that would result in breaking HA as it was just some changes to reflect deprecations in 2022.9) at which point I was restarting HA multiple times without a problem. Looks like I'll need to raise an issue in the Core repo as I'm having a hard time tracking down what is causing the lockup.

agners commented 2 years ago

I made sure to include my router as a secondary DNS prior to updating to the RC...that time it went without a hitch.

Cool, thanks for the update. I'll also make a change to the OS so it won't need Internet to bring up Supervisor after that upgrade (see #2113). This saves a bit of bandwidth and would have helped in that particular case. But having a non-HAOS dependent DNS server is the right solution in this case.

RobertD502 commented 2 years ago

@agners Appreciate the help!

agners commented 2 years ago

HAOS won't attempt to redownload Supervisor with 9.0.rc2.

@Sholofly I'd recommend to check your DNS setup still, especially make sure that HAOS has a DNS server which does not depend on being up itself.

RobertD502 commented 2 years ago

@agners Not sure what it is that fixed it in 9.0.rc2, but my HA core restart timeouts disappeared after I just updated to rc2.