centreon / centreon-archived

Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge.
https://www.centreon.com
GNU General Public License v2.0
574 stars 240 forks source link

CentOS6 RPM Problem #2016

Closed centreon closed 9 years ago

centreon commented 10 years ago

Author Name: Florian Asche (Florian Asche) Original Redmine Issue: 5855, https://forge.centreon.com/issues/5855 Original Date: 2014-10-03


nagios-plugins = 1.4.16-10.el6 is needed by (installed) nagios-plugins-perl-1.4.16-10.el6.x86_64
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
nagios-plugins-perl-1.4.16-10.el6.x86_64 has missing requires of nagios-plugins = ('0', '1.4.16', '10.el6')
centreon commented 10 years ago

Original Redmine Comment Author Name: Florian Asche (Florian Asche) Original Date: 2014-10-02T22:22:41Z


monitoring:/etc/yum.repos.d# yum update nagios-plugins
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.beyondhosting.net
 * extras: mirror.beyondhosting.net
 * updates: mirror.beyondhosting.net
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package nagios-plugins.x86_64 0:1.4.16-6.el6 will be updated
---> Package nagios-plugins.x86_64 0:1.4.16-7.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================
 Package                                Arch                           Version                               Repository                                 Size
=============================================================================================================================================================
Updating:
 nagios-plugins                         x86_64                         1.4.16-7.el6                          ces-standard-deps                         1.5 M

Transaction Summary
=============================================================================================================================================================
Upgrade       1 Package(s)

Total size: 1.5 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
nagios-plugins = 1.4.16-10.el6 is needed by (installed) nagios-plugins-perl-1.4.16-10.el6.x86_64
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
nagios-plugins-perl-1.4.16-10.el6.x86_64 has missing requires of nagios-plugins = ('0', '1.4.16', '10.el6')
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2014-10-03-00-22chjTTU.yumtx
centreon commented 10 years ago

Original Redmine Comment Author Name: Florian Asche (Florian Asche) Original Date: 2014-10-02T22:25:47Z


Installed Packages
Name        : nagios-plugins-perl
Arch        : x86_64
Version     : 1.4.16
Release     : 10.el6
Size        : 2.0 k
Repo        : installed
From repo   : epel
Summary     : Nagios plugins perl dep.
URL         : http://nagiosplug.sourceforge.net/
License     : GPLv2+
Description : Perl dep for nagios plugins.  This is *NOT* an actual plugin it simply provides
            : utils.pm

Package is installed from epel.

I removed it without dependencies and installed it back from CES Repository.

Now update works fine.

Ticket could be closed.