Jump to content

Hassio VM Crashing


phatass

Recommended Posts

Hi Guys,

A rookie here looking for help.
I have tried to install Home Assistant / Hassio as a VM following this guide:

 

Have set-up the VM and it can start.
Hassio starts and can be accessed through http://homeassistant.local:8123/.

It then states "Preparing Home Assistant" and "stalls", i.e. becomes unresponsive.

 

The VM log from Unraid looks as follows:

-uuid 9e099938-c4e9-1439-5662-b6504240e69f \
-no-user-config \
-nodefaults \
-chardev socket,id=charmonitor,fd=31,server,nowait \
-mon chardev=charmonitor,id=monitor,mode=control \
-rtc base=utc,driftfix=slew \
-global kvm-pit.lost_tick_policy=delay \
-no-hpet \
-no-shutdown \
-boot strict=on \
-device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2 \
-device pcie-root-port,port=0x11,chassis=2,id=pci.2,bus=pcie.0,addr=0x2.0x1 \
-device pcie-root-port,port=0x12,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x2 \
-device pcie-root-port,port=0x13,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x3 \
-device pcie-root-port,port=0x14,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x4 \
-device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 \
-device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pcie.0,multifunction=on,addr=0x7 \
-device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pcie.0,addr=0x7.0x1 \
-device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pcie.0,addr=0x7.0x2 \
-device virtio-serial-pci,id=virtio-serial0,bus=pci.2,addr=0x0 \
-blockdev '{"driver":"file","filename":"/mnt/user/domains/Hassio/haos_ova-6.6.vmdk","node-name":"libvirt-1-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-1-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"vmdk","file":"libvirt-1-storage","backing":null}' \
-device virtio-blk-pci,bus=pci.3,addr=0x0,drive=libvirt-1-format,id=virtio-disk2,bootindex=1,write-cache=on \
-netdev tap,fd=33,id=hostnet0 \
-device virtio-net,netdev=hostnet0,id=net0,mac=52:54:00:92:71:63,bus=pci.1,addr=0x0 \
-chardev pty,id=charserial0 \
-device isa-serial,chardev=charserial0,id=serial0 \
-chardev socket,id=charchannel0,fd=34,server,nowait \
-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 \
-device usb-tablet,id=input0,bus=usb.0,port=1 \
-vnc 0.0.0.0:0,websocket=5700 \
-k en-us \
-device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vram64_size_mb=0,vgamem_mb=16,max_outputs=1,bus=pcie.0,addr=0x1 \
-device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0 \
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
-msg timestamp=on
2021-12-06 10:14:19.071+0000: Domain id=6 is tainted: high-privileges
2021-12-06 10:14:19.071+0000: Domain id=6 is tainted: host-cpu
char device redirected to /dev/pts/0 (label charserial0)
2021-12-06 10:18:07.332+0000: shutting down, reason=crashed

 

The Hassio log from the landing page states:

 

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[11:40:12] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[11:40:12] INFO: Starting local supervisor watchdog...
21-12-05 11:40:14 INFO (MainThread) [__main__] Initializing Supervisor setup
21-12-05 11:40:15 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-12-05 12:40:15 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-12-05 12:40:15 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.10.8
21-12-05 12:40:15 INFO (SyncWorker_0) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
21-12-05 12:40:15 INFO (SyncWorker_0) [supervisor.docker.interface] Cleanup images: ['ghcr.io/home-assistant/amd64-hassio-supervisor:2021.10.6']
21-12-05 12:40:17 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-12-05 12:40:17 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 12:40:17 INFO (MainThread) [__main__] Setting up Supervisor
21-12-05 12:40:18 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-12-05 12:40:18 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-12-05 12:40:18 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
21-12-05 12:40:18 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
21-12-05 12:40:18 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
21-12-05 12:40:18 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
21-12-05 12:40:18 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
21-12-05 12:40:19 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
21-12-05 12:40:19 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
21-12-05 12:40:19 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 12:40:19 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 12:40:19 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 12:40:19 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 12:40:20 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-12-05 12:40:20 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-12-05 12:40:20 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0
21-12-05 12:40:20 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0
21-12-05 12:40:20 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-12-05 12:40:21 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0
21-12-05 12:40:21 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0
21-12-05 12:40:21 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0
21-12-05 12:40:21 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-12-05 12:40:21 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
21-12-05 12:40:21 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 12:40:21 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
21-12-05 12:40:21 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 6.6 / BootSlot A
21-12-05 12:40:24 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-12-05 12:40:24 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-12-05 12:40:27 INFO (MainThread) [supervisor.store] Loading add-ons from store: 62 all - 62 new - 0 remove
21-12-05 12:40:27 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
21-12-05 12:40:27 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
21-12-05 12:40:27 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-12-05 12:40:27 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-12-05 12:40:27 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-12-05 12:40:27 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 12:40:27 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 12:40:27 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 12:40:27 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-12-05 12:40:27 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 12:40:27 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 12:40:27 INFO (MainThread) [__main__] Running Supervisor
21-12-05 12:40:27 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
21-12-05 12:40:27 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-12-05 12:40:27 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
21-12-05 12:40:27 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
21-12-05 12:40:27 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
21-12-05 12:40:27 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-12-05 12:40:28 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-12-05 12:40:28 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-12-05 12:40:28 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
21-12-05 12:40:28 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-12-05 12:40:28 ERROR (MainThread) [supervisor.utils] Can't execute check_trust while a task is in progress
21-12-05 12:40:28 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2021.11.5
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-12-05 12:40:28 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2021.11.5.
21-12-05 12:40:28 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 12:40:28 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 12:40:28 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-12-05 12:40:29 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 12:40:29 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-12-05 12:40:29 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-12-05 12:40:29 INFO (MainThread) [supervisor.host.manager] Host information reload completed
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[11:58:41] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[11:58:41] INFO: Starting local supervisor watchdog...
21-12-05 11:59:07 INFO (MainThread) [__main__] Initializing Supervisor setup
21-12-05 11:59:07 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-12-05 12:59:07 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-12-05 12:59:07 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.10.8
21-12-05 12:59:09 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-12-05 12:59:09 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 12:59:09 INFO (MainThread) [__main__] Setting up Supervisor
21-12-05 12:59:09 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-12-05 12:59:09 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-12-05 12:59:09 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
21-12-05 12:59:09 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
21-12-05 12:59:09 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
21-12-05 12:59:09 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
21-12-05 12:59:10 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
21-12-05 12:59:11 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
21-12-05 12:59:11 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
21-12-05 12:59:11 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 12:59:11 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 12:59:11 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 12:59:12 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 12:59:15 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-12-05 12:59:15 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-12-05 12:59:15 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0
21-12-05 12:59:15 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
21-12-05 12:59:15 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_cli application
21-12-05 12:59:20 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0 - 172.30.32.5
21-12-05 12:59:22 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0
21-12-05 12:59:22 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
21-12-05 12:59:22 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_dns application
21-12-05 12:59:31 INFO (SyncWorker_0) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0 - 172.30.32.3
21-12-05 12:59:31 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-12-05 12:59:34 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0
21-12-05 12:59:34 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
21-12-05 12:59:34 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_audio application
21-12-05 12:59:43 INFO (SyncWorker_0) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0 - 172.30.32.4
21-12-05 12:59:43 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0
21-12-05 12:59:43 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0
21-12-05 12:59:46 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
21-12-05 12:59:46 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_multicast application
21-12-05 12:59:53 INFO (SyncWorker_0) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0 - Host
21-12-05 12:59:53 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-12-05 12:59:56 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
21-12-05 12:59:56 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 12:59:56 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
21-12-05 12:59:56 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
21-12-05 12:59:56 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning homeassistant application
21-12-05 13:00:01 INFO (SyncWorker_0) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 13:00:01 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 6.6 / BootSlot A
21-12-05 13:00:26 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-12-05 13:00:26 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-12-05 13:00:31 INFO (MainThread) [supervisor.store] Loading add-ons from store: 62 all - 62 new - 0 remove
21-12-05 13:00:31 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
21-12-05 13:00:32 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
21-12-05 13:00:32 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-12-05 13:00:32 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-12-05 13:00:32 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-12-05 13:00:32 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 13:00:32 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 13:00:32 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 13:00:32 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-12-05 13:00:32 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 13:00:32 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 13:00:32 INFO (MainThread) [__main__] Running Supervisor
21-12-05 13:00:32 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
21-12-05 13:00:32 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-12-05 13:00:32 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
21-12-05 13:00:32 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
21-12-05 13:00:32 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
21-12-05 13:00:32 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-12-05 13:00:39 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-12-05 13:00:39 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-12-05 13:00:39 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
21-12-05 13:00:39 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 13:00:39 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2021.11.5
21-12-05 13:00:39 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-12-05 13:00:39 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2021.11.5.
21-12-05 13:00:39 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-12-05 13:00:39 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-12-05 13:00:39 ERROR (MainThread) [supervisor.utils] Can't execute check_trust while a task is in progress
21-12-05 13:00:39 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-12-05 13:00:41 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-12-05 13:00:41 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-12-05 13:00:41 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
21-12-05 13:00:41 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-12-05 13:00:42 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-12-05 13:00:42 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 13:00:42 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-12-05 13:00:42 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 13:00:42 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-12-05 13:00:42 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-12-05 13:00:42 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 13:00:42 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 13:00:43 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 13:00:44 INFO (MainThread) [supervisor.host.manager] Host information reload completed
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[14:02:27] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[14:02:27] INFO: Starting local supervisor watchdog...
21-12-05 14:02:31 INFO (MainThread) [__main__] Initializing Supervisor setup
21-12-05 14:02:31 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-12-05 15:02:31 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-12-05 15:02:31 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.10.8
21-12-05 15:02:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-12-05 15:02:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 15:02:31 INFO (MainThread) [__main__] Setting up Supervisor
21-12-05 15:02:32 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-12-05 15:02:32 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-12-05 15:02:32 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
21-12-05 15:02:32 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
21-12-05 15:02:32 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
21-12-05 15:02:32 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
21-12-05 15:02:32 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
21-12-05 15:02:32 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
21-12-05 15:02:32 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
21-12-05 15:02:32 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 15:02:32 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 15:02:33 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 15:02:33 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 15:02:33 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-12-05 15:02:33 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-12-05 15:02:33 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0
21-12-05 15:02:33 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
21-12-05 15:02:33 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_cli application
21-12-05 15:02:40 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0 - 172.30.32.5
21-12-05 15:02:40 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0
21-12-05 15:02:40 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
21-12-05 15:02:40 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_dns application
21-12-05 15:02:47 INFO (SyncWorker_0) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0 - 172.30.32.3
21-12-05 15:02:47 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-12-05 15:02:47 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0
21-12-05 15:02:47 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
21-12-05 15:02:47 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_audio application
21-12-05 15:02:52 INFO (SyncWorker_0) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0 - 172.30.32.4
21-12-05 15:02:52 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0
21-12-05 15:02:52 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0
21-12-05 15:02:53 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
21-12-05 15:02:53 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_multicast application
21-12-05 15:02:56 INFO (SyncWorker_0) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0 - Host
21-12-05 15:02:56 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-12-05 15:02:56 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
21-12-05 15:02:56 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 15:02:57 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
21-12-05 15:02:57 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
21-12-05 15:02:57 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning homeassistant application
21-12-05 15:02:59 INFO (SyncWorker_1) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 15:02:59 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 6.6 / BootSlot A
21-12-05 15:03:02 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-12-05 15:03:02 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-12-05 15:03:06 INFO (MainThread) [supervisor.store] Loading add-ons from store: 62 all - 62 new - 0 remove
21-12-05 15:03:06 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
21-12-05 15:03:06 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
21-12-05 15:03:06 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-12-05 15:03:06 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-12-05 15:03:06 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-12-05 15:03:06 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 15:03:06 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 15:03:06 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 15:03:06 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-12-05 15:03:06 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 15:03:06 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 15:03:06 INFO (MainThread) [__main__] Running Supervisor
21-12-05 15:03:06 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
21-12-05 15:03:06 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-12-05 15:03:06 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
21-12-05 15:03:06 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
21-12-05 15:03:06 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
21-12-05 15:03:06 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-12-05 15:03:07 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-12-05 15:03:07 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-12-05 15:03:07 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
21-12-05 15:03:07 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 15:03:07 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2021.11.5
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-12-05 15:03:07 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2021.11.5.
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-12-05 15:03:07 ERROR (MainThread) [supervisor.utils] Can't execute check_trust while a task is in progress
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-12-05 15:03:07 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-12-05 15:03:07 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 15:03:07 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 15:03:08 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 15:03:08 INFO (MainThread) [supervisor.host.manager] Host information reload completed
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[19:22:10] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[19:22:10] INFO: Starting local supervisor watchdog...
21-12-05 19:22:15 INFO (MainThread) [__main__] Initializing Supervisor setup
21-12-05 19:22:15 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-12-05 20:22:15 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-12-05 20:22:15 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.10.8
21-12-05 20:22:15 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-12-05 20:22:15 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 20:22:15 INFO (MainThread) [__main__] Setting up Supervisor
21-12-05 20:22:15 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-12-05 20:22:15 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-12-05 20:22:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
21-12-05 20:22:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
21-12-05 20:22:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
21-12-05 20:22:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
21-12-05 20:22:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
21-12-05 20:22:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
21-12-05 20:22:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
21-12-05 20:22:16 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 20:22:16 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 20:22:16 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 20:22:17 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 20:22:17 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-12-05 20:22:17 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-12-05 20:22:17 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0
21-12-05 20:22:17 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
21-12-05 20:22:17 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_cli application
21-12-05 20:22:20 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0 - 172.30.32.5
21-12-05 20:22:20 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0
21-12-05 20:22:20 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
21-12-05 20:22:20 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_dns application
21-12-05 20:22:25 INFO (SyncWorker_0) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0 - 172.30.32.3
21-12-05 20:22:26 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-12-05 20:22:26 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0
21-12-05 20:22:26 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
21-12-05 20:22:26 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_audio application
21-12-05 20:22:31 INFO (SyncWorker_0) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0 - 172.30.32.4
21-12-05 20:22:31 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0
21-12-05 20:22:31 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0
21-12-05 20:22:31 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
21-12-05 20:22:32 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning hassio_multicast application
21-12-05 20:22:32 INFO (SyncWorker_1) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0 - Host
21-12-05 20:22:32 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-12-05 20:22:33 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
21-12-05 20:22:33 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 20:22:33 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
21-12-05 20:22:33 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
21-12-05 20:22:33 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning homeassistant application
21-12-05 20:22:34 INFO (SyncWorker_0) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 20:22:34 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 6.6 / BootSlot A
21-12-05 20:22:38 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-12-05 20:22:38 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-12-05 20:22:41 INFO (MainThread) [supervisor.store] Loading add-ons from store: 62 all - 62 new - 0 remove
21-12-05 20:22:41 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
21-12-05 20:22:41 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
21-12-05 20:22:41 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-12-05 20:22:41 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-12-05 20:22:41 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-12-05 20:22:41 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 20:22:41 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 20:22:41 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 20:22:41 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-12-05 20:22:41 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 20:22:41 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 20:22:41 INFO (MainThread) [__main__] Running Supervisor
21-12-05 20:22:42 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
21-12-05 20:22:42 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-12-05 20:22:42 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
21-12-05 20:22:42 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
21-12-05 20:22:42 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
21-12-05 20:22:42 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-12-05 20:22:43 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-12-05 20:22:43 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-12-05 20:22:43 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
21-12-05 20:22:43 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 20:22:43 INFO (SyncWorker_1) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2021.11.5
21-12-05 20:22:43 INFO (SyncWorker_1) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2021.11.5.
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-12-05 20:22:43 ERROR (MainThread) [supervisor.utils] Can't execute check_trust while a task is in progress
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-12-05 20:22:43 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 20:22:43 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-12-05 20:22:43 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-12-05 20:22:44 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 20:22:44 INFO (MainThread) [supervisor.host.manager] Host information reload completed
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[19:29:11] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[19:29:11] INFO: Starting local supervisor watchdog...
[services.d] done.
21-12-05 19:29:15 INFO (MainThread) [__main__] Initializing Supervisor setup
21-12-05 19:29:15 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-12-05 20:29:15 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-12-05 20:29:15 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.10.8
21-12-05 20:29:16 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-12-05 20:29:16 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 20:29:16 INFO (MainThread) [__main__] Setting up Supervisor
21-12-05 20:29:16 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-12-05 20:29:16 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-12-05 20:29:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
21-12-05 20:29:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
21-12-05 20:29:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
21-12-05 20:29:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
21-12-05 20:29:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
21-12-05 20:29:17 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
21-12-05 20:29:17 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
21-12-05 20:29:17 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 20:29:17 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 20:29:17 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 20:29:17 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 20:29:17 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-12-05 20:29:17 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-12-05 20:29:17 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0
21-12-05 20:29:17 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
21-12-05 20:29:17 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_cli application
21-12-05 20:29:22 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0 - 172.30.32.5
21-12-05 20:29:22 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0
21-12-05 20:29:22 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
21-12-05 20:29:22 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_dns application
21-12-05 20:29:25 INFO (SyncWorker_0) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0 - 172.30.32.3
21-12-05 20:29:25 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-12-05 20:29:25 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0
21-12-05 20:29:25 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
21-12-05 20:29:25 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning hassio_audio application
21-12-05 20:29:30 INFO (SyncWorker_1) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0 - 172.30.32.4
21-12-05 20:29:30 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0
21-12-05 20:29:30 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0
21-12-05 20:29:31 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
21-12-05 20:29:31 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_multicast application
21-12-05 20:29:33 INFO (SyncWorker_0) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0 - Host
21-12-05 20:29:33 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-12-05 20:29:33 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 20:29:33 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
21-12-05 20:29:33 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
21-12-05 20:29:33 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
21-12-05 20:29:33 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning homeassistant application
21-12-05 20:29:36 INFO (SyncWorker_1) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-05 20:29:36 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 6.6 / BootSlot A
21-12-05 20:29:39 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-12-05 20:29:39 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-12-05 20:29:42 INFO (MainThread) [supervisor.store] Loading add-ons from store: 62 all - 62 new - 0 remove
21-12-05 20:29:42 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
21-12-05 20:29:42 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
21-12-05 20:29:42 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-12-05 20:29:42 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-12-05 20:29:42 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-12-05 20:29:42 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 20:29:42 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 20:29:42 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 20:29:42 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-12-05 20:29:42 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-05 20:29:42 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 20:29:42 INFO (MainThread) [__main__] Running Supervisor
21-12-05 20:29:43 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
21-12-05 20:29:43 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-12-05 20:29:43 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
21-12-05 20:29:43 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
21-12-05 20:29:43 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
21-12-05 20:29:43 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-12-05 20:29:43 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-12-05 20:29:43 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-12-05 20:29:43 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
21-12-05 20:29:43 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-05 20:29:43 INFO (SyncWorker_1) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2021.11.5
21-12-05 20:29:43 INFO (SyncWorker_1) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2021.11.5.
21-12-05 20:29:43 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-12-05 20:29:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-12-05 20:29:43 ERROR (MainThread) [supervisor.utils] Can't execute check_trust while a task is in progress
21-12-05 20:29:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-12-05 20:29:43 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-05 20:29:43 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-05 20:29:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-12-05 20:29:43 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-12-05 20:29:43 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
21-12-05 20:29:44 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-12-05 20:29:44 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-12-05 20:29:44 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-05 20:29:44 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-12-05 20:29:44 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-05 20:29:44 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-12-05 20:29:44 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-12-05 20:29:44 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-05 20:29:44 INFO (MainThread) [supervisor.host.manager] Host information reload completed
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[10:15:10] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[10:15:10] INFO: Starting local supervisor watchdog...
21-12-06 10:15:14 INFO (MainThread) [__main__] Initializing Supervisor setup
21-12-06 10:15:14 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-12-06 11:15:14 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-12-06 11:15:14 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.10.8
21-12-06 11:15:15 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-12-06 11:15:15 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-06 11:15:15 INFO (MainThread) [__main__] Setting up Supervisor
21-12-06 11:15:15 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-12-06 11:15:15 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-12-06 11:15:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
21-12-06 11:15:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
21-12-06 11:15:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
21-12-06 11:15:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
21-12-06 11:15:15 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
21-12-06 11:15:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
21-12-06 11:15:16 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
21-12-06 11:15:16 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-06 11:15:16 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-06 11:15:16 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-06 11:15:16 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-06 11:15:16 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-12-06 11:15:16 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-12-06 11:15:16 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0
21-12-06 11:15:16 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
21-12-06 11:15:16 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_cli application
21-12-06 11:15:21 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0 - 172.30.32.5
21-12-06 11:15:21 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0
21-12-06 11:15:21 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
21-12-06 11:15:21 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_dns application
21-12-06 11:15:24 INFO (SyncWorker_0) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0 - 172.30.32.3
21-12-06 11:15:24 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-12-06 11:15:24 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0
21-12-06 11:15:24 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
21-12-06 11:15:24 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning hassio_audio application
21-12-06 11:15:26 INFO (SyncWorker_1) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0 - 172.30.32.4
21-12-06 11:15:26 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0
21-12-06 11:15:26 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0
21-12-06 11:15:26 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
21-12-06 11:15:26 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_multicast application
21-12-06 11:15:28 INFO (SyncWorker_0) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0 - Host
21-12-06 11:15:28 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-12-06 11:15:28 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
21-12-06 11:15:28 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-06 11:15:28 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
21-12-06 11:15:29 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
21-12-06 11:15:29 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning homeassistant application
21-12-06 11:15:30 INFO (SyncWorker_1) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-06 11:15:30 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 6.6 / BootSlot A
21-12-06 11:15:33 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-12-06 11:15:33 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-12-06 11:15:37 INFO (MainThread) [supervisor.store] Loading add-ons from store: 62 all - 62 new - 0 remove
21-12-06 11:15:37 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
21-12-06 11:15:37 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
21-12-06 11:15:37 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-12-06 11:15:37 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-06 11:15:37 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-06 11:15:37 INFO (MainThread) [__main__] Running Supervisor
21-12-06 11:15:37 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
21-12-06 11:15:37 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-12-06 11:15:37 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
21-12-06 11:15:37 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
21-12-06 11:15:37 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
21-12-06 11:15:37 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-12-06 11:15:37 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-12-06 11:15:37 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-12-06 11:15:37 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
21-12-06 11:15:37 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-06 11:15:37 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2021.11.5
21-12-06 11:15:37 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2021.11.5.
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-12-06 11:15:37 ERROR (MainThread) [supervisor.utils] Can't execute check_trust while a task is in progress
21-12-06 11:15:37 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-12-06 11:15:37 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-06 11:15:38 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-12-06 11:15:38 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-12-06 11:15:38 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-06 11:15:38 INFO (MainThread) [supervisor.host.manager] Host information reload completed
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[11:15:13] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[11:15:13] INFO: Starting local supervisor watchdog...
21-12-06 11:15:18 INFO (MainThread) [__main__] Initializing Supervisor setup
21-12-06 11:15:18 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-12-06 12:15:19 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-12-06 12:15:19 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.10.8
21-12-06 12:15:19 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-12-06 12:15:19 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-06 12:15:19 INFO (MainThread) [__main__] Setting up Supervisor
21-12-06 12:15:19 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-12-06 12:15:19 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-12-06 12:15:19 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
21-12-06 12:15:19 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
21-12-06 12:15:19 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
21-12-06 12:15:19 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
21-12-06 12:15:20 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
21-12-06 12:15:20 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
21-12-06 12:15:20 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
21-12-06 12:15:20 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-06 12:15:20 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-06 12:15:20 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-06 12:15:21 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-06 12:15:21 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-12-06 12:15:21 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-12-06 12:15:21 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0
21-12-06 12:15:21 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
21-12-06 12:15:21 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_cli application
21-12-06 12:15:24 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2021.09.0 - 172.30.32.5
21-12-06 12:15:24 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0
21-12-06 12:15:24 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
21-12-06 12:15:24 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_dns application
21-12-06 12:15:27 INFO (SyncWorker_0) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2021.06.0 - 172.30.32.3
21-12-06 12:15:27 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-12-06 12:15:27 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0
21-12-06 12:15:27 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
21-12-06 12:15:28 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_audio application
21-12-06 12:15:31 INFO (SyncWorker_0) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2021.07.0 - 172.30.32.4
21-12-06 12:15:31 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2021.10.0
21-12-06 12:15:31 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0
21-12-06 12:15:32 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
21-12-06 12:15:32 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning hassio_multicast application
21-12-06 12:15:35 INFO (SyncWorker_1) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2021.04.0 - Host
21-12-06 12:15:35 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-12-06 12:15:35 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
21-12-06 12:15:35 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-06 12:15:35 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
21-12-06 12:15:35 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
21-12-06 12:15:35 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning homeassistant application
21-12-06 12:15:37 INFO (SyncWorker_0) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
21-12-06 12:15:37 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 6.6 / BootSlot A
21-12-06 12:15:41 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-12-06 12:15:41 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-12-06 12:15:45 INFO (MainThread) [supervisor.store] Loading add-ons from store: 62 all - 62 new - 0 remove
21-12-06 12:15:45 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
21-12-06 12:15:45 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
21-12-06 12:15:45 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-12-06 12:15:45 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-12-06 12:15:45 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-12-06 12:15:45 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-06 12:15:45 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-06 12:15:45 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-06 12:15:45 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-12-06 12:15:45 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-12-06 12:15:45 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-06 12:15:45 INFO (MainThread) [__main__] Running Supervisor
21-12-06 12:15:45 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
21-12-06 12:15:45 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-12-06 12:15:45 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
21-12-06 12:15:45 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
21-12-06 12:15:45 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
21-12-06 12:15:45 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-12-06 12:15:46 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-12-06 12:15:46 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-12-06 12:15:46 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
21-12-06 12:15:46 INFO (MainThread) [supervisor.host.info] Updating local host information
21-12-06 12:15:46 INFO (SyncWorker_0) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2021.11.5
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-12-06 12:15:46 INFO (SyncWorker_0) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2021.11.5.
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-12-06 12:15:46 ERROR (MainThread) [supervisor.utils] Can't execute check_trust while a task is in progress
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-12-06 12:15:46 INFO (MainThread) [supervisor.host.services] Updating service information
21-12-06 12:15:46 INFO (MainThread) [supervisor.host.network] Updating local network information
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-12-06 12:15:46 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-12-06 12:15:47 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-12-06 12:15:47 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-12-06 12:15:47 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-12-06 12:15:47 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-12-06 12:15:47 INFO (MainThread) [supervisor.host.manager] Host information reload completed

 

My VM settings

 

Icon:	Change Icon...
Autostart:	
YES
Name:	
Hassio
Description:	
192.168.1.125 - Hassio OS
CPU Mode:	
Host Passthrough (Intel® Atom™ C2550)
Logical CPUs:	
Initial Memory:	
2048 MB
Max Memory:	
2048 MB
Machine:	
Q35-5.1
BIOS:	
OVMF
USB Controller:	
2.0 (EHCI)
OS Install ISO:	
Click and Select cdrom image to install operating system
Primary vDisk Location:	
Manual
/mnt/user/domains/Hassio/haos_ova-6.6.vmdk
Primary vDisk Bus:	
VirtIO
Unraid Share:	
e.g. /mnt/user/...
Unraid Mount tag:	
e.g. shares (name of mount tag inside vm)
Graphics Card:	
VNC
VNC Video Driver:	
QXL (best)
VNC Password:	
password for VNC (optional)
VNC Keyboard:	
English-United States (en-us)
Sound Card:	
None
Network MAC:	
52:54:00:92:71:63
 
Network Bridge:	
br0
Network Model:	
virtio-net
USB Devices:	
 American Megatrends Virtual Keyboard and Mouse (046b:ff10)
Other PCI Devices:	
None available

 

What is going on? 
Can someone point we towards what the issue might be?

Link to comment

It seems likely an issue not related to virtualization and unraid but to home assistant.

What you describe seems to be an issue with network connectivity.

Have a look here, it's for raspberry, but you can easily adapt the solution to your case:

https://community.home-assistant.io/t/solution-to-a-hanged-preparing-home-installation-screen-during-new-install-on-a-raspberry-pi-4-dns-fix/273803/2

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...