Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.1 (build 4023) - 16 May 2024

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

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

Instructions: The Quick Easy Cumulus MX Linux Installation and Running as a Service

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. 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).

Moderator: mcrossley

User avatar
ConligWX
Posts: 1657
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 24.04 LTS
Location: Bangor, NI
Contact:

Re: Instructions: The Quick Easy Cumulus MX Linux Installation and Running as a Service

Post by ConligWX »

Traumaster wrote: Tue 07 May 2024 2:04 pm Hello,

I'm getting a bit desperate about getting CumulusMX to run on Ubuntu 24.04. I have previously managed to get it to function properly on Debian system, but I have since then, for a number of reasons, reinstalled my server completely. Despite following the instructions to the letter, I'm now running into an annoying problem, namely Mono doesn't seem to recognise the executables as valid CIL image.

Now, I do understand that I may have missed something quite trivial here, but after tracing every step back, I still cannot find the cause of this problem. Any help would be greatly appreciated.

Install dotnet

Code: Select all

apt install dotnet-sdk-8.0
you do not need mono with CMX v4

Install MX as a service with

Code: Select all

dotnet CumulusMX.dll -install -user cmx
cmx being the name of the user, this maybe something else in your case.
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
Traumaster
Posts: 2
Joined: Tue 07 May 2024 1:47 pm
Weather Station: WH1080
Operating System: Ubuntu 24.04 LTS

Re: Instructions: The Quick Easy Cumulus MX Linux Installation and Running as a Service

Post by Traumaster »

ConligWX wrote: Tue 07 May 2024 8:59 pm
Traumaster wrote: Tue 07 May 2024 2:04 pm Hello,

I'm getting a bit desperate about getting CumulusMX to run on Ubuntu 24.04. I have previously managed to get it to function properly on Debian system, but I have since then, for a number of reasons, reinstalled my server completely. Despite following the instructions to the letter, I'm now running into an annoying problem, namely Mono doesn't seem to recognise the executables as valid CIL image.

Now, I do understand that I may have missed something quite trivial here, but after tracing every step back, I still cannot find the cause of this problem. Any help would be greatly appreciated.

Install dotnet

Code: Select all

apt install dotnet-sdk-8.0
you do not need mono with CMX v4

Install MX as a service with

Code: Select all

dotnet CumulusMX.dll -install -user cmx
cmx being the name of the user, this maybe something else in your case.
Thank you very much. This did produce some results, but I still don't seem to be able to actually start the service. The directory is included in the $PATH-variable, but I still get the error message CumulusMX.service isn't found.
User avatar
mcrossley
Posts: 12885
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Instructions: The Quick Easy Cumulus MX Linux Installation and Running as a Service

Post by mcrossley »

You must sudo the install command. See if that makes a difference.
freddie
Posts: 2498
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Instructions: The Quick Easy Cumulus MX Linux Installation and Running as a Service

Post by freddie »

Also, Linux is case sensitive so CumulusMX.service != cumulusmx.service.
Freddie
Image
Post Reply