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

Emulated Roku only advertising ports on default interface. #5454

Open
markxroberts opened this issue Nov 26, 2024 · 0 comments
Open

Emulated Roku only advertising ports on default interface. #5454

markxroberts opened this issue Nov 26, 2024 · 0 comments
Labels

Comments

@markxroberts
Copy link

Describe the issue you are experiencing

Since 2024.11.x update, Emulated Roku ports don't appear on the intended network interface in HA. My system has 2 interfaces on two different subnets. HA chooses a default interface which I cannot control. I run on Proxmox. If I reverse the order of the interfaces in the Proxmox setup, HA still chooses the one it wants as the default - always the same subnet even if connected via a different virtual connection. The only solution I've found is to disable the 'wrong' interface at startup, and then enable it while HA is running. This allows the Roku port to be shown on a different network interface.

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

Steps to reproduce the issue

  1. Install HA supervisor 2024.11.x
  2. Restart HA
  3. Ports don't work
    ...

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

[32m2024-11-25 20:24:05.674 INFO (MainThread) [__main__] Running Supervisor�[0m
�[32m2024-11-25 20:24:05.718 INFO (MainThread) [supervisor.os.manager] Rauc: slot B - activated slot kernel.1, marked slot kernel.1 as good�[0m
�[32m2024-11-25 20:24:05.725 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons�[0m
�[32m2024-11-25 20:24:05.736 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 0 add-ons�[0m
�[32m2024-11-25 20:24:05.736 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 4 add-ons�[0m
�[32m2024-11-25 20:24:05.763 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_core_samba application�[0m
�[32m2024-11-25 20:24:06.031 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-samba with version 12.3.2�[0m
�[32m2024-11-25 20:24:06.079 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_a0d7b954_grafana application�[0m
�[32m2024-11-25 20:24:06.440 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_samba�[0m
�[32m2024-11-25 20:24:06.553 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/grafana/amd64 with version 10.2.2�[0m
�[32m2024-11-25 20:24:06.589 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_a0d7b954_airsonos application�[0m
�[32m2024-11-25 20:24:07.131 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/airsonos/amd64 with version 4.2.2�[0m
�[32m2024-11-25 20:24:07.171 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_a0d7b954_vscode application�[0m
�[32m2024-11-25 20:24:07.649 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/vscode/amd64 with version 5.17.3�[0m
�[32m2024-11-25 20:24:37.680 INFO (MainThread) [supervisor.core] Start Home Assistant Core�[0m
�[32m2024-11-25 20:24:37.687 INFO (SyncWorker_3) [supervisor.docker.manager] Starting homeassistant�[0m
�[32m2024-11-25 20:24:37.825 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready�[0m
�[32m2024-11-25 20:24:41.834 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup�[0m
�[32m2024-11-25 20:24:41.834 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 20:24:42.832 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-11-25 20:24:42.835 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)�[0m
�[32m2024-11-25 20:25:42.083 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='STARTING', offline_db_migration=False)�[0m
�[32m2024-11-25 20:25:59.091 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)�[0m
�[32m2024-11-25 20:25:59.091 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance�[0m
�[32m2024-11-25 20:25:59.092 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 1 add-ons�[0m
�[32m2024-11-25 20:25:59.127 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_d5369777_music_assistant application�[0m
�[32m2024-11-25 20:25:59.434 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/music-assistant/server with version 2.3.3�[0m
�[33m2024-11-25 20:26:01.214 WARNING (MainThread) [supervisor.api.middleware.security] No API token provided for /core�[0m
�[32m2024-11-25 20:26:02.522 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize�[0m
�[32m2024-11-25 20:26:02.524 INFO (MainThread) [supervisor.api.proxy] WebSocket access from d5369777_music_assistant�[0m
�[32m2024-11-25 20:26:02.682 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running�[0m
�[32m2024-11-25 20:26:04.449 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled�[0m
�[32m2024-11-25 20:26:04.450 INFO (MainThread) [supervisor.core] Supervisor is up and running�[0m
�[32m2024-11-25 20:26:04.450 INFO (MainThread) [supervisor.host.info] Updating local host information�[0m
�[32m2024-11-25 20:26:04.450 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json�[0m
�[32m2024-11-25 20:26:04.450 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running�[0m
�[32m2024-11-25 20:26:04.450 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server�[0m
�[32m2024-11-25 20:26:04.483 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system�[0m
�[32m2024-11-25 20:26:04.484 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor�[0m
�[32m2024-11-25 20:26:04.491 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system�[0m
�[32m2024-11-25 20:26:04.491 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core�[0m
�[32m2024-11-25 20:26:04.492 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system�[0m
�[32m2024-11-25 20:26:04.492 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system�[0m
�[32m2024-11-25 20:26:04.492 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system�[0m
�[32m2024-11-25 20:26:04.492 INFO (MainThread) [supervisor.resolution.module] Create new suggestion create_full_backup - system / None�[0m
�[32m2024-11-25 20:26:04.492 INFO (MainThread) [supervisor.resolution.module] Create new issue no_current_backup - system / None�[0m
�[32m2024-11-25 20:26:04.493 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server�[0m
�[32m2024-11-25 20:26:04.541 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon�[0m
�[32m2024-11-25 20:26:04.771 INFO (MainThread) [supervisor.host.services] Updating service information�[0m
�[32m2024-11-25 20:26:04.776 INFO (MainThread) [supervisor.host.network] Updating local network information�[0m
�[32m2024-11-25 20:26:04.837 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system�[0m
�[32m2024-11-25 20:26:04.838 INFO (MainThread) [supervisor.resolution.check] System checks complete�[0m
�[32m2024-11-25 20:26:04.838 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running�[0m
�[32m2024-11-25 20:26:04.860 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information�[0m
�[32m2024-11-25 20:26:04.865 INFO (MainThread) [supervisor.host.manager] Host information reload completed�[0m
�[32m2024-11-25 20:26:04.963 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 20:26:04.963 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running�[0m
�[32m2024-11-25 20:26:04.963 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete�[0m
�[32m2024-11-25 20:56:04.528 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
s6-rc: info: service legacy-services: stopping
�[32m2024-11-25 21:05:35.312 INFO (MainThread) [supervisor.misc.scheduler] Shutting down scheduled tasks�[0m
�[32m2024-11-25 21:05:35.313 INFO (MainThread) [supervisor.docker.monitor] Stopped docker events monitor�[0m
[21:05:35] INFO: �[32mWatchdog restart after closing�[0m
s6-svwait: fatal: timed out
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
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
[21:06:09] INFO: �[32mUsing udev information from host�[0m
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)
[21:06:09] INFO: �[32mStarting local supervisor watchdog...�[0m
s6-rc: info: service legacy-services successfully started
�[32m2024-11-25 21:06:10.277 INFO (MainThread) [__main__] Initializing Supervisor setup�[0m
�[32m2024-11-25 21:06:10.314 INFO (MainThread) [supervisor.bootstrap] Setting up coresys for machine: qemux86-64�[0m
�[32m2024-11-25 21:06:10.317 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2024.11.4�[0m
�[32m2024-11-25 21:06:10.325 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize�[0m
�[32m2024-11-25 21:06:10.326 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 21:06:10.326 INFO (MainThread) [__main__] Setting up Supervisor�[0m
�[32m2024-11-25 21:06:10.409 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2�[0m
�[32m2024-11-25 21:06:10.440 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor�[0m
�[32m2024-11-25 21:06:10.441 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.�[0m
�[32m2024-11-25 21:06:10.441 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os�[0m
�[32m2024-11-25 21:06:10.442 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1�[0m
�[32m2024-11-25 21:06:10.443 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1�[0m
�[32m2024-11-25 21:06:10.443 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager�[0m
�[32m2024-11-25 21:06:10.443 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc�[0m
�[32m2024-11-25 21:06:10.443 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1�[0m
�[32m2024-11-25 21:06:10.443 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1�[0m
�[32m2024-11-25 21:06:10.443 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1�[0m
�[32m2024-11-25 21:06:10.532 INFO (MainThread) [supervisor.host.services] Updating service information�[0m
�[32m2024-11-25 21:06:10.535 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information�[0m
�[33m2024-11-25 21:06:10.538 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server�[0m
�[32m2024-11-25 21:06:10.660 INFO (MainThread) [supervisor.host.network] Updating local network information�[0m
�[32m2024-11-25 21:06:10.665 INFO (MainThread) [supervisor.host.network] Updating local network information�[0m
�[32m2024-11-25 21:06:10.693 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'d5369777_music_assistant', 'hassio-supervisor'}�[0m
�[32m2024-11-25 21:06:10.702 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor�[0m
�[32m2024-11-25 21:06:10.703 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json�[0m
�[32m2024-11-25 21:06:10.733 INFO (MainThread) [supervisor.plugins.dns] Restarting CoreDNS plugin�[0m
�[32m2024-11-25 21:06:10.738 INFO (SyncWorker_0) [supervisor.docker.manager] Restarting hassio_dns�[0m
�[32m2024-11-25 21:06:10.745 INFO (MainThread) [supervisor.plugins.dns] Restarting CoreDNS plugin�[0m
�[31m2024-11-25 21:06:10.745 ERROR (MainThread) [supervisor.plugins.dns] Can't start CoreDNS plugin�[0m
�[31m2024-11-25 21:06:10.745 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-199' coro=<NetworkManager._check_connectivity_changed() done, defined at /usr/src/supervisor/supervisor/host/network.py:143> exception=CoreDNSError("Can't start CoreDNS plugin")>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 240, in wrapper
    await obj.acquire(
  File "/usr/src/supervisor/supervisor/jobs/job_group.py", line 58, in acquire
    raise JobGroupExecutionLimitExceeded(
supervisor.exceptions.JobGroupExecutionLimitExceeded: Another job is running for job group container_hassio_dns

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/plugins/dns.py", line 201, in restart
    await self.instance.restart()
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 245, in wrapper
    raise self.on_condition(str(err)) from err
supervisor.exceptions.DockerJobError: Another job is running for job group container_hassio_dns

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/host/network.py", line 160, in _check_connectivity_changed
    await self.sys_plugins.dns.restart()
  File "/usr/src/supervisor/supervisor/plugins/dns.py", line 203, in restart
    raise CoreDNSError("Can't start CoreDNS plugin", _LOGGER.error) from err
supervisor.exceptions.CoreDNSError: Can't start CoreDNS plugin�[0m
�[32m2024-11-25 21:06:10.839 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2024.09.0�[0m
�[32m2024-11-25 21:06:10.865 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin�[0m
�[32m2024-11-25 21:06:10.868 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_cli application�[0m
�[32m2024-11-25 21:06:11.373 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2024.09.0 - 172.30.32.5�[0m
�[32m2024-11-25 21:06:11.380 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2024.04.0�[0m
�[32m2024-11-25 21:06:11.405 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf�[0m
�[32m2024-11-25 21:06:11.411 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0�[0m
�[32m2024-11-25 21:06:11.429 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin�[0m
�[32m2024-11-25 21:06:11.454 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_audio application�[0m
�[32m2024-11-25 21:06:11.831 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0 - 172.30.32.4�[0m
�[32m2024-11-25 21:06:11.834 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0�[0m
�[32m2024-11-25 21:06:11.856 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2024.03.0�[0m
�[32m2024-11-25 21:06:11.879 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin�[0m
�[32m2024-11-25 21:06:11.882 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_multicast application�[0m
�[32m2024-11-25 21:06:12.278 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2024.03.0 - Host�[0m
�[32m2024-11-25 21:06:12.281 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets�[0m
�[32m2024-11-25 21:06:12.290 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.11.3�[0m
�[32m2024-11-25 21:06:12.333 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 13.2 / BootSlot B�[0m
�[32m2024-11-25 21:06:12.692 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository�[0m
�[32m2024-11-25 21:06:12.692 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository�[0m
�[32m2024-11-25 21:06:12.692 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/1318033d repository�[0m
�[32m2024-11-25 21:06:12.693 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository�[0m
�[32m2024-11-25 21:06:12.694 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository�[0m
�[32m2024-11-25 21:06:13.089 INFO (MainThread) [supervisor.store] Loading add-ons from store: 81 all - 81 new - 0 remove�[0m
�[32m2024-11-25 21:06:13.111 INFO (MainThread) [supervisor.addons.manager] Found 5 installed add-ons�[0m
�[32m2024-11-25 21:06:13.124 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/vscode/amd64 with version 5.17.3�[0m
�[32m2024-11-25 21:06:13.125 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/grafana/amd64 with version 10.2.2�[0m
�[32m2024-11-25 21:06:13.127 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/music-assistant/server with version 2.3.3�[0m
�[32m2024-11-25 21:06:13.128 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/airsonos/amd64 with version 4.2.2�[0m
�[32m2024-11-25 21:06:13.130 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-samba with version 12.3.2�[0m
�[32m2024-11-25 21:06:13.202 INFO (MainThread) [supervisor.backups.manager] Found 13 backup files�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.discovery] Loaded 0 messages�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.resolution.check] System checks complete�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 21:06:13.215 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup�[0m
�[32m2024-11-25 21:06:13.216 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup�[0m
�[32m2024-11-25 21:06:13.216 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 21:06:13.216 INFO (MainThread) [__main__] Running Supervisor�[0m
�[32m2024-11-25 21:06:13.257 INFO (MainThread) [supervisor.os.manager] Rauc: slot B - activated slot kernel.1, marked slot kernel.1 as good�[0m
�[32m2024-11-25 21:06:13.265 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons�[0m
�[32m2024-11-25 21:06:13.275 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 0 add-ons�[0m
�[32m2024-11-25 21:06:13.275 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 4 add-ons�[0m
�[32m2024-11-25 21:06:13.303 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_core_samba application�[0m
�[32m2024-11-25 21:06:13.772 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-samba with version 12.3.2�[0m
�[32m2024-11-25 21:06:13.822 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_a0d7b954_grafana application�[0m
�[32m2024-11-25 21:06:14.136 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_samba�[0m
�[32m2024-11-25 21:06:14.232 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/grafana/amd64 with version 10.2.2�[0m
�[32m2024-11-25 21:06:14.262 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_a0d7b954_airsonos application�[0m
�[32m2024-11-25 21:06:14.792 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/airsonos/amd64 with version 4.2.2�[0m
�[32m2024-11-25 21:06:14.829 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_a0d7b954_vscode application�[0m
�[32m2024-11-25 21:06:15.464 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/vscode/amd64 with version 5.17.3�[0m
�[32m2024-11-25 21:06:45.512 INFO (MainThread) [supervisor.core] Start Home Assistant Core�[0m
�[32m2024-11-25 21:06:45.519 INFO (SyncWorker_2) [supervisor.docker.manager] Starting homeassistant�[0m
�[32m2024-11-25 21:06:45.650 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready�[0m
�[32m2024-11-25 21:06:49.679 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup�[0m
�[32m2024-11-25 21:06:49.679 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 21:06:50.656 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-11-25 21:06:50.658 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)�[0m
�[32m2024-11-25 21:07:42.132 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='STARTING', offline_db_migration=False)�[0m
�[32m2024-11-25 21:07:59.948 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)�[0m
�[32m2024-11-25 21:07:59.948 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance�[0m
�[32m2024-11-25 21:07:59.948 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 1 add-ons�[0m
�[32m2024-11-25 21:07:59.982 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_d5369777_music_assistant application�[0m
�[32m2024-11-25 21:08:00.273 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/music-assistant/server with version 2.3.3�[0m
�[33m2024-11-25 21:08:01.850 WARNING (MainThread) [supervisor.api.middleware.security] No API token provided for /core�[0m
�[32m2024-11-25 21:08:03.794 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize�[0m
�[32m2024-11-25 21:08:03.796 INFO (MainThread) [supervisor.api.proxy] WebSocket access from d5369777_music_assistant�[0m
�[32m2024-11-25 21:08:05.294 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled�[0m
�[32m2024-11-25 21:08:05.294 INFO (MainThread) [supervisor.core] Supervisor is up and running�[0m
�[32m2024-11-25 21:08:05.294 INFO (MainThread) [supervisor.host.info] Updating local host information�[0m
�[32m2024-11-25 21:08:05.296 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json�[0m
�[32m2024-11-25 21:08:05.300 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running�[0m
�[32m2024-11-25 21:08:05.301 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server�[0m
�[32m2024-11-25 21:08:05.321 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system�[0m
�[32m2024-11-25 21:08:05.321 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor�[0m
�[32m2024-11-25 21:08:05.329 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system�[0m
�[32m2024-11-25 21:08:05.329 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core�[0m
�[32m2024-11-25 21:08:05.329 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system�[0m
�[32m2024-11-25 21:08:05.329 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system�[0m
�[32m2024-11-25 21:08:05.329 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system�[0m
�[32m2024-11-25 21:08:05.329 INFO (MainThread) [supervisor.resolution.module] Create new suggestion create_full_backup - system / None�[0m
�[32m2024-11-25 21:08:05.329 INFO (MainThread) [supervisor.resolution.module] Create new issue no_current_backup - system / None�[0m
�[32m2024-11-25 21:08:05.330 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server�[0m
�[32m2024-11-25 21:08:05.342 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon�[0m
�[32m2024-11-25 21:08:05.452 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system�[0m
�[32m2024-11-25 21:08:05.452 INFO (MainThread) [supervisor.resolution.check] System checks complete�[0m
�[32m2024-11-25 21:08:05.452 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running�[0m
�[32m2024-11-25 21:08:05.548 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 21:08:05.549 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running�[0m
�[32m2024-11-25 21:08:05.549 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete�[0m
�[32m2024-11-25 21:08:05.561 INFO (MainThread) [supervisor.host.services] Updating service information�[0m
�[32m2024-11-25 21:08:05.565 INFO (MainThread) [supervisor.host.network] Updating local network information�[0m
�[32m2024-11-25 21:08:05.625 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information�[0m
�[32m2024-11-25 21:08:05.635 INFO (MainThread) [supervisor.host.manager] Host information reload completed�[0m
�[32m2024-11-25 21:08:10.110 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running�[0m
�[32m2024-11-25 21:15:02.063 INFO (MainThread) [supervisor.plugins.dns] Restarting CoreDNS plugin�[0m
�[32m2024-11-25 21:15:02.066 INFO (SyncWorker_5) [supervisor.docker.manager] Restarting hassio_dns�[0m
�[32m2024-11-25 21:15:35.382 INFO (SyncWorker_1) [supervisor.docker.manager] Restarting homeassistant�[0m
�[32m2024-11-25 21:15:36.233 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for d5369777_music_assistant closed�[0m
�[32m2024-11-25 21:15:59.399 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready�[0m
�[32m2024-11-25 21:16:02.696 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running�[0m
�[32m2024-11-25 21:16:02.756 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 21:16:04.435 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)�[0m
�[32m2024-11-25 21:18:22.077 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='STARTING', offline_db_migration=False)�[0m
�[32m2024-11-25 21:18:32.797 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)�[0m
�[32m2024-11-25 21:18:32.797 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance�[0m
�[32m2024-11-25 21:19:41.250 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize�[0m
�[32m2024-11-25 21:19:41.251 INFO (MainThread) [supervisor.api.proxy] WebSocket access from d5369777_music_assistant�[0m
�[32m2024-11-25 21:19:41.253 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running�[0m
�[32m2024-11-25 21:38:06.131 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-11-25 22:06:13.218 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running�[0m
�[32m2024-11-25 22:06:13.218 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server�[0m
�[32m2024-11-25 22:06:13.284 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system�[0m
�[32m2024-11-25 22:06:13.284 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor�[0m
�[32m2024-11-25 22:06:13.287 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system�[0m
�[32m2024-11-25 22:06:13.287 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core�[0m
�[32m2024-11-25 22:06:13.287 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system�[0m
�[32m2024-11-25 22:06:13.287 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system�[0m
�[32m2024-11-25 22:06:13.288 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server�[0m
�[32m2024-11-25 22:06:13.288 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon�[0m
�[32m2024-11-25 22:06:13.288 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system�[0m
�[32m2024-11-25 22:06:13.288 INFO (MainThread) [supervisor.resolution.check] System checks complete�[0m
�[32m2024-11-25 22:06:13.288 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running�[0m
�[32m2024-11-25 22:06:13.342 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete�[0m
�[32m2024-11-25 22:06:13.342 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running�[0m
�[32m2024-11-25 22:06:13.342 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete�[0m
�[32m2024-11-25 22:08:06.208 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m
�[32m2024-11-25 22:38:06.280 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token�[0m


### System Health information

## System Information

version | core-2024.11.3
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.12.4
os_name | Linux
os_version | 6.6.54-haos
arch | x86_64
timezone | Europe/London
config_dir | /config

<details><summary>Home Assistant Community Store</summary>

GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
HACS Data | ok
GitHub API Calls Remaining | 5000
Installed Version | 2.0.1
Stage | running
Available Repositories | 1468
Downloaded Repositories | 59

</details>

<details><summary>AccuWeather</summary>

can_reach_server | ok
-- | --
remaining_requests | 25

</details>

<details><summary>Home Assistant Cloud</summary>

logged_in | true
-- | --
subscription_expiration | 3 September 2025 at 01:00
relayer_connected | true
relayer_region | eu-central-1
remote_enabled | false
remote_connected | false
alexa_enabled | false
google_enabled | false
cloud_ice_servers_enabled | true
remote_server | eu-central-1-7.ui.nabu.casa
certificate_status | ready
instance_id | 1f5f0539add54111909f3e936f401ba2
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok

</details>

<details><summary>Home Assistant Supervisor</summary>

host_os | Home Assistant OS 13.2
-- | --
update_channel | stable
supervisor_version | supervisor-2024.11.4
agent_version | 1.6.0
docker_version | 27.2.0
disk_total | 62.3 GB
disk_used | 34.2 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization | kvm
board | ova
supervisor_api | ok
version_api | ok
installed_addons | Samba share (12.3.2), Grafana (10.2.2), AirSonos (4.2.2), Studio Code Server (5.17.3), Music Assistant Server (2.3.3)

</details>

<details><summary>Dashboards</summary>

dashboards | 3
-- | --
resources | 42
views | 33
mode | storage

</details>

<details><summary>Recorder</summary>

oldest_recorder_run | 16 November 2024 at 08:31
-- | --
current_recorder_run | 25 November 2024 at 21:16
estimated_db_size | 2233.30 MiB
database_engine | sqlite
database_version | 3.45.3

</details>

<details><summary>Solcast PV Forecast</summary>

can_reach_server | ok
-- | --

</details>

<details><summary>Sonoff</summary>

version | 3.8.1 (ffa7e22)
-- | --
cloud_online | 23 / 31
local_online | 23 / 23

</details>

### Supervisor diagnostics

[config_entry-hassio-529333bf603a1b3382e787181c4c4a8c.json](https://github.com/user-attachments/files/17916258/config_entry-hassio-529333bf603a1b3382e787181c4c4a8c.json)


### Additional information

I presume this is a Supervisor rather than an integration problem.  It has happened with earlier versions of supervisor this year (can't remember which), and a later update solved the problem again.
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