Hello,
I tried to install HA Supervised on Debian 11 Bullseye using this guide: Installing Home Assistant Supervised on Debian 11 . After installation I got logs like this:
-- Journal begins at Sun 2022-06-26 13:45:57 CEST. --
Jun 26 13:59:58 debian-ha sshd[9987]: Disconnected from invalid user motorola 176.102.38.42 port 45218 [preauth]
Jun 26 14:00:04 debian-ha 5da2306b58b7[8496]: 22-06-26 14:00:04 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-cli with tag 2022.05.0.
Jun 26 14:00:04 debian-ha dockerd[8496]: time="2022-06-26T14:00:04.102868909+02:00" level=warning msg="Error getting v2 registry: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on [::1]:53: read udp [::1]:48800->[::1]:53: read: connection refused"
Jun 26 14:00:04 debian-ha dockerd[8496]: time="2022-06-26T14:00:04.103024535+02:00" level=info msg="Attempting next endpoint for pull after error: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on [::1]:53: read udp [::1]:48800->[::1]:53: read: connection refused"
Jun 26 14:00:04 debian-ha dockerd[8496]: time="2022-06-26T14:00:04.105724955+02:00" level=error msg="Handler for POST /v1.41/images/create returned error: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on [::1]:53: read udp [::1]:48800->[::1]:53: read: connection refused"
Jun 26 14:00:04 debian-ha 5da2306b58b7[8496]: 22-06-26 14:00:04 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-cli:2022.05.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.05.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-cli&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io on [::1]:53: read udp [::1]:48800->[::1]:53: read: connection refused")
Jun 26 14:00:04 debian-ha 5da2306b58b7[8496]: 22-06-26 14:00:04 WARNING (MainThread) [supervisor.plugins.cli] Error on install cli plugin. Retry in 30sec
Jun 26 14:00:07 debian-ha systemd[1]: Starting system activity accounting tool...
Jun 26 14:00:07 debian-ha systemd[1]: sysstat-collect.service: Succeeded.
Jun 26 14:00:07 debian-ha systemd[1]: Finished system activity accounting tool.
Jun 26 14:00:34 debian-ha 5da2306b58b7[8496]: 22-06-26 14:00:34 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-cli with tag 2022.05.0.
Jun 26 14:00:34 debian-ha dockerd[8496]: time="2022-06-26T14:00:34.158127866+02:00" level=warning msg="Error getting v2 registry: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on [::1]:53: read udp [::1]:48893->[::1]:53: read: connection refused"
Jun 26 14:00:34 debian-ha dockerd[8496]: time="2022-06-26T14:00:34.158251531+02:00" level=info msg="Attempting next endpoint for pull after error: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on [::1]:53: read udp [::1]:48893->[::1]:53: read: connection refused"
Jun 26 14:00:34 debian-ha dockerd[8496]: time="2022-06-26T14:00:34.160701209+02:00" level=error msg="Handler for POST /v1.41/images/create returned error: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on [::1]:53: read udp [::1]:48893->[::1]:53: read: connection refused"
Jun 26 14:00:34 debian-ha 5da2306b58b7[8496]: 22-06-26 14:00:34 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-cli:2022.05.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.05.0&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-cli&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io on [::1]:53: read udp [::1]:48893->[::1]:53: read: connection refused")
Jun 26 14:00:34 debian-ha 5da2306b58b7[8496]: 22-06-26 14:00:34 WARNING (MainThread) [supervisor.plugins.cli] Error on install cli plugin. Retry in 30sec
What should I do in that case? Can’t run HA in webpage and tried to re-installion couple of times but I got the same problem. Thank You in advance for any help and info!