I've had a local mirror set up for some time now and it has always
worked, but suddently stopped. I don't think the fact that it
stopped work has anything to do with when I blew away that machine and
changed it from Centos 5.3 to a Fedora Core 11 box. But I'm not sure
how that could make any difference since it is just serving that stuff
over the web. It still works great for Kickstart installs. I still
have a nightly cron job to update from my closest mirror thusly :
Here is the error I get when trying to run yum now. Note that I check
for the file it is complaining about and it exists but is .gz format
and not .bz2. I guess I could gunzip then bzip to fix the problem?
But I'd really like to understand why this started.
http://yum/ks/centos/5/updates/x86_64/repodata/filelists.sqlite.bz2:
[Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: failure: repodata/filelists.sqlite.bz2 from updates: [Errno
256] No more mirrors to try.
As I've reported before to the list, here is how I've set it up :
* On my PC I've created /var/www/html/ks for doing kickstart
installs, and it shows up at http://192.168.0.222/ks/
* the Centos 5.3 DVDs got downloaded - both 32 bit and 64 bit
Note that the name "yum" does properly resolve to my box.
--
“Don't eat anything you've ever seen advertised on TV”
- Michael Pollan, author of "In Defense of Food"
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-18-2009, 06:20 PM
Jim Perrin
my local mirror stopped working
On Wed, Nov 18, 2009 at 1:24 PM, Alan McKay <alan.mckay@gmail.com> wrote:
This is your issue. Your rsync command calls the minor version
specifically, which can be a bad thing.
Now that 5.4 has been released, 5.3 is going away, and will be (if it
hasn't already) removed from the mirrors.
If you're going to call it out specifically by version, you'll want to
pay close attention to when the release announcements for new versions
come out.
--
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-18-2009, 06:26 PM
Alan McKay
my local mirror stopped working
> This is your issue. Your rsync command *calls the minor version
> specifically, which can be a bad thing.
Aha - OK. The thing is I want to maintain my 5.3 mirror - I guess it
makes sense for me to stop calling rsync for it does it? Since there
will be no more updates to it?
On my mirror I have 5.3 and 5.4, but my "5" symlink points to 5.3. I
guess I should change everything over to include the minor number
then?
--
“Don't eat anything you've ever seen advertised on TV”
- Michael Pollan, author of "In Defense of Food"
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-18-2009, 06:33 PM
John R Pierce
my local mirror stopped working
Alan McKay wrote:
> On my mirror I have 5.3 and 5.4, but my "5" symlink points to 5.3. I
> guess I should change everything over to include the minor number
> then?
>
5 updated is 5.4 5.3 is a snapshot in time.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-19-2009, 05:50 AM
Mogens Kjaer
my local mirror stopped working
On 11/18/2009 08:26 PM, Alan McKay wrote:
...
> On my mirror I have 5.3 and 5.4, but my "5" symlink points to 5.3. I
> guess I should change everything over to include the minor number
> then?
If you mirror "5" as well you'll get the symlink change
automagically when the minor version number changes.