lsb-release was missing from the distro - after adding it, turning on verbose and running everything manually - everything I can see seems to run - but the footer still doesn't update :-/
can I have this topic split to a new topic if possible?
I've attached the new output but it's more a personal record - Hans, if you don't mind can you have a quick look over it and see if there is anything obvious to you?
I know this is not the way it should be run - but I have a file called runonce with the following and the file uploaded is out the output of that.
Code: Select all
# utils/bin/cumulusutils.dll
# [SysInfo][Forecast][StationMap][UserReports][MeteoCam]
# [pwsFWI][Top10][Graphs][Yadr][Records][UserAskedData]
# [NOAA][DayRecords][AirLink][CompileOnly][ExtraSensors]
# | CheckOnly
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll forecast
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll stationmap
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll userreports
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll NOAA
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll meteocam
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll pwsfwi
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll top10
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll graphs
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll yadr
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll records
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll dayrecords
sleep 5
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll extrasensors
sleep 20
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll website
sleep 10
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll useraskeddata
sleep 10
sudo docker exec -i MXWeather dotnet utils/bin/cumulusutils.dll sysinfo