Hi all, new user here.
I am trying to install Anthias on a Raspberry Pi 3 A+. I followed the procedure found here in several topics. I tried with Buster lite 64 and 32 bits, Bullseye lite 64 and 32 bit, tried on two different A+, used Balena etcher etc… The installation was done using bash <(curl -sL https://install-anthias.srly.io) as indicated on Github.
Everything works ok with out any errors until it gets here:
pi@anthias:~ $ ./screenly/bin/upgrade_containers.sh
[+] Running 7/7
⠿ redis Pulled 2.2s
⠿ srly-ose-celery Pulled 2.3s
⠿ srly-ose-wifi-connect Pulled 2.2s
⠿ srly-ose-server Pulled 2.3s
⠿ srly-ose-websocket Pulled 2.2s
⠿ srly-ose-nginx Pulled 2.3s
⠿ srly-ose-viewer Pulled 2.3s
[+] Running 7/8
⠿ Network screenly_default Created 0.6s
⠿ Container screenly-redis-1 Started 17.4s
⠿ Container screenly-srly-ose-server-1 Started 17.4s
⠿ Container screenly-srly-ose-wifi-connect-1 Started 12.0s
⠿ Container screenly-srly-ose-websocket-1 Started 486.5s
⠿ Container screenly-srly-ose-viewer-1 Started 486.5s
⠿ Container screenly-srly-ose-celery-1 Started 486.5s
⠿ Container screenly-srly-ose-nginx-1 Starting <— It never gets past this point
The nginx container is never started. I waited for several hours and nothing changed. Ping was possible for a few minutes, SSH login also. But that stopped after a while. The green LED is on and the Pi gets rather warm. When I unplug it and plug it back in, it obviously tries the same thing again. So if I want to try something else I have to reimage the SD card…
Any suggestions how to get this working?
Harry