Impossible d'effectuer les mise à jour du core

Bonjour,

Je tourne sur HA depuis quelques mois. Mon système se développe petit à petit, mais aujourd’hui je constate que je n’arrive plus à faire la mise à jour du core. Le système lance la Maj, mais au bout d’un moment elle s’arrête, et au bout d’un moment le système reboot, puis me propose à nouveau la maj.

Je vous met ma config et mes logs

Ma configuration :


System Information

version core-2024.8.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.31-haos-raspi
arch aarch64
timezone Europe/Paris
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
HACS Data ok
GitHub API Calls Remaining 4999
Installed Version 2.0.1
Stage running
Available Repositories 1444
Downloaded Repositories 3
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 13.2
update_channel stable
supervisor_version supervisor-2024.10.2
agent_version 1.6.0
docker_version 27.2.0
disk_total 13.5 GB
disk_used 7.0 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi3-64
supervisor_api ok
version_api ok
installed_addons Matter Server (6.6.0), File editor (5.8.0), Linky (1.5.0), Home Assistant Google Drive Backup (0.112.1), Mosquitto broker (6.4.1), Zigbee2MQTT (1.40.2-1), Advanced SSH & Web Terminal (19.0.0)
Dashboards
dashboards 4
resources 0
views 2
mode storage
Recorder
oldest_recorder_run 12 octobre 2024 à 04:06
current_recorder_run 21 octobre 2024 à 18:46
estimated_db_size 23.16 MiB
database_engine sqlite
database_version 3.45.3

Et voici les logs du core et du superviseur après la tentative :

