Page 1 of 1

Trying to set up cumulusutils

Posted: Thu 11 Feb 2021 6:48 pm
by rich_c
Having trouble running the command
The command when cumulusutils.exe is in the CumulusMX directory is:
.\cumulusutils.exe
The command when cumulusutils.exe is in the utils\bin directory is:
utils\bin\cumulusutils.exe
Screenshot 2021-02-11 183330.png
have followed the instruction up to the above. Tried running on pi and within windows with the same result
Cumulusmx is up and running on my pi with no problems not sure where to go from here as i am new to using pi software
have tried running each command separately only showing both option in the command attachment so you can see
Thanks

Re: Trying to set up cumulusutils

Posted: Thu 11 Feb 2021 7:07 pm
by freddie
You look like you are doing the commands in /home/pi. You need to cd to the directory where CumulusMX is installed - and then run the commands.

Re: Trying to set up cumulusutils

Posted: Thu 11 Feb 2021 7:09 pm
by sutne
And in linux you must use slash / not the backslash:

In the CumulusMX directory type

utils/bin/cumulusutils.exe All

Re: Trying to set up cumulusutils

Posted: Thu 11 Feb 2021 7:25 pm
by rich_c
thanks to you both for helping i am now getting the following

pi@raspberrypi:~/CumulusMX $ cd ~/CumulusMX
pi@raspberrypi:~/CumulusMX $ utils/bin/cumulusutils.exe All
bash: utils/bin/cumulusutils.exe: Permission denied
pi@raspberrypi:~/CumulusMX $


Thanks

Re: Trying to set up cumulusutils

Posted: Thu 11 Feb 2021 7:28 pm
by sutne
The file does not have execute permission
From CumuluxMX directory type

sudo chmod 755 utils/bin/cumulusutils.exe

Re: Trying to set up cumulusutils

Posted: Thu 11 Feb 2021 7:31 pm
by rich_c
Thanks its now running

Re: Trying to set up cumulusutils

Posted: Sat 13 Feb 2021 8:13 am
by HansR
@rich_c: Are you getting anywhere? If I may give some advice: as a beginner it is best to either start with only one module (e.g. top10) and see how that works out (it is less confusing because there is only one output) or start with the website with automated FTP because that gives you immediate visual feedback of how good things are going.

Do check the logfile and possibly feedback here.

Re: Trying to set up cumulusutils

Posted: Sun 14 Feb 2021 6:15 pm
by rich_c
Hans thanks working my way through the setup

rich