To VirtualMin
I tried to yum update my server today. There is 13 new packages and 284 upgrades and 2 which has to be removed. When I accept the update itself it fails with the following errors
http://mirror.centos.org/centos/6/cr/x86_64/Packages/at-3.1.10-44.el6_6.... [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Trying other mirror. http://mirror.centos.org/centos/6/cr/x86_64/Packages/java-1.6.0-openjdk-... [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Trying other mirror. http://mirror.centos.org/centos/6/cr/x86_64/Packages/libcgroup-0.40.rc1-... [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Shouldn't be 6.5 and not 6 in the url it tries to use when fetching the updates?
- Tim
Comments
Submitted by andreychek on Thu, 10/30/2014 - 15:18 Comment #1
Howdy -- that looks like you're experiencing a problem with the CentOS mirror you're using.
You may just want to try it again later, it may be a temporary issue. However, if the issue doesn't clear up within a day or so, you may want to try using a different mirror.
Submitted by -eclipse- on Thu, 10/30/2014 - 15:22 Pro Licensee Comment #2
Hi
Ok, I will try again tomorrow.
Submitted by -eclipse- on Thu, 11/06/2014 - 04:57 Pro Licensee Comment #3
Hi
I still have the issues. The server will not update using YUM.? :( Is it the URL it tries to use, because it seems the URL doesn't work when trying to open it. I have found some articles related to the YUM not doing the 6.5 add to the URL fetch, could that be the case here?
PS. I am not able to attach files to this incident? It tells me the file is to large, but it is only 250kb and not 8mb as you mention is the maximum file size able to upload???
Submitted by andreychek on Thu, 11/06/2014 - 10:34 Comment #4
I did a little research on the exact URL that's being retrieved, and it appears that it's trying to access the "cr" repository.
Looking into the cr repository, it looks like there are no packages there anymore.
So I think what we'd need to do is disable the cr repository.
If you look in /etc/yum/repos.d, do you see where the "cr" repository is enabled?
Submitted by lp86 on Thu, 11/06/2014 - 12:01 Comment #5
CR is the continuous release repository. It was used widely when 6.0 came out because CentOS was behind Red Hat in releasing updates. It is supposed to give you newer packages and features without waiting for the latest point release eg 6.7, that is my understanding of it.
You should be able to remove it with
yum remove centos-release-cr
After that do a
yum clean all
then ayum update
Submitted by -eclipse- on Thu, 11/06/2014 - 13:01 Pro Licensee Comment #6
Hi all
After posting my latest update I tried to do the "update" through the Virtualmin Package Updates. I updated 10 Virtualmin packages and after that I could install the 280 missing updates. It must have run some kind of "yum cleanup" within the GUI which it didn't do through the command line, where you manually have to do it.
After the yum update it has now been updated to CentOS 6.6 and everything is fine again :)