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
When I restart my HA from outside the container, e.g. with reboot from the os-console, I always get the following messages.
2024-12-20 19:29:07.789 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-12-20 19:29:07.852 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=530 from 2024-12-20 17:15:52.068267)
This also happens when I use “Restart” from the Proxmox UI on a Homeassistant VM.
If I use Settings -> System -> Hardware - Reboot System then I do not get the messages.
What operating system image do you use?
rpi4-64 (Raspberry Pi 4/400 64-bit OS)
What version of Home Assistant Operating System is installed?
14.1
Did the problem occur after upgrading the Operating System?
No
Hardware details
Raspberry Pi4B-2GB with USB3-SATA-SSD
Steps to reproduce the issue
reboot the system from os-console with reboot
see the warnings in the core-log
...
Anything in the Supervisor logs that might be useful for us?
-
Anything in the Host logs that might be useful for us?
I assume that it is a timing / timeout problem. That's why I did a simple stopwatch test.
Here are the results:
reboot from
to host reset
to cli
to fully started
os-console
24s
90s
165s
frontend
55s
120s
195s
We can see that the first section takes about 30s longer when I initiate the reboot via the frontend.
Of course, this doesn't necessarily mean anything, but it could be an indication of where to look further.
Anyway, I need a good guide to provide more information and useful logs here.
The text was updated successfully, but these errors were encountered:
Describe the issue you are experiencing
This is a follow up to home-assistant/core#109343
When I restart my HA from outside the container, e.g. with
reboot
from the os-console, I always get the following messages.This also happens when I use “Restart” from the Proxmox UI on a Homeassistant VM.
If I use Settings -> System -> Hardware - Reboot System then I do not get the messages.
What operating system image do you use?
rpi4-64 (Raspberry Pi 4/400 64-bit OS)
What version of Home Assistant Operating System is installed?
14.1
Did the problem occur after upgrading the Operating System?
No
Hardware details
Raspberry Pi4B-2GB with USB3-SATA-SSD
Steps to reproduce the issue
reboot
...
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Additional information
I assume that it is a timing / timeout problem. That's why I did a simple stopwatch test.
Here are the results:
We can see that the first section takes about 30s longer when I initiate the reboot via the frontend.
Of course, this doesn't necessarily mean anything, but it could be an indication of where to look further.
Anyway, I need a good guide to provide more information and useful logs here.
The text was updated successfully, but these errors were encountered: