For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this:
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set to be updated ---> Package xorg-x11-drv-qxl.i386 0:0.0.12-1.2.el5 set to be updated --> Running transaction check --> Processing Dependency: gmime = 2.2.10-5.el5.centos for package: gmime-sharp ---> Package java-1.6.0-openjdk.i386 1:1.6.0.0-1.7.b09.el5 set to be updated http://linux.mirrors.es.net/fedora-epel/5/i386/repodata/0a2db1a48154104f63a8...: [Errno 14] HTTP Error 404: Not Found Trying other mirror. http://www.muug.mb.ca/pub/epel/5/i386/repodata/0a2db1a48154104f63a8102265369...: [Errno 14] HTTP Error 404: Not Found Trying other mirror.
[...and about another thirty lines with some intended-to-be-helpful suggestions that don't work.]
At first I thought it might just be that the mirrors were busy with lotsa downloads but as time goes by this is a progressively less and less satisfactory situation. Does anyone else have this problem? or a suggestion?
TIA,
Dave
On Thu, 2010-05-20 at 11:18 -0700, Dave Stevens wrote:
For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this:
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set to be updated ---> Package xorg-x11-drv-qxl.i386 0:0.0.12-1.2.el5 set to be updated --> Running transaction check --> Processing Dependency: gmime = 2.2.10-5.el5.centos for package: gmime-sharp ---> Package java-1.6.0-openjdk.i386 1:1.6.0.0-1.7.b09.el5 set to be updated http://linux.mirrors.es.net/fedora-epel/5/i386/repodata/0a2db1a48154104f63a8...: [Errno 14] HTTP Error 404: Not Found Trying other mirror. http://www.muug.mb.ca/pub/epel/5/i386/repodata/0a2db1a48154104f63a8102265369...: [Errno 14] HTTP Error 404: Not Found Trying other mirror.
[...and about another thirty lines with some intended-to-be-helpful suggestions that don't work.]
At first I thought it might just be that the mirrors were busy with lotsa downloads but as time goes by this is a progressively less and less satisfactory situation. Does anyone else have this problem? or a suggestion?
--- One that's an EPEL Problem Two Disable the EPEL Repo then try.
yum update --disablerepo=*epel
John
Dave wrote:
For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this:
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set to be updated ---> Package xorg-x11-drv-qxl.i386 0:0.0.12-1.2.el5 set to be updated --> Running transaction check --> Processing Dependency: gmime = 2.2.10-5.el5.centos for package: gmime-sharp ---> Package java-1.6.0-openjdk.i386 1:1.6.0.0-1.7.b09.el5 set to be updated http://linux.mirrors.es.net/fedora-epel/5/i386/repodata/0a2db1a48154104f63a8...: [Errno 14] HTTP Error 404: Not Found Trying other mirror.
<snip> I see it's trying to get a file list. I started upgrading this week, and get the occasional pkgKey not found. You might try what I found as the answer: yum clean all, yum clean metadata.
mark
Quoting m.roth@5-cent.us:
Dave wrote:
For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this:
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set to be updated ---> Package xorg-x11-drv-qxl.i386 0:0.0.12-1.2.el5 set to be updated --> Running transaction check --> Processing Dependency: gmime = 2.2.10-5.el5.centos for package: gmime-sharp ---> Package java-1.6.0-openjdk.i386 1:1.6.0.0-1.7.b09.el5 set to be updated http://linux.mirrors.es.net/fedora-epel/5/i386/repodata/0a2db1a48154104f63a8...: [Errno 14] HTTP Error 404: Not Found Trying other mirror.
<snip> I see it's trying to get a file list. I started upgrading this week, and get the occasional pkgKey not found. You might try what I found as the answer: yum clean all, yum clean metadata.
mark
well, I'm now much better off in consequence of disabling epel, 179 updates went through just fine. the cleanup with yum didn't seem to have the desired effect:
[root@cserver admin]# yum check-update Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * addons: ftp.telus.net * base: ftp.telus.net * epel: linux.mirrors.es.net * extras: ftp.telus.net * updates: ftp.telus.net
gmime.i386 2.2.25-1.el5 epel wxBase.i386 2.8.11-1.el5 epel wxGTK.i386 2.8.11-1.el5 epel [root@cserver admin]# yum clean all Loaded plugins: fastestmirror, priorities Cleaning up Everything Cleaning up list of fastest mirrors [root@cserver admin]# yum clean metadata Loaded plugins: fastestmirror, priorities 0 metadata files removed 0 sqlite files removed 0 metadata files removed [root@cserver admin]# yum update Loaded plugins: fastestmirror, priorities Determining fastest mirrors Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=addons error was [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')> Error: Cannot find a valid baseurl for repo: addons [root@cserver admin]#
so definite progress but not quite there yet. thanks for the help.
Dave
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 5/20/2010 4:32 PM, Dave Stevens wrote:
Quoting m.roth@5-cent.us:
Dave wrote:
For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this:
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set to be updated ---> Package xorg-x11-drv-qxl.i386 0:0.0.12-1.2.el5 set to be updated --> Running transaction check --> Processing Dependency: gmime = 2.2.10-5.el5.centos for package: gmime-sharp ---> Package java-1.6.0-openjdk.i386 1:1.6.0.0-1.7.b09.el5 set to be updated http://linux.mirrors.es.net/fedora-epel/5/i386/repodata/0a2db1a48154104f63a8...: [Errno 14] HTTP Error 404: Not Found Trying other mirror.
<snip> I see it's trying to get a file list. I started upgrading this week, and get the occasional pkgKey not found. You might try what I found as the answer: yum clean all, yum clean metadata.
mark
well, I'm now much better off in consequence of disabling epel, 179 updates went through just fine. the cleanup with yum didn't seem to have the desired effect:
[root@cserver admin]# yum check-update Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile
- addons: ftp.telus.net
- base: ftp.telus.net
- epel: linux.mirrors.es.net
- extras: ftp.telus.net
- updates: ftp.telus.net
gmime.i386 2.2.25-1.el5 epel wxBase.i386 2.8.11-1.el5 epel wxGTK.i386 2.8.11-1.el5 epel [root@cserver admin]# yum clean all Loaded plugins: fastestmirror, priorities Cleaning up Everything Cleaning up list of fastest mirrors [root@cserver admin]# yum clean metadata Loaded plugins: fastestmirror, priorities 0 metadata files removed 0 sqlite files removed 0 metadata files removed [root@cserver admin]# yum update Loaded plugins: fastestmirror, priorities Determining fastest mirrors Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=addons error was [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')> Error: Cannot find a valid baseurl for repo: addons [root@cserver admin]#
so definite progress but not quite there yet. thanks for the help.
Dave
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Disable the 'addons' repo and your problem will be resolved.
On 05/20/2010 09:57 PM, Ryan Manikowski wrote:
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=addons error was [Errno 4] IOError:<urlopen error (-3, 'Temporary failure in name resolution')> Error: Cannot find a valid baseurl for repo: addons
Disable the 'addons' repo and your problem will be resolved.
That sounds like a bit of very random advice, given that Dave's dns is not responding - how would disabling the addons repo have an impact on Dave's nameserver ?
- KB
Perhaps he has an invalid URL specified only for addons and not base/updates?
thanks, -Drew
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Karanbir Singh Sent: Monday, May 24, 2010 3:17 PM To: CentOS mailing list Subject: Re: [CentOS] can't update CENTOS - mirrore issue? or what?
On 05/20/2010 09:57 PM, Ryan Manikowski wrote:
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=addons error was [Errno 4] IOError:<urlopen error (-3, 'Temporary failure in name resolution')> Error: Cannot find a valid baseurl for repo: addons
Disable the 'addons' repo and your problem will be resolved.
That sounds like a bit of very random advice, given that Dave's dns is not responding - how would disabling the addons repo have an impact on Dave's nameserver ?
- KB
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 05/24/2010 08:26 PM, Drew Weaver wrote:
Perhaps he has an invalid URL specified only for addons and not base/updates?
look at the error, specially the bit where it says 'Temporary failure in name resolution'
And please dont top post, its not like you are new to mailing lists
- KB
Quoting Karanbir Singh mail-lists@karan.org:
On 05/20/2010 09:57 PM, Ryan Manikowski wrote:
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=addons error was [Errno 4] IOError:<urlopen error (-3, 'Temporary failure in name resolution')> Error: Cannot find a valid baseurl for repo: addons
Disable the 'addons' repo and your problem will be resolved.
That sounds like a bit of very random advice, given that Dave's dns is not responding - how would disabling the addons repo have an impact on Dave's nameserver ?
- KB
well I did disable addons and then was able to do the update. Then when I checked for available updates I got only three showing, all listed as epel. For the moment those updates are of no special importance so I'm happy to deal with other problems. Nonetheless I remained puzzled by both the original problem and the fix.
Dave
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos