Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
From Cumulus MX version 3 build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since, and has recently released Cumulus MX version 4. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).
water01 wrote: ↑Tue 06 Aug 2024 9:49 am
It is created by CMX. Again have you checked the uploaded file, I have and it is correct?
Yes that I'd expect.
However I have to create my file after the dayfile has been updated by CMX at rollover and so I cannot start extracting data until after rollover which means that the first upload has already happened before I can create the file containing the extracted data! The rollover and first upload happens within less than 2 seconds after midnight as I discovered by checking the log. I have to run my extract as a cron job so that is only on the minute so if I run it at 1 minute past midnight I am already about 58 seconds too late!
Stuart
Currently running CMX V4.4.2 4085 on Linux openSUSE Leap
If you set your cron job to run at midnight and have a sleep command as the first statement, you can delay execution by x seconds. If that is what you are trying to do - it isn't entirely clear from your description. Like this:
freddie wrote: ↑Tue 06 Aug 2024 10:22 am
If you set your cron job to run at midnight and have a sleep command as the first statement, you can delay execution by x seconds. If that is what you are trying to do - it isn't entirely clear from your description. Like this:
I've just re-read the thread and I don't think you can use EOD upload. You're running a script that requires the EOD content to be present in the dayfile, and the result of that script is a file that you would like transferred in the EOD upload.
That's like a self-induced race condition. Sometimes it may work but I wouldn't want to rely on it.
freddie wrote: ↑Tue 06 Aug 2024 11:30 am
I've just re-read the thread and I don't think you can use EOD upload. You're running a script that requires the EOD content to be present in the dayfile, and the result of that script is a file that you would like transferred in the EOD upload.
That's like a self-induced race condition. Sometimes it may work but I wouldn't want to rely on it.
That's exactly what I believe so for now I've modified my script to do the create and upload, but I do need to find a Linux commandline FTP client which will support more than plain old FTP.
Stuart
Currently running CMX V4.4.2 4085 on Linux openSUSE Leap