I installed my HA system on an android box with armbian, everything works fine until i restart the box.
After restarting the box I can no longer access the HA, but I can access the box with putty.
For everything to work again, I have to delete docker, HA and re-install everything again, but as soon as I remove the power, I am again without access by brower.
root@armhassio:~# sudo systemctl enable docker
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I think the problem is in some service that is not on startup, but I have no experience with linux and I donāt know how to solve this problem
If you have no Linux experience then youāll need to gain some to keep using this install method.
Iād suggest the Armbian forum as a good place to get help with Docker not starting on boot. A quick search found a few threads that may be relevant, but theyāre better able to help you.
I donāt know what I ended up doing but now Iām not able to install the home assistant due to problems with Docker
root@armhassio:~# docker run --init -d --name=āhome-assistantā -e āTZ=America/Sao_Pauloā -v /root/homeassistant:/config --net=host homeassistant/home-assistant:stable
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See ādocker run --helpā.
Is it possible to re-install the image I have on the usb pen in this box, and make a clean instalation?