Welcome to the Cumulus Support forum.

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

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 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 go in auto-off at 01:10

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

Post Reply
rchi
Posts: 39
Joined: Tue 02 May 2023 11:37 am
Weather Station: Fine Offset
Operating System: Raspberry 3+ and now RB 4+
Location: Italy
Contact:

Cumulus MX go in auto-off at 01:10

Post by rchi »

Greetings to everyone, I just installed the new version of cumulus mx, but it happens to me that at night, at 01.10, the program closing procedure starts, while the Raspberry remains turned on... Why?
freddie
Posts: 2482
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 go in auto-off at 01:10

Post by freddie »

Could you please zip up the MXdiags log file that captures the shutdown and attach it to a reply to this topic? You could perhaps attach /var/log/syslog too.
Freddie
Image
rchi
Posts: 39
Joined: Tue 02 May 2023 11:37 am
Weather Station: Fine Offset
Operating System: Raspberry 3+ and now RB 4+
Location: Italy
Contact:

Re: Cumulus MX go in auto-off at 01:10

Post by rchi »

Thanks for the reply, here is the part of the log that describes what happened.
I specify that it refers to the new station that I am preparing on a new Raspberry 4. Thanks
You do not have the required permissions to view the files attached to this post.
rchi
Posts: 39
Joined: Tue 02 May 2023 11:37 am
Weather Station: Fine Offset
Operating System: Raspberry 3+ and now RB 4+
Location: Italy
Contact:

Re: Cumulus MX go in auto-off at 01:10

Post by rchi »

Ah...for the other file I don't have a syslog file or var/log folders... why?
freddie
Posts: 2482
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 go in auto-off at 01:10

Post by freddie »

You should have a /var/log/ directory - it's standard on Linux and Pi's.
Freddie
Image
sutne
Posts: 383
Joined: Sun 14 Oct 2012 4:23 pm
Weather Station: HP2553 (WS80) and HP2564 (WS90)
Operating System: Raspbian Bullseye and Bookworm
Location: Rjoanddalen and Kronstad, Norway
Contact:

Re: Cumulus MX go in auto-off at 01:10

Post by sutne »

It is not on Bookworm anymore.
It uses journalctl, but I haven’t really figured it out.

Edit: maybe this command will show something:

Code: Select all

journalctl | grep cumulusmx
rchi
Posts: 39
Joined: Tue 02 May 2023 11:37 am
Weather Station: Fine Offset
Operating System: Raspberry 3+ and now RB 4+
Location: Italy
Contact:

Re: Cumulus MX go in auto-off at 01:10

Post by rchi »

Hi Freddie and thanks again for the help you are providing me because I really can't get out of it. To clarify things for you: I'm working on a new system installation with Cumulus MX, I'm setting up Cumulus and things seem to be going well. At the moment the only problem is that Cumulus is closed at non-fixed times.
This morning too it happened around 05:20, then I unlocked it this morning at 09:00.
What I detected from the new Cumulus log is that there is a loss of wireless connection between the raspberry and my router; So this should be the problem. I solved it by changing the network to 5G. I attach a part of the log file where I found many failed attempts to connect to the home network.

From here I understood that the problem is with my network or with the RB, but I think it depends on the Raspberry because in 3 years of operation of the weather station on the Raspberry 3+ it had never happened to me!
However, I attach the screenshot of the /var/log/ folder because the syslog file is not there, while I see some boot.logs.
I therefore have to do further tests, I will let you know how the situation evolves. Thanks thanks thanks.
Roberto
You do not have the required permissions to view the files attached to this post.
User avatar
rogerthn
Posts: 518
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: Cumulus MX go in auto-off at 01:10

Post by rogerthn »

Looks like bookworm, try

Code: Select all

sudo journalctl --since="2024-03-10 05:00:00"
Should show what happened this morning
Image
SamiS
Posts: 383
Joined: Sun 27 Feb 2011 5:13 pm
Weather Station: Ecowitt HP2551 & GW1100
Operating System: Raspberry Pi OS
Location: Kangasala, Finland

Re: Cumulus MX go in auto-off at 01:10

Post by SamiS »

rchi wrote: Sat 09 Mar 2024 7:20 pm Thanks for the reply, here is the part of the log that describes what happened.
I specify that it refers to the new station that I am preparing on a new Raspberry 4. Thanks
I don’t know if it is anyhow related to CumulusMX shutting down unexpectedly, but your station logger interval is 30min and in CMX settings you have 5 min. Normally they should be identical.
freddie
Posts: 2482
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 go in auto-off at 01:10

Post by freddie »

Looking at the log, Cumulus is receiving the TERM signal so is being requested to shut down. Is Cumulus running as a service, or is it started from the command line? If as a service then there should be clues in the system log - accessible via journalctl as @rogerthn suggests. If it's from the command line then I'm not sure - shutting down will need some sort of manual intervention, such as hitting ctrl+c or perhaps closing the terminal window, or closing down a vnc session etc etc.
Freddie
Image
User avatar
rogerthn
Posts: 518
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: Cumulus MX go in auto-off at 01:10

Post by rogerthn »

Maybe something in CumulusMX/MXdiags/ServiceConsoleLog.txt?
Image
rchi
Posts: 39
Joined: Tue 02 May 2023 11:37 am
Weather Station: Fine Offset
Operating System: Raspberry 3+ and now RB 4+
Location: Italy
Contact:

Re: Cumulus MX go in auto-off at 01:10

Post by rchi »

Here I am again! Sorry for the delay but I took some time to understand the reason for these senseless problems.
Then, I realized that a good part of them were due to the SD card which somehow wasn't making good contact in its slot :shock: . In any case I also preferred to change the Raspberry 4 with a new one and everything was fine. Now I just have to understand the reason for not seeing the Reports but this is another thing. I'll put up another post for this soon.
Thank you all so much for the suggestions and help you have given me. I hope to be able to reciprocate as soon as possible.
Roberto
Post Reply