Hi, since today my HomeAssistant stopped working. Maybe it was after I installed the latest update yesterday, but I’m not 100% sure.
So opening my homeassistant.local: gives me a website which does not exist.
Normally I can login with ssh hassio@, but there it says: Connection refused.
So the only thing left for me was to hook up my Raspberry Pi to a monitor and start it. I noticed a couple of things:
First it reports a couple of checksum errors:
EXT4-fs (mmcblk0p8): Invalid checksum for backup superblock 32768
(and 8 of such messages after this)
Second thing I see is that it can’t start the “Wait Until Kernel Time Synchronized” service.
It hints I should look at:
systemctl status systemd-time-wait-sync.service
As last the console is waiting:
Waiting for the Home Assistant CLI to be ready...
This takes a while and then the prompt is available after it writes:
[WARN] Home Assistant CLI not starting! Jump into emergency console...
I googled a lot and found a lot of posts, but none of those helped me. Some say I have to type ‘login’ to get it solved, but for me not.
So I had a look at the systemctl
command.
I see error:
Failed to add a watch for /run/systemd/timesync: No such file or directory
start operation timed out. Terminating.
Failed to start Wait Until Kernel Time Synchronized
I check the location/path, which does exist.
Then I tried ha
to try to restart supervisor
, but here I see this error:
Error response from daemon: Container 2ffa8ea7d997.... is not running
When I do docker ps -a
I see that only hassio_observer
is ‘Up’, all the rest is ‘Exited’. See screenshot.
So I started containers: homeassistant
and hassio_cli
. After that I typed ‘login’ and I got the HomeAsstant banner (yeah) with message:
Waiting for Supervisor to startup...
.
This took a while and logged-me-in to ha>
Hmm, but there was no docker container for the supervisor.
I was able to login to the webinterface by now. The supervisor really has problems, because it ‘failed to initialize’. The observer prints:
Supervisor: Disconnected
Error response from daemon: No such container: hassio_supervisor
Any idea how to get the supervisor back and up-and-running? How can help me, please?
- Regards
Arno