Closed szymucha94 closed 7 months ago
Could be related? https://github.com/home-assistant/core/issues/113481
@szymucha94 we don't have other similar reports which point to Supervisor, are you sure this was a Supervisor problem?
Are you using the AdGuard add-on?
Yes, it's a supervisor issue. Updating to 2024.03 causes issue while staying on 2024.02.1 works perfectly fine. No, I don't use AdGuard addon.
In general, 2024.03.0 has been on stable for quite a while, and we don't really have issue reports similar to this. I have it running on multiple system without issues. Also, form the changelog of 2024.03.0 I can't really see what would influence the system causing such issues.
Can you share the Supervisor log with 2024.02.1 and 2024.03.0, this should give more insights on what is the difference between the two versions.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
I already gave up on future HA updates due to constant breaking of legacy. Because of this you can ignore this report.
Describe the issue you are experiencing
Using HAOS. I've updated supervisor 2024.02.1 to 2024.03 and immediately noticed:
Interesting errors from ha core logs: 2024-03-14 14:30:26.953 ERROR (MainThread) [homeassistant.components.mqtt.client] Failed to connect to MQTT server due to exception: [Errno -3] Try again custom_components.hacs.exceptions.HacsException: Request exception for 'https://api.github.com/rate_limit' with - Cannot connect to host api.github.com:443 ssl:default [Try again]
Mosquitto logs: 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/mosquitto.sh [14:29:54] INFO: Setting up user homeassistant [14:29:54] INFO: SSL is not enabled cont-init: info: /etc/cont-init.d/mosquitto.sh exited 0 cont-init: info: running /etc/cont-init.d/nginx.sh cont-init: info: /etc/cont-init.d/nginx.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 mosquitto (no readiness notification) services-up: info: copying legacy longrun nginx (no readiness notification) [14:29:55] INFO: Starting NGINX for authentication handling... s6-rc: info: service legacy-services successfully started [14:29:56] INFO: Starting mosquitto MQTT broker... 2024-03-14 14:29:56: Warning: Mosquitto should not be run as root/administrator. 2024-03-14 14:29:56: mosquitto version 2.0.18 starting 2024-03-14 14:29:56: Config loaded from /etc/mosquitto/mosquitto.conf. 2024-03-14 14:29:56: Loading plugin: /usr/share/mosquitto/go-auth.so 2024-03-14 14:29:56: ├── Username/password checking enabled. 2024-03-14 14:29:56: ├── TLS-PSK checking enabled. 2024-03-14 14:29:56: └── Extended authentication not enabled. 2024-03-14 14:29:56: Opening ipv4 listen socket on port 1883. 2024-03-14 14:29:56: Opening ipv6 listen socket on port 1883. 2024-03-14 14:29:56: Opening websockets listen socket on port 1884. 2024-03-14 14:29:56: mosquitto version 2.0.18 running 2024-03-14 14:29:56: New connection from 127.0.0.1:37386 on port 1883. 2024-03-14 14:29:56: Client disconnected due to protocol error.
[14:29:57] INFO: Successfully send discovery information to Home Assistant.
[14:29:57] INFO: Successfully send service information to the Supervisor.
2024-03-14 14:33:35: New connection from 172.30.32.2:35652 on port 1883.
2024-03-14 14:33:35: Client closed its connection.
2024-03-14 14:35:35: New connection from 172.30.32.2:50242 on port 1883.
2024-03-14 14:35:35: Client closed its connection.
2024-03-14 14:37:35: New connection from 172.30.32.2:40822 on port 1883.
2024-03-14 14:37:35: Client closed its connection.
2024-03-14 14:39:36: New connection from 172.30.32.2:57576 on port 1883.
2024-03-14 14:39:36: Client closed its connection.
2024-03-14 14:41:36: New connection from 172.30.32.2:52884 on port 1883.
2024-03-14 14:41:36: Client closed its connection.
2024-03-14 14:43:36: New connection from 172.30.32.2:52164 on port 1883.
2024-03-14 14:43:36: Client closed its connection.
2024-03-14 14:45:36: New connection from 172.30.32.2:50350 on port 1883.
2024-03-14 14:45:36: Client closed its connection.
2024-03-14 14:47:36: New connection from 172.30.32.2:34186 on port 1883.
2024-03-14 14:47:36: Client closed its connection.
2024-03-14 14:49:36: New connection from 172.30.32.2:44214 on port 1883.
2024-03-14 14:49:36: Client closed its connection.
2024-03-14 14:51:36: New connection from 172.30.32.2:35810 on port 1883.
2024-03-14 14:51:36: Client closed its connection.
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
Update from versions stated above and see.
Anything in the Supervisor logs that might be useful for us?
System Health information
No point in copy-pasting system health info as there is nothing interesting there, also there is lots of spam due to working on separate VM without specific HA hardware/lack of hundreds of restapi-created sensors and more.
Supervisor diagnostics
No response
Additional information
No response