YUM Update failing?

3 posts / 0 new
Last post
#1 Wed, 05/10/2017 - 10:09
DoubleSpeed

YUM Update failing?

I have an update which keeps failing details:

Now updating java-1.7.0-openjdk .. Installing package(s) with command /usr/bin/yum -y install java-1.7.0-openjdk .. Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * rpmforge: mirror.nl.leaseweb.net http://mirror.centos.org/centos/6/SCL/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Trying other mirror. To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

Resolving Dependencies --> Running transaction check ---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.121-2.6.8.1.el6_8 will be updated ---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.141-2.6.10.1.el6_9 will be an update --> Processing Dependency: nss(x86-64) >= 3.28.4 for package: 1:java-1.7.0-openjdk-1.7.0.141-2.6.10.1.el6_9.x86_64 --> Finished Dependency Resolution Error: Package: 1:java-1.7.0-openjdk-1.7.0.141-2.6.10.1.el6_9.x86_64 (updates) Requires: nss(x86-64) >= 3.28.4 Installed: nss-3.21.0-0.3.el6_7.x86_64 (@/nss-3.21.0-0.3.el6_7.x86_64) nss(x86-64) = 3.21.0-0.3.el6_7 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest .. install failed!

Can anyone advise how I fix this issue?

Fri, 05/12/2017 - 04:50
Joe
Joe's picture

It's a 404 error. That file is gone.

You'll need to figure out where that repository has moved to and update the baseurl or mirrorlist, as it doesn't exist on that URL anymore. After you update the repo configuration, you'll probably need to run "yum clean all" to force and update of all metadata and such.

--

Check out the forum guidelines!

Fri, 05/12/2017 - 04:50
Joe
Joe's picture

Note this isn't a Virtualmin repo failing. It's a CentOS 6 SCL repo. Maybe there's a new one and the 1.7.0 one has been retired?

--

Check out the forum guidelines!

Topic locked