Solved

Installation - new Centreon MAP Server - ALMA 8

  • 11 May 2023
  • 1 reply
  • 100 views

Userlevel 1
Badge +8

Hi,

 

I installed a new VM - ALMA 8 , standard

Manual:

https://docs.centreon.com/docs/22.04/graph-views/map-web-install/

 

I Have a issue, after

dnf install centreon-map-engine


Last metadata expiration check: 0:14:26 ago on Thu 11 May 2023 10:24:40 AM CEST.
Error:
 Problem: package centreon-map-engine-22.04.6-1.el7.noarch requires MariaDB-client, but none of the providers can be installed
  - cannot install the best candidate for the job
  - package MariaDB-client-10.1.48-1.el7.centos.x86_64 is filtered out by modular filtering
  - package MariaDB-client-10.2.34-1.el7.centos.x86_64 is filtered out by modular filtering
  - package MariaDB-client-10.2.37-1.el7.centos.x86_64 is filtered out by modular filtering
  - package MariaDB-client-10.3.23-1.el7.centos.x86_64 is filtered out by modular filtering
  - package MariaDB-client-10.3.25-1.el7.centos.x86_64 is filtered out by modular filtering
  - package MariaDB-client-10.4.17-1.el7.centos.x86_64 is filtered out by modular filtering
  - package MariaDB-client-10.5.15-1.el7.centos.x86_64 is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

 


[root@ tmp]# dnf install MariaDB-client*
Last metadata expiration check: 0:15:20 ago on Thu 11 May 2023 10:24:40 AM CEST.
All matches were filtered out by modular filtering for argument: MariaDB-client*
Error: Unable to find a match: MariaDB-client*

 

mhm, what can i do ?

 

Thanks

 

 

icon

Best answer by ahartung 11 May 2023, 11:00

View original

1 reply

Userlevel 1
Badge +8

i found it

 

install

curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash

 

and then

dnf install MariaDB-server MariaDB-client

Doku wrong ;)

Reply