Hi
If I run only thicommand (i had to run it in sudo otherwise i get the permission denied error)
Code: Select all
sudo rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm
I've got the error below
Code: Select all
[eca@ord01160 nagiosxi]$ sudo rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm
Récupération de https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm
curl: (7) Failed to connect to 2600:3c00::f03c:91ff:fedf:b821: Le réseau n'est pas accessible
erreur : https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm ignoré - échec du transfert
It works if i add a proxy and port to the command it's ok, see below (it says that it's already installed)
Code: Select all
[eca@ord01160 nagiosxi]$ sudo rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm --httpproxy proxy.synchrotron-soleil.fr --httpport 8080
[sudo] Mot de passe de eca :
Récupération de https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm
attention : /var/tmp/rpm-tmp.yZdiYu: Entête V4 RSA/SHA1 Signature, clé ID c62934a0: NOKEY
Préparation... ################################# [100%]
paquet nagios-repo-7-4.el7.noarch déjà installé
Command yum clean all is ok, see below:
Code: Select all
[eca@ord01160 nagiosxi]$ yum clean all
Modules complémentaires chargés : fastestmirror, langpacks
Nettoyage des dépôts : base centosplus extras nagios-base nagiosxi-deps updates
Cleaning up list of fastest mirrors
Other repos take up 268 M of disk space (use --verbose for details)
Command yum repolist gives this:
Code: Select all
[eca@ord01160 nagiosxi]$ yum repolist
Modules complémentaires chargés : fastestmirror, langpacks
Determining fastest mirrors
* base: centos-mirror.usessionbuddy.com
* centosplus: centos.crazyfrogs.org
* extras: centos-mirror.usessionbuddy.com
* updates: centos.crazyfrogs.org
nagios-base 100/100
nagiosxi-deps 31/31
id du dépôt nom du dépôt statut
base/7/x86_64 CentOS-7 - Base 10 072
centosplus/7/x86_64 CentOS-7 - Plus 93
extras/7/x86_64 CentOS-7 - Extras 468
nagios-base Nagios 100
nagiosxi-deps Nagios XI Dependencies 31
updates/7/x86_64 CentOS-7 - Updates 1 924
repolist: 12 688
sudo yum update gives some errors:
Code: Select all
Erreur : Paquet : qt5-qtwebkit-5.9.1-1.el7.x86_64 (@epel)
Requiert : qt5-qtbase(x86-64) = 5.9.2
Suppression : qt5-qtbase-5.9.2-3.el7.x86_64 (@base)
qt5-qtbase(x86-64) = 5.9.2-3.el7
Mis à jour par : qt5-qtbase-5.9.7-5.el7_9.x86_64 (updates)
qt5-qtbase(x86-64) = 5.9.7-5.el7_9
Disponible : qt5-qtbase-5.9.7-4.el7.x86_64 (base)
qt5-qtbase(x86-64) = 5.9.7-4.el7
Erreur : Paquet : qt5-qtwebkit-5.9.1-1.el7.x86_64 (@epel)
Requiert : qt5-qtdeclarative(x86-64) = 5.9.2
Suppression : qt5-qtdeclarative-5.9.2-1.el7.x86_64 (@base)
qt5-qtdeclarative(x86-64) = 5.9.2-1.el7
Mis à jour par : qt5-qtdeclarative-5.9.7-1.el7.x86_64 (base)
qt5-qtdeclarative(x86-64) = 5.9.7-1.el7
Vous pouvez essayer d'utiliser --skip-broken pour contourner le problème
Vous pouvez essayer d'exécuter : rpm -Va --nofiles --nodigest
Then the command sudo yum install snmptt libmcrypt-devel freetds-devel shellinabox python-pip ansible
Gives me this:
Code: Select all
[eca@ord01160 nagiosxi]$ sudo yum install snmptt libmcrypt-devel freetds-devel shellinabox python-pip ansible
Modules complémentaires chargés : fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos-mirror.usessionbuddy.com
* centosplus: centos.crazyfrogs.org
* extras: centos-mirror.usessionbuddy.com
* updates: centos.crazyfrogs.org
Aucun paquet snmptt disponible.
Aucun paquet libmcrypt-devel disponible.
Aucun paquet freetds-devel disponible.
Aucun paquet shellinabox disponible.
Aucun paquet python-pip disponible.
Aucun paquet ansible disponible.
Erreur : Rien à faire
Best regards
Guillaume