Hi all
I tried to update the core to the latest (today) version, but cannot, as it tells me my system is unhealthy.
HomeAssistantCore.update’ blocked from execution, system is not healthy
Checked the supervisor logs, and see a bunch of errors I don’t understand:
Summary
raise err
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 289, in wrapper
return await self._method(obj, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/misc/tasks.py", line 287, in _reload_store
await self.sys_store.reload()
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 300, in wrapper
raise JobException() from err
supervisor.exceptions.JobExceptione[0m
e[31m23-12-28 09:10:32 ERROR (MainThread) [supervisor.jobs] Unhandled exception: [Errno 74] Bad message: '/data/addons/git/a0d7b954/.git/objects/32'
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 289, in wrapper
return await self._method(obj, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/store/__init__.py", line 95, in reload
await self.load()
File "/usr/src/supervisor/supervisor/store/__init__.py", line 76, in load
await self.data.update()
File "/usr/src/supervisor/supervisor/store/data.py", line 133, in update
for repo in await self.sys_run_in_executor(_read_git_repositories):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/store/data.py", line 126, in _read_git_repositories
return [
^
File "/usr/src/supervisor/supervisor/store/data.py", line 130, in <listcomp>
and (repo := _read_git_repository(repository_element))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/store/data.py", line 77, in _read_git_repository
repository_file = find_one_filetype(
^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/utils/common.py", line 20, in find_one_filetype
for file in path.glob(f"**/{filename}.*"):
File "/usr/local/lib/python3.11/pathlib.py", line 953, in glob
for p in selector.select_from(self):
File "/usr/local/lib/python3.11/pathlib.py", line 408, in _select_from
for p in successor_select(starting_point, is_dir, exists, scandir):
File "/usr/local/lib/python3.11/pathlib.py", line 356, in _select_from
entries = list(scandir_it)
^^^^^^^^^^^^^^^^
OSError: [Errno 74] Bad message: '/data/addons/git/a0d7b954/.git/objects/32'e[0m
e[32m23-12-28 09:10:56 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.jsone[0m
e[32m23-12-28 09:10:59 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'kodi'e[0m
e[32m23-12-28 09:11:00 INFO (MainThread) [supervisor.auth] Successful login for 'kodi'e[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state runninge[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/systeme[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/systeme[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/systeme[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_servere[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/systeme[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/systeme[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_servere[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addone[0m
e[33m23-12-28 09:11:05 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:11:05 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/coree[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisore[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.check] System checks completee[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state runninge[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m23-12-28 09:11:05 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy - setupe[0m
e[32m23-12-28 09:12:02 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API tokene[0m
e[33m23-12-28 09:12:12 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:12:12 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:17:12 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:17:12 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[32m23-12-28 09:17:43 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'kodi'e[0m
e[32m23-12-28 09:17:43 INFO (MainThread) [supervisor.auth] Successful login for 'kodi'e[0m
e[32m23-12-28 09:17:58 INFO (MainThread) [supervisor.host.info] Updating local host informatione[0m
e[32m23-12-28 09:17:58 INFO (MainThread) [supervisor.host.services] Updating service informatione[0m
e[32m23-12-28 09:17:58 INFO (MainThread) [supervisor.host.network] Updating local network informatione[0m
e[32m23-12-28 09:17:58 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio informatione[0m
e[32m23-12-28 09:17:58 INFO (MainThread) [supervisor.host.manager] Host information reload completede[0m
e[33m23-12-28 09:20:25 WARNING (MainThread) [supervisor.jobs] 'HomeAssistantCore.update' blocked from execution, system is not healthy - setupe[0m
e[33m23-12-28 09:22:12 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:22:12 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[32m23-12-28 09:25:33 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'kodi'e[0m
e[32m23-12-28 09:25:34 INFO (MainThread) [supervisor.auth] Successful login for 'kodi'e[0m
e[33m23-12-28 09:27:12 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:27:12 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[32m23-12-28 09:28:46 INFO (MainThread) [supervisor.jobs] 'Tasks._update_dns' blocked from execution, system is not healthy - setupe[0m
e[33m23-12-28 09:32:12 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:32:12 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[32m23-12-28 09:33:06 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'kodi'e[0m
e[32m23-12-28 09:33:06 INFO (MainThread) [supervisor.auth] Successful login for 'kodi'e[0m
e[33m23-12-28 09:37:12 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:37:12 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[32m23-12-28 09:39:57 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'kodi'e[0m
e[32m23-12-28 09:39:58 INFO (MainThread) [supervisor.auth] Successful login for 'kodi'e[0m
e[32m23-12-28 09:42:02 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API tokene[0m
e[33m23-12-28 09:42:12 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:42:12 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[32m23-12-28 09:46:06 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'kodi'e[0m
e[32m23-12-28 09:46:06 INFO (MainThread) [supervisor.auth] Successful login for 'kodi'e[0m
e[33m23-12-28 09:47:12 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[33m23-12-28 09:47:12 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)e[0m
e[32m23-12-28 09:51:04 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'kodi'e[0m
e[32m23-12-28 09:51:04 INFO (MainThread) [supervisor.auth] Successful login for 'kodi'e[0m
I’m running the HA OS directly on an Intel NUC.
I am also getting the odd EXT4-fs error on the host from time to time (Have done FSCK in the past to temporarily ‘fix’ - but not recently/this time) - do you think my NVME drive is failing?
Summary
Dec 27 11:51:15 homeassistant kernel: audit: type=1334 audit(1703677875.800:4052): prog-id=1549 op=LOAD
Dec 27 11:51:15 homeassistant systemd[1]: Starting Hostname Service...
Dec 27 11:51:16 homeassistant systemd[1]: Started Hostname Service.
Dec 27 11:51:16 homeassistant kernel: audit: type=1334 audit(1703677876.049:4053): prog-id=1550 op=LOAD
Dec 27 11:51:16 homeassistant kernel: audit: type=1334 audit(1703677876.049:4054): prog-id=1551 op=LOAD
Dec 27 11:51:16 homeassistant kernel: audit: type=1334 audit(1703677876.049:4055): prog-id=1552 op=LOAD
Dec 27 11:51:16 homeassistant systemd[1]: Starting Time & Date Service...
Dec 27 11:51:16 homeassistant systemd[1]: Started Time & Date Service.
Dec 27 11:51:46 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 27 11:51:46 homeassistant kernel: audit: type=1334 audit(1703677906.096:4056): prog-id=1549 op=UNLOAD
Dec 27 11:51:46 homeassistant kernel: audit: type=1334 audit(1703677906.096:4057): prog-id=1548 op=UNLOAD
Dec 27 11:51:46 homeassistant kernel: audit: type=1334 audit(1703677906.096:4058): prog-id=1547 op=UNLOAD
Dec 27 11:51:46 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
Dec 27 11:51:46 homeassistant kernel: audit: type=1334 audit(1703677906.316:4059): prog-id=1552 op=UNLOAD
Dec 27 11:51:46 homeassistant kernel: audit: type=1334 audit(1703677906.316:4060): prog-id=1551 op=UNLOAD
Dec 27 11:51:46 homeassistant kernel: audit: type=1334 audit(1703677906.316:4061): prog-id=1550 op=UNLOAD
Dec 27 13:25:23 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-44a5b71517a26b98f8f9fe148b41b87ea2d1303639a6feba59bc420b2bffaa01-runc.TYRh2j.mount: Deactivated successfully.
Dec 27 13:57:56 homeassistant kernel: audit: type=1334 audit(1703685476.380:4062): prog-id=1553 op=LOAD
Dec 27 13:57:56 homeassistant kernel: audit: type=1334 audit(1703685476.381:4063): prog-id=1554 op=LOAD
Dec 27 13:57:56 homeassistant kernel: audit: type=1334 audit(1703685476.381:4064): prog-id=1555 op=LOAD
Dec 27 13:57:56 homeassistant systemd[1]: Starting Hostname Service...
Dec 27 13:57:56 homeassistant systemd[1]: Started Hostname Service.
Dec 27 13:57:56 homeassistant kernel: audit: type=1334 audit(1703685476.636:4065): prog-id=1556 op=LOAD
Dec 27 13:57:56 homeassistant kernel: audit: type=1334 audit(1703685476.636:4066): prog-id=1557 op=LOAD
Dec 27 13:57:56 homeassistant kernel: audit: type=1334 audit(1703685476.636:4067): prog-id=1558 op=LOAD
Dec 27 13:57:56 homeassistant systemd[1]: Starting Time & Date Service...
Dec 27 13:57:56 homeassistant systemd[1]: Started Time & Date Service.
Dec 27 13:58:26 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 27 13:58:26 homeassistant kernel: audit: type=1334 audit(1703685506.699:4068): prog-id=1555 op=UNLOAD
Dec 27 13:58:26 homeassistant kernel: audit: type=1334 audit(1703685506.699:4069): prog-id=1554 op=UNLOAD
Dec 27 13:58:26 homeassistant kernel: audit: type=1334 audit(1703685506.699:4070): prog-id=1553 op=UNLOAD
Dec 27 13:58:26 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
Dec 27 13:58:26 homeassistant kernel: audit: type=1334 audit(1703685506.886:4071): prog-id=1558 op=UNLOAD
Dec 27 13:58:26 homeassistant kernel: audit: type=1334 audit(1703685506.886:4072): prog-id=1557 op=UNLOAD
Dec 27 13:58:26 homeassistant kernel: audit: type=1334 audit(1703685506.886:4073): prog-id=1556 op=UNLOAD
Dec 27 14:10:32 homeassistant kernel: EXT4-fs error (device sda8): htree_dirblock_to_tree:1082: inode #133955: comm python3: Directory block failed checksum
Dec 27 16:04:36 homeassistant kernel: audit: type=1334 audit(1703693076.952:4074): prog-id=1559 op=LOAD
Dec 27 16:04:36 homeassistant kernel: audit: type=1334 audit(1703693076.953:4075): prog-id=1560 op=LOAD
Dec 27 16:04:36 homeassistant kernel: audit: type=1334 audit(1703693076.953:4076): prog-id=1561 op=LOAD
Dec 27 16:04:36 homeassistant systemd[1]: Starting Hostname Service...
Dec 27 16:04:37 homeassistant systemd[1]: Started Hostname Service.
Dec 27 16:04:37 homeassistant kernel: audit: type=1334 audit(1703693077.205:4077): prog-id=1562 op=LOAD
Dec 27 16:04:37 homeassistant kernel: audit: type=1334 audit(1703693077.205:4078): prog-id=1563 op=LOAD
Dec 27 16:04:37 homeassistant kernel: audit: type=1334 audit(1703693077.205:4079): prog-id=1564 op=LOAD
Dec 27 16:04:37 homeassistant systemd[1]: Starting Time & Date Service...
Dec 27 16:04:37 homeassistant systemd[1]: Started Time & Date Service.
Dec 27 16:05:07 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 27 16:05:07 homeassistant kernel: audit: type=1334 audit(1703693107.274:4080): prog-id=1561 op=UNLOAD
Dec 27 16:05:07 homeassistant kernel: audit: type=1334 audit(1703693107.274:4081): prog-id=1560 op=UNLOAD
Dec 27 16:05:07 homeassistant kernel: audit: type=1334 audit(1703693107.274:4082): prog-id=1559 op=UNLOAD
Dec 27 16:05:07 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
Dec 27 16:05:07 homeassistant kernel: audit: type=1334 audit(1703693107.453:4083): prog-id=1564 op=UNLOAD
Dec 27 16:05:07 homeassistant kernel: audit: type=1334 audit(1703693107.453:4084): prog-id=1563 op=UNLOAD
Dec 27 16:05:07 homeassistant kernel: audit: type=1334 audit(1703693107.453:4085): prog-id=1562 op=UNLOAD
Dec 27 16:47:18 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-b6674dd301f7f1b0f3d508d6d240e849b3b0b0d64c5bdc46c22d6fd23fc6ee4c-runc.OeHqpJ.mount: Deactivated successfully.
Dec 27 17:06:56 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-7c35ac101b92262a19c4f4c97c5f09bf9e1da8e7aa4ec7d11653595a6e8afd89-runc.gsmp8P.mount: Deactivated successfully.
Dec 27 17:10:32 homeassistant kernel: EXT4-fs error (device sda8): htree_dirblock_to_tree:1082: inode #133955: comm python3: Directory block failed checksum
Dec 27 17:33:53 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-44a5b71517a26b98f8f9fe148b41b87ea2d1303639a6feba59bc420b2bffaa01-runc.Y36Rwa.mount: Deactivated successfully.
Dec 27 18:11:17 homeassistant kernel: audit: type=1334 audit(1703700677.523:4086): prog-id=1565 op=LOAD
Dec 27 18:11:17 homeassistant kernel: audit: type=1334 audit(1703700677.523:4087): prog-id=1566 op=LOAD
Dec 27 18:11:17 homeassistant kernel: audit: type=1334 audit(1703700677.523:4088): prog-id=1567 op=LOAD
Dec 27 18:11:17 homeassistant systemd[1]: Starting Hostname Service...
Dec 27 18:11:17 homeassistant systemd[1]: Started Hostname Service.
Dec 27 18:11:17 homeassistant kernel: audit: type=1334 audit(1703700677.776:4089): prog-id=1568 op=LOAD
Dec 27 18:11:17 homeassistant kernel: audit: type=1334 audit(1703700677.776:4090): prog-id=1569 op=LOAD
Dec 27 18:11:17 homeassistant kernel: audit: type=1334 audit(1703700677.776:4091): prog-id=1570 op=LOAD
Dec 27 18:11:17 homeassistant systemd[1]: Starting Time & Date Service...
Dec 27 18:11:17 homeassistant systemd[1]: Started Time & Date Service.
Dec 27 18:11:47 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 27 18:11:47 homeassistant kernel: audit: type=1334 audit(1703700707.823:4092): prog-id=1567 op=UNLOAD
Dec 27 18:11:47 homeassistant kernel: audit: type=1334 audit(1703700707.823:4093): prog-id=1566 op=UNLOAD
Dec 27 18:11:47 homeassistant kernel: audit: type=1334 audit(1703700707.823:4094): prog-id=1565 op=UNLOAD
Dec 27 18:11:48 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
Dec 27 18:11:48 homeassistant kernel: audit: type=1334 audit(1703700708.038:4095): prog-id=1570 op=UNLOAD
Dec 27 18:11:48 homeassistant kernel: audit: type=1334 audit(1703700708.038:4096): prog-id=1569 op=UNLOAD
Dec 27 18:11:48 homeassistant kernel: audit: type=1334 audit(1703700708.038:4097): prog-id=1568 op=UNLOAD
Dec 27 20:10:32 homeassistant kernel: EXT4-fs error (device sda8): htree_dirblock_to_tree:1082: inode #133955: comm python3: Directory block failed checksum
Dec 27 20:17:58 homeassistant kernel: audit: type=1334 audit(1703708278.159:4098): prog-id=1571 op=LOAD
Dec 27 20:17:58 homeassistant kernel: audit: type=1334 audit(1703708278.159:4099): prog-id=1572 op=LOAD
Dec 27 20:17:58 homeassistant kernel: audit: type=1334 audit(1703708278.159:4100): prog-id=1573 op=LOAD
Dec 27 20:17:58 homeassistant systemd[1]: Starting Hostname Service...
Dec 27 20:17:58 homeassistant systemd[1]: Started Hostname Service.
Dec 27 20:17:58 homeassistant kernel: audit: type=1334 audit(1703708278.418:4101): prog-id=1574 op=LOAD
Dec 27 20:17:58 homeassistant kernel: audit: type=1334 audit(1703708278.418:4102): prog-id=1575 op=LOAD
Dec 27 20:17:58 homeassistant kernel: audit: type=1334 audit(1703708278.418:4103): prog-id=1576 op=LOAD
Dec 27 20:17:58 homeassistant systemd[1]: Starting Time & Date Service...
Dec 27 20:17:58 homeassistant systemd[1]: Started Time & Date Service.
Dec 27 20:18:28 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 27 20:18:28 homeassistant kernel: audit: type=1334 audit(1703708308.469:4104): prog-id=1573 op=UNLOAD
Dec 27 20:18:28 homeassistant kernel: audit: type=1334 audit(1703708308.469:4105): prog-id=1572 op=UNLOAD
Dec 27 20:18:28 homeassistant kernel: audit: type=1334 audit(1703708308.469:4106): prog-id=1571 op=UNLOAD
Dec 27 20:18:28 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
Dec 27 20:18:28 homeassistant kernel: audit: type=1334 audit(1703708308.666:4107): prog-id=1576 op=UNLOAD
Dec 27 20:18:28 homeassistant kernel: audit: type=1334 audit(1703708308.666:4108): prog-id=1575 op=UNLOAD
Dec 27 20:18:28 homeassistant kernel: audit: type=1334 audit(1703708308.666:4109): prog-id=1574 op=UNLOAD
Dec 27 20:29:58 homeassistant kernel: audit: type=1334 audit(1703708998.432:4110): prog-id=1577 op=LOAD
Dec 27 20:29:58 homeassistant systemd-timesyncd[472]: Network configuration changed, trying to establish connection.
Dec 27 20:29:58 homeassistant systemd-timesyncd[472]: Contacted time server 162.159.200.123:123 (time.cloudflare.com).
Dec 27 20:29:58 homeassistant systemd[1]: Started Journal Gateway Service.
Dec 27 20:29:58 homeassistant systemd-journal-gatewayd[3718789]: microhttpd: MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. Some messages may be printed by the standard MHD logger.
Dec 27 21:02:18 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-44a5b71517a26b98f8f9fe148b41b87ea2d1303639a6feba59bc420b2bffaa01-runc.RiLAbJ.mount: Deactivated successfully.