Page 1 of 1

cannot start CumulusMX

Posted: Sun 15 Apr 2018 7:12 am
by stef942
Hi,

i'm trying to install CumulusMX on a raspi3 , it seems to be ok but my station is not found (WMR200)

got this errors on screen : Image

Did i miss something? can you help me please?

Re: cannot start CumulusMX

Posted: Sun 15 Apr 2018 10:20 am
by steve
Looks like the version of Mono you are using - see other posts on the forum about compatibility with the USB component which MX uses.

Re: cannot start CumulusMX

Posted: Sun 15 Apr 2018 12:31 pm
by stef942
i have to downgrade mono in order to get cumulus working
i used these post :

Code: Select all

sudo apt-get purge mono-devel

echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.0.5 main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list 

sudo apt-get update

sudo aptitude install mono-complete=4.0.5.1-0xamarin1
and then

Code: Select all

In order to fix dependencies, aptitude must be used to install mono:
$ sudo aptitude install mono-complete=4.0.5.1-0xamarin1

Then you will get a proposal from aptitude to solve the dependencies:

Keep the following packages at their current version:
1) Do NOT accept this solution, when that would install the current version of mono(4.6.2) which has errors (as documented by SpaceHiker).
Respond with "n"

2) Accept the next solution from aptitude to install mono version 4.0.5 with this warning:
Respond with "Y"

3) At the next prompt:
Respond with "Y"

4) At the last prompt:
Do you want to ignore this warning and proceed anyway?
To continue, enter "yes"; to abort, enter "no":
Respond "yes"

Now mono-complete 4.0.5 will be installed.

In order to protect this old mono version (4.0.5) from future upgrades:
$ sudo apt-mark hold mono-runtime mono-complete

How to show the current Installed version:
$ mono --version
from scilab and RunningEv big thanks to them!!

SOLVED but now an other problem

Posted: Tue 24 Apr 2018 4:43 pm
by stef942
this morning had a power failure, i restart cumulusmx via putty but when i close putty session, cumulusmx stop working :?

Re: cannot start CumulusMX

Posted: Wed 25 Apr 2018 3:49 pm
by philpugh
Have a look at this srript for auto start stop of CumulusMX - I use it with my Pi and weathrstion. We have power-outs here during bad weather!

https://cumulus.hosiene.co.uk/viewtopic.php?f=27&t=13767

Re: cannot start CumulusMX

Posted: Thu 26 Apr 2018 3:00 am
by stef942
thanks, installed and working

Re: cannot start CumulusMX

Posted: Sun 06 May 2018 11:00 pm
by ExperiMentor
For a much easier method (no script, and will restart cumulus after any power outage ... it starts it on every reboot) see:

https://cumulus.hosiene.co.uk/viewtopic.p ... &start=396

Re: cannot start CumulusMX

Posted: Tue 08 May 2018 8:40 pm
by stef942
not working for me, as soon as i reboot, Cumulus stop sending data

Re: cannot start CumulusMX

Posted: Sat 12 May 2018 8:57 pm
by ExperiMentor
stef942 wrote:not working for me, as soon as i reboot, Cumulus stop sending data
It works fine for me. Suggest you check the file and directory names - some people call the directory 'Cumulus', others call it 'CumulusMX' and they obviously need to match what you called them on your system!

Re: cannot start CumulusMX

Posted: Sun 13 May 2018 2:31 pm
by stef942
thanks that was the reason my folder is CumulusMX, now it works :P