Is anyone else seeing this ?
John
[root@maui ~]# yum update Loaded plugins: refresh-packagekit Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package PackageKit.x86_64 0:0.5.8-19.el6 will be updated ... ---> Package xorg-x11-drv-xgi.x86_64 0:1.6.0-7.el6_1.1 will be an update --> Running transaction check ---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be installed http://mirror.centos.org/centos/6/cr/x86_64/repodata/21176588c0c317c0b6933f0...: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror. Error: failure: repodata/21176588c0c317c0b6933f0c0d113263fbb2ff3f6f7bff60cbdff730a38c1db4-filelists.sqlite.bz2 from cr: [Errno 256] No more mirrors to try. You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Am 11.12.2011 13:22, schrieb John Austin:
Is anyone else seeing this ?
John
[root@maui ~]# yum update Loaded plugins: refresh-packagekit Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package PackageKit.x86_64 0:0.5.8-19.el6 will be updated ... ---> Package xorg-x11-drv-xgi.x86_64 0:1.6.0-7.el6_1.1 will be an update --> Running transaction check ---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be installed http://mirror.centos.org/centos/6/cr/x86_64/repodata/21176588c0c317c0b6933f0...: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror. Error: failure: repodata/21176588c0c317c0b6933f0c0d113263fbb2ff3f6f7bff60cbdff730a38c1db4-filelists.sqlite.bz2 from cr: [Errno 256] No more mirrors to try. You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
yum clean all && yum upgrade
On Sun, 2011-12-11 at 13:28 +0100, Reindl Harald wrote:
Am 11.12.2011 13:22, schrieb John Austin:
Is anyone else seeing this ?
John
[root@maui ~]# yum update Loaded plugins: refresh-packagekit Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package PackageKit.x86_64 0:0.5.8-19.el6 will be updated ... ---> Package xorg-x11-drv-xgi.x86_64 0:1.6.0-7.el6_1.1 will be an update --> Running transaction check ---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be installed http://mirror.centos.org/centos/6/cr/x86_64/repodata/21176588c0c317c0b6933f0...: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror. Error: failure: repodata/21176588c0c317c0b6933f0c0d113263fbb2ff3f6f7bff60cbdff730a38c1db4-filelists.sqlite.bz2 from cr: [Errno 256] No more mirrors to try. You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
yum clean all && yum upgrade
This was all that was needed
Thanks
John
Am 11.12.2011 13:59, schrieb John Austin:
On Sun, 2011-12-11 at 13:28 +0100, Reindl Harald wrote:
yum clean all && yum upgrade
This was all that was needed
Thanks John
this is generally the first thing to try if anything seemes to be messed up with yum on fedora/centos
the hardcore-version is "rm -rf /var/cache/yum/*"
Hi,
Is anyone else seeing this ? [...] --> Running transaction check ---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be installed http://mirror.centos.org/centos/6/cr/x86_64/repodata/21176588c0c317c0b6933f0...: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror. Error: failure: repodata/21176588c0c317c0b6933f0c0d113263fbb2ff3f6f7bff60cbdff730a38c1db4-filelists.sqlite.bz2 from cr: [Errno 256] No more mirrors to try.
I don't know whether it relates to the same problem, but I couldn't properly upgrade a system running 6.0 + CR that wasn't at the latest patch level when 6.1 came out. Lots of messages like the one you showed.
The solution was to temporarily disable the centos-release-cr repo, then upgrade, then re-enable CR again:
yum remove centos-release-cr yum update yum install centos-release-cr
I assume the reason is that the CR repo for 6.0 has been pulled with release of 6.1 whith the catalog still in place.
Peter.