Feedback for 21.04/21.10 with CentOs 8 Stream and CentOs 8

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

JuergenB
Posts: 140
Joined: Thu Dec 05, 2019 9:03 pm

Feedback for 21.04/21.10 with CentOs 8 Stream and CentOs 8

Post by JuergenB »

Some Feedback

i tried to upgrade a 21.04 running on CentOs 8 Stream and got errors.
System Status had errors.

After reinstalling a CentOs 8.5.2111 from vault repo, i tried the installation with runtime 21.04.099

openemm-runtime-21.04.100.tar.gz - gives strange error at startup and installing tomcat-native.
openemm-runtime-21.04.099.tar.gz - was fine.

I had to upgrade pip with

Code: Select all

python3 -m pip install --upgrade setuptools==60.2.0
and use

Code: Select all

pip install py3dns xlrd xlwt
for all other modules

looks like 8.5.2111 uses python 3

Code: Select all

# pip -V
# pip 22.0.3 from /usr/local/lib/python3.8/site-packages/pip (python 3.8)
  • 21.04 was running fine.
    The upgrade to 21.10.108 was fine.
    No System Status errors at all.
Running now
  • OpenEMM Runtime Version: 21.10.044
    OpenEMM Version: 21.10.000.108
Not shure if this will work in production, but my plan is to backup from CentOS 8 Stream and migrate to CentOS 8.5.2111.
And then upgrade the 21.04 at 8.5.2111 to 21.10

Later on i will migrate to almalinux ...