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

Cumulus MX release 3.25.0 (build 3241) not working for me

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
jpsc
Posts: 179
Joined: Tue 23 Aug 2011 6:06 pm
Weather Station: Davis Vantage Vue, belfryboy USB
Operating System: Raspbian Bullseye
Location: Wye valley, Herefordshire, UK
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by jpsc »

Code: Select all

pi@WeatherServerB:~ $ sudo mono --version
Mono JIT compiler version 6.8.0.105 (Debian 6.8.0.105+dfsg-3.2 Mon Jul 12 07:04:24 UTC 2021)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
        TLS:
        SIGSEGV:       normal
        Notifications: epoll
        Architecture:  armel,vfp+hard
        Disabled:      none
        Misc:          softdebug
        Interpreter:   yes
        LLVM:          supported, not enabled.
        Suspend:       preemptive
        GC:            sgen (concurrent by default)
It's only been upgraded recently, but I'll get the latest mono
John Cooper

Cumulus 3 on RPi3 with SSD

http://weather.mountpleasanthouse.uk

Image
freddie
Posts: 2504
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: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by freddie »

You may need to twist your package manager's arm in order to get it to install a later version that the official one for your distro - if that is the case, them this guide may be useful.

I would try sudo apt update && sudo apt upgrade first though - it may pick up 6.12.
Freddie
Image
Nottub
Posts: 202
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by Nottub »

Ok, so I have run:

'sudo apt update'

'sudo apt full-upgrade'

then 'sudo apt install mono-complete'

and I get the message 'mono-complete is alrady the newest version (5.18.0.240+dfsg - 3+ deb10u1'

Thanks

Martyn
Image
water01
Posts: 3295
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by water01 »

David
Image
Barpm
Posts: 14
Joined: Tue 02 Jun 2020 8:44 pm
Weather Station: WMR200
Operating System: Raspberry OS buster

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by Barpm »

water01 wrote: Wed 26 Apr 2023 10:19 am Try following these instructions https://www.mono-project.com/download/s ... n-raspbian
Yes, I updated mono with those instructions.
Nottub
Posts: 202
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by Nottub »

Oh well, here goes :bash:
Image
Nottub
Posts: 202
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by Nottub »

Oh well, here goes :bash:
Image
Nottub
Posts: 202
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by Nottub »

Well I think its worked after a lot of 'MONO decompiling /usr/lib/mono/4.5 ............... (LLVM disabled due to missing SSE4.1) statements'.

Running 'mono --version' now gives:

Mono JIT compiler version 6.12.0.182 (tarball Tue Jun 14 22:53:32 UTC 2022)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp+hard
Disabled: none
Misc: softdebug
Interpreter: yes
LLVM: yes(610)
Suspend: preemptive
GC: sgen (concurrent by default)


Does this look OK? Hope these decompiling things are nothing to worry about?

Thanks

Martyn
Image
freddie
Posts: 2504
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: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by freddie »

Looks good - it shows mono can run and has upgraded to the correct version.
Freddie
Image
Nottub
Posts: 202
Joined: Fri 04 Dec 2020 4:35 pm
Weather Station: Davis VP2 (Cabled)
Operating System: RPi 4 (Bookworm)
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by Nottub »

Thanks everyone👍
Image
User avatar
jpsc
Posts: 179
Joined: Tue 23 Aug 2011 6:06 pm
Weather Station: Davis Vantage Vue, belfryboy USB
Operating System: Raspbian Bullseye
Location: Wye valley, Herefordshire, UK
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by jpsc »

Latest release 3.25.1 (build 3244) working on 64bit Bullseye for me with mono 6.8.0.105

During my trying to fix 3241 on 32bit Bullseye I lost my SSD, rebuilding on a new one gave me a chance to start from scratch and I tried running on the standard install mono before fiddling it, and it worked
John Cooper

Cumulus 3 on RPi3 with SSD

http://weather.mountpleasanthouse.uk

Image
freddie
Posts: 2504
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: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by freddie »

There are certain things that won't run under that version of mono (email is one, from memory) so it may be an idea to upgrade anyway.
Freddie
Image
User avatar
jpsc
Posts: 179
Joined: Tue 23 Aug 2011 6:06 pm
Weather Station: Davis Vantage Vue, belfryboy USB
Operating System: Raspbian Bullseye
Location: Wye valley, Herefordshire, UK
Contact:

Re: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by jpsc »

My system only runs Cumulus, and I have no need of email so I am happy with the default mono as installed
John Cooper

Cumulus 3 on RPi3 with SSD

http://weather.mountpleasanthouse.uk

Image
freddie
Posts: 2504
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: Cumulus MX release 3.25.0 (build 3241) not working for me

Post by freddie »

I didn't mean email in general - I meant email functions as used by Cumulus in its alarm functionality for example. But if you're happy sticking with the old version as you don't use that part of Cumulus then that is fine.
Freddie
Image
Post Reply