Page 1 of 1

xi-5.11.3 install failure - ansible

Posted: Wed Nov 22, 2023 2:05 pm
by StevenBeauchemin
Error message is:

Code: Select all

Error:
 Problem: package nagiosxi-deps-el9-5.11.3-1.noarch requires ansible, but none of the providers can be installed
  - conflicting requests
  - nothing provides python3.9dist(ansible-core) >= 2.14.7 needed by ansible-1:7.7.0-1.el9.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Installing on 5.14.0-284.30.1.el9_2.x86_64

Please advise

Steve B

Re: xi-5.11.3 install failure - ansible

Posted: Tue Nov 28, 2023 2:06 pm
by bbahn
Hello StevenBeauchemin,

Can you detail what OS you're trying to install Nagios XI on?

There are a number of things you could try to work around this. You could try installing python 3.9 or higher then re-running the installer or you could install ansible manually (you may or may not need to use the --skip-broken or --nobest options). It is suggested to start with a freshly installed OS as this will minimize any potential issues during the install. For a list of supported operating systems, you can check https://www.nagios.com/products/nagios-xi/

Re: xi-5.11.3 install failure - ansible

Posted: Fri Jan 12, 2024 12:34 pm
by swolf
Hey Steve - hopefully you've been able to get this resolved, but we ran into this one again so I wanted to offer a more substantial solution.

When we ran into this issue, it was because we were using an AppStream repository from an older ISO (ours was CentOS-Stream-9-20230405.1) but mirroring a much newer version of EPEL. The issue should be fixable by using mirrors of AppStream and EPEL (and, for completeness, BaseOS too) that were available at the same time.

-Sebastian