I had a station running a couple of weeks ago on a pi3. I attempted to install the monitor and that failed, and the station went off line. I ran through the setup several times to be sure all was correct, but no joy. Rebooted several times. No luck.
I started over with a new SD card, flashed it from the image download, installed it in the pi3. I renewed the api key to get a fresh one. Powered up the pi and went through setup. All that appeared to go ok but the stations is still off line. When I check the status with
sudo docker ps -f 'name=^satnogs_' --format "table {{.Names}}\t{{.Status}}"
It returns a line that says satnogs is starting, and repeated checks show it is attempting to start over and over. When I look at the log it is streaming the same error continually: libopenlibas.so.o cannot open shared object file: no such file or directory. (along with a failure to load numpy and a couple of pages of callbacks and other data).
Guidance on how to fix this would be appreciated.
I started over with a new SD card, new adapter, on a different PC, and followed the instructions for a pi3 on the wiki exactly. The station is now up and running. Tailing the log it appeared to run a pass OK yesterday. But overnight and up to now I’m seeing the error that it is failing to fetch jobs from network.satnogs.org. Read timed out code 45. From the CLI I can ping network.satnogs.org with 100 pct reliability and 140ms rta. Yesterday I was getting 404 errors when browsing that site occasionally. Is this a problem with the site?