Hello. I build a local centos repo server, I am able to deploy systems from this centos repo server and I have also updated the etc/yum.repos.d directory The base and update files are changed to the new repo server ip adress. I am able to do yum clean all and yum update to my new installed client deployed servers from my new local repo server My local deployed servers build from this local reposerver are updated correctly. If I have a pc running with centos which I updated from centos 5.2 to 5.3 with yum update some weeks ago, and I use the same repo config files from the local deployed repo server . But I get now evrytime an url error. And the error is telling me that the url can't be found. If I copy the url' into a' browser I get the correct file. It looks like to me' that all centos machines which are upgrade from 5.2' to 5.3 have the same problem. Initial build machines with 5.3 don't have this problem. Who can help me Met vriendelijke groet/With kind regards, Rob Morrien EDS, an HP company ABN AMRO account IE NL Gondel 1 1186 MJ Amstelveen The Netherlands Tel: +31 887 503052 Mobile: +31 6 51300616 E-mail: rob.morrien at eds.com -->>> ( On Friday i am not in the office ) <<< ----- We deliver on our commitments so you can deliver on yours -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090826/e551a879/attachment-0002.html>
Frank.Brodbeck at klingel.de
2009-Aug-26 13:25 UTC
[CentOS] Antwort: Yum update from repo server
Hi "Morrien, Rob" <rob.morrien at eds.com> schrieb am 26.08.2009 15:00:31:> If I copy the url' into a' browser I get the correct file. It > looks like to me' that all centos machines which are upgrade from 5. > 2' to 5.3 have the same problem. > Initial build machines with 5.3 don't have this problem. > Who can help meNice... same problem here. yum upgrade probably sets a new /etc/yum.repos.d/CentOS-Base.repo in place, which most probably will bite you in the ass right now. At least it did here at my site, so go check your yum.repos.d/ ;-) Frank.
From: "Morrien, Rob" <rob.morrien at eds.com>>If I have a pc running with centos which I updated from centos 5.2 to 5.3 with yum update some weeks ago, and I use the same repo config files >from the local deployed repo server . But I get now evrytime an url error. And the error is telling me that the url can't be found. >If I copy the url' into a' browser I get the correct file. It looks like to me' that all centos machines which are upgrade from 5.2' to 5.3 have the same problem.I also have a local repo with a 5.2->5.3 pc and I have no problems... Did you check the repo apache logs for url errors? I use these: baseurl=http://192.168.16.23/$releasever/os/$basearch/ baseurl=http://192.168.16.23/$releasever/updates/$basearch/ And my apache DocumentRoot containes: 4/os 4/updates 5/os 5/updates RPM-GPG-KEY-CentOS-4 RPM-GPG-KEY-CentOS-5 JD