Dependency problems

General support questions
Post Reply
AndresReyesDev
Posts: 2
Joined: 2021/07/06 12:57:48

Dependency problems

Post by AndresReyesDev » 2021/07/06 13:03:47

Hello everyone, new here:

I have a machine that I got up less than 1 week ago and when updating it I am getting the following warning and have not been able to update it completely.

Code: Select all

[root@srv ~]# yum update --skip-broken
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
 * EA4: 185.125.185.32
 * cpanel-plugins: 185.125.185.32
 * base: mirror.math.princeton.edu
 * extras: centos.mirror.constant.com
 * updates: mirrors.mit.edu
Resolving Dependencies
--> Running transaction check
---> Package grub2-tools.x86_64 1:2.02-0.81.el7.centos will be updated
--> Processing Dependency: grub2-tools = 1:2.02-0.81.el7.centos for package: 1:grub2-tools-extra-2.02-0.81.el7.centos.x86_64
--> Processing Dependency: grub2-tools = 1:2.02-0.81.el7.centos for package: 1:grub2-pc-2.02-0.81.el7.centos.x86_64
---> Package grub2-tools.x86_64 1:2.02-0.87.el7.centos.6 will be an update

Packages skipped because of dependency problems:
    1:grub2-tools-2.02-0.87.el7.centos.6.x86_64 from updates
While I have been able to update the rest of the system I am getting warnings every day and I do not know how to solve it, could someone give me a hand or guide me?

Thank you all very much for your time
Andrés Reyes Galgani

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Dependency problems

Post by TrevorH » 2021/07/06 13:18:33

What's the output from grep -ir exclud /etc/yum.* ?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

AndresReyesDev
Posts: 2
Joined: 2021/07/06 12:57:48

Re: Dependency problems

Post by AndresReyesDev » 2021/07/06 19:55:28

Hi!

Thanks for helping me.

The output is this:

Code: Select all

[root@srv ~]#  grep -ir exclud /etc/yum.*
/etc/yum.conf:exclude=dovecot* exim* filesystem nsd* p0f php* proftpd* pure-ftpd*
[root@srv ~]# 
Andrés Reyes Galgani

User avatar
jlehtone
Posts: 4523
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Dependency problems

Post by jlehtone » 2021/07/07 07:34:25

AndresReyesDev wrote:
2021/07/06 13:03:47
I have a machine that I got up less than 1 week ago and when updating it I am getting the following warning and have not been able to update it completely.

Code: Select all

 * cpanel-plugins: 185.125.185.32
Does that hint that the install includes "cpanel"?

cpanel (and couple other "management systems") replace significant portions of the OS packages and configuration to the extent that solutions for CentOS no longer apply.

Post Reply