You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried several time to upgrade Mosquitto Broker addons form 6.4.1 to 6.5 but the addons won't start after the upgrade and I need to reverter to 6.4.1
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Which add-on are you reporting an issue with?
Mosquitto broker
What is the version of the add-on?
6.5
Steps to reproduce the issue
1.Upgrade mosquitto from 6.4.1 to 6.50, restart home assistant and the addon does not start
2.I tried 3 or foour time.
I also tried to remove and reinstall the addons
3.
...
System Health information
System Information
version
core-2025.1.4
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
America/Toronto
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
1515
Downloaded Repositories
14
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 14.2
update_channel
stable
supervisor_version
supervisor-2024.12.3
agent_version
1.6.0
docker_version
27.2.0
disk_total
219.4 GB
disk_used
46.2 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
Advanced SSH & Web Terminal (20.0.0), Hydroqc Add-on (v2.0.0-1), Samba share (12.4.0), Duck DNS (1.18.0), File editor (5.8.0), NGINX Home Assistant SSL proxy (3.11.1), Home Assistant Google Drive Backup (0.112.1), Grafana (10.2.2), TimescaleDB (4.2.0), pgAdmin4 (3.2.0), Zigbee2MQTT (2.1.0-1), Studio Code Server (5.18.1), Whisper (2.4.0), Piper (1.5.2), Assist Microphone (1.3.0), openWakeWord (1.10.0), Mosquitto broker (6.4.1)
Dashboards
dashboards
5
resources
9
views
12
mode
storage
Recorder
oldest_recorder_run
January 19, 2025 at 3:54 PM
current_recorder_run
February 3, 2025 at 11:50 AM
estimated_db_size
15302.99 MiB
database_engine
postgresql
database_version
16.3
Spotify
api_endpoint_reachable
ok
Anything in the Supervisor logs that might be useful for us?
2025-02-03 11:43:07.408 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.5.0
2025-02-03 11:43:33.485 WARNING (MainThread) [supervisor.addons.options] Unknown option 'mqtt' for Zigbee2MQTT (45df7312_zigbee2mqtt)
2025-02-03 11:44:13.265 WARNING (MainThread) [supervisor.addons.options] Unknown option 'mqtt' for Zigbee2MQTT (45df7312_zigbee2mqtt)
2025-02-03 11:48:33.466 WARNING (MainThread) [supervisor.addons.options] Unknown option 'mqtt' for Zigbee2MQTT (45df7312_zigbee2mqtt)
2025-02-03 11:49:24.509 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_core_mosquitto application
2025-02-03 11:49:26.098 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-37005' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1506> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/addons/addon.py", line 1520, in watchdog_container
await self._restart_after_problem(event.state)
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 291, in wrapper
raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2025-02-03 11:49:26.104 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.5.0
2025-02-03 11:49:48.073 INFO (SyncWorker_7) [supervisor.docker.manager] Restarting homeassistant
2025-02-03 11:49:58.047 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2025-02-03 11:50:06.162 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-02-03 11:50:06.534 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-03 11:50:06.678 WARNING (MainThread) [supervisor.addons.options] Unknown option 'mqtt' for Zigbee2MQTT (45df7312_zigbee2mqtt)
2025-02-03 11:50:08.427 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)
2025-02-03 11:50:34.039 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)
2025-02-03 11:50:34.040 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
2025-02-03 11:52:52.757 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_core_mosquitto application
2025-02-03 11:52:52.790 INFO (SyncWorker_3) [supervisor.docker.manager] Removing image homeassistant/aarch64-addon-mosquitto with latest
2025-02-03 11:52:52.799 INFO (SyncWorker_3) [supervisor.docker.manager] Removing image homeassistant/aarch64-addon-mosquitto with 6.5.0
2025-02-03 11:52:52.884 INFO (MainThread) [supervisor.addons.addon] Removing add-on data folder /data/addons/data/core_mosquitto
2025-02-03 11:52:52.908 INFO (MainThread) [supervisor.discovery] Delete discovery to Home Assistant mqtt from core_mosquitto
2025-02-03 11:52:52.958 INFO (MainThread) [supervisor.addons.manager] Add-on 'core_mosquitto' successfully removed
2025-02-03 11:52:52.978 INFO (MainThread) [supervisor.discovery] Discovery c8e41d5a031b4b769ab59531413f3c76 message send
2025-02-03 11:53:00.789 INFO (MainThread) [supervisor.addons.addon] No core_mosquitto addon Docker image homeassistant/aarch64-addon-mosquitto found
2025-02-03 11:53:00.790 INFO (MainThread) [supervisor.docker.interface] Downloading docker image homeassistant/aarch64-addon-mosquitto with tag 6.5.0.
2025-02-03 11:53:06.027 INFO (MainThread) [supervisor.addons.addon] Creating Home Assistant add-on data folder /data/addons/data/core_mosquitto
2025-02-03 11:53:06.029 INFO (MainThread) [supervisor.docker.interface] Downloading docker image homeassistant/aarch64-addon-mosquitto with tag 6.5.0.
2025-02-03 11:53:06.392 INFO (MainThread) [supervisor.addons.manager] Add-on 'core_mosquitto' successfully installed
2025-02-03 11:53:12.994 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-37803' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1506> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/addons/addon.py", line 1520, in watchdog_container
await self._restart_after_problem(event.state)
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 291, in wrapper
raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2025-02-03 11:53:13.002 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.5.0
2025-02-03 11:55:06.205 WARNING (MainThread) [supervisor.addons.options] Unknown option 'mqtt' for Zigbee2MQTT (45df7312_zigbee2mqtt)
2025-02-03 11:55:51.363 INFO (MainThread) [supervisor.backups.manager] Partial-Restore 581c742e start
2025-02-03 11:56:01.836 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
2025-02-03 11:56:01.845 INFO (MainThread) [supervisor.api.middleware.security] /backups access from cebe7a76_hassio_google_drive_backup
2025-02-03 11:56:17.000 INFO (MainThread) [supervisor.backups.manager] Restore 581c742e starting stage docker_config
2025-02-03 11:56:17.074 INFO (MainThread) [supervisor.backups.manager] Restore 581c742e starting stage addon_repositories
2025-02-03 11:56:17.771 INFO (MainThread) [supervisor.store] Loading add-ons from store: 87 all - 0 new - 0 remove
2025-02-03 11:56:17.771 INFO (MainThread) [supervisor.backups.manager] Restore 581c742e starting stage addons
2025-02-03 11:56:17.812 INFO (MainThread) [supervisor.addons.addon] Restore config for addon core_mosquitto
2025-02-03 11:56:17.888 INFO (MainThread) [supervisor.addons.addon] Restore/Install of image for addon core_mosquitto
2025-02-03 11:56:17.890 INFO (MainThread) [supervisor.docker.interface] Downloading docker image homeassistant/aarch64-addon-mosquitto with tag 6.4.1.
2025-02-03 11:56:37.117 INFO (MainThread) [supervisor.docker.interface] Tagging image homeassistant/aarch64-addon-mosquitto with version 6.4.1 as latest
2025-02-03 11:56:37.198 INFO (SyncWorker_0) [supervisor.docker.manager] Cleanup images: ['homeassistant/aarch64-addon-mosquitto:6.5.0']
2025-02-03 11:56:37.228 INFO (MainThread) [supervisor.addons.addon] Restoring data and config for addon core_mosquitto
2025-02-03 11:56:37.332 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_core_mosquitto application
Anything in the add-on logs that might be useful for us?
[16:36:11] INFO: Service restart after closing
2025-02-03 11:36:11: mosquitto version 2.0.18 terminating
time="2025-02-03T11:36:11-05:00" level=error msg="POST error: Post \"http://127.0.0.1:80/superuser\": dial tcp 127.0.0.1:80: connect: connection refused"
time="2025-02-03T11:36:11-05:00" level=error msg="POST error: Post \"http://127.0.0.1:80/acl\": dial tcp 127.0.0.1:80: connect: connection refused"
time="2025-02-03T11:36:11-05:00" level=error msg="Post \"http://127.0.0.1:80/superuser\": dial tcp 127.0.0.1:80: connect: connection refused"
time="2025-02-03T11:36:11-05:00" level=error msg="POST error: Post \"http://127.0.0.1:80/superuser\": dial tcp 127.0.0.1:80: connect: connection refused"
time="2025-02-03T11:36:11-05:00" level=error msg="POST error: Post \"http://127.0.0.1:80/acl\": dial tcp 127.0.0.1:80: connect: connection refused"
time="2025-02-03T11:36:11-05:00" level=error msg="Post \"http://127.0.0.1:80/superuser\": dial tcp 127.0.0.1:80: connect: connection refused"
time="2025-02-03T11:36:11-05:00" level=error msg="POST error: Post \"http://127.0.0.1:80/superuser\": dial tcp 127.0.0.1:80: connect: connection refused"
2025-02-03 11:36:11: Saving in-memory database to /data//mosquitto.db.
time="2025-02-03T11:36:11-05:00" level=error msg="POST error: Post \"http://127.0.0.1:80/acl\": dial tcp 127.0.0.1:80: connect: connection refused"
time="2025-02-03T11:36:11-05:00" level=error msg="Post \"http://127.0.0.1:80/superuser\": dial tcp 127.0.0.1:80: connect: connection refused"
[16:36:11] INFO: Service 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
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
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
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the issue you are experiencing
I tried several time to upgrade Mosquitto Broker addons form 6.4.1 to 6.5 but the addons won't start after the upgrade and I need to reverter to 6.4.1
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Which add-on are you reporting an issue with?
Mosquitto broker
What is the version of the add-on?
6.5
Steps to reproduce the issue
1.Upgrade mosquitto from 6.4.1 to 6.50, restart home assistant and the addon does not start
2.I tried 3 or foour time.
I also tried to remove and reinstall the addons
3.
...
System Health information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Spotify
Anything in the Supervisor logs that might be useful for us?
Anything in the add-on logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: