BETA of OpenEMM 25.04 now available!

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

maschoff
Site Admin
Posts: 2641
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

BETA of OpenEMM 25.04 now available!

Post by maschoff »

We just published the first BETA version of OpenEMM 25.04.

Please have a look at our OpenEMM Wiki (https://wiki.openemm.org) with
* videos
* a Factsheet with all new and improved features
* a new and improved Install&Admin Guide (EN only)

You can upgrade your OpenEMM version with your OpenEMM Maintenance Tool OMT. First step is upgrading the frontend runtime to a 25.04 release. Please be aware that OMT was renamed to OST (OpenEMM Support Tool) with version 25.04 to reflect its increasing scope. You can also use OST to install the completely revised new user documentation for OpenEMM 25.04 (EN and DE).

We put a LOT of work into this new release and we hope that you will enjoy the new version. As usual, we are ready to fix any bugs you find and report here!
OpenEMM Maintainer
JuergenB
Posts: 160
Joined: Thu Dec 05, 2019 9:03 pm

Re: BETA of OpenEMM 25.04 now available!

Post by JuergenB »

When will there be a runtime version that allows a scratch installation with Python 3.11 on AlmaLinux 9.5?

kind regards
maschoff
Site Admin
Posts: 2641
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: BETA of OpenEMM 25.04 now available!

Post by maschoff »

OpenEMM Maintainer
maschoff
Site Admin
Posts: 2641
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: BETA of OpenEMM 25.04 now available!

Post by maschoff »

Today we have published a new (and probably the last) BETA version of OpenEMM 25.04: 25.04.000.100 !
OpenEMM Maintainer
JuergenB
Posts: 160
Joined: Thu Dec 05, 2019 9:03 pm

Re: BETA of OpenEMM 25.04 now available!

Post by JuergenB »

Almalinux 8.10 has switched to Python3.11 as default version.
Almalinux 9.5 still has Python3.9.12 as the default.

Even with an installation of Python 3.11 as recommended in your admin guide, Python 3.9.12 will be the default version.

so ...

Code: Select all

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
or the runtime will need to call python3.11

But why does the runtime installer still tries to installs java-11-openjdk

Code: Select all

Install a JAVA environment by command 'yum install java-11-openjdk java-11-openjdk-devel'
Do you want to install a JAVA environment now? (N/y, Blank => Cancel):
the installer option 5. Install or update package from AGNITAS Website behaves strangely,
it relies on US locales installed, with US missing and with DE locales installed, it keeps failing.

Code: Select all

/home/openemm/scripts/config.sh: Zeile 85: Warnung: setlocale: LC_ALL: Kann die Regionseinstellungen nicht ändern (en_US.UTF-8).
maschoff
Site Admin
Posts: 2641
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: BETA of OpenEMM 25.04 now available!

Post by maschoff »

We will have a look at the AlmaLinux 9 issues. We ourselves still prefer to use AlmaLinux 8.
OpenEMM Maintainer
JuergenB
Posts: 160
Joined: Thu Dec 05, 2019 9:03 pm

Re: BETA of OpenEMM 25.04 now available!

Post by JuergenB »

I tried the installation under AlmaLinux 9.6 today. AL 9.6 was installed from scratch and Admin Guide 1.0.1 was used.
Using Pyhton3.11 the current version can be installed, but the installation of the package ‘openemm-code-25.04.000.124.tar.gz’ fails.

Code: Select all

tar (child): /tmp/Emm_2025-06-21_12-10-51/openemm-code-25.04.000.124: Cannot read: Is a directory
tar (child): At beginning of tape, quitting now
tar (child): Error is not recoverable: exiting now

gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Can you provide further assistance here?
maschoff
Site Admin
Posts: 2641
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: BETA of OpenEMM 25.04 now available!

Post by maschoff »

What did you do to get this error message?
OpenEMM Maintainer
JuergenB
Posts: 160
Joined: Thu Dec 05, 2019 9:03 pm

Re: BETA of OpenEMM 25.04 now available!

Post by JuergenB »

For AlamaLinux 9.6 i installed python 3.12 and switched the version during installation of OpenEMM during the setup.

Code: Select all

sudo update-alternatives --set python3 /usr/bin/python3.12	# set to 3.12
sudo update-alternatives --set python3 /usr/bin/python3.9	# set to 3.9
For all installations of AlmaLinux modules i used 3.9 and before installation of OpenEMM i switch to 3.12
The installation with the runtime openemm-runtime-25.04.000.105.tar.gz installation was fine.

But OpenEMM still doesn´t work properly.
Post Reply