I’ve updated homeassistant to the newest version and all was working fine (I had run the configuration checker beforehand and it too found no issues).
Later I rebooted (for a different reason) and homeassistant was not starting. Even the docker containers were missing. I reinstalled following the instructions at https://www.home-assistant.io/hassio/installation/
for Ubuntu / Intel NUC (my setup). It downloaded the docker images but never got beyond INFO:homeassistant.core:Timer:starting
. Per the following error message it appears to be stuck in an infinite restart loop. Writes nothing to homeassistant.log
.
How do I diagnose this issue? The error messages are a bit terse …
Many thanks for help!
$ systemctl status hassio-supervisor.service
● hassio-supervisor.service - Hass.io supervisor
Loaded: loaded (/etc/systemd/system/hassio-supervisor.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2019-07-31 01:14:36 UTC; 27ms ago
Process: 29395 ExecStart=/usr/sbin/hassio-supervisor **(code=exited, status=1/FAILURE)**
Process: 29374 ExecStartPre=/usr/bin/docker stop hassio_supervisor **(code=exited, status=1/FAILURE)**
Main PID: 29395 (code=exited, status=1/FAILURE)