2024-10-21 18:04:31.171 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-10-21 18:04:31.176 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-10-21 18:04:31.181 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration huesyncbox which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-10-21 18:04:33.926 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2024-10-21 18:04:43.806 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2024-10-21 18:05:03.009 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=47 from 2024-10-20 14:16:39.043539)
2024-10-21 18:05:33.156 WARNING (MainThread) [homeassistant.components.netatmo] Webhook not registered - https and port 443 is required to register the webhook
2024-10-21 18:06:35.768 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:09:36.236 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:11:58.580 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547485284624] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 304, in async_install
    await async_update_core(self.hass, version=version, backup=backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 57, in _wrapper
    data = await funct(*argv, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 254, in async_update_core
    return await hassio.send_command(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 599, in send_command
    raise HassioAPIError(error.get(ATTR_MESSAGE))
homeassistant.components.hassio.handler.HassioAPIError: Another job is running for job group home_assistant_core

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

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2763, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2806, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 154, in async_install
    await entity.async_install_with_progress(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 458, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 306, in async_install
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Core Another job is running for job group home_assistant_core
2024-10-21 18:13:52.875 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:13:58.010 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:14:28.011 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:14:58.014 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:15:18.541 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2024-10-21 18:15:18.544 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2024-10-21 18:15:18.546 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-10-21 18:15:18.547 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /network/info request
2024-10-21 18:15:18.548 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/cebe7a76_hassio_google_drive_backup/changelog request
2024-10-21 18:15:18.549 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for cebe7a76_hassio_google_drive_backup: 
2024-10-21 18:15:18.550 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_ssh/changelog request
2024-10-21 18:15:18.551 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for a0d7b954_ssh: 
2024-10-21 18:15:18.552 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:15:18.555 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/45df7312_zigbee2mqtt/changelog request
2024-10-21 18:15:18.556 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for 45df7312_zigbee2mqtt: 
2024-10-21 18:15:18.557 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/cf6b56a3_linky/changelog request
2024-10-21 18:15:18.557 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for cf6b56a3_linky: 
2024-10-21 18:15:18.558 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_mosquitto/changelog request
2024-10-21 18:15:18.559 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for core_mosquitto: 
2024-10-21 18:15:18.560 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_matter_server/changelog request
2024-10-21 18:15:18.560 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for core_matter_server: 
2024-10-21 18:15:18.561 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_configurator/changelog request
2024-10-21 18:15:18.562 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch changelog for core_configurator: 
2024-10-21 18:15:18.563 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2024-10-21 18:15:18.564 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:15:18.588 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data: 
2024-10-21 18:15:29.537 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_ssh/info request
2024-10-21 18:15:29.538 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for a0d7b954_ssh: 
2024-10-21 18:15:29.540 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/45df7312_zigbee2mqtt/info request
2024-10-21 18:15:29.541 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for 45df7312_zigbee2mqtt: 
2024-10-21 18:15:29.543 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/cf6b56a3_linky/info request
2024-10-21 18:15:29.544 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for cf6b56a3_linky: 
2024-10-21 18:15:29.546 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/cebe7a76_hassio_google_drive_backup/info request
2024-10-21 18:15:29.547 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for cebe7a76_hassio_google_drive_backup: 
2024-10-21 18:15:29.549 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_matter_server/info request
2024-10-21 18:15:29.550 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for core_matter_server: 
2024-10-21 18:15:29.551 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_mosquitto/info request
2024-10-21 18:15:29.552 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for core_mosquitto: 
2024-10-21 18:15:29.552 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_configurator/info request
2024-10-21 18:15:29.553 WARNING (MainThread) [homeassistant.components.hassio.coordinator] Could not fetch info for core_configurator: 
2024-10-21 18:17:29.446 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:17:29.512 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:18:47.776 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:19:00.232 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:19:30.233 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:20:00.234 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:20:20.709 WARNING (MainThread) [homeassistant.helpers.entity] Updating state for sensor.capteur_mouvement_entree_eclairement (<class 'homeassistant.components.hue.v2.sensor.HueLightLevelSensor'>) took 0.521 seconds. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+hue%22
2024-10-21 18:21:23.340 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547485284624] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 304, in async_install
    await async_update_core(self.hass, version=version, backup=backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 57, in _wrapper
    data = await funct(*argv, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 254, in async_update_core
    return await hassio.send_command(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 599, in send_command
    raise HassioAPIError(error.get(ATTR_MESSAGE))
homeassistant.components.hassio.handler.HassioAPIError: Another job is running for job group home_assistant_core

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

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2763, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2806, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 154, in async_install
    await entity.async_install_with_progress(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 458, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 306, in async_install
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Core Another job is running for job group home_assistant_core
2024-10-21 18:23:03.957 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:24:23.531 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:24:44.232 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:25:32.871 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:25:47.229 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:25:53.503 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2024-10-21 18:25:53.505 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2024-10-21 18:25:53.507 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-10-21 18:25:53.514 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2024-10-21 18:25:53.533 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /network/info request
2024-10-21 18:25:53.536 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:25:53.539 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:25:55.961 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data: 
2024-10-21 18:26:06.171 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2024-10-21 18:26:06.175 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2024-10-21 18:26:06.177 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:26:06.179 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:26:06.204 ERROR (MainThread) [homeassistant.components.hassio.coordinator] Error fetching hassio data: Error on Supervisor API: 
2024-10-21 18:26:17.231 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:26:57.233 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:27:51.231 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:28:16.886 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:28:57.264 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:29:30.639 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:30:00.640 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:30:34.202 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:31:04.203 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:31:06.537 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /network/info request
2024-10-21 18:31:06.540 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2024-10-21 18:31:06.543 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:31:06.545 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:31:06.547 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-10-21 18:31:06.548 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2024-10-21 18:31:06.551 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data: 
2024-10-21 18:31:44.206 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:32:59.322 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:33:22.724 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:33:57.978 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:34:27.978 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:35:15.723 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.wake_on_lan is taking over 10 seconds
2024-10-21 18:36:42.003 WARNING (MainThread) [homeassistant.components.switch] Updating wake_on_lan switch took longer than the scheduled update interval 0:00:30
2024-10-21 18:36:56.642 WARNING (MainThread) [homeassistant.helpers.entity] Update of binary_sensor.rpi_power_status is taking over 10 seconds
2024-10-21 18:36:56.869 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2024-10-21 18:36:56.872 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2024-10-21 18:37:04.677 ERROR (MainThread) [paho.mqtt.client] failed to receive on socket: [Errno 104] Connection reset by peer
2024-10-21 18:37:04.814 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data: 
2024-10-21 18:37:04.835 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2024-10-21 18:37:04.837 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /network/info request
2024-10-21 18:37:04.839 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2024-10-21 18:37:04.841 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2024-10-21 18:37:04.843 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request

e[32m2024-10-21 18:02:58.953 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setupe[0m
e[32m2024-10-21 18:02:58.954 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-21 18:02:58.956 INFO (MainThread) [__main__] Running Supervisore[0m
e[32m2024-10-21 18:02:59.081 INFO (MainThread) [supervisor.os.manager] Rauc: slot B - activated slot kernel.1, marked slot kernel.1 as goode[0m
e[32m2024-10-21 18:02:59.129 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-onse[0m
e[32m2024-10-21 18:02:59.170 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 1 add-onse[0m
e[32m2024-10-21 18:02:59.395 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_core_mosquitto applicatione[0m
e[32m2024-10-21 18:03:18.650 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.4.1e[0m
e[32m2024-10-21 18:03:23.664 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 1 add-onse[0m
e[32m2024-10-21 18:03:24.978 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_core_matter_server applicatione[0m
e[32m2024-10-21 18:03:43.660 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-matter-server with version 6.6.0e[0m
e[32m2024-10-21 18:03:48.684 INFO (MainThread) [supervisor.core] Start Home Assistant Coree[0m
e[32m2024-10-21 18:03:48.762 INFO (SyncWorker_5) [supervisor.docker.manager] Starting homeassistante[0m
e[32m2024-10-21 18:03:56.045 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is readye[0m
e[32m2024-10-21 18:03:57.051 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_matter_servere[0m
e[32m2024-10-21 18:04:04.744 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtte[0m
e[32m2024-10-21 18:04:38.388 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API tokene[0m
e[32m2024-10-21 18:04:38.406 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)e[0m
e[32m2024-10-21 18:05:04.901 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startupe[0m
e[32m2024-10-21 18:05:04.902 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-21 18:05:30.066 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt_adm'e[0m
e[32m2024-10-21 18:05:30.120 INFO (MainThread) [supervisor.auth] Home Assistant not running, checking cachee[0m
e[32m2024-10-21 18:05:35.772 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)e[0m
e[32m2024-10-21 18:05:35.773 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instancee[0m
e[32m2024-10-21 18:05:35.776 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 3 add-onse[0m
e[32m2024-10-21 18:05:37.437 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_cf6b56a3_linky applicatione[0m
e[32m2024-10-21 18:06:08.884 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/bokub/ha-linky-aarch64 with version 1.5.0e[0m
e[32m2024-10-21 18:06:10.678 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_cebe7a76_hassio_google_drive_backup applicatione[0m
e[32m2024-10-21 18:07:07.911 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/sabeechen/hassio-google-drive-backup-aarch64 with version 0.112.1e[0m
e[32m2024-10-21 18:07:09.325 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:07:51.373 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[32m2024-10-21 18:07:53.408 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initializee[0m
e[32m2024-10-21 18:07:53.748 INFO (MainThread) [supervisor.api.proxy] WebSocket access from cf6b56a3_linkye[0m
e[32m2024-10-21 18:07:53.862 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request runninge[0m
e[32m2024-10-21 18:07:56.170 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for cf6b56a3_linky closede[0m
e[32m2024-10-21 18:07:56.534 INFO (MainThread) [supervisor.misc.tasks] All core tasks are schedulede[0m
e[32m2024-10-21 18:07:56.545 INFO (MainThread) [supervisor.core] Supervisor is up and runninge[0m
e[32m2024-10-21 18:07:56.549 INFO (MainThread) [supervisor.host.info] Updating local host informatione[0m
e[32m2024-10-21 18:07:56.703 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.jsone[0m
e[32m2024-10-21 18:07:56.828 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state runninge[0m
e[32m2024-10-21 18:07:56.831 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/systeme[0m
e[32m2024-10-21 18:07:56.837 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/systeme[0m
e[32m2024-10-21 18:07:56.924 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addone[0m
e[32m2024-10-21 18:07:58.133 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/coree[0m
e[32m2024-10-21 18:07:58.139 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_servere[0m
e[32m2024-10-21 18:07:58.299 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_servere[0m
e[32m2024-10-21 18:07:58.357 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/systeme[0m
e[32m2024-10-21 18:07:58.361 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/systeme[0m
e[32m2024-10-21 18:07:58.378 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/systeme[0m
e[32m2024-10-21 18:07:58.382 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/systeme[0m
e[32m2024-10-21 18:07:58.389 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisore[0m
e[32m2024-10-21 18:07:58.768 INFO (MainThread) [supervisor.resolution.check] System checks completee[0m
e[32m2024-10-21 18:07:58.769 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state runninge[0m
e[32m2024-10-21 18:08:00.463 INFO (MainThread) [supervisor.host.services] Updating service informatione[0m
e[32m2024-10-21 18:08:00.529 INFO (MainThread) [supervisor.host.network] Updating local network informatione[0m
e[32m2024-10-21 18:08:01.509 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.526 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.547 INFO (MainThread) [supervisor.api.middleware.security] /mounts access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.565 INFO (MainThread) [supervisor.api.middleware.security] /addons access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.672 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.694 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.738 INFO (MainThread) [supervisor.api.middleware.security] /backups/c2197cfb/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.776 INFO (MainThread) [supervisor.api.middleware.security] /backups/307f4e44/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.815 INFO (MainThread) [supervisor.api.middleware.security] /backups/1c010b40/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:01.838 INFO (MainThread) [supervisor.api.middleware.security] /backups/447c6797/info access from cebe7a76_hassio_google_drive_backupe[0m
e[32m2024-10-21 18:08:03.075 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio informatione[0m
e[32m2024-10-21 18:08:03.917 INFO (MainThread) [supervisor.host.manager] Host information reload completede[0m
e[32m2024-10-21 18:08:06.435 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-21 18:08:06.438 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state runninge[0m
e[32m2024-10-21 18:08:06.440 INFO (MainThread) [supervisor.resolution.fixup] System autofix completee[0m
e[33m2024-10-21 18:09:19.687 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...e[0m
e[32m2024-10-21 18:09:19.732 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:09:42.166 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[33m2024-10-21 18:10:43.006 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...e[0m
e[32m2024-10-21 18:10:43.033 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:11:05.942 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[33m2024-10-21 18:11:58.751 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...e[0m
e[32m2024-10-21 18:11:58.775 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:11:59.986 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2024.10.3e[0m
e[32m2024-10-21 18:11:59.994 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.8.3 to ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2024.10.3e[0m
e[32m2024-10-21 18:11:59.996 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi3-64-homeassistant with tag 2024.10.3.e[0m
e[32m2024-10-21 18:13:53.769 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[33m2024-10-21 18:14:08.540 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!e[0m
e[32m2024-10-21 18:14:12.147 INFO (SyncWorker_0) [supervisor.docker.manager] Stopping hassio_observer applicatione[0m
e[32m2024-10-21 18:21:54.564 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_observer applicatione[0m
e[32m2024-10-21 18:21:55.998 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugine[0m
e[32m2024-10-21 18:23:06.553 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0 - 172.30.32.6e[0m
e[31m2024-10-21 18:26:02.802 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call http://172.30.32.1:8123/api/core/state.e[0m
e[33m2024-10-21 18:26:19.539 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!e[0m
e[32m2024-10-21 18:26:31.304 INFO (SyncWorker_5) [supervisor.docker.manager] Stopping hassio_observer applicatione[0m
e[32m2024-10-21 18:28:27.188 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning hassio_observer applicatione[0m
e[33m2024-10-21 18:28:34.765 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Zigbee2MQTT is failed, restarting...e[0m
e[32m2024-10-21 18:28:34.826 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-21 18:28:34.977 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugine[0m
e[32m2024-10-21 18:35:16.384 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API tokene[0m
e[31m2024-10-21 18:35:52.787 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call http://172.30.32.1:8123/api/core/state.e[0m
e[32m2024-10-21 18:37:03.151 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0 - 172.30.32.6e[0m
e[32m2024-10-21 18:37:03.325 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[32m2024-10-21 18:37:21.252 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt_adm'e[0m
e[32m2024-10-21 18:37:22.264 INFO (MainThread) [supervisor.auth] Successful login for 'mqtt_adm'e[0m

J’ai déjà essayé une réinstallation avec restauration, mais le système downgrade à la même version que la sauvegarde (je ne sais pas si c’est normal ou pas)

D’avance merci pour votre aide

Salut,

tu es sur une raspberry pi 3 et a priori une carte SD de 16Go.
Il est possible que ça moulinne un peu de trop longtemps,
Le message d’erreur partagé dit qu’un process est déjà en cours… alors peut-être qu’il faut attendre un peu plus longtemps avant d’éssayer à nouveau la mise à jour…

Sinon c’est normal qu’une restauration remette sa version. Surtout si la sauvegarde contient la base de données qui évolue au fur et à mesure des versions…

Oui en effet rpi3 model B et carte de 16go.

J’ai peut être cliqué une deuxième fois en effet, mais même si je clique une fois la mise à jour se lance …. Et puis plus rien

Bonsoir,

Je viens de ressayer en désactivant une grande partie des plugins et j’ai même supprimé mes tableau de bord. Toujours impossible d’effectuer la maj. Je vois souvent une erreur avec « observer ». Est-ce que ça pourrait être la cause ?


2024-10-22 18:39:26.997 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-10-22 18:39:27.003 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-10-22 18:39:27.008 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration huesyncbox which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-10-22 18:39:29.856 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2024-10-22 18:39:39.589 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2024-10-22 18:39:48.689 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=51 from 2024-10-22 16:00:11.352312)
2024-10-22 18:40:18.236 WARNING (MainThread) [homeassistant.components.netatmo] Webhook not registered - https and port 443 is required to register the webhook


e[32m2024-10-22 18:36:08.776 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.jsone[0m
e[32m2024-10-22 18:36:09.998 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.09.0e[0m
e[32m2024-10-22 18:36:09.092 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugine[0m
e[32m2024-10-22 18:36:09.120 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_cli applicatione[0m
e[32m2024-10-22 18:36:32.193 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.09.0 - 172.30.32.5e[0m
e[32m2024-10-22 18:36:32.265 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.04.0e[0m
e[32m2024-10-22 18:36:32.418 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugine[0m
e[32m2024-10-22 18:36:32.447 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_dns applicatione[0m
e[32m2024-10-22 18:36:55.975 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.04.0 - 172.30.32.3e[0m
e[32m2024-10-22 18:36:55.978 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.confe[0m
e[32m2024-10-22 18:36:56.018 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0e[0m
e[32m2024-10-22 18:36:56.089 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugine[0m
e[32m2024-10-22 18:36:56.167 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_audio applicatione[0m
e[32m2024-10-22 18:37:23.027 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0 - 172.30.32.4e[0m
e[32m2024-10-22 18:37:23.106 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0e[0m
e[32m2024-10-22 18:37:23.311 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugine[0m
e[32m2024-10-22 18:37:23.338 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_observer applicatione[0m
e[31m2024-10-22 18:37:54.345 ERROR (SyncWorker_0) [supervisor.docker.manager] Can't start hassio_observer: 500 Server Error for http+docker://localhost/v1.47/containers/a4ba9212eb82ca9bb41145950fb140283a866507c08975f88c6d3027a8e214c6/start: Internal Server Error ("driver failed programming external connectivity on endpoint hassio_observer (872819d47f0bd10efe3b75210a029bdf26a5054bd337e9c270e327dcd269bb34): Bind for 0.0.0.0:4357 failed: port is already allocated")e[0m
e[31m2024-10-22 18:37:54.349 ERROR (MainThread) [supervisor.plugins.observer] Can't start observer plugine[0m
e[32m2024-10-22 18:37:54.367 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0e[0m
e[32m2024-10-22 18:37:54.450 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugine[0m
e[32m2024-10-22 18:37:54.474 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_multicast applicatione[0m
e[32m2024-10-22 18:38:13.691 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0 - Hoste[0m
e[32m2024-10-22 18:38:13.737 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi3-64-homeassistant with version 2024.8.3e[0m
e[32m2024-10-22 18:38:13.747 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secretse[0m
e[32m2024-10-22 18:38:14.897 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 13.2 / BootSlot Be[0m
e[32m2024-10-22 18:38:18.910 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repositorye[0m
e[32m2024-10-22 18:38:18.914 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cf6b56a3 repositorye[0m
e[32m2024-10-22 18:38:18.917 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repositorye[0m
e[32m2024-10-22 18:38:18.924 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repositorye[0m
e[32m2024-10-22 18:38:18.929 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cb646a50 repositorye[0m
e[32m2024-10-22 18:38:18.936 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cebe7a76 repositorye[0m
e[32m2024-10-22 18:38:18.943 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repositorye[0m
e[32m2024-10-22 18:38:18.949 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repositorye[0m
e[32m2024-10-22 18:38:20.811 INFO (MainThread) [supervisor.store] Loading add-ons from store: 86 all - 86 new - 0 removee[0m
e[32m2024-10-22 18:38:21.010 INFO (MainThread) [supervisor.addons.manager] Found 6 installed add-onse[0m
e[32m2024-10-22 18:38:21.159 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/bokub/ha-linky-aarch64 with version 1.5.0e[0m
e[32m2024-10-22 18:38:21.190 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-configurator with version 5.8.0e[0m
e[32m2024-10-22 18:38:21.192 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/sabeechen/hassio-google-drive-backup-aarch64 with version 0.112.1e[0m
e[32m2024-10-22 18:38:21.195 INFO (MainThread) [supervisor.docker.interface] Attaching to zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[32m2024-10-22 18:38:21.237 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/ssh/aarch64 with version 19.0.0e[0m
e[32m2024-10-22 18:38:21.240 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mosquitto with version 6.4.1e[0m
e[32m2024-10-22 18:38:23.150 INFO (MainThread) [supervisor.backups.manager] Found 5 backup filese[0m
e[32m2024-10-22 18:38:23.224 INFO (MainThread) [supervisor.discovery] Loaded 1 messagese[0m
e[32m2024-10-22 18:38:23.225 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessionse[0m
e[32m2024-10-22 18:38:23.225 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setupe[0m
e[32m2024-10-22 18:38:23.225 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/systeme[0m
e[32m2024-10-22 18:38:23.226 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addone[0m
e[32m2024-10-22 18:38:23.227 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/systeme[0m
e[32m2024-10-22 18:38:23.228 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addone[0m
e[32m2024-10-22 18:38:23.228 INFO (MainThread) [supervisor.resolution.check] System checks completee[0m
e[32m2024-10-22 18:38:23.228 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setupe[0m
e[32m2024-10-22 18:38:23.230 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-22 18:38:23.232 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setupe[0m
e[32m2024-10-22 18:38:23.232 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setupe[0m
e[32m2024-10-22 18:38:23.233 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-22 18:38:23.236 INFO (MainThread) [__main__] Running Supervisore[0m
e[32m2024-10-22 18:38:25.891 INFO (MainThread) [supervisor.os.manager] Rauc: slot B - activated slot kernel.1, marked slot kernel.1 as goode[0m
e[32m2024-10-22 18:38:25.938 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-onse[0m
e[32m2024-10-22 18:38:27.228 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 1 add-onse[0m
e[32m2024-10-22 18:38:27.440 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_core_mosquitto applicatione[0m
e[32m2024-10-22 18:38:50.307 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.4.1e[0m
e[32m2024-10-22 18:38:55.318 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 0 add-onse[0m
e[32m2024-10-22 18:38:55.333 INFO (MainThread) [supervisor.core] Start Home Assistant Coree[0m
e[32m2024-10-22 18:38:55.407 INFO (SyncWorker_1) [supervisor.docker.manager] Starting homeassistante[0m
e[32m2024-10-22 18:38:59.351 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is readye[0m
e[32m2024-10-22 18:39:21.384 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtte[0m
e[32m2024-10-22 18:39:34.533 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API tokene[0m
e[32m2024-10-22 18:39:34.544 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)e[0m
e[32m2024-10-22 18:39:50.319 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startupe[0m
e[32m2024-10-22 18:39:50.320 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation completee[0m
e[32m2024-10-22 18:40:12.343 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt_adm'e[0m
e[32m2024-10-22 18:40:12.362 INFO (MainThread) [supervisor.auth] Home Assistant not running, checking cachee[0m
e[32m2024-10-22 18:40:21.803 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)e[0m
e[32m2024-10-22 18:40:21.804 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instancee[0m
e[32m2024-10-22 18:40:21.805 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 2 add-onse[0m
e[32m2024-10-22 18:40:29.555 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_cebe7a76_hassio_google_drive_backup applicatione[0m
e[32m2024-10-22 18:41:02.326 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/sabeechen/hassio-google-drive-backup-aarch64 with version 0.112.1e[0m
e[32m2024-10-22 18:41:09.106 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_45df7312_zigbee2mqtt applicatione[0m
e[32m2024-10-22 18:41:48.857 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.40.2-1e[0m
e[32m2024-10-22 18:41:54.107 INFO (MainThread) [supervisor.misc.tasks] All core tasks are schedulede[0m
e[32m2024-10-22 18:41:54.116 INFO (MainThread) [supervisor.core] Supervisor is up and runninge[0m
e[32m2024-10-22 18:41:54.117 INFO (MainThread) [supervisor.host.info] Updating local host informatione[0m
e[32m2024-10-22 18:41:54.190 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.jsone[0m
e[32m2024-10-22 18:41:54.285 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state runninge[0m
e[32m2024-10-22 18:41:54.288 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/systeme[0m
e[32m2024-10-22 18:41:54.298 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/systeme[0m
e[32m2024-10-22 18:41:54.305 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addone[0m
e[32m2024-10-22 18:41:56.713 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/coree[0m
e[32m2024-10-22 18:41:56.729 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_servere[0m
e[32m2024-10-22 18:41:56.875 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_servere[0m
e[32m2024-10-22 18:41:58.936 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/systeme[0m
e[32m2024-10-22 18:41:58.940 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/systeme[0m
e[32m2024-10-22 18:41:58.141 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/systeme[0m
e[32m2024-10-22 18:41:58.143 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/systeme[0m
e[32m2024-10-22 18:41:58.145 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisore[0m
e[32m2024-10-22 18:42:06.375 INFO (MainThread) [supervisor.resolution.check] System checks completee[0m
e[32m2024-10-22 18:42:06.376 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state runninge[0m
e[32m2024-10-22 18:42:07.167 INFO (MainThread) [supervisor.host.services] Updating service informatione[0m
e[32m2024-10-22 18:42:07.205 INFO (MainThread) [supervisor.host.network] Updating local network informatione[0m

Bonjour, exactement le même souci, et rien n’y fait
Est-ce que mon R-PI 3 est trop vieux ?

## System Information

version | core-2024.10.1
-- | --
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.31-haos-raspi
arch | aarch64
timezone | Europe/Paris
config_dir | /config

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

error | failed to load: unknown
-- | --

</details>

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

logged_in | false
-- | --
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.2
agent_version | 1.6.0
docker_version | 27.2.0
disk_total | 28.6 GB
disk_used | 16.5 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization | 
board | rpi3-64
supervisor_api | ok
version_api | ok
installed_addons | Duck DNS (1.18.0), File editor (5.8.0), Spotify Connect (0.13.0), Terminal & SSH (9.15.0), Mosquitto broker (6.4.1), Zigbee2MQTT (1.40.2-1)

</details>

<details><summary>Dashboards</summary>

dashboards | 4
-- | --
resources | 10
views | 4
mode | storage

</details>

<details><summary>Recorder</summary>

oldest_recorder_run | 1 novembre 2024 à 03:46
-- | --
current_recorder_run | 9 novembre 2024 à 16:19
estimated_db_size | 706.05 MiB
database_engine | sqlite
database_version | 3.45.3

</details>```

Il reste suffisamment de place sur le disque ou la carte ?

Bonjour,

Il doit bien ramer ton RPI3B. Tu arrives a la limite d’utilisation. Un RPI3B n’est plus d’actualité maintenant, il faut un RPI4 4Go pour être tranquille.

Tu utilises combien de RAM sur les 1GO avec ta configure actuelle ?
a mon avis, quand tu fais une mise a jour, ca te créer un backup ( surtout avec une DB de 700mo ) et t’installe la mise a jour. Ta RAM dois saturé.

Bonsoir,

Pour ma part j’ai enfin résolu le soucis. Me suis brancher en directe sur le raspberry, et fait l’update avec la CLI après avoir stopper le service au préalable.

Je n’ai pas réessayer depuis via l’interface web