Page 1 of 1

RHEL8 Fresh install error

Posted: Mon Jun 08, 2020 10:42 am
by marquetteu
Trying to install on a fresh installation of rhel8 and i get the following error:

Code: Select all

Nagios XI Installation Log
==========================
DATE: Mon Jun  8 10:34:27 CDT 2020

DISTRO INFO:
RedHatEnterprise
8.2
x86_64

THIS IS A NEW INSTALL!

INSTALLING:
full=5.7.0
major=5
minor=7.0
releasedate=2020-06-08
release=5700

Configuring Repos...
redhatenterprise8 is not currently supported. Please use one of the following distros:
  CentOS, RHEL, Oracle 6, 7, or 8
  Ubuntu 14, 16, 18, or 20 LTS
  Debian 8, 9, or 10
Not sure how to proceed.

thanks!

Re: RHEL8 Fresh install error

Posted: Mon Jun 08, 2020 10:48 am
by jomann
Hello,

Is this a installation on a local RHEL 8 system or on a cloud provider?

Can you provide the output of the following two commands?

Code: Select all

rpm -q redhat-release
rpm -q redhat-lsb-core
Edit: I actually believe you have the redhat-lsb-core pacakge installed and it causes an issue. You can edit init.sh on line 27 change:

Code: Select all

CentOS | RedHatEnterpriseServer | OracleServer | CloudLinux )
to this:

Code: Select all

CentOS | RedHatEnterpriseServer | RedHatEnterprise | OracleServer | CloudLinux )
It should work for you. We will update the install to fix this on RHEL with lsb installed.