This might be helpful to someone else -- the last few times that I've tried to install modules using CPAN.pm, the installation has hung as LWP tried to retrieve the source files across FTP. It turns out that the problem is with stale CPAN mirrors -- a simple lynx ftp://ftp.insert-your-mirror-here.com showed that over half of the mirrors in my $CPAN::Config->{ 'urllist' } were not accessible. Once I removed the non-responding URLs, I was able to install modules again.
Now I wonder how many stale mirrors are in the SITES file. I have been tracking the number of hosts for a bit, and occasionally posting the results on Perl At a Glance [theperlreview.com]. The numbers do not mean much if a lot of bad entries are in there.
I suppose I should start pinging all of the sites and tracking unreachable ones too. I should have that sort of code lying around somewhere.:)
You might have also noticed http://mirror.cpan.org/status.cgi [cpan.org] which is the result of 2 machines on 2 continents running the same script to check the freshness and speed.
Brian, maybe you might look on the left side of the mirrors [cpan.org] web site the next time you go by and click the link that says "Status of the Mirrors".
Stale mirrors in CPAN (Score:1)
I suppose I should start pinging all of the sites and tracking unreachable ones too. I should have that sort of code lying around somewhere.
Re:Stale mirrors in CPAN (Score:1)
Re:Stale mirrors in CPAN (Score:2)
Re:Stale mirrors in CPAN (Score:2)
Europe as seen from the CPAN master site in Finland and North America as seen from California.
Re:Stale mirrors in CPAN (Score:2)
Re:Stale mirrors in CPAN (Score:2)
Re:Stale mirrors in CPAN (Score:2)