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

Search found 515 matches

by rogerthn
Thu 18 Apr 2024 11:52 am
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Maybe adding -lang en-US when starting CMX?
PS
It might be simplest to re-install the service?
sudo dotnet CumulusMX.dll -install -user <username> [-group <groupname>] [-port port_num] [-lang <lang-code>]
by rogerthn
Thu 18 Apr 2024 6:21 am
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

You might need to add the line LC_TIME=en_US.UTF-8 to /etc/default/locale, this can be done as below

Code: Select all

echo "LC_TIME=en_US.UTF-8" | sudo  tee --append /etc/default/locale
Please note --append to append to the file
and then

Code: Select all

sudo update-locale
by rogerthn
Wed 17 Apr 2024 4:56 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Have you tried sudo sed -i 's/%I/%l/g' /usr/share/i18n/locales/en_US ? Running bookworm :-) ls -l /usr/share/i18n/locales/en* From my bookworm, please note the timestamp on en_US :clap: ls -lrt /usr/share/i18n/locales/en* -rw-r--r-- 1 root root 2430 Feb 3 05:32 /usr/share/i18n/locales/en_ZW -rw-r--r...
by rogerthn
Wed 17 Apr 2024 2:48 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Whoops, your first try did have user and not usr
Screenshot 2024-04-17 164103.png
If

Code: Select all

sudo sed -i 's/%I/%l/g' /usr/share/i18n/locales/en_US
is failing please show me output from the commands below?

Code: Select all

cat /etc/os-release
and

Code: Select all

ls -l /usr/share/i18n/locales/en*
by rogerthn
Wed 17 Apr 2024 1:41 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

There are spaces.
I normally use SELECT ALL, Copy and Paste.
Screenshot 2024-04-17 154003.png
by rogerthn
Wed 17 Apr 2024 12:58 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

I "need" to see that you are happy with

Code: Select all

LC_ALL=en_US.utf8 date
What you could do before the final step is to show me the contents of your /etc/default/locale i.e.

Code: Select all

cat /etc/default/locale
by rogerthn
Wed 17 Apr 2024 11:20 am
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Can you please post the exact commands i would need to enter to get 12hr AM PM time here in florida it's 6:59am. I don't understand what you mean by "uncommon" . My apologies for all the questions juts trying to get this fixed once and for all. Appreciate all the help. Please try sudo sed...
by rogerthn
Wed 17 Apr 2024 10:03 am
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Sorry but I'm not able to find a LC_TIME without leading zero for hour.
by rogerthn
Wed 17 Apr 2024 8:22 am
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Do you get AM/PM with the command below?

Code: Select all

LC_ALL=en_US.utf8 date
by rogerthn
Tue 16 Apr 2024 6:00 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Adrianwx23 wrote: Tue 16 Apr 2024 5:47 pm So what do you want me to do? How and were do i add en_US.utf8 ?
Execute sudo dpkg-reconfigure locales
Arrow down to en_US.UTF-8 UTF-8
Select with Space
Press enter
Press enter again

To "verify" run

Code: Select all

LC_ALL=en_US.utf8 date
by rogerthn
Tue 16 Apr 2024 5:26 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

OK, you are missing en_US.utf8 Demonstration below LC_ALL=en_GB.utf8 date Tue 16 Apr 19:19:21 CEST 2024 LC_ALL=en_US.utf8 date Tue Apr 16 07:19:30 PM CEST 2024 I do think that you need to add en_US.utf8, as a starting point sudo dpkg-reconfigure locales Leaving en_GB.utf8 as default should be OK
by rogerthn
Tue 16 Apr 2024 4:34 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Adrianwx23 wrote: Tue 16 Apr 2024 4:32 pm So you want me to type the command "locale" ?
Yes please ;-)
by rogerthn
Tue 16 Apr 2024 4:22 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 55
Views: 933

Re: New help fixing time from UTC to my local time in Florida

Yes, time zone is one part. Can you please tell me what the command locale returns My CumulusMX bullseye have LANG=en_GB.UTF-8 LANGUAGE= LC_CTYPE="en_GB.UTF-8" LC_NUMERIC="en_GB.UTF-8" LC_TIME="en_GB.UTF-8" LC_COLLATE="en_GB.UTF-8" LC_MONETARY="en_GB.UTF-...