ukmon problems - markmac99/ukmon-pitools GitHub Wiki

Problems

I get an error when i run refreshTools.sh

Typical errors you might see:

keyfile not downloaded. Check ssh key and station location with ukmon team.
config file missing. 
unable to find or retrieve, or malformed AWS key
ini file missing

These errors mean that the station isn't configured to connect to our servers.

  • First make sure you have sent the ukmon.pub public key to Mark McIntyre.

  • Then check that the ukmon.ini file is in /home/pi/source/ukmon-pitools (or equivalent for multi-cam) and is valid.

    • The location should be the name we assigned your station such as tackley_nw. Note that it should be all-lower-case.
    • The ukmon helper's address is 3.11.55.160
    • the ukmon key should point to the private SSH key eg ~/.ssh/ukmon
    • rmscfg should point to your stations RMS config file, if its non-standard.
    • in multi-station configurations the last two in particular should be checked.
  • Also check the permissions on the private half of the ukmon SSH key - they must be 0600 equivalent to view/change only owner, execute nobody

  • If all this have been done and you still have an error, follow the advice here to reinstall the toolset.

The ukmon livestream isn't working

The livestream works by monitoring the RMS log for events. If RMS is crashes and restarts, it begins a new log so the livestream must also be restarted. It is automatically started when the Pi reboots, but you can also restart it by opening a Terminal window and typing

/home/pi/source/ukmon-pitools/restartLiveMon.sh force

the daily uploads aren't working

Run

/home/pi/source/ukmon-pitools/refreshTools.sh
and act on errors as in the previous FAQ.

Something went wrong, can i re-upload my data?

Yes. Make a note of the archive folder you want to upload eg '''UK0006_20210312_183741_206154''' Then Open a terminal window and type

python ../ukmon-pitools/ukmonPostProc.py archivedirname
For example:
python ../ukmon-pitools/ukmonPostProc.py UK0006_20210312_183741_206154

This will upload the data for the night of 2021-03-12, if its still available on the Pi.

Can I reprocess a folder?

Yes, see this FAQ in the RMS section Reprocessing RMS Data. You might want to do this if you've created a new platepar. Note that RMS only keeps about ten days of data on the Pi though.

⚠️ **GitHub.com Fallback** ⚠️