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:
```
Log details (ERROR)
Logger: homeassistant.components.hassio.coordinator
Source: helpers/update_coordinator.py:386
integration: Home Assistant Supervisor ([documentation](https://www.home-assistant.io/integrations/hassio), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+hassio%22))
First occurred: 11:35:53 AM (1 occurrences)
Last logged: 11:35:53 AM
```
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)]
```
Logger: homeassistant.components.hassio.http
Source: components/hassio/http.py:190
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 12:31:29 PM (5 occurrences)
Last logged: 12:34:19 PM
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)]
Client error on api supervisor/logs 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:
```
Logger: homeassistant.components.hassio
Source: components/hassio/__init__.py:448
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 11:38:29 AM (13 occurrences)
Last logged: 12:38:30 PM
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)]
```
Logger: homeassistant.components.hassio.handler
Source: components/hassio/handler.py:560
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 11:35:53 AM (214 occurrences)
Last logged: 12:42:55 PM
Client error on /supervisor/stats request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
Client error on /info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
Client error on /core/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
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)]
Client error on /os/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
```
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:135
integration: Home Assistant Supervisor (documentation, issues)
First occurred: October 12, 2024 at 11:45:36 AM (85 occurrences)
Last logged: 12:42:55 PM
Failed to to call /addons -
Failed to to call /ingress/validate_session -
Failed to to call /ingress/session -
Failed to to call /supervisor/stats -
Failed to to call /resolution/info -
```
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:
2024-10-14 11:33:30.584 INFO (MainThread) [supervisor.misc.tasks] Found new Supervisor version 2024.10.2, updating
2024-10-14 11:33:30.600 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://ve
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
Supervisor update shows up on update list
It appears that it gets automatically installed
Errors received
Anything in the Supervisor logs that might be useful for us?
I receive the following error when trying to access the logs:
Failed to get supervisor logs, 502: Bad Gateway
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:
``` Log details (ERROR) Logger: homeassistant.components.hassio.coordinator Source: helpers/update_coordinator.py:386 integration: Home Assistant Supervisor ([documentation](https://www.home-assistant.io/integrations/hassio), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+hassio%22)) First occurred: 11:35:53 AM (1 occurrences) Last logged: 11:35:53 AM ```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)]
``` Logger: homeassistant.components.hassio.http Source: components/hassio/http.py:190 integration: Home Assistant Supervisor (documentation, issues) First occurred: 12:31:29 PM (5 occurrences) Last logged: 12:34:19 PM 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)] Client error on api supervisor/logs 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:
``` Logger: homeassistant.components.hassio Source: components/hassio/__init__.py:448 integration: Home Assistant Supervisor (documentation, issues) First occurred: 11:38:29 AM (13 occurrences) Last logged: 12:38:30 PM 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)]
``` Logger: homeassistant.components.hassio.handler Source: components/hassio/handler.py:560 integration: Home Assistant Supervisor (documentation, issues) First occurred: 11:35:53 AM (214 occurrences) Last logged: 12:42:55 PM Client error on /supervisor/stats request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)] Client error on /info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)] Client error on /core/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)] 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)] Client error on /os/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
``` Logger: homeassistant.components.hassio Source: components/hassio/websocket_api.py:135 integration: Home Assistant Supervisor (documentation, issues) First occurred: October 12, 2024 at 11:45:36 AM (85 occurrences) Last logged: 12:42:55 PM Failed to to call /addons - Failed to to call /ingress/validate_session - Failed to to call /ingress/session - Failed to to call /supervisor/stats - Failed to to call /resolution/info - ```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