-
Notifications
You must be signed in to change notification settings - Fork 650
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
After Supervisor Updates, Can't Restart, Reboot, or Access Add-ons #5353
Comments
This seemed to be caused by whatever updates the supervisor docker container, doesn't re-assign the right IP. Please update it with your relevant details. try this: #docker network disconnect hassio hassio_supervisor |
Thanks for the reply. I had originally pulled all IPs out of my big report blindly but realized what 172.30.32.2 was. I added it back into the big report right after posting. I assume this was meant to run off the CLI. Unless I missed something, docker doesn't have network as a command. I did check the network info from the CLI and I get the following (summarized): Docker: interface: end0 Edit: I ran # docker network ls and got a similar list. Just the network IDs were different. I ran the other two commands and rebooted. Any way to check to see if this solved it? Or just wait and see? |
Unfortunately, the above did not fix it and I ran into the same error with the automated update to Supervisor 2024.10.3 Here's the latest Observer logs (note that the log cuts out at ".inter" exactly as pasted below):
All logs are identical to what was listed in the original bug report. |
Describe the issue you are experiencing
After an automatic Supervisor update, my system is unable to restart or reboot and I cannot access any of the add-ons (file editor, etc.)
I can't reboot even through the CLI. Eventually I need to unplug the Pi and power back up. Which isn't ideal.
I'm wondering if there's something going on with my connection to the external HDD I use for backups. See the CLI errors near the bottom for the exact error.
I have redacted some information below and in the debug file with Xs.
Core Logs:
Error fetching hassio data: Error on Supervisor API:
Client error on api app/entrypoint.js request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
Can't read Supervisor data:
Client error on /supervisor/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
Failed to to call /ingress/session
System Health:
I get the following error in the System Health:
Supervisor API | unreachable
Observer:
Going to the Observer page, I get this:
Supervisor: | Disconnected
Last logs in Observer are:
Home Assistant CLI:
I see the follow lines:
CIFS: VFS: \192.168.xxx.xxx has not responded in 180 seconds. Reconnecting... (Note: this is the address of the external USB I have attached to a router used by Samba for external back-ups.)
INFO: task python3:2140 blocked for more than 120 seconds.
Tainted: G C 6.6.31-haosraspi # 1
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message
(this repeats several times)
Bluetooth: hci0: Opcode 0x2005 failed: -16
Bluetooth: hci0: Opcode 0x2005 failed: -16
If I try Ctrl+C at the command line it tries to restart Supervisor but fails.
If I try "supervisor restart" or any other command, i get something like:
Get "http://supervisor/network/info": dial tcp 172.30.32.2:80: connect: connection refused
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
Anything in the Supervisor logs that might be useful for us?
System Health information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Spotify
Supervisor diagnostics
config_entry-hassio-ce75f0dbdde2562521b1d6bda503879b.json
Additional information
No response
The text was updated successfully, but these errors were encountered: