@mouthpiec wrote:
Hello … my HA running on a RPI3B+, through a Docker is crashed and is not booting up when restarting it.
SSH is ok, but HA is not booting (there is no logs in home-assistant.log). What checks I can do to troubleshoot?EDIT: did some checks and it seems docker is not starting:
pi@raspberrypi:~ $ sudo service docker status
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-11-19 16:51:56 CET; 28min ago
Docs: https://docs.docker.com
Process: 1504 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 1504 (code=exited, status=1/FAILURE)
CPU: 1.761sNov 19 16:51:54 raspberrypi systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Nov 19 16:51:54 raspberrypi systemd[1]: Failed to start Docker Application Container Engine.
Nov 19 16:51:54 raspberrypi systemd[1]: docker.service: Unit entered failed state.
Nov 19 16:51:54 raspberrypi systemd[1]: docker.service: Failed with result ‘exit-code’.
Nov 19 16:51:56 raspberrypi systemd[1]: docker.service: Service hold-off time over, scheduling restart.
Nov 19 16:51:56 raspberrypi systemd[1]: Stopped Docker Application Container Engine.
Nov 19 16:51:56 raspberrypi systemd[1]: docker.service: Start request repeated too quickly.
Nov 19 16:51:56 raspberrypi systemd[1]: Failed to start Docker Application Container Engine.
Nov 19 16:51:56 raspberrypi systemd[1]: docker.service: Unit entered failed state.
Nov 19 16:51:56 raspberrypi systemd[1]: docker.service: Failed with result ‘exit-code’.Is this something recoverable?
Posts: 1
Participants: 1