Hello
I installed a new poller from scratch :
latest alma 8.7, minimal install, no other package than the standard install
I then boot, do a dnf update and install centreon with the install script from the github
curl -L -s https://raw.githubusercontent.com/centreon/centreon/22.04.x/centreon/unattended.sh > install.sh
chmod +x install.sh
./install.sh install -t poller
(22.10.x and 22.04.x, i tried both)
Â
then I install the plugins, and for ease of use, I install all centreon plugins, as I usually don’t know what I will needÂ
dnf install "centreon-plugin*"
before installing the packages I see this : “downgrading perl-tiny-exporter”
(tried on alma 8.6 and 8.7, with a 22.04 and 22.10 install, fresh install each time)
Â
if I run the dnf transaction, all run fine, but next the dnf system is broken
you cannot run a dnf update/install anymore unless specifiying “--nobest”
Â
I’m not expert enough in linux to understand where ig goes wrong, but I guess one of the plugin packages has dependencies that requires a downgrade
is there a way to identify it ?
it there a way to fix this downgrade ?