Yum update failed
-
@scottalanmiller said in Yum update failed:
kernel-3.10.0-862.2.3.el7.x86_64 requires linux-firmware >= 20180113-61
Grr...
-
Have you tried getting linux-firmware manually and installing it first?
https://pkgs.org/download/linux-firmware
or
https://centos.pkgs.org/7/centos-x86_64/linux-firmware-20180220-62.git6d51311.el7.noarch.rpm.html -
I was able to correct this on a few of my instances that were having issues by running:
yum clean all
rm -rf /var/cache/yumand then attempting the update again.
I think the cause of this was initially having a network connectivity issue on my end, so this may not help everyone, but worth a shot?
-
@baslugger48 said in Yum update failed:
I was able to correct this on a few of my instances that were having issues by running:
yum clean all
rm -rf /var/cache/yumand then attempting the update again.
I think the cause of this was initially having a network connectivity issue on my end, so this may not help everyone, but worth a shot?
I did that this morning right after I posted. Same result.
Then I did
--skip-broken
.I just did it again and now there are 230 updates and no conflicts.
-
Dependencies Resolved ================================================================================================================================== Package Arch Version Repository Size ================================================================================================================================== Updating: kernel-tools x86_64 3.10.0-862.2.3.el7 updates 6.2 M kernel-tools-libs x86_64 3.10.0-862.2.3.el7 updates 6.1 M krb5-libs x86_64 1.15.1-19.el7 updates 747 k python-perf x86_64 3.10.0-862.2.3.el7 updates 6.2 M tzdata noarch 2018e-3.el7 updates 482 k Skipped (dependency problems): kernel x86_64 3.10.0-862.2.3.el7 updates 46 M selinux-policy noarch 3.13.1-192.el7_5.3 updates 453 k selinux-policy-targeted noarch 3.13.1-192.el7_5.3 updates 6.6 M Transaction Summary ================================================================================================================================== Upgrade 5 Packages Skipped (dependency problems) 3 Packages Total download size: 20 M Is this ok [y/d/N]: y Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
-
-
I have 4 CentOS 7 servers at this location that I want to migrate to Fedora, just not high on my priority list.
-
@jaredbusch said in Yum update failed:
I have 4 CentOS 7 servers at this location that I want to migrate to Fedora, just not high on my priority list.
But a little higher on that list now
I truly find fedora updates more reliable than CentOS ones.
-
Can you upgrade to policycoreutils >= 2.5-18?
-
@obsolesce it ran this afternoon. I noted that.