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?