Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to update from 14.1 to 14.2 on raspberry pi 4 #3864

Open
robertheyworth-catapult opened this issue Feb 7, 2025 · 0 comments
Open
Labels

Comments

@robertheyworth-catapult
Copy link

Describe the issue you are experiencing

Environment:

Board: Raspberry Pi 4 64-bit (rpi4-64)
Storage: Samsung SSD 850 Pro 512GB
Current OS Info (via ha os info):

board: rpi4-64
boot: B
boot_slots:
  A:
    state: inactive
    status: good
    version: "14.2"
  B:
    state: booted
    status: good
    version: "14.2"
data_disk: Samsung-SSD-850-PRO-512GB-S250NXAH222570Y
update_available: true
version: "14.1"
version_latest: "14.2"

Steps to Reproduce:

Run the command:

ha os update
which returns:

Processing... Done.
Command completed successfully.

Check the OS info using:

ha os info
The boot slots show version "14.2" (both inactive and booted), but the overall OS version still reads "14.1" and it indicates an update is available.
Perform a full system reboot and also restart the supervisor with:

ha supervisor restart
Re-running ha os info still shows the version field as "14.1", while boot slots remain "14.2".

Expected Behavior:
After a successful update, the overall OS version (the “version” field) should reflect "14.2" and update_available should be false.

Actual Behavior:
Although both boot slots are updated to "14.2" (and the system is booting from slot B with version "14.2"), the supervisor’s reported overall version remains "14.1" and continues to show an update as available (version_latest: "14.2").

Additional Information:

  • No operational issues are evident; the system functions normally with the updated boot images.
  • This appears to be a metadata caching issue in the supervisor.
  • I have tried both a full reboot and restarting the supervisor container, but the reported version does not change.
  • Is there a way to refresh the supervisor’s cache or force it to re-read the updated metadata?

Questions:

  • Is this a known issue with the supervisor’s version reporting?
  • Can anyone advise on a method to force the metadata to refresh so that the correct version is displayed in ha os info and the update notification is cleared?

What operating system image do you use?

rpi4-64 (Raspberry Pi 4/400 64-bit OS)

What version of Home Assistant Operating System is installed?

14.1

Did the problem occur after upgrading the Operating System?

Yes

Hardware details

Board: Raspberry Pi 4 64-bit (rpi4-64)
Storage: Samsung SSD 850 Pro 512GB

Steps to reproduce the issue

Steps to Reproduce:

Run the command:

ha os update
which returns:

Processing... Done.
Command completed successfully.

Check the OS info using:

ha os info
The boot slots show version "14.2" (both inactive and booted), but the overall OS version still reads "14.1" and it indicates an update is available.
Perform a full system reboot and also restart the supervisor with:

ha supervisor restart
Re-running ha os info still shows the version field as "14.1", while boot slots remain "14.2".

Expected Behavior:
After a successful update, the overall OS version (the “version” field) should reflect "14.2" and update_available should be false.

Actual Behavior:
Although both boot slots are updated to "14.2" (and the system is booting from slot B with version "14.2"), the supervisor’s reported overall version remains "14.1" and continues to show an update as available (version_latest: "14.2").

Anything in the Supervisor logs that might be useful for us?

[13:14:36] INFO: Supervisor restart after closing
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
cont-init: info: running /etc/cont-init.d/udev.sh
[13:15:38] 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)
[13:15:38] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
2025-02-07 13:15:43.963 INFO (MainThread) [__main__] Initializing Supervisor setup
2025-02-07 13:15:44.112 INFO (MainThread) [supervisor.bootstrap] Setting up coresys for machine: raspberrypi4-64
2025-02-07 13:15:44.120 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2025.02.0
2025-02-07 13:15:44.164 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2025-02-07 13:15:44.167 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-07 13:15:44.168 INFO (MainThread) [__main__] Setting up Supervisor
2025-02-07 13:15:44.311 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2025-02-07 13:15:44.457 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2025-02-07 13:15:44.460 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2025-02-07 13:15:44.461 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2025-02-07 13:15:44.462 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2025-02-07 13:15:44.463 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2025-02-07 13:15:44.464 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2025-02-07 13:15:44.465 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2025-02-07 13:15:44.467 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2025-02-07 13:15:44.467 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2025-02-07 13:15:44.468 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2025-02-07 13:15:44.956 INFO (MainThread) [supervisor.host.services] Updating service information
2025-02-07 13:15:44.967 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-02-07 13:15:44.976 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
2025-02-07 13:15:45.148 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-02-07 13:15:45.243 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'d5369777_music_assistant', 'hassio-supervisor'}
2025-02-07 13:15:45.273 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2025-02-07 13:15:45.274 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-02-07 13:15:45.449 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.09.0
2025-02-07 13:15:45.503 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
2025-02-07 13:15:46.407 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.09.0 - 172.30.32.5
2025-02-07 13:15:46.442 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.12.0
2025-02-07 13:15:46.538 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
2025-02-07 13:15:47.505 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.12.0 - 172.30.32.3
2025-02-07 13:15:47.507 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2025-02-07 13:15:47.530 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0
2025-02-07 13:15:47.584 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2025-02-07 13:15:48.603 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0 - 172.30.32.4
2025-02-07 13:15:48.612 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0
2025-02-07 13:15:48.672 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0
2025-02-07 13:15:48.716 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2025-02-07 13:15:49.404 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0 - Host
2025-02-07 13:15:49.416 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
2025-02-07 13:15:49.452 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi4-64-homeassistant with version 2025.2.0
2025-02-07 13:15:49.654 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 14.1 / BootSlot B
2025-02-07 13:15:50.540 WARNING (SyncWorker_1) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access) Beta
2025-02-07 13:15:50.546 WARNING (SyncWorker_1) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access)
2025-02-07 13:15:50.970 WARNING (SyncWorker_1) [supervisor.store.data] Can't read /data/addons/git/09e60fb6/external/ring-client-api/packages/homebridge-ring/config.schema.json: Invalid Add-on config!. Got {'pluginAlias': 'Ring', 'pluginType': 'platform', 'singular': True, 'customUi': True, 'customUiPath': './lib/homebridge-ui', 'customUiDevServer': 'http://localhost:3000/api/plugins/settings-ui/homebridge-ring', 'headerDisplay': 'See [the wiki](https://github.com/dgreif/ring/wiki/Refresh-Tokens) for details on generating a refresh token', 'accountLinkingHeader': 'Please supply your Ring credentials.  These will be used to contact the Ring servers and generate a unique access token for your acc...
2025-02-07 13:15:51.731 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/9074a9fa repository
2025-02-07 13:15:51.733 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository
2025-02-07 13:15:51.734 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/ccab4aaf repository
2025-02-07 13:15:51.737 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
2025-02-07 13:15:51.740 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cebe7a76 repository
2025-02-07 13:15:51.743 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/8b8632af repository
2025-02-07 13:15:51.747 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
2025-02-07 13:15:51.750 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/db21ed7f repository
2025-02-07 13:15:51.753 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/09e60fb6 repository
2025-02-07 13:15:51.754 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
2025-02-07 13:15:51.755 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cb646a50 repository
2025-02-07 13:15:51.755 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
2025-02-07 13:15:53.409 WARNING (SyncWorker_0) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access) Beta
2025-02-07 13:15:53.413 WARNING (SyncWorker_0) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access)
2025-02-07 13:15:53.505 WARNING (SyncWorker_4) [supervisor.store.data] Can't read /data/addons/git/09e60fb6/external/ring-client-api/packages/homebridge-ring/config.schema.json: Invalid Add-on config!. Got {'pluginAlias': 'Ring', 'pluginType': 'platform', 'singular': True, 'customUi': True, 'customUiPath': './lib/homebridge-ui', 'customUiDevServer': 'http://localhost:3000/api/plugins/settings-ui/homebridge-ring', 'headerDisplay': 'See [the wiki](https://github.com/dgreif/ring/wiki/Refresh-Tokens) for details on generating a refresh token', 'accountLinkingHeader': 'Please supply your Ring credentials.  These will be used to contact the Ring servers and generate a unique access token for your acc...
2025-02-07 13:15:53.839 INFO (MainThread) [supervisor.store] Loading add-ons from store: 197 all - 197 new - 0 remove
2025-02-07 13:15:54.007 INFO (MainThread) [supervisor.addons.manager] Found 11 installed add-ons
2025-02-07 13:15:54.133 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-matter-server with version 7.0.0
2025-02-07 13:15:54.146 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-configurator with version 5.8.0
2025-02-07 13:15:54.160 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/vscode/aarch64 with version 5.18.1
2025-02-07 13:15:54.175 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mariadb with version 2.7.2
2025-02-07 13:15:54.190 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/ssh/aarch64 with version 20.0.0
2025-02-07 13:15:54.203 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/node-red/aarch64 with version 19.0.0
2025-02-07 13:15:54.219 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/music-assistant/server with version 2.3.6
2025-02-07 13:15:54.234 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/sabeechen/hassio-google-drive-backup-aarch64 with version 0.112.1
2025-02-07 13:15:54.247 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/albertogeniola/aarch64-meross_local_broker with version 0.0.1-alpha50
2025-02-07 13:15:54.260 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/glances/aarch64 with version 0.21.1
2025-02-07 13:15:54.273 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/adguard/aarch64 with version 5.2.3
2025-02-07 13:15:54.829 INFO (MainThread) [supervisor.backups.manager] Found 10 backup files
2025-02-07 13:15:54.888 INFO (MainThread) [supervisor.discovery] Loaded 2 messages
2025-02-07 13:15:54.889 INFO (MainThread) [supervisor.ingress] Loaded 7 ingress sessions
2025-02-07 13:15:54.889 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
2025-02-07 13:15:54.889 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-02-07 13:15:54.890 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
2025-02-07 13:15:54.890 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
2025-02-07 13:15:54.890 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-02-07 13:15:54.890 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-02-07 13:15:54.890 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-02-07 13:15:54.891 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-07 13:15:54.891 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
2025-02-07 13:15:54.891 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-02-07 13:15:54.892 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-07 13:15:54.897 INFO (MainThread) [__main__] Running Supervisor
2025-02-07 13:15:54.945 INFO (MainThread) [supervisor.os.manager] Rauc: slot B - activated slot kernel.1, marked slot kernel.1 as good
2025-02-07 13:15:54.968 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
2025-02-07 13:15:54.990 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 1 add-ons
2025-02-07 13:15:55.955 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mariadb with version 2.7.2
2025-02-07 13:15:57.686 WARNING (MainThread) [supervisor.services.modules.mysql] Can't remove not exists services
2025-02-07 13:15:58.719 INFO (MainThread) [supervisor.services.modules.mysql] Set core_mariadb as service provider for MySQL
2025-02-07 13:16:00.962 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 6 add-ons
2025-02-07 13:16:01.646 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-matter-server with version 7.0.0
2025-02-07 13:16:02.816 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/vscode/aarch64 with version 5.18.1
2025-02-07 13:16:03.869 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/ssh/aarch64 with version 20.0.0
2025-02-07 13:16:05.877 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/albertogeniola/aarch64-meross_local_broker with version 0.0.1-alpha50
2025-02-07 13:16:06.022 WARNING (MainThread) [supervisor.docker.addon] Glances running with disabled protected mode!
2025-02-07 13:16:07.380 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/glances/aarch64 with version 0.21.1
2025-02-07 13:16:08.160 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_matter_server
2025-02-07 13:16:08.802 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/adguard/aarch64 with version 5.2.3
2025-02-07 13:16:11.886 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from a0d7b954_adguard
2025-02-07 13:16:12.218 INFO (MainThread) [supervisor.api.middleware.security] /network/interface/end0/info access from a0d7b954_adguard
2025-02-07 13:16:12.497 INFO (MainThread) [supervisor.api.middleware.security] /network/interface/wlan0/info access from a0d7b954_adguard
2025-02-07 13:16:38.888 INFO (MainThread) [supervisor.core] Start Home Assistant Core
2025-02-07 13:16:38.923 INFO (SyncWorker_3) [supervisor.docker.manager] Starting homeassistant
2025-02-07 13:16:39.296 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2025-02-07 13:16:49.039 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup
2025-02-07 13:16:49.040 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-07 13:16:49.338 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2025-02-07 13:16:49.344 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)
2025-02-07 13:17:19.610 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='STARTING', offline_db_migration=False)
2025-02-07 13:17:29.656 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)
2025-02-07 13:17:29.657 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
2025-02-07 13:17:29.657 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 4 add-ons
2025-02-07 13:17:30.705 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-configurator with version 5.8.0
2025-02-07 13:17:31.756 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/music-assistant/server with version 2.3.6
2025-02-07 13:17:33.262 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/sabeechen/hassio-google-drive-backup-aarch64 with version 0.112.1
2025-02-07 13:17:34.156 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/node-red/aarch64 with version 19.0.0
2025-02-07 13:17:36.596 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.617 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.635 INFO (MainThread) [supervisor.api.middleware.security] /mounts access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.666 INFO (MainThread) [supervisor.api.middleware.security] /addons access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.809 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.815 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.825 INFO (MainThread) [supervisor.api.middleware.security] /backups/9dfe930c/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.835 INFO (MainThread) [supervisor.api.middleware.security] /backups/09eb69df/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.842 INFO (MainThread) [supervisor.api.middleware.security] /backups/7a000fbf/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.847 INFO (MainThread) [supervisor.api.middleware.security] /backups/045f4712/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.855 INFO (MainThread) [supervisor.api.middleware.security] /backups/0d68bc97/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.862 INFO (MainThread) [supervisor.api.middleware.security] /backups/e61aa243/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.868 INFO (MainThread) [supervisor.api.middleware.security] /backups/d8e9a4b0/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.875 INFO (MainThread) [supervisor.api.middleware.security] /backups/a1a824a1/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.881 INFO (MainThread) [supervisor.api.middleware.security] /backups/44d83763/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:36.887 INFO (MainThread) [supervisor.api.middleware.security] /backups/339bc4f0/info access from cebe7a76_hassio_google_drive_backup
2025-02-07 13:17:38.954 WARNING (MainThread) [supervisor.api.middleware.security] No API token provided for /core
2025-02-07 13:17:45.673 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2025-02-07 13:17:45.698 INFO (MainThread) [supervisor.api.proxy] WebSocket access from d5369777_music_assistant
2025-02-07 13:17:45.709 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2025-02-07 13:17:57.023 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2025-02-07 13:17:57.052 INFO (MainThread) [supervisor.api.proxy] WebSocket access from a0d7b954_nodered
2025-02-07 13:17:57.063 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2025-02-07 13:17:57.340 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from a0d7b954_ssh
2025-02-07 13:17:57.347 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from a0d7b954_ssh
2025-02-07 13:17:57.352 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from a0d7b954_ssh
2025-02-07 13:17:57.357 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from a0d7b954_ssh
2025-02-07 13:17:59.863 INFO (MainThread) [supervisor.api.middleware.security] /os/info access from a0d7b954_ssh
2025-02-07 13:18:00.933 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
2025-02-07 13:18:00.935 INFO (MainThread) [supervisor.core] Supervisor is up and running
2025-02-07 13:18:00.936 INFO (MainThread) [supervisor.host.info] Updating local host information
2025-02-07 13:18:00.940 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-02-07 13:18:00.943 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2025-02-07 13:18:00.944 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2025-02-07 13:18:00.944 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-02-07 13:18:00.945 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2025-02-07 13:18:00.947 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2025-02-07 13:18:00.948 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2025-02-07 13:18:01.144 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2025-02-07 13:18:01.166 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2025-02-07 13:18:01.166 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-02-07 13:18:01.166 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2025-02-07 13:18:01.193 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2025-02-07 13:18:01.194 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2025-02-07 13:18:01.213 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-02-07 13:18:01.213 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-02-07 13:18:01.747 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-07 13:18:01.748 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2025-02-07 13:18:01.748 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2025-02-07 13:18:01.949 INFO (MainThread) [supervisor.host.services] Updating service information
2025-02-07 13:18:01.963 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-02-07 13:18:02.237 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-02-07 13:18:02.251 INFO (MainThread) [supervisor.host.manager] Host information reload completed

Anything in the Host logs that might be useful for us?

2025-02-07 13:15:47.764 homeassistant systemd[1]: var-lib-docker-overlay2-74aaf5580943f3efb8335e8f672fa97689e91f25aaecea9d65fd6185c3112910\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:15:47.765 homeassistant systemd[1]: mnt-data-docker-overlay2-74aaf5580943f3efb8335e8f672fa97689e91f25aaecea9d65fd6185c3112910\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:15:48.066 homeassistant kernel: hassio: port 5(veth7a15597) entered blocking state
2025-02-07 13:15:48.066 homeassistant kernel: hassio: port 5(veth7a15597) entered disabled state
2025-02-07 13:15:48.066 homeassistant kernel: veth7a15597: entered allmulticast mode
2025-02-07 13:15:48.066 homeassistant kernel: veth7a15597: entered promiscuous mode
2025-02-07 13:15:48.069 homeassistant NetworkManager[514]: <info>  [1738934148.0691] manager: (veth4410082): new Veth device (/org/freedesktop/NetworkManager/Devices/17)
2025-02-07 13:15:48.074 homeassistant NetworkManager[514]: <info>  [1738934148.0738] manager: (veth7a15597): new Veth device (/org/freedesktop/NetworkManager/Devices/18)
2025-02-07 13:15:48.302 homeassistant systemd[1]: Started libcontainer container 315a78234c6f283811d1f9a376b5c3b2082fd7e99509136a1c67c084a619c318.
2025-02-07 13:15:48.489 homeassistant kernel: eth0: renamed from veth4410082
2025-02-07 13:15:48.521 homeassistant kernel: hassio: port 5(veth7a15597) entered blocking state
2025-02-07 13:15:48.521 homeassistant kernel: hassio: port 5(veth7a15597) entered forwarding state
2025-02-07 13:15:48.523 homeassistant NetworkManager[514]: <info>  [1738934148.5230] device (veth7a15597): carrier: link connected
2025-02-07 13:15:48.853 homeassistant systemd[1]: var-lib-docker-overlay2-f9b9da2975dfd2ae73df383a88c1141f18fc6016659f27aa450e3f413f7738d2\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:15:48.854 homeassistant systemd[1]: mnt-data-docker-overlay2-f9b9da2975dfd2ae73df383a88c1141f18fc6016659f27aa450e3f413f7738d2\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:15:49.298 homeassistant systemd[1]: Started libcontainer container 8024e0214d54f1f0851eeb74090a343951aa9aeeef4cdb4c1ab1918ff72a081f.
2025-02-07 13:15:50.544 homeassistant bluetoothd[533]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSink/sbc
2025-02-07 13:15:50.546 homeassistant kernel: Bluetooth: RFCOMM TTY layer initialized
2025-02-07 13:15:50.546 homeassistant kernel: Bluetooth: RFCOMM socket layer initialized
2025-02-07 13:15:50.546 homeassistant kernel: Bluetooth: RFCOMM ver 1.11
2025-02-07 13:15:50.546 homeassistant bluetoothd[533]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/sbc
2025-02-07 13:15:50.547 homeassistant bluetoothd[533]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSink/sbc_xq_453
2025-02-07 13:15:50.547 homeassistant bluetoothd[533]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/sbc_xq_453
2025-02-07 13:15:50.547 homeassistant bluetoothd[533]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSink/sbc_xq_512
2025-02-07 13:15:50.547 homeassistant bluetoothd[533]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/sbc_xq_512
2025-02-07 13:15:50.548 homeassistant bluetoothd[533]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSink/sbc_xq_552
2025-02-07 13:15:50.548 homeassistant bluetoothd[533]: Endpoint registered: sender=:1.31 path=/MediaEndpoint/A2DPSource/sbc_xq_552
2025-02-07 13:15:55.159 homeassistant systemd[1]: var-lib-docker-overlay2-189b72651367d885c80831a2a946d91421038ae22dc164471b08ea9d63701b74\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:15:55.159 homeassistant systemd[1]: mnt-data-docker-overlay2-189b72651367d885c80831a2a946d91421038ae22dc164471b08ea9d63701b74\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:15:55.233 homeassistant systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
2025-02-07 13:15:55.422 homeassistant kernel: hassio: port 6(veth562568a) entered blocking state
2025-02-07 13:15:55.422 homeassistant kernel: hassio: port 6(veth562568a) entered disabled state
2025-02-07 13:15:55.422 homeassistant kernel: veth562568a: entered allmulticast mode
2025-02-07 13:15:55.422 homeassistant kernel: veth562568a: entered promiscuous mode
2025-02-07 13:15:55.422 homeassistant kernel: kauditd_printk_skb: 146 callbacks suppressed
2025-02-07 13:15:55.422 homeassistant kernel: audit: type=1700 audit(1738934155.417:171): dev=veth562568a prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
2025-02-07 13:15:55.423 homeassistant kernel: audit: type=1300 audit(1738934155.417:171): arch=c00000b7 syscall=206 success=yes exit=40 a0=d a1=400103f230 a2=28 a3=0 items=0 ppid=1 pid=608 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
2025-02-07 13:15:55.423 homeassistant kernel: audit: type=1327 audit(1738934155.417:171): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
2025-02-07 13:15:55.429 homeassistant NetworkManager[514]: <info>  [1738934155.4296] manager: (veth59ec70e): new Veth device (/org/freedesktop/NetworkManager/Devices/19)
2025-02-07 13:15:55.433 homeassistant NetworkManager[514]: <info>  [1738934155.4331] manager: (veth562568a): new Veth device (/org/freedesktop/NetworkManager/Devices/20)
2025-02-07 13:15:55.678 homeassistant systemd[1]: Started libcontainer container e89f19d64031f365bc17432ef197b85437048fe290771e30d3590ab6ade8c6e7.
2025-02-07 13:15:55.709 homeassistant kernel: audit: type=1334 audit(1738934155.705:172): prog-id=42 op=LOAD
2025-02-07 13:15:55.713 homeassistant kernel: audit: type=1334 audit(1738934155.709:173): prog-id=43 op=LOAD
2025-02-07 13:15:55.713 homeassistant kernel: audit: type=1300 audit(1738934155.709:173): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=40001758b0 a2=78 a3=0 items=0 ppid=2153 pid=2163 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:15:55.713 homeassistant kernel: audit: type=1327 audit(1738934155.709:173): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F65383966313964363430333166333635626331373433326566
2025-02-07 13:15:55.713 homeassistant kernel: audit: type=1334 audit(1738934155.709:174): prog-id=44 op=LOAD
2025-02-07 13:15:55.714 homeassistant kernel: audit: type=1300 audit(1738934155.709:174): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=4000175640 a2=78 a3=0 items=0 ppid=2153 pid=2163 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:15:55.714 homeassistant kernel: audit: type=1327 audit(1738934155.709:174): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F65383966313964363430333166333635626331373433326566
2025-02-07 13:15:55.847 homeassistant kernel: eth0: renamed from veth59ec70e
2025-02-07 13:15:55.866 homeassistant kernel: hassio: port 6(veth562568a) entered blocking state
2025-02-07 13:15:55.866 homeassistant kernel: hassio: port 6(veth562568a) entered forwarding state
2025-02-07 13:15:55.869 homeassistant NetworkManager[514]: <info>  [1738934155.8693] device (veth562568a): carrier: link connected
2025-02-07 13:16:01.152 homeassistant systemd[1]: var-lib-docker-overlay2-ea929b2d582b90f848cf63e0b98aec0a42b83867f40c79cd1d9694b9fb54ec60\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:01.154 homeassistant systemd[1]: mnt-data-docker-overlay2-ea929b2d582b90f848cf63e0b98aec0a42b83867f40c79cd1d9694b9fb54ec60\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:01.538 homeassistant systemd[1]: Started libcontainer container a63d97fc913a709983221cc06ec3df60dc3b9e4cb6334019873d7d8d4f0b7c8e.
2025-02-07 13:16:01.569 homeassistant kernel: kauditd_printk_skb: 33 callbacks suppressed
2025-02-07 13:16:01.569 homeassistant kernel: audit: type=1334 audit(1738934161.565:186): prog-id=46 op=LOAD
2025-02-07 13:16:01.573 homeassistant kernel: audit: type=1334 audit(1738934161.569:187): prog-id=47 op=LOAD
2025-02-07 13:16:01.573 homeassistant kernel: audit: type=1300 audit(1738934161.569:187): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=400011b8b0 a2=78 a3=0 items=0 ppid=2427 pid=2436 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:01.573 homeassistant kernel: audit: type=1327 audit(1738934161.569:187): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F61363364393766633931336137303939383332323163633036
2025-02-07 13:16:01.573 homeassistant kernel: audit: type=1334 audit(1738934161.569:188): prog-id=48 op=LOAD
2025-02-07 13:16:01.573 homeassistant kernel: audit: type=1300 audit(1738934161.569:188): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=400011b640 a2=78 a3=0 items=0 ppid=2427 pid=2436 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:01.574 homeassistant kernel: audit: type=1327 audit(1738934161.569:188): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F61363364393766633931336137303939383332323163633036
2025-02-07 13:16:01.574 homeassistant kernel: audit: type=1334 audit(1738934161.569:189): prog-id=48 op=UNLOAD
2025-02-07 13:16:01.574 homeassistant kernel: audit: type=1300 audit(1738934161.569:189): arch=c00000b7 syscall=57 success=yes exit=0 a0=12 a1=0 a2=0 a3=0 items=0 ppid=2427 pid=2436 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:01.574 homeassistant kernel: audit: type=1327 audit(1738934161.569:189): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F61363364393766633931336137303939383332323163633036
2025-02-07 13:16:02.261 homeassistant kernel: hassio: port 7(vethcceddf5) entered blocking state
2025-02-07 13:16:02.262 homeassistant kernel: hassio: port 7(vethcceddf5) entered disabled state
2025-02-07 13:16:02.262 homeassistant kernel: vethcceddf5: entered allmulticast mode
2025-02-07 13:16:02.262 homeassistant kernel: vethcceddf5: entered promiscuous mode
2025-02-07 13:16:02.263 homeassistant NetworkManager[514]: <info>  [1738934162.2595] manager: (veth8d6dba5): new Veth device (/org/freedesktop/NetworkManager/Devices/21)
2025-02-07 13:16:02.269 homeassistant NetworkManager[514]: <info>  [1738934162.2672] manager: (vethcceddf5): new Veth device (/org/freedesktop/NetworkManager/Devices/22)
2025-02-07 13:16:02.522 homeassistant systemd[1]: Started libcontainer container bb3c91cbe8a42a4caa5b4395fb43f7099cb82b66c7e3e1a46a80d7f56a053dab.
2025-02-07 13:16:02.705 homeassistant kernel: eth0: renamed from veth8d6dba5
2025-02-07 13:16:02.726 homeassistant kernel: hassio: port 7(vethcceddf5) entered blocking state
2025-02-07 13:16:02.726 homeassistant kernel: hassio: port 7(vethcceddf5) entered forwarding state
2025-02-07 13:16:02.728 homeassistant NetworkManager[514]: <info>  [1738934162.7284] device (vethcceddf5): carrier: link connected
2025-02-07 13:16:03.129 homeassistant systemd[1]: var-lib-docker-overlay2-c590a68c7fe63871f53afafc66102088d21f134b0dee3fc496c2a9037124f1db\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:03.129 homeassistant systemd[1]: mnt-data-docker-overlay2-c590a68c7fe63871f53afafc66102088d21f134b0dee3fc496c2a9037124f1db\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:03.714 homeassistant systemd[1]: Started libcontainer container 1c46894597352163b4de506577f65456277137d149feb7180904122c69ad751c.
2025-02-07 13:16:04.245 homeassistant systemd[1]: var-lib-docker-overlay2-83c550e568688427751f083f916b5131a3d0e3e5d7751b7f8d5684893799c3b6\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:04.246 homeassistant systemd[1]: mnt-data-docker-overlay2-83c550e568688427751f083f916b5131a3d0e3e5d7751b7f8d5684893799c3b6\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:04.690 homeassistant kernel: hassio: port 8(vethad92ff7) entered blocking state
2025-02-07 13:16:04.690 homeassistant kernel: hassio: port 8(vethad92ff7) entered disabled state
2025-02-07 13:16:04.691 homeassistant kernel: vethad92ff7: entered allmulticast mode
2025-02-07 13:16:04.691 homeassistant kernel: vethad92ff7: entered promiscuous mode
2025-02-07 13:16:04.691 homeassistant NetworkManager[514]: <info>  [1738934164.6914] manager: (veth81cf91d): new Veth device (/org/freedesktop/NetworkManager/Devices/23)
2025-02-07 13:16:04.700 homeassistant NetworkManager[514]: <info>  [1738934164.6988] manager: (vethad92ff7): new Veth device (/org/freedesktop/NetworkManager/Devices/24)
2025-02-07 13:16:05.289 homeassistant systemd[1]: Started libcontainer container d6b2b62d38bfff68e2f5773c889f039139622dc433abd064354d74be2b48a573.
2025-02-07 13:16:05.685 homeassistant kernel: eth0: renamed from veth81cf91d
2025-02-07 13:16:05.708 homeassistant kernel: hassio: port 8(vethad92ff7) entered blocking state
2025-02-07 13:16:05.709 homeassistant kernel: hassio: port 8(vethad92ff7) entered forwarding state
2025-02-07 13:16:05.709 homeassistant NetworkManager[514]: <info>  [1738934165.7087] device (vethad92ff7): carrier: link connected
2025-02-07 13:16:06.265 homeassistant systemd[1]: var-lib-docker-overlay2-e85838bead9f27b496569fd2fbf272d8f8999833601efe3d14943d9c1930735b\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:06.266 homeassistant systemd[1]: mnt-data-docker-overlay2-e85838bead9f27b496569fd2fbf272d8f8999833601efe3d14943d9c1930735b\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:07.144 homeassistant systemd[1]: Started libcontainer container 15304c97bba440fa8cca6a5bc5ddf13a7a19d079905ea221337be3460e5952ab.
2025-02-07 13:16:07.231 homeassistant kernel: kauditd_printk_skb: 135 callbacks suppressed
2025-02-07 13:16:07.231 homeassistant kernel: audit: type=1334 audit(1738934167.225:237): prog-id=62 op=LOAD
2025-02-07 13:16:07.233 homeassistant kernel: audit: type=1334 audit(1738934167.229:238): prog-id=63 op=LOAD
2025-02-07 13:16:07.234 homeassistant kernel: audit: type=1300 audit(1738934167.229:238): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=400011d8b0 a2=78 a3=0 items=0 ppid=3211 pid=3228 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:07.234 homeassistant kernel: audit: type=1327 audit(1738934167.229:238): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31353330346339376262613434306661386363613661356263
2025-02-07 13:16:07.234 homeassistant kernel: audit: type=1334 audit(1738934167.229:239): prog-id=64 op=LOAD
2025-02-07 13:16:07.234 homeassistant kernel: audit: type=1300 audit(1738934167.229:239): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=400011d640 a2=78 a3=0 items=0 ppid=3211 pid=3228 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:07.234 homeassistant kernel: audit: type=1327 audit(1738934167.229:239): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31353330346339376262613434306661386363613661356263
2025-02-07 13:16:07.234 homeassistant kernel: audit: type=1334 audit(1738934167.229:240): prog-id=64 op=UNLOAD
2025-02-07 13:16:07.234 homeassistant kernel: audit: type=1300 audit(1738934167.229:240): arch=c00000b7 syscall=57 success=yes exit=0 a0=12 a1=0 a2=0 a3=0 items=0 ppid=3211 pid=3228 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:07.234 homeassistant kernel: audit: type=1327 audit(1738934167.229:240): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F31353330346339376262613434306661386363613661356263
2025-02-07 13:16:07.692 homeassistant systemd[1]: var-lib-docker-overlay2-f11402954072122fc1bd3d8823fac758c4cda831f02a848c0f6a73a5d5fb8830\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:07.693 homeassistant systemd[1]: mnt-data-docker-overlay2-f11402954072122fc1bd3d8823fac758c4cda831f02a848c0f6a73a5d5fb8830\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:16:07.931 homeassistant systemd[1]: var-lib-docker-overlay2-f11402954072122fc1bd3d8823fac758c4cda831f02a848c0f6a73a5d5fb8830-merged.mount: Deactivated successfully.
2025-02-07 13:16:07.933 homeassistant systemd[1]: mnt-data-docker-overlay2-f11402954072122fc1bd3d8823fac758c4cda831f02a848c0f6a73a5d5fb8830-merged.mount: Deactivated successfully.
2025-02-07 13:16:08.518 homeassistant systemd[1]: Started libcontainer container 2d3d0d576b0b21c141c5193d5fc5ae1728cb3aed73c88cd90bb13589d4d737e4.
2025-02-07 13:16:14.543 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2025-02-07 13:16:14.697 homeassistant kernel: kauditd_printk_skb: 22 callbacks suppressed
2025-02-07 13:16:14.697 homeassistant kernel: audit: type=1334 audit(1738934174.693:249): prog-id=14 op=UNLOAD
2025-02-07 13:16:14.698 homeassistant kernel: audit: type=1334 audit(1738934174.693:250): prog-id=13 op=UNLOAD
2025-02-07 13:16:14.698 homeassistant kernel: audit: type=1334 audit(1738934174.693:251): prog-id=12 op=UNLOAD
2025-02-07 13:16:14.753 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
2025-02-07 13:16:14.769 homeassistant kernel: audit: type=1334 audit(1738934174.765:252): prog-id=25 op=UNLOAD
2025-02-07 13:16:14.770 homeassistant kernel: audit: type=1334 audit(1738934174.765:253): prog-id=24 op=UNLOAD
2025-02-07 13:16:14.770 homeassistant kernel: audit: type=1334 audit(1738934174.765:254): prog-id=23 op=UNLOAD
2025-02-07 13:16:23.425 homeassistant kernel: warning: `matter-server' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
2025-02-07 13:16:39.190 homeassistant systemd[1]: Started libcontainer container 5f25e5940d05d7d4c2315a1061b2648aed60ab34079a2dd5ed8c8fff13024b33.
2025-02-07 13:16:39.231 homeassistant kernel: audit: type=1334 audit(1738934199.225:255): prog-id=70 op=LOAD
2025-02-07 13:16:39.231 homeassistant kernel: audit: type=1300 audit(1738934199.225:255): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=400011b8b0 a2=78 a3=0 items=0 ppid=4767 pid=4777 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:39.231 homeassistant kernel: audit: type=1327 audit(1738934199.225:255): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F35663235653539343064303564376434633233313561313036
2025-02-07 13:16:39.231 homeassistant kernel: audit: type=1334 audit(1738934199.225:256): prog-id=71 op=LOAD
2025-02-07 13:16:39.231 homeassistant kernel: audit: type=1300 audit(1738934199.225:256): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=400011b640 a2=78 a3=0 items=0 ppid=4767 pid=4777 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:39.231 homeassistant kernel: audit: type=1327 audit(1738934199.225:256): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F35663235653539343064303564376434633233313561313036
2025-02-07 13:16:39.231 homeassistant kernel: audit: type=1334 audit(1738934199.225:257): prog-id=71 op=UNLOAD
2025-02-07 13:16:39.231 homeassistant kernel: audit: type=1300 audit(1738934199.225:257): arch=c00000b7 syscall=57 success=yes exit=0 a0=11 a1=0 a2=0 a3=0 items=0 ppid=4767 pid=4777 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:16:39.232 homeassistant kernel: audit: type=1327 audit(1738934199.225:257): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F35663235653539343064303564376434633233313561313036
2025-02-07 13:16:39.232 homeassistant kernel: audit: type=1334 audit(1738934199.225:258): prog-id=70 op=UNLOAD
2025-02-07 13:17:29.855 homeassistant systemd[1]: var-lib-docker-overlay2-c976922c6a3fe6a5b9f047ddf56197565a65248a299716795183dafb030749c6\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:17:29.856 homeassistant systemd[1]: mnt-data-docker-overlay2-c976922c6a3fe6a5b9f047ddf56197565a65248a299716795183dafb030749c6\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:17:30.097 homeassistant kernel: hassio: port 9(vethc26ee92) entered blocking state
2025-02-07 13:17:30.098 homeassistant kernel: hassio: port 9(vethc26ee92) entered disabled state
2025-02-07 13:17:30.098 homeassistant kernel: vethc26ee92: entered allmulticast mode
2025-02-07 13:17:30.098 homeassistant kernel: vethc26ee92: entered promiscuous mode
2025-02-07 13:17:30.098 homeassistant kernel: kauditd_printk_skb: 5 callbacks suppressed
2025-02-07 13:17:30.098 homeassistant kernel: audit: type=1700 audit(1738934250.091:260): dev=vethc26ee92 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
2025-02-07 13:17:30.098 homeassistant kernel: audit: type=1300 audit(1738934250.091:260): arch=c00000b7 syscall=206 success=yes exit=40 a0=d a1=4001a1c510 a2=28 a3=0 items=0 ppid=1 pid=608 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
2025-02-07 13:17:30.098 homeassistant kernel: audit: type=1327 audit(1738934250.091:260): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
2025-02-07 13:17:30.098 homeassistant NetworkManager[514]: <info>  [1738934250.0973] manager: (veth2e58cbc): new Veth device (/org/freedesktop/NetworkManager/Devices/25)
2025-02-07 13:17:30.105 homeassistant NetworkManager[514]: <info>  [1738934250.1039] manager: (vethc26ee92): new Veth device (/org/freedesktop/NetworkManager/Devices/26)
2025-02-07 13:17:30.362 homeassistant systemd[1]: Started libcontainer container 7deb60078c214dc18611ea1d529c2569a7461156aced67905583891c3e4b5baf.
2025-02-07 13:17:30.393 homeassistant kernel: audit: type=1334 audit(1738934250.387:261): prog-id=73 op=LOAD
2025-02-07 13:17:30.397 homeassistant kernel: audit: type=1334 audit(1738934250.391:262): prog-id=74 op=LOAD
2025-02-07 13:17:30.397 homeassistant kernel: audit: type=1300 audit(1738934250.391:262): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=400011d8b0 a2=78 a3=0 items=0 ppid=5020 pid=5029 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:17:30.397 homeassistant kernel: audit: type=1327 audit(1738934250.391:262): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F37646562363030373863323134646331383631316561316435
2025-02-07 13:17:30.398 homeassistant kernel: audit: type=1334 audit(1738934250.391:263): prog-id=75 op=LOAD
2025-02-07 13:17:30.398 homeassistant kernel: audit: type=1300 audit(1738934250.391:263): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=400011d640 a2=78 a3=0 items=0 ppid=5020 pid=5029 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-02-07 13:17:30.398 homeassistant kernel: audit: type=1327 audit(1738934250.391:263): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F37646562363030373863323134646331383631316561316435
2025-02-07 13:17:30.581 homeassistant kernel: eth0: renamed from veth2e58cbc
2025-02-07 13:17:30.613 homeassistant kernel: hassio: port 9(vethc26ee92) entered blocking state
2025-02-07 13:17:30.613 homeassistant kernel: hassio: port 9(vethc26ee92) entered forwarding state
2025-02-07 13:17:30.616 homeassistant NetworkManager[514]: <info>  [1738934250.6157] device (vethc26ee92): carrier: link connected
2025-02-07 13:17:31.022 homeassistant systemd[1]: var-lib-docker-overlay2-7070ddf5594639afd414e2cf3b79a30304ca2fad7691fe5701ad7b85ff1cf30c\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:17:31.022 homeassistant systemd[1]: mnt-data-docker-overlay2-7070ddf5594639afd414e2cf3b79a30304ca2fad7691fe5701ad7b85ff1cf30c\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:17:31.205 homeassistant systemd[1]: var-lib-docker-overlay2-7070ddf5594639afd414e2cf3b79a30304ca2fad7691fe5701ad7b85ff1cf30c-merged.mount: Deactivated successfully.
2025-02-07 13:17:31.206 homeassistant systemd[1]: mnt-data-docker-overlay2-7070ddf5594639afd414e2cf3b79a30304ca2fad7691fe5701ad7b85ff1cf30c-merged.mount: Deactivated successfully.
2025-02-07 13:17:31.566 homeassistant systemd[1]: Started libcontainer container 1ad3795e4a7f22e8cd1fbdedc2a3e6148d6d289bacd1e5bd256ef66570624250.
2025-02-07 13:17:32.038 homeassistant systemd[1]: var-lib-docker-overlay2-e25c1c93fe67c1a1843d7e58cd92b0e9152f0d118ac03ed883362274dd5888e2\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:17:32.039 homeassistant systemd[1]: mnt-data-docker-overlay2-e25c1c93fe67c1a1843d7e58cd92b0e9152f0d118ac03ed883362274dd5888e2\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:17:32.337 homeassistant kernel: hassio: port 10(vethe6cc8c9) entered blocking state
2025-02-07 13:17:32.338 homeassistant kernel: hassio: port 10(vethe6cc8c9) entered disabled state
2025-02-07 13:17:32.338 homeassistant kernel: vethe6cc8c9: entered allmulticast mode
2025-02-07 13:17:32.342 homeassistant kernel: vethe6cc8c9: entered promiscuous mode
2025-02-07 13:17:32.343 homeassistant NetworkManager[514]: <info>  [1738934252.3410] manager: (vetheeae1b3): new Veth device (/org/freedesktop/NetworkManager/Devices/27)
2025-02-07 13:17:32.353 homeassistant NetworkManager[514]: <info>  [1738934252.3511] manager: (vethe6cc8c9): new Veth device (/org/freedesktop/NetworkManager/Devices/28)
2025-02-07 13:17:32.706 homeassistant systemd[1]: Started libcontainer container 6f6f12931e405dab7d2e96fb138edf8517ab35eeaa164d364b022f0d16ef9670.
2025-02-07 13:17:33.033 homeassistant kernel: eth0: renamed from vetheeae1b3
2025-02-07 13:17:33.065 homeassistant kernel: hassio: port 10(vethe6cc8c9) entered blocking state
2025-02-07 13:17:33.065 homeassistant kernel: hassio: port 10(vethe6cc8c9) entered forwarding state
2025-02-07 13:17:33.068 homeassistant NetworkManager[514]: <info>  [1738934253.0684] device (vethe6cc8c9): carrier: link connected
2025-02-07 13:17:33.844 homeassistant systemd[1]: var-lib-docker-overlay2-c5c8ffd66fb4ed338f715ed8235e25a112f30811c5634f7074eae50b542dcd13\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:17:33.847 homeassistant systemd[1]: mnt-data-docker-overlay2-c5c8ffd66fb4ed338f715ed8235e25a112f30811c5634f7074eae50b542dcd13\x2dinit-merged.mount: Deactivated successfully.
2025-02-07 13:17:34.018 homeassistant systemd[1]: Started libcontainer container 389fbd6c9f115d3fafb75487d0e72cd5b9c0ffb23c4232fa2120af2d05072add.
2025-02-07 13:18:00.961 homeassistant kernel: kauditd_printk_skb: 117 callbacks suppressed
2025-02-07 13:18:00.961 homeassistant kernel: audit: type=1334 audit(1738934280.955:305): prog-id=89 op=LOAD
2025-02-07 13:18:00.961 homeassistant kernel: audit: type=1334 audit(1738934280.955:306): prog-id=90 op=LOAD
2025-02-07 13:18:00.962 homeassistant kernel: audit: type=1334 audit(1738934280.955:307): prog-id=91 op=LOAD
2025-02-07 13:18:00.991 homeassistant systemd[1]: Starting Hostname Service...
2025-02-07 13:18:01.465 homeassistant systemd[1]: Started Hostname Service.
2025-02-07 13:18:01.482 homeassistant kernel: audit: type=1334 audit(1738934281.475:308): prog-id=92 op=LOAD
2025-02-07 13:18:01.482 homeassistant kernel: audit: type=1334 audit(1738934281.475:309): prog-id=93 op=LOAD
2025-02-07 13:18:01.482 homeassistant kernel: audit: type=1334 audit(1738934281.475:310): prog-id=94 op=LOAD
2025-02-07 13:18:01.515 homeassistant systemd[1]: Starting Time & Date Service...
2025-02-07 13:18:01.915 homeassistant systemd[1]: Started Time & Date Service.
2025-02-07 13:18:31.505 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2025-02-07 13:18:31.601 homeassistant kernel: audit: type=1334 audit(1738934311.595:311): prog-id=91 op=UNLOAD
2025-02-07 13:18:31.601 homeassistant kernel: audit: type=1334 audit(1738934311.595:312): prog-id=90 op=UNLOAD
2025-02-07 13:18:31.602 homeassistant kernel: audit: type=1334 audit(1738934311.595:313): prog-id=89 op=UNLOAD
2025-02-07 13:18:31.958 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
2025-02-07 13:18:31.985 homeassistant kernel: audit: type=1334 audit(1738934311.979:314): prog-id=94 op=UNLOAD
2025-02-07 13:18:31.985 homeassistant kernel: audit: type=1334 audit(1738934311.979:315): prog-id=93 op=UNLOAD
2025-02-07 13:18:31.985 homeassistant kernel: audit: type=1334 audit(1738934311.979:316): prog-id=92 op=UNLOAD
2025-02-07 13:30:21.724 homeassistant systemd[1]: Starting Cleanup of Temporary Directories...
2025-02-07 13:30:21.766 homeassistant systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
2025-02-07 13:30:21.769 homeassistant systemd[1]: Finished Cleanup of Temporary Directories.
2025-02-07 13:34:58.517 homeassistant kernel: audit: type=1334 audit(1738935298.503:317): prog-id=95 op=LOAD
2025-02-07 13:34:58.517 homeassistant systemd-timesyncd[592]: Network configuration changed, trying to establish connection.
2025-02-07 13:34:58.534 homeassistant systemd-timesyncd[592]: Contacted time server 162.159.200.1:123 (time.cloudflare.com).
2025-02-07 13:34:58.537 homeassistant systemd[1]: Started Journal Gateway Service.

System information

System Information

version core-2025.2.0
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.13.1
os_name Linux
os_version 6.6.62-haos-raspi
arch aarch64
timezone Europe/London
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
HACS Data ok
GitHub API Calls Remaining 5000
Installed Version 2.0.5
Stage running
Available Repositories 1514
Downloaded Repositories 14
Home Assistant Cloud
logged_in true
subscription_expiration 2******5 at 01:00
relayer_connected true
relayer_region eu-central-1
remote_enabled true
remote_connected true
alexa_enabled false
google_enabled true
cloud_ice_servers_enabled true
remote_server eu-central-1-13.ui.nabu.casa
certificate_status ready
instance_id b***dd
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 14.1
update_channel stable
supervisor_version supervisor-2025.02.0
agent_version 1.6.0
docker_version 27.2.0
disk_total 468.7 GB
disk_used 11.7 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi4-64
supervisor_api ok
version_api ok
installed_addons Matter Server (7.0.0), Studio Code Server (5.18.1), Advanced SSH & Web Terminal (20.0.0), File editor (5.8.0), MariaDB (2.7.2), Meross Local Broker Addon (0.0.1-alpha50), Music Assistant Server (2.3.6), Home Assistant Google Drive Backup (0.112.1), Node-RED (19.0.0), Glances (0.21.1), AdGuard Home (5.2.3)
Dashboards
dashboards 2
resources 8
views 9
mode storage
Network Configuration
adapters lo (disabled), end0 (enabled, default, auto), docker0 (disabled), hassio (disabled), vethb3b659b (disabled), veth6adcd8a (disabled), veth09e70da (disabled), veth0e607ea (disabled), vethe5135d0 (disabled), veth7a15597 (disabled), veth562568a (disabled), vethcceddf5 (disabled), vethad92ff7 (disabled)
ipv4_addresses lo (127.0.0.1/8), end0 (192.168.50.200/24), docker0 (172.30.232.1/23), hassio (172.30.32.1/23), vethb3b659b (), veth6adcd8a (), veth09e70da (), veth0e607ea (), vethe5135d0 (), veth7a15597 (), veth562568a (), vethcceddf5 (), vethad92ff7 ()
ipv6_addresses lo (::1/128), end0 (fd87:de6e:d08d:ea3f:a8fa:bf61:af75:e498/64, fe80::44d3:8edd:a80b:95f6/64), docker0 (fe80::42:c9ff:fe18:61a2/64), hassio (fe80::42:5aff:fedf:d416/64), vethb3b659b (fe80::b0b6:91ff:fe9d:dd38/64), veth6adcd8a (fe80::ecf4:d7ff:fe54:8371/64), veth09e70da (fe80::2888:4ff:fe71:f373/64), veth0e607ea (fe80::fc1a:71ff:fec1:df21/64), vethe5135d0 (fe80::b42f:50ff:fe28:bbbf/64), veth7a15597 (fe80::80a7:a3ff:fe4b:5dbb/64), veth562568a (fe80::1010:c5ff:fe5e:d928/64), vethcceddf5 (fe80::467:66ff:fe63:dcc/64), vethad92ff7 (fe80::68d3:d5ff:feb7:8e03/64)
announce_addresses 192.168.50.200, fd87:de6e:d08d:ea3f:a8fa:bf61:af75:e498, fe80::44d3:8edd:a80b:95f6
Recorder
oldest_recorder_run 27 January 2025 at 18:04
current_recorder_run 7 February 2025 at 13:16
estimated_db_size 277.48 MiB
database_engine sqlite
database_version 3.47.1

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant