I’ve been unable to figure out why when on HAOS 14.1 and I click the “update” button, no matter what happens it has not installed the update for HAOS. Updates for all other services (i.e. Core, MQTT, etc) all work.
I’m a bit of a Home Assistant noob, so bear with me if I miss something obvious.
I see this one log on the Home Assitant Core option:
Logger: homeassistant.components.thread.dataset_store
Source: components/thread/dataset_store.py:263
integration: Thread (documentation, issues)
First occurred: 5:51:31 PM (3 occurrences)
Last logged: 5:54:54 PM
Got dataset with same extended PAN ID and same or older active timestamp, old dataset: ‘00030000160102F04802083BE0A740460531EE0E080000625E907CA5DB0510C08777D29EDF1A12638A7914BF1C41EE030D4E4553542D50414E2D463034380708FD4EBB02D34800000410DDD82348B9716EB6F45E9F513FC567060C0402A0F77835060004001FFFE0’, new dataset: ‘4a030000190e080000625e907ca5db000300001635060004001fffe002083be0a740460531ee0708fd4ebb02d34800000510c08777d29edf1a12638a7914bf1c41ee030d4e4553542d50414e2d463034380102f0480410ddd82348b9716eb6f45e9f513fc567060c0402a0f778’
s6-rc: info: service legacy-services successfully started
2025-05-20 17:47:57.637 WARNING (MainThread) [homeassistant.components.thread.dataset_store] Got dataset with same extended PAN ID and same or older active timestamp, old dataset: ‘00030000160102F04802083BE0A740460531EE0E080000625E907CA5DB0510C08777D29EDF1A12638A7914BF1C41EE030D4E4553542D50414E2D463034380708FD4EBB02D34800000410DDD82348B9716EB6F45E9F513FC567060C0402A0F77835060004001FFFE0’, new dataset: ‘4a030000190e080000625e907ca5db000300001635060004001fffe002083be0a740460531ee0708fd4ebb02d34800000510c08777d29edf1a12638a7914bf1c41ee030d4e4553542d50414e2d463034380102f0480410ddd82348b9716eb6f45e9f513fc567060c0402a0f778’
2025-05-20 17:48:00.416 WARNING (MainThread) [homeassistant.components.thread.dataset_store] Got dataset with same extended PAN ID and same or older active timestamp, old dataset: ‘00030000160102F04802083BE0A740460531EE0E080000625E907CA5DB0510C08777D29EDF1A12638A7914BF1C41EE030D4E4553542D50414E2D463034380708FD4EBB02D34800000410DDD82348B9716EB6F45E9F513FC567060C0402A0F77835060004001FFFE0’, new dataset: ‘4a030000190e080000625e907ca5db000300001635060004001fffe002083be0a740460531ee0708fd4ebb02d34800000510c08777d29edf1a12638a7914bf1c41ee030d4e4553542d50414e2d463034380102f0480410ddd82348b9716eb6f45e9f513fc567060c0402a0f778’
2025-05-20 17:48:39.396 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547798726464] Unexpected exception
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/hassio/update_helper.py”, line 80, in update_os
await client.os.update(OSUpdate(version=version))
File “/usr/local/lib/python3.13/site-packages/aiohasupervisor/os.py”, line 30, in update
await self._client.post(
“os/update”, json=options.to_dict() if options else None, timeout=None
)
File “/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py”, line 182, in post
return await self._request(
^^^^^^^^^^^^^^^^^^^^
…<7 lines>…
)
^
File “/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py”, line 129, in _request
await self._raise_on_status(response)
File “/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py”, line 76, in _raise_on_status
raise exc_type(result.message, result.job_id)
aiohasupervisor.exceptions.SupervisorBadRequestError: System is not ready with state: shutdown
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 250, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
…<7 lines>…
)
^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2802, in async_call
response_data = await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2845, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1007, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
hass, entity, func, data, call.context
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1079, in _handle_entity_call
result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/update/init.py”, line 157, in async_install
await entity.async_install_with_progress(version, backup)
File “/usr/src/homeassistant/homeassistant/components/update/init.py”, line 489, in async_install_with_progress
await self.async_install(version, backup)
File “/usr/src/homeassistant/homeassistant/components/hassio/update.py”, line 197, in async_install
await update_os(self.hass, version, backup)
File “/usr/src/homeassistant/homeassistant/components/hassio/update_helper.py”, line 82, in update_os
raise HomeAssistantError(
f"Error updating Home Assistant Operating System: {err}"
) from err
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Operating System: System is not ready with state: shutdown
s6-rc: info: service legacy-services: stopping
[22:48:47] INFO: Home Assistant Core finish process exit code 0
[22:48:47] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
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
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2025-05-20 17:51:31.556 WARNING (MainThread) [homeassistant.components.thread.dataset_store] Got dataset with same extended PAN ID and same or older active timestamp, old dataset: ‘00030000160102F04802083BE0A740460531EE0E080000625E907CA5DB0510C08777D29EDF1A12638A7914BF1C41EE030D4E4553542D50414E2D463034380708FD4EBB02D34800000410DDD82348B9716EB6F45E9F513FC567060C0402A0F77835060004001FFFE0’, new dataset: ‘4a030000190e080000625e907ca5db000300001635060004001fffe002083be0a740460531ee0708fd4ebb02d34800000510c08777d29edf1a12638a7914bf1c41ee030d4e4553542d50414e2d463034380102f0480410ddd82348b9716eb6f45e9f513fc567060c0402a0f778’
2025-05-20 17:51:40.667 WARNING (MainThread) [homeassistant.components.thread.dataset_store] Got dataset with same extended PAN ID and same or older active timestamp, old dataset: ‘00030000160102F04802083BE0A740460531EE0E080000625E907CA5DB0510C08777D29EDF1A12638A7914BF1C41EE030D4E4553542D50414E2D463034380708FD4EBB02D34800000410DDD82348B9716EB6F45E9F513FC567060C0402A0F77835060004001FFFE0’, new dataset: ‘4a030000190e080000625e907ca5db000300001635060004001fffe002083be0a740460531ee0708fd4ebb02d34800000510c08777d29edf1a12638a7914bf1c41ee030d4e4553542d50414e2d463034380102f0480410ddd82348b9716eb6f45e9f513fc567060c0402a0f778’
2025-05-20 17:54:54.660 WARNING (MainThread) [homeassistant.components.thread.dataset_store] Got dataset with same extended PAN ID and same or older active timestamp, old dataset: ‘00030000160102F04802083BE0A740460531EE0E080000625E907CA5DB0510C08777D29EDF1A12638A7914BF1C41EE030D4E4553542D50414E2D463034380708FD4EBB02D34800000410DDD82348B9716EB6F45E9F513FC567060C0402A0F77835060004001FFFE0’, new dataset: ‘4a030000190e080000625e907ca5db000300001635060004001fffe002083be0a740460531ee0708fd4ebb02d34800000510c08777d29edf1a12638a7914bf1c41ee030d4e4553542d50414e2d463034380102f0480410ddd82348b9716eb6f45e9f513fc567060c0402a0f778’
Supervisor
cont-init: info: running /etc/cont-init.d/udev.sh
[22:50:41] 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)
[22:50:41] INFO: Starting local supervisor watchdog…
s6-rc: info: service legacy-services successfully started
2025-05-20 22:50:43.052 INFO (MainThread) [main] Initializing Supervisor setup
2025-05-20 22:50:43.113 INFO (MainThread) [supervisor.coresys] Setting up coresys for machine: yellow
2025-05-20 22:50:43.113 INFO (MainThread) [supervisor.utils.sentry] Initializing Supervisor Sentry
2025-05-20 17:50:43.121 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor Package aarch64-hassio-supervisor · GitHub with version 2025.05.1
2025-05-20 17:50:43.134 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2025-05-20 17:50:43.136 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-05-20 17:50:43.137 INFO (MainThread) [main] Setting up Supervisor
2025-05-20 17:50:43.242 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2025-05-20 17:51:07.015 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2025-05-20 17:51:07.016 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2025-05-20 17:51:07.017 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2025-05-20 17:51:07.017 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2025-05-20 17:51:07.018 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2025-05-20 17:51:07.018 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2025-05-20 17:51:07.019 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2025-05-20 17:51:07.019 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2025-05-20 17:51:07.019 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2025-05-20 17:51:07.019 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2025-05-20 17:51:07.106 ERROR (MainThread) [supervisor.dbus.agent] Can’t load OS Agent dbus interface io.hass.os /io/hass/os/Config/Swap: D-Bus object /io/hass/os/Config/Swap is not usable, introspection is missing required properties interface
2025-05-20 17:51:07.217 INFO (MainThread) [supervisor.host.services] Updating service information
2025-05-20 17:51:07.221 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-05-20 17:51:07.226 WARNING (SyncWorker_3) [supervisor.host.sound] Can’t update PulseAudio data: Failed to connect to pulseaudio server
2025-05-20 17:51:07.342 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-05-20 17:51:07.363 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {‘hassio-supervisor’}
2025-05-20 17:51:07.372 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2025-05-20 17:51:07.373 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-05-20 17:51:07.487 INFO (MainThread) [supervisor.docker.interface] Attaching to Package aarch64-hassio-cli · GitHub with version 2025.04.0
2025-05-20 17:51:07.499 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
2025-05-20 17:51:07.823 INFO (MainThread) [supervisor.docker.cli] Starting CLI Package aarch64-hassio-cli · GitHub with version 2025.04.0 - 172.30.32.5
2025-05-20 17:51:07.837 INFO (MainThread) [supervisor.docker.interface] Attaching to Package aarch64-hassio-dns · GitHub with version 2025.02.0
2025-05-20 17:51:07.855 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
2025-05-20 17:51:08.165 INFO (MainThread) [supervisor.docker.dns] Starting DNS Package aarch64-hassio-dns · GitHub with version 2025.02.0 - 172.30.32.3
2025-05-20 17:51:08.166 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2025-05-20 17:51:08.176 INFO (MainThread) [supervisor.docker.interface] Attaching to Package aarch64-hassio-audio · GitHub with version 2025.02.0
2025-05-20 17:51:08.187 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2025-05-20 17:51:08.482 INFO (MainThread) [supervisor.docker.audio] Starting Audio Package aarch64-hassio-audio · GitHub with version 2025.02.0 - 172.30.32.4
2025-05-20 17:51:08.486 INFO (MainThread) [supervisor.docker.interface] Attaching to Package aarch64-hassio-observer · GitHub with version 2025.02.0
2025-05-20 17:51:08.507 INFO (MainThread) [supervisor.docker.interface] Attaching to Package aarch64-hassio-multicast · GitHub with version 2025.02.0
2025-05-20 17:51:08.517 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2025-05-20 17:51:08.675 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast Package aarch64-hassio-multicast · GitHub with version 2025.02.0 - Host
2025-05-20 17:51:08.683 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
2025-05-20 17:51:08.691 INFO (MainThread) [supervisor.docker.interface] Attaching to Package yellow-homeassistant · GitHub with version 2025.5.2
2025-05-20 17:51:08.733 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 14.1 / BootSlot A
2025-05-20 17:51:08.738 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cafb8c58 repository
2025-05-20 17:51:08.738 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
2025-05-20 17:51:08.739 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
2025-05-20 17:51:08.742 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/b0cbb969 repository
2025-05-20 17:51:08.742 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository
2025-05-20 17:51:08.743 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
2025-05-20 17:51:09.367 INFO (MainThread) [supervisor.store] Loading add-ons from store: 85 all - 85 new - 0 remove
2025-05-20 17:51:09.385 INFO (MainThread) [supervisor.addons.manager] Found 6 installed add-ons
2025-05-20 17:51:09.410 INFO (MainThread) [supervisor.docker.interface] Attaching to Package switchbotmqtt-aarch64 · GitHub with version 1.0.39
2025-05-20 17:51:09.416 INFO (MainThread) [supervisor.docker.interface] Attaching to Package esphome-hassio · GitHub with version 2025.4.2
2025-05-20 17:51:09.421 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-otbr with version 2.13.0
2025-05-20 17:51:09.431 INFO (MainThread) [supervisor.docker.interface] Attaching to davide125/aarch64-addon-homebridge with version 0.1.8
2025-05-20 17:51:09.436 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-matter-server with version 8.0.0
2025-05-20 17:51:09.441 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mosquitto with version 6.5.1
2025-05-20 17:51:09.481 INFO (MainThread) [supervisor.backups.manager] Found 17 backup files
2025-05-20 17:51:09.495 INFO (MainThread) [supervisor.discovery] Loaded 4 messages
2025-05-20 17:51:09.495 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
2025-05-20 17:51:09.495 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
2025-05-20 17:51:09.496 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
2025-05-20 17:51:09.496 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-05-20 17:51:09.496 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
2025-05-20 17:51:09.496 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-05-20 17:51:09.496 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-05-20 17:51:09.496 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-05-20 17:51:09.496 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-05-20 17:51:09.497 INFO (MainThread) [supervisor.jobs] ‘ResolutionFixup.run_autofix’ blocked from execution, system is not running - setup
2025-05-20 17:51:09.499 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-05-20 17:51:09.499 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-05-20 17:51:09.499 INFO (MainThread) [main] Running Supervisor
2025-05-20 17:51:09.517 INFO (MainThread) [supervisor.os.manager] Rauc: slot A - activated slot kernel.0, marked slot kernel.0 as good
2025-05-20 17:51:09.526 INFO (MainThread) [supervisor.addons.manager] Phase ‘initialize’ starting 0 add-ons
2025-05-20 17:51:09.530 INFO (MainThread) [supervisor.addons.manager] Phase ‘system’ starting 1 add-ons
2025-05-20 17:51:09.895 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.5.1
2025-05-20 17:51:12.807 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtt
2025-05-20 17:51:14.900 INFO (MainThread) [supervisor.addons.manager] Phase ‘services’ starting 3 add-ons
2025-05-20 17:51:15.061 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-matter-server with version 8.0.0
2025-05-20 17:51:15.264 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-otbr with version 2.13.0
2025-05-20 17:51:15.458 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on Package esphome-hassio · GitHub with version 2025.4.2
2025-05-20 17:51:16.701 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_matter_server
2025-05-20 17:51:18.755 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_openthread_border_router
2025-05-20 17:51:20.465 INFO (MainThread) [supervisor.core] Start Home Assistant Core
2025-05-20 17:51:20.484 INFO (SyncWorker_3) [supervisor.docker.manager] Starting homeassistant
2025-05-20 17:51:20.630 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2025-05-20 17:51:24.441 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup
2025-05-20 17:51:24.441 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-05-20 17:51:25.645 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2025-05-20 17:51:25.650 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state=‘NOT_RUNNING’, offline_db_migration=False)
2025-05-20 17:51:34.474 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/core repository from GitHub - home-assistant/addons: ➕ Docker add-ons for Home Assistant
2025-05-20 17:51:34.476 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/5c53de3b repository from GitHub - esphome/home-assistant-addon: ESPHome Home Assistant Add-on
2025-05-20 17:51:34.476 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/a0d7b954 repository from GitHub - hassio-addons/repository: Home Assistant Community Add-ons
2025-05-20 17:51:34.478 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/b0cbb969 repository from GitHub - davide125/hassio-addons: Personal repository for Home Assistant add-ons
2025-05-20 17:51:34.478 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/cafb8c58 repository from GitHub - hsakoh/ha-addon
2025-05-20 17:51:34.479 INFO (MainThread) [supervisor.store.git] Update add-on /data/addons/git/d5369777 repository from GitHub - music-assistant/home-assistant-addon: Music Assistant add-on (repository) for Home Assistant
2025-05-20 17:51:40.746 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state=‘RUNNING’, offline_db_migration=False)
2025-05-20 17:51:40.747 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
2025-05-20 17:51:40.747 INFO (MainThread) [supervisor.addons.manager] Phase ‘application’ starting 2 add-ons
2025-05-20 17:51:40.975 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on davide125/aarch64-addon-homebridge with version 0.1.8
2025-05-20 17:51:41.402 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on Package switchbotmqtt-aarch64 · GitHub with version 1.0.39
2025-05-20 17:51:46.411 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
2025-05-20 17:51:46.412 INFO (MainThread) [supervisor.host.info] Updating local host information
2025-05-20 17:51:46.415 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-05-20 17:51:46.424 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2025-05-20 17:51:46.424 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2025-05-20 17:51:46.425 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2025-05-20 17:51:46.425 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2025-05-20 17:51:46.432 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2025-05-20 17:51:46.442 INFO (MainThread) [supervisor.core] Supervisor is up and running
2025-05-20 17:51:46.485 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2025-05-20 17:51:46.598 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-05-20 17:51:46.598 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2025-05-20 17:51:46.626 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2025-05-20 17:51:46.626 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2025-05-20 17:51:46.641 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-05-20 17:51:46.641 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2025-05-20 17:51:46.641 INFO (MainThread) [supervisor.resolution.module] Create new suggestion create_full_backup - system / None
2025-05-20 17:51:46.642 INFO (MainThread) [supervisor.resolution.module] Create new issue no_current_backup - system / None
2025-05-20 17:51:46.642 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-05-20 17:51:46.642 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-05-20 17:51:46.873 INFO (MainThread) [supervisor.host.services] Updating service information
2025-05-20 17:51:46.878 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-05-20 17:51:47.044 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-05-20 17:51:47.062 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2025-05-20 17:51:47.070 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-05-20 17:51:47.071 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2025-05-20 17:51:47.071 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete