Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.0 (build 4022) - 11 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

Search found 5037 matches

by HansR
Wed 15 May 2024 8:01 pm
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 676

Re: How to start CumulusMX with dotnet in linux

I tried the command systemctl start cumulusmx.service, but it didn't start or run cumulusmx in a web browser. Is it supposed to do. thanks No it does not run in the browser. CMX runs on your linux/unix machine. To access it you have to go to your browser and enter http://<ip-address of your CMX mac...
by HansR
Wed 15 May 2024 3:39 pm
Forum: Cumulusutils
Topic: CustomLogs as module
Replies: 88
Views: 14560

Re: CustomLogs as module

OK.

That means that I have now two issues which disappear when compiling without optimisation. I will publish non-optimised from now on until I know whats going on or I am certain the problem has disappeared.
by HansR
Wed 15 May 2024 3:36 pm
Forum: Cumulus MX version 4
Topic: CumulusMX v4 updating
Replies: 17
Views: 493

Re: CumulusMX v4 updating

So start it from the commandline and post the output (screenshot). There must be a reason why there is no v4 logfile.
by HansR
Wed 15 May 2024 3:14 pm
Forum: Cumulus MX version 4
Topic: CumulusMX v4 updating
Replies: 17
Views: 493

Re: CumulusMX v4 updating

I understand you had a message like the above but the fact is that in that directory there is no v4 logfile. Or I missed it.

That is something you have to invesstigate.
Do you have accidentally created two directory trees for CMX?
by HansR
Wed 15 May 2024 2:35 pm
Forum: Cumulus MX version 4
Topic: Cannot start CMX
Replies: 6
Views: 92

Re: Cannot start CMX

So your current CMX does not start because the dotnet environment is incomplete and because your data conversion has not been done.
by HansR
Wed 15 May 2024 2:34 pm
Forum: Cumulus MX version 4
Topic: Cannot start CMX
Replies: 6
Views: 92

Re: Cannot start CMX

Indeed, InstallCMX.exe only installs. And you probably overwrote your CMX v3 by doing that. That in itself is not a major issue but I would rename the data directory to datav3 and run the conversion first.

Read the link given in the post above very well, continue step by step.
by HansR
Wed 15 May 2024 1:39 pm
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 676

Re: How to start CumulusMX with dotnet in linux

Your MXdiags shows a ServiceConsoleLog.txt and a ServiceConsoleLog-Old.txt . The latter is from the first run which apparently has not been stopped so you are likely running two CMX instances at the same time. And indeed the two logfiles are both updating. CMX (the 2nd instance) tried to stop the fi...
by HansR
Wed 15 May 2024 1:08 pm
Forum: Cumulusutils
Topic: CustomLogs as module
Replies: 88
Views: 14560

Re: CustomLogs as module

Hi, I found an issue in another module which set me on the track of an optimisation error in the compiler. Therefore I created a version without optimisation. It makes CUtils slightly larger and slower (but not as much as I had feared) and has timing data in its logfile. Though I am not sure I actua...
by HansR
Wed 15 May 2024 12:36 pm
Forum: Cumulus MX version 4
Topic: CumulusMX v4 updating
Replies: 17
Views: 493

Re: CumulusMX v4 updating

I am uploading my MXdiags as CMX 4 requested when I tried to run it first time after converting CMX3 to XMX4 from 3283 on RPi. I am confused by the times in (and of) your logfiles: you seem to have run the conversion twice on 14th of May, the second one ran successfully Your ServiceConsoleLogs do n...
by HansR
Tue 14 May 2024 12:17 pm
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 676

Re: How to start CumulusMX with dotnet in linux

Maybe it could be explained what square brackets mean.
You're OK now, don't worry be happy.
Just remove the brackets in your commandline.
by HansR
Tue 14 May 2024 11:23 am
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 676

Re: How to start CumulusMX with dotnet in linux

Don't use the square brackets: they indicate optional arguments. When you use the argument you do not write the [ ]

And note my previous remark on the ownership of the files (root or other) with regard to the use of sudo.
by HansR
Tue 14 May 2024 8:12 am
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 676

Re: How to start CumulusMX with dotnet in linux

Ok thanks , but I hit my first problem Using Migratedata3to4 returns MuigrateData3to4: command not found. What does the dotnet --info command show (screenshot please)? What does ls -al Migr* in the CumulusMX directory show (screenshot please)? Do you execute MigrateData3to4 in the CumulusMX directo...
by HansR
Tue 14 May 2024 5:00 am
Forum: Cumulusutils
Topic: CumulusUtils - Release Topic
Replies: 207
Views: 188480

Re: CumulusUtils - Release Topic

Some additional users and modifications have entered the UserMap of CumulusUtils . If you are on the UserMap of CUtils, either when using modules or the full website, please enter your URL in the Website parameter (section Maps ) to the pwsFWI page (for modules preferred) or to your CUtils website. ...
by HansR
Mon 13 May 2024 7:17 pm
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 676

Re: How to start CumulusMX with dotnet in linux

The need to use sudo depends on the ownership of the CMX drectory/file structure. If that ownership is root and you are logged in as pi (or whatever owner you use for CMX) you will need to use sudo . If that ownership is pi and you are logged in as pi (or whatever owner you use for CMX) you don't ne...