Hi !
First topic here, feel free to help me format / edit things or give feedback !
I’m new to centreon, but i’ve seen that there are quite a few topics related / with similar issues, but yet I can’t get my head around this issue !
I’m trying to install a new server with local database, following the “using package” doc https://docs.centreon.com/docs/installation/installation-of-a-central-server/using-packages/
The final aim would be to migrate from a 20.10 on our old infra to this new server
I’ve seen another post do it, I run an Oracle Linux Server 8.9, with ARM proc
# cat /etc/*release |grep NAME
NAME="Oracle Linux Server"
PRETTY_NAME="Oracle Linux Server 8.9"
CPE_NAME="cpe:/o:oracle:linux:8:9:server"
# uname -m
aarch64
# uname -r
5.15.0-203.146.5.1.el8uek.aarch64
I feel like I’ve followed every step of the doc, here is what I’ve “adapted” :
- End of step 1 : I tried with 23.10 and 24.04 (either one would be good for me)
- dnf module php : I tried with remi-8.1 and remi-8.0
- Once I’ve downloaded the repo, i have to edit the /etc/yum.repos.d/centreon-24.04.repo (I replace “$basearch” by “noarch” to force the use of “noarch” install (since there is no aarch64 folder)
After that, I start step 2, and get the following errors :
# dnf install -y centreon
Last metadata expiration check: 0:29:12 ago on Fri 23 Feb 2024 10:48:35 AM GMT.
Error:
Problem: package centreon-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable requires centreon-central = 24.04.0-1707818318.9b5babc.el8, but none of the providers can be installed
- cannot install the best candidate for the job
- nothing provides centreon-broker-cbd >= 24.04 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable
- nothing provides centreon-broker-cbd < 24.10 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable
- nothing provides centreon-auto-discovery-server >= 24.04 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable
- nothing provides centreon-auto-discovery-server < 24.10 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable
- nothing provides centreon-license-manager >= 24.04 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable
- nothing provides centreon-pp-manager >= 24.04 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable
- nothing provides centreon-license-manager < 24.10 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable
- nothing provides centreon-pp-manager < 24.10 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable
- nothing provides centreon-broker-cbd >= 24.04 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable-noarch
- nothing provides centreon-broker-cbd < 24.10 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable-noarch
- nothing provides centreon-auto-discovery-server >= 24.04 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable-noarch
- nothing provides centreon-auto-discovery-server < 24.10 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable-noarch
- nothing provides centreon-license-manager >= 24.04 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable-noarch
- nothing provides centreon-pp-manager >= 24.04 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable-noarch
- nothing provides centreon-license-manager < 24.10 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable-noarch
- nothing provides centreon-pp-manager < 24.10 needed by centreon-central-24.04.0-1707818318.9b5babc.el8.noarch from centreon-24.04-stable-noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
With the --nobest option, I feel like I get even more errors, and if I use “skip-broken”, it feels like nothing is done and centreon doesn’t install.
I can provide other informations if needed, feel free to ask =)
Thank you for your time, hope to get in touch !