Yum update failing

I am typing yum clean all and then yum update. The detail of the failure follows:

—> Package yaml-cpp.x86_64 1:0.5.1-2.el7 will be an update
–> Running transaction check
—> Package libsecret.x86_64 0:0.18.6-1.el7 will be installed
—> Package py3libacl.x86_64 0:0.5.2-13.el7 will be installed
—> Package python3.x86_64 0:3.6.8-13.el7 will be installed
–> Processing Dependency: python3-libs(x86-64) = 3.6.8-13.el7 for package: python3-3.6.8-13.el7.x86_64
–> Processing Dependency: python3-pip for package: python3-3.6.8-13.el7.x86_64
—> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed
—> Package rdiff-backup.x86_64 0:2.0.5-2.el7 will be an update
–> Processing Dependency: python36-pyxattr for package: rdiff-backup-2.0.5-2.el7.x86_64
–> Running transaction check
—> Package python3-libs.x86_64 0:3.6.8-13.el7 will be installed
—> Package python3-pip.noarch 0:9.0.3-7.el7_7 will be installed
—> Package rdiff-backup.x86_64 0:2.0.5-2.el7 will be an update
–> Processing Dependency: python36-pyxattr for package: rdiff-backup-2.0.5-2.el7.x86_64
–> Finished Dependency Resolution
–> Running transaction check
—> Package kernel.x86_64 0:3.10.0-862.2.3.el7 will be erased
—> Package rdiff-backup.x86_64 0:2.0.5-2.el7 will be an update
–> Processing Dependency: python36-pyxattr for package: rdiff-backup-2.0.5-2.el7.x86_64
–> Finished Dependency Resolution
Error: Package: rdiff-backup-2.0.5-2.el7.x86_64 (sng-epel)
Requires: python36-pyxattr
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I saw this on another ticket and we are having the same problem.

Does anyone have any suggestions?

Regards!

I have the same issue on 5 machines… all others are fine.

—> Package rpmconf.noarch 0:1.0.22-1.el7 will be an update
–> Processing Dependency: python36-rpmconf for package: rpmconf-1.0.22-1.el7.noarch
–> Processing Dependency: python36-rpm for package: rpmconf-1.0.22-1.el7.noarch
–> Finished Dependency Resolution
–> Running transaction check
—> Package kernel.x86_64 0:3.10.0-862.9.1.el7 will be erased
—> Package rpmconf.noarch 0:1.0.22-1.el7 will be an update
–> Processing Dependency: python36-rpmconf for package: rpmconf-1.0.22-1.el7.noarch
–> Processing Dependency: python36-rpm for package: rpmconf-1.0.22-1.el7.noarch
–> Finished Dependency Resolution
Error: Package: rpmconf-1.0.22-1.el7.noarch (sng-epel)
Requires: python36-rpmconf
Error: Package: rpmconf-1.0.22-1.el7.noarch (sng-epel)
Requires: python36-rpm
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

First, run your update without letting it update the kernel.

yum update --exclude=kernel*

If that works, then run again without the exclusion.

yum update

I suspect you willhave to selectively downgrade or remove some things to get everything working.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.