Cant get past 'Preparing Home Assistant'

Hi everyone,

im pretty new to the home server life and im having some trouble with home assistant.

im using unraid to create a vm and run home assistant. i followed this guide to do the install How to set up home assistant on unraid | JuanMTech

the vm is up and running but when i get to the ‘preparing home assistant’ part the logs keep showing errors and i think its saying something is up with the supervisor. ive tried a couple of things and im pretty new to the linux commands and how to enter them so it could be that. i also have pihole installed as a docker container on my server. could this be part of this reason?

  • port forward on my router for home assistant and supervisor
  • removing vm and trying again
  • tried following the instructions here but if i type in #nmcli con edit “Home Assistant OS default” i get a message saying unknown connection. i tried nmcli connection show and i only show a connection for supervisor. so i tried that name when typing in the first command. i was able to go into the connection settings and change the dns to 8.8.8.8 but that didnt change anything

here is the error log:

23-01-30 18:39:49 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-01-30 18:39:49 INFO (MainThread) [__main__] Running Supervisor
23-01-30 18:39:49 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
23-01-30 18:39:49 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor.txt
23-01-30 18:39:50 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
23-01-30 18:39:50 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2023.01.1
23-01-30 18:39:50 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2023.01.1.
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[01:21:53] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[01:21:53] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
23-01-31 01:21:54 INFO (MainThread) [__main__] Initializing Supervisor setup
23-01-31 01:21:54 INFO (MainThread) [supervisor.docker.network] Can't find Supervisor network, creating a new network
23-01-31 01:21:54 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
23-01-31 01:21:54 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2022.12.1
23-01-31 01:21:54 INFO (SyncWorker_0) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
23-01-31 01:21:54 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
23-01-31 01:21:54 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-01-31 01:21:54 INFO (MainThread) [__main__] Setting up Supervisor
23-01-31 01:21:54 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
23-01-31 01:21:54 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
23-01-31 01:21:54 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
23-01-31 01:21:55 INFO (MainThread) [supervisor.host.services] Updating service information
23-01-31 01:21:55 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
23-01-31 01:21:55 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-30' coro=<DBus.sync_property_changes.<locals>.sync_property_change() done, defined at /usr/src/supervisor/supervisor/utils/dbus.py:180> exception=DBusFatalError('No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/IP4Config/3')>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 101, in call_dbus
return await getattr(proxy_interface, method)(
File "/usr/local/lib/python3.10/site-packages/dbus_fast/aio/proxy_object.py", line 106, in method_fn
BaseProxyInterface._check_method_return(msg, intr_method.out_signature)
File "/usr/local/lib/python3.10/site-packages/dbus_fast/proxy_object.py", line 81, in _check_method_return
raise DBusError._from_message(msg)
dbus_fast.errors.DBusError: No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/IP4Config/3
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 198, in sync_property_change
await update(changed)
File "/usr/src/supervisor/supervisor/dbus/network/connection.py", line 133, in update
await self.ipv4.update()
File "/usr/src/supervisor/supervisor/dbus/interface.py", line 92, in update
self.properties = await self.dbus.get_properties(self.properties_interface)
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 168, in get_properties
return await self.properties.call_get_all(interface)
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 106, in call_dbus
raise DBus.from_dbus_error(err)
supervisor.exceptions.DBusFatalError: No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/IP4Config/3
23-01-31 01:21:55 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-32' coro=<DBus.sync_property_changes.<locals>.sync_property_change() done, defined at /usr/src/supervisor/supervisor/utils/dbus.py:180> exception=DBusFatalError('No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/IP6Config/3')>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 101, in call_dbus
return await getattr(proxy_interface, method)(
File "/usr/local/lib/python3.10/site-packages/dbus_fast/aio/proxy_object.py", line 106, in method_fn
BaseProxyInterface._check_method_return(msg, intr_method.out_signature)
File "/usr/local/lib/python3.10/site-packages/dbus_fast/proxy_object.py", line 81, in _check_method_return
raise DBusError._from_message(msg)
dbus_fast.errors.DBusError: No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/IP6Config/3
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 198, in sync_property_change
await update(changed)
File "/usr/src/supervisor/supervisor/dbus/network/connection.py", line 147, in update
await self.ipv6.update()
File "/usr/src/supervisor/supervisor/dbus/interface.py", line 92, in update
self.properties = await self.dbus.get_properties(self.properties_interface)
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 168, in get_properties
return await self.properties.call_get_all(interface)
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 106, in call_dbus
raise DBus.from_dbus_error(err)
supervisor.exceptions.DBusFatalError: No such interface “org.freedesktop.DBus.Properties” on object at path /org/freedesktop/NetworkManager/IP6Config/3
23-01-31 01:21:55 INFO (MainThread) [supervisor.host.network] Updating local network information
23-01-31 01:21:55 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
23-01-30 17:21:55 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
23-01-30 17:21:55 INFO (SyncWorker_0) [supervisor.docker.interface] Found ghcr.io/home-assistant/amd64-hassio-cli versions: [<AwesomeVersion CalVer '2022.11.0'>]
23-01-30 17:21:55 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2022.11.0
23-01-30 17:21:55 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
23-01-30 17:21:55 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2022.11.0 - 172.30.32.5
23-01-30 17:21:55 INFO (SyncWorker_0) [supervisor.docker.interface] Found ghcr.io/home-assistant/amd64-hassio-dns versions: [<AwesomeVersion CalVer '2022.04.1'>]
23-01-30 17:21:55 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2022.04.1
23-01-30 17:21:55 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
23-01-30 17:21:56 INFO (SyncWorker_1) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2022.04.1 - 172.30.32.3
23-01-30 17:21:56 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
23-01-30 17:21:56 INFO (SyncWorker_0) [supervisor.docker.interface] Found ghcr.io/home-assistant/amd64-hassio-audio versions: [<AwesomeVersion CalVer '2022.07.0'>]
23-01-30 17:21:56 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2022.07.0
23-01-30 17:21:56 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
23-01-30 17:21:56 INFO (SyncWorker_1) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2022.07.0 - 172.30.32.4
23-01-30 17:21:56 INFO (SyncWorker_0) [supervisor.docker.interface] Found ghcr.io/home-assistant/amd64-hassio-observer versions: [<AwesomeVersion CalVer '2021.10.0'>]
23-01-30 17:21:56 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0
23-01-30 17:21:56 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
23-01-30 17:21:57 INFO (SyncWorker_1) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0 - 172.30.32.6
23-01-30 17:21:57 INFO (SyncWorker_0) [supervisor.docker.interface] Found ghcr.io/home-assistant/amd64-hassio-multicast versions: [<AwesomeVersion CalVer '2022.02.0'>]
23-01-30 17:21:57 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2022.02.0
23-01-30 17:21:57 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
23-01-30 17:21:57 INFO (SyncWorker_1) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2022.02.0 - Host
23-01-30 17:21:57 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-01-30 17:22:09 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
23-01-30 17:22:09 INFO (SyncWorker_1) [supervisor.docker.interface] No version found for ghcr.io/home-assistant/qemux86-64-homeassistant
23-01-30 17:22:09 INFO (MainThread) [supervisor.homeassistant.core] No Home Assistant Docker image ghcr.io/home-assistant/qemux86-64-homeassistant found.
23-01-30 17:22:09 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
23-01-30 17:22:09 INFO (MainThread) [supervisor.homeassistant.core] Using preinstalled landingpage
23-01-30 17:22:09 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
23-01-30 17:22:09 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
23-01-30 17:22:09 INFO (SyncWorker_0) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
23-01-30 17:22:09 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 9.5 / BootSlot A
23-01-30 17:22:09 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/home-assistant/addons repository
23-01-30 17:22:09 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/hassio-addons/repository repository
23-01-30 17:22:09 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/esphome/home-assistant-addon repository
23-01-30 17:22:14 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/home-assistant/addons repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules https://github.com/home-assistant/addons /data/addons/core
stderr: 'Cloning into '/data/addons/core'...
fatal: unable to access 'https://github.com/home-assistant/addons/': Could not resolve host: github.com
'.
23-01-30 17:22:14 ERROR (MainThread) [supervisor.store] Can't retrieve data from core due to
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.EXECUTE_REMOVE - ContextType.STORE / core
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.FATAL_ERROR - ContextType.STORE / core
23-01-30 17:22:14 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/hassio-addons/repository repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules https://github.com/hassio-addons/repository /data/addons/git/a0d7b954
stderr: 'Cloning into '/data/addons/git/a0d7b954'...
fatal: unable to access 'https://github.com/hassio-addons/repository/': Could not resolve host: github.com
'.
23-01-30 17:22:14 ERROR (MainThread) [supervisor.store] Can't retrieve data from https://github.com/hassio-addons/repository due to
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.EXECUTE_REMOVE - ContextType.STORE / a0d7b954
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.FATAL_ERROR - ContextType.STORE / a0d7b954
23-01-30 17:22:14 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/esphome/home-assistant-addon repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules https://github.com/esphome/home-assistant-addon /data/addons/git/5c53de3b
stderr: 'Cloning into '/data/addons/git/5c53de3b'...
fatal: unable to access 'https://github.com/esphome/home-assistant-addon/': Could not resolve host: github.com
'.
23-01-30 17:22:14 ERROR (MainThread) [supervisor.store] Can't retrieve data from https://github.com/esphome/home-assistant-addon due to
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.EXECUTE_REMOVE - ContextType.STORE / 5c53de3b
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.FATAL_ERROR - ContextType.STORE / 5c53de3b
23-01-30 17:22:14 INFO (MainThread) [supervisor.store] Loading add-ons from store: 0 all - 0 new - 0 remove
23-01-30 17:22:14 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
23-01-30 17:22:14 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
23-01-30 17:22:14 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
23-01-30 17:22:14 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-01-30 17:22:14 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
23-01-30 17:22:14 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-01-30 17:22:14 INFO (MainThread) [__main__] Running Supervisor
23-01-30 17:22:14 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
23-01-30 17:22:14 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor.txt
23-01-30 17:22:15 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
23-01-30 17:22:15 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2023.01.1
23-01-30 17:22:15 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2023.01.1.
23-01-30 17:28:36 ERROR (SyncWorker_2) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.01.1: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.01.1&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
23-01-30 17:28:36 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.UPDATE_FAILED - ContextType.SUPERVISOR / None
23-01-30 17:28:36 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.01.1: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.01.1&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
23-01-30 17:28:36 CRITICAL (MainThread) [supervisor.core] Can't update Supervisor! This will break some Add-ons or affect future versions of Home Assistant!
23-01-30 17:28:36 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
23-01-30 17:28:36 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
23-01-30 17:28:36 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
23-01-30 17:28:36 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
23-01-30 17:28:36 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
23-01-30 17:28:36 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
23-01-30 17:28:36 INFO (MainThread) [supervisor.core] Supervisor is up and running
23-01-30 17:28:36 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
23-01-30 17:28:36 INFO (MainThread) [supervisor.host.info] Updating local host information
23-01-30 17:28:36 INFO (SyncWorker_2) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7
23-01-30 17:28:36 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2023.1.7.
23-01-30 17:28:36 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-01-30 17:28:36 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
23-01-30 17:28:36 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_IPV6_ERROR/ContextType.DNS_SERVER
23-01-30 17:28:36 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
23-01-30 17:28:36 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
23-01-30 17:28:36 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_FAILED/ContextType.DNS_SERVER
23-01-30 17:28:36 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
23-01-30 17:28:36 INFO (MainThread) [supervisor.host.services] Updating service information
23-01-30 17:28:36 INFO (MainThread) [supervisor.host.network] Updating local network information
23-01-30 17:28:36 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
23-01-30 17:28:36 INFO (MainThread) [supervisor.host.manager] Host information reload completed
23-01-30 17:28:37 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
23-01-30 17:28:37 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.NO_CURRENT_BACKUP/ContextType.SYSTEM
23-01-30 17:28:37 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
23-01-30 17:28:37 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.NO_CURRENT_BACKUP - ContextType.SYSTEM / None
23-01-30 17:28:37 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.IPV4_CONNECTION_PROBLEM/ContextType.SYSTEM
23-01-30 17:28:37 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-01-30 17:28:37 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
23-01-30 17:28:38 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-01-30 17:28:38 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy - supervisor
23-01-30 17:34:41 ERROR (SyncWorker_2) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.1.7&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
23-01-30 17:34:41 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-01-30 17:35:11 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7
23-01-30 17:35:11 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2023.1.7.
23-01-30 17:40:47 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.1.7&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
23-01-30 17:40:47 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-01-30 17:41:17 INFO (SyncWorker_1) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7
23-01-30 17:41:17 INFO (SyncWorker_1) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2023.1.7.
23-01-30 17:41:33 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.1.7&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": dial tcp 140.82.112.34:443: connect: no route to host")
23-01-30 17:41:33 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-01-30 17:42:03 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7
23-01-30 17:42:03 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2023.1.7.
23-01-30 17:42:13 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.1.7&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": dial tcp: lookup ghcr.io: no such host")
23-01-30 17:42:13 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-01-30 17:42:43 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2023.1.7
23-01-30 17:42:43 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2023.1.7.
s6-rc: info: service legacy-services: stopping