Hello,
I am trying to setup my very first Home Assistant on a Raspberri Pi 3b I had laying around. I used the PI imager and selected the image made for RPi 3. The PI is plugged via ethernet, and shows up in my router right away as I power it on. Then after about 10 minutes, I can access http://homeassistant.local:8123/ as the tutorial says to do, and I get an “Error Installing Home Assistant”.
It appears it fails to fetch some addons. It’s not clear to me what is the source of the error. Any help is appreciated.
Here is the full log:
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
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)
s6-rc: info: service legacy-services successfully started
INFO: Starting local supervisor watchdog...
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_uri.py:51: SyntaxWarning: invalid escape sequence '\w'
_UNRESERVED = "[\w\-\.]"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3.py:265: SyntaxWarning: invalid escape sequence '\{'
part_pattern = "^(\{0}|\{1})$".format(self.WILDCARD_ONE,
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_simple.py:48: SyntaxWarning: invalid escape sequence '\w'
_ALPHANUM_PATTERN = "\w"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_simple.py:51: SyntaxWarning: invalid escape sequence '\d'
_LANGTAG_PATTERN = "^([a-z]{2,3}(-([a-z]{2}|[\d]{3}))?)$"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:49: SyntaxWarning: invalid escape sequence '\!'
_PUNC_NO_DASH = "\!|\"|\;|\#|\$|\%|\&|\'|\(|\)|\+|\,|\.|\/|\:|\<|\=|\>|\@|\[|\]|\^|\`|\{|\||\}|\~"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:77: SyntaxWarning: invalid escape sequence '\{'
_spec1 = "\{0}".format(WILDCARD_ONE)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:78: SyntaxWarning: invalid escape sequence '\{'
_spec2 = "\{0}".format(WILDCARD_MULTI)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:86: SyntaxWarning: invalid escape sequence '\w'
_body1 = "\w|{0}".format(_quoted1)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:87: SyntaxWarning: invalid escape sequence '\w'
_body2 = "\w|{0}".format(_quoted2)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:50: SyntaxWarning: invalid escape sequence '\w'
_UNRESERVED = "\w|\.|\-"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:51: SyntaxWarning: invalid escape sequence '\!'
_PUNC = "\!|\"|\;|\#|\$|\%|\&|\'|\(|\)|\+|\,|\/|\:|\<|\=|\>|\@|\[|\]|\^|\`|\{|\||\}|\~|\-"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:77: SyntaxWarning: invalid escape sequence '\{'
_logical = "(\{0}|{1})".format(VALUE_ANY, VALUE_NA)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:78: SyntaxWarning: invalid escape sequence '\{'
_quest = "\{0}".format(WILDCARD_ONE)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:79: SyntaxWarning: invalid escape sequence '\{'
_asterisk = "\{0}".format(WILDCARD_MULTI)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_anyvalue.py:35: SyntaxWarning: invalid escape sequence '\*'
"""
[__main__] Initializing Supervisor setup
[supervisor.docker.network] Can't find Supervisor network, creating a new network
[supervisor.bootstrap] Setting up coresys for machine: raspberrypi3-64
[supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2024.08.0
[supervisor.docker.supervisor] Connecting Supervisor to hassio-network
[supervisor.resolution.evaluate] Starting system evaluation with state initialize
[supervisor.resolution.evaluate] System evaluation complete
[__main__] Setting up Supervisor
[supervisor.api] Starting API on 172.30.32.2
[supervisor.hardware.monitor] Started Supervisor hardware monitor
[supervisor.dbus.manager] Connected to system D-Bus.
[supervisor.dbus.agent] Load dbus interface io.hass.os
[supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
[supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
[supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
[supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
[supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
[supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
[supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
[supervisor.host.services] Updating service information
[supervisor.host.sound] Updating PulseAudio information
[supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
[supervisor.host.network] Updating local network information
[supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
[supervisor.docker.monitor] Started docker events monitor
[supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
[supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-cli versions: []
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.07.0
[supervisor.plugins.cli] Starting CLI plugin
[supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.07.0 - 172.30.32.5
[supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-dns versions: []
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.04.0
[supervisor.plugins.dns] Starting CoreDNS plugin
[supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.04.0 - 172.30.32.3
[supervisor.plugins.dns] Updated /etc/resolv.conf
[supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-audio versions: []
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0
[supervisor.plugins.audio] Starting Audio plugin
[supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0 - 172.30.32.4
[supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-observer versions: []
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0
[supervisor.plugins.observer] Starting observer plugin
[supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0 - 172.30.32.6
[supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-multicast versions: []
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0
[supervisor.plugins.multicast] Starting Multicast plugin
[supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0 - Host
[supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
[supervisor.docker.interface] No version found for ghcr.io/home-assistant/raspberrypi3-64-homeassistant
[supervisor.homeassistant.core] No Home Assistant Docker image ghcr.io/home-assistant/raspberrypi3-64-homeassistant found.
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi3-64-homeassistant with version landingpage
[supervisor.homeassistant.core] Using preinstalled landingpage
[supervisor.homeassistant.core] Starting HomeAssistant landingpage
[supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
[supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/raspberrypi3-64-homeassistant with version landingpage
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp1_1.py:57: SyntaxWarning: invalid escape sequence '\w'
_STRING = "\w\.\-,\(\)@\#"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_2.py:52: SyntaxWarning: invalid escape sequence '\d'
_VALUE_PATTERN = "^([\d\w\._\-~%]+)$"
/usr/local/lib/python3.12/site-packages/cpe/cpe2_3_fs.py:97: SyntaxWarning: invalid escape sequence '\:'
_parts_pattern = "^cpe:2.3:{0}\:{1}\:{2}\:{3}\:{4}\:{5}\:{6}\:{7}\:{8}\:{9}\:{10}$".format(
[supervisor.os.manager] Detect Home Assistant Operating System 13.1 / BootSlot A
[supervisor.store.git] Cloning add-on https://github.com/home-assistant/addons repository
[supervisor.store.git] Cloning add-on https://github.com/esphome/home-assistant-addon repository
[supervisor.store.git] Cloning add-on https://github.com/music-assistant/home-assistant-addon repository
[supervisor.store.git] Cloning add-on https://github.com/hassio-addons/repository repository
[supervisor.store] Loading add-ons from store: 80 all - 80 new - 0 remove
[supervisor.addons.manager] Found 0 installed add-ons
[supervisor.backups.manager] Found 0 backup files
[supervisor.discovery] Loaded 0 messages
[supervisor.ingress] Loaded 0 ingress sessions
[supervisor.resolution.check] Starting system checks with state setup
[supervisor.resolution.checks.base] Run check for disabled_data_disk/system
[supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
[supervisor.resolution.checks.base] Run check for multiple_data_disks/system
[supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
[supervisor.resolution.check] System checks complete
[supervisor.resolution.evaluate] Starting system evaluation with state setup
[supervisor.resolution.evaluate] System evaluation complete
[supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
[supervisor.resolution.evaluate] Starting system evaluation with state setup
[supervisor.resolution.evaluate] System evaluation complete
[__main__] Running Supervisor
[supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
[supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
[supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
[supervisor.supervisor] Update Supervisor to version 2024.10.0
[supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-supervisor with tag 2024.10.0.
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
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)
s6-rc: info: service legacy-services successfully started
INFO: Starting local supervisor watchdog...
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_uri.py:51: SyntaxWarning: invalid escape sequence '\w'
_UNRESERVED = "[\w\-\.]"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3.py:265: SyntaxWarning: invalid escape sequence '\{'
part_pattern = "^(\{0}|\{1})$".format(self.WILDCARD_ONE,
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_simple.py:48: SyntaxWarning: invalid escape sequence '\w'
_ALPHANUM_PATTERN = "\w"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_simple.py:51: SyntaxWarning: invalid escape sequence '\d'
_LANGTAG_PATTERN = "^([a-z]{2,3}(-([a-z]{2}|[\d]{3}))?)$"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:49: SyntaxWarning: invalid escape sequence '\!'
_PUNC_NO_DASH = "\!|\"|\;|\#|\$|\%|\&|\'|\(|\)|\+|\,|\.|\/|\:|\<|\=|\>|\@|\[|\]|\^|\`|\{|\||\}|\~"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:77: SyntaxWarning: invalid escape sequence '\{'
_spec1 = "\{0}".format(WILDCARD_ONE)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:78: SyntaxWarning: invalid escape sequence '\{'
_spec2 = "\{0}".format(WILDCARD_MULTI)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:86: SyntaxWarning: invalid escape sequence '\w'
_body1 = "\w|{0}".format(_quoted1)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:87: SyntaxWarning: invalid escape sequence '\w'
_body2 = "\w|{0}".format(_quoted2)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:50: SyntaxWarning: invalid escape sequence '\w'
_UNRESERVED = "\w|\.|\-"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:51: SyntaxWarning: invalid escape sequence '\!'
_PUNC = "\!|\"|\;|\#|\$|\%|\&|\'|\(|\)|\+|\,|\/|\:|\<|\=|\>|\@|\[|\]|\^|\`|\{|\||\}|\~|\-"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:77: SyntaxWarning: invalid escape sequence '\{'
_logical = "(\{0}|{1})".format(VALUE_ANY, VALUE_NA)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:78: SyntaxWarning: invalid escape sequence '\{'
_quest = "\{0}".format(WILDCARD_ONE)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:79: SyntaxWarning: invalid escape sequence '\{'
_asterisk = "\{0}".format(WILDCARD_MULTI)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_anyvalue.py:35: SyntaxWarning: invalid escape sequence '\*'
"""
[__main__] Initializing Supervisor setup
[supervisor.bootstrap] Setting up coresys for machine: raspberrypi3-64
[supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2024.08.0
[supervisor.resolution.evaluate] Starting system evaluation with state initialize
[supervisor.resolution.evaluate] System evaluation complete
[__main__] Setting up Supervisor
[supervisor.api] Starting API on 172.30.32.2
[supervisor.hardware.monitor] Started Supervisor hardware monitor
[supervisor.dbus.manager] Connected to system D-Bus.
[supervisor.dbus.agent] Load dbus interface io.hass.os
[supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
[supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
[supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
[supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
[supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
[supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
[supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
[supervisor.host.services] Updating service information
[supervisor.host.sound] Updating PulseAudio information
[supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
[supervisor.host.network] Updating local network information
[supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
[supervisor.docker.monitor] Started docker events monitor
[supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.07.0
[supervisor.plugins.cli] Starting CLI plugin
[supervisor.docker.manager] Cleaning hassio_cli application
[supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.07.0 - 172.30.32.5
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.04.0
[supervisor.plugins.dns] Starting CoreDNS plugin
[supervisor.docker.manager] Cleaning hassio_dns application
[supervisor.hardware.monitor] Detecting remove hardware /dev/bsg/0:0:0:0 - None
[supervisor.hardware.monitor] Detecting remove hardware /dev/sda1 - /dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S2R5NX0J105092N-part1
[supervisor.hardware.monitor] Detecting remove hardware /dev/sda2 - /dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S2R5NX0J105092N-part2
[supervisor.hardware.monitor] Detecting remove hardware /dev/sda - /dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S2R5NX0J105092N
[supervisor.hardware.monitor] Detecting remove hardware /dev/bus/usb/001/004 - None
[supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.04.0 - 172.30.32.3
[supervisor.plugins.dns] Updated /etc/resolv.conf
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0
[supervisor.plugins.audio] Starting Audio plugin
[supervisor.docker.manager] Cleaning hassio_audio application
[supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0 - 172.30.32.4
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0
[supervisor.plugins.multicast] Starting Multicast plugin
[supervisor.docker.manager] Cleaning hassio_multicast application
[supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0 - Host
[supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
[supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi3-64-homeassistant with version landingpage
[supervisor.homeassistant.core] Starting HomeAssistant landingpage
[supervisor.docker.manager] Starting homeassistant
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp1_1.py:57: SyntaxWarning: invalid escape sequence '\w'
_STRING = "\w\.\-,\(\)@\#"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_2.py:52: SyntaxWarning: invalid escape sequence '\d'
_VALUE_PATTERN = "^([\d\w\._\-~%]+)$"
/usr/local/lib/python3.12/site-packages/cpe/cpe2_3_fs.py:97: SyntaxWarning: invalid escape sequence '\:'
_parts_pattern = "^cpe:2.3:{0}\:{1}\:{2}\:{3}\:{4}\:{5}\:{6}\:{7}\:{8}\:{9}\:{10}$".format(
[supervisor.os.manager] Detect Home Assistant Operating System 13.1 / BootSlot A
[supervisor.store.data] Can't read /data/addons/core/dnsmasq/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/nginx_proxy/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/piper/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/silabs_flasher/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/samba/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/ssh/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/whisper/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/configurator/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/duckdns/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/silabs-multiprotocol/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/assist_microphone/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/deconz/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/git_pull/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/rpc_shutdown/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/tellstick/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/zwave_js/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/mariadb/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/openwakeword/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/openthread_border_router/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/vlc/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/google_assistant/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/cec_scan/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/letsencrypt/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/dhcp_server/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/matter_server/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/mosquitto/config.yaml: Invalid Add-on config!. Got {}
[supervisor.utils.json] Can't read json from /data/addons/git/d5369777/repository.json: unexpected character: line 1 column 1 (char 0)
[supervisor.store.data] Can't read repository information from /data/addons/git/d5369777/repository.json
[supervisor.utils.json] Can't read json from /data/addons/git/5c53de3b/repository.json: Input is a zero-length, empty document: line 1 column 1 (char 0)
[supervisor.store.data] Can't read repository information from /data/addons/git/5c53de3b/repository.json
[supervisor.utils.json] Can't read json from /data/addons/git/a0d7b954/repository.json: Input is a zero-length, empty document: line 1 column 1 (char 0)
[supervisor.store.data] Can't read repository information from /data/addons/git/a0d7b954/repository.json
[supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
[supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
[supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository
[supervisor.store.git] Loading add-on /data/addons/core repository
[supervisor.store.git] Integrity check on /data/addons/git/d5369777 failed: Cmd('git') failed due to: exit code(128)
cmdline: git fsck
stderr: 'fatal: bad shallow line: '.
[supervisor.store] Can't load data from repository https://github.com/music-assistant/home-assistant-addon due to
[supervisor.resolution.module] Create new suggestion execute_reset - store / d5369777
[supervisor.resolution.module] Create new issue fatal_error - store / d5369777
[supervisor.store.git] Integrity check on /data/addons/git/5c53de3b failed: Cmd('git') failed due to: exit code(128)
cmdline: git fsck
stderr: 'fatal: bad shallow line: '.
[supervisor.store] Can't load data from repository https://github.com/esphome/home-assistant-addon due to
[supervisor.resolution.module] Create new suggestion execute_reset - store / 5c53de3b
[supervisor.resolution.module] Create new issue fatal_error - store / 5c53de3b
[supervisor.store.git] Integrity check on /data/addons/core failed: Cmd('git') failed due to: exit code(128)
cmdline: git fsck
stderr: 'fatal: bad shallow line: '.
[supervisor.store] Can't load data from repository core due to
[supervisor.resolution.module] Create new suggestion execute_reset - store / core
[supervisor.resolution.module] Create new issue fatal_error - store / core
[supervisor.store.git] Integrity check on /data/addons/git/a0d7b954 failed: Cmd('git') failed due to: exit code(128)
cmdline: git fsck
stderr: 'fatal: bad shallow line: '.
[supervisor.store] Can't load data from repository https://github.com/hassio-addons/repository due to
[supervisor.resolution.module] Create new suggestion execute_reset - store / a0d7b954
[supervisor.resolution.module] Create new issue fatal_error - store / a0d7b954
[supervisor.store.data] Can't read /data/addons/core/dnsmasq/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/nginx_proxy/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/piper/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/silabs_flasher/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/samba/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/ssh/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/whisper/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/configurator/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/duckdns/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/silabs-multiprotocol/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/assist_microphone/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/deconz/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/git_pull/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/rpc_shutdown/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/tellstick/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/zwave_js/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/mariadb/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/openwakeword/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/openthread_border_router/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/vlc/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/google_assistant/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/cec_scan/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/letsencrypt/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/dhcp_server/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/matter_server/config.yaml: Invalid Add-on config!. Got {}
[supervisor.store.data] Can't read /data/addons/core/mosquitto/config.yaml: Invalid Add-on config!. Got {}
[supervisor.utils.json] Can't read json from /data/addons/git/d5369777/repository.json: unexpected character: line 1 column 1 (char 0)
[supervisor.store.data] Can't read repository information from /data/addons/git/d5369777/repository.json
[supervisor.utils.json] Can't read json from /data/addons/git/5c53de3b/repository.json: Input is a zero-length, empty document: line 1 column 1 (char 0)
[supervisor.store.data] Can't read repository information from /data/addons/git/5c53de3b/repository.json
[supervisor.utils.json] Can't read json from /data/addons/git/a0d7b954/repository.json: Input is a zero-length, empty document: line 1 column 1 (char 0)
[supervisor.store.data] Can't read repository information from /data/addons/git/a0d7b954/repository.json
[supervisor.store] Loading add-ons from store: 0 all - 0 new - 0 remove
[supervisor.addons.manager] Found 0 installed add-ons
[supervisor.backups.manager] Found 0 backup files
[supervisor.discovery] Loaded 0 messages
[supervisor.ingress] Loaded 0 ingress sessions
[supervisor.resolution.check] Starting system checks with state setup
[supervisor.resolution.checks.base] Run check for disabled_data_disk/system
[supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
[supervisor.resolution.checks.base] Run check for multiple_data_disks/system
[supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
[supervisor.resolution.check] System checks complete
[supervisor.resolution.evaluate] Starting system evaluation with state setup
[supervisor.resolution.evaluate] System evaluation complete
[supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
[supervisor.resolution.evaluate] Starting system evaluation with state setup
[supervisor.resolution.evaluate] System evaluation complete
[__main__] Running Supervisor
[supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
[supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
[supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
[supervisor.supervisor] Update Supervisor to version 2024.10.0
[supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-supervisor with tag 2024.10.0.