Here's an odd one: Every time I install something with CPAN, I have to wait about four minutes for it to time out getting "01mailrc.txt.gz". Everything else about CPAN is fine:
# cpan cpan shell -- CPAN exploration and modules installation (v1.76) ReadLine support enabled cpan> install Date::Format CPAN: Storable loaded ok Going to read /Users/brian/.cpan/Metadata Database was generated on Thu, 08 Dec 2005 23:00:12 GMT CPAN: LWP::UserAgent loaded ok Fetching with LWP: ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz LWP failed with code[400] message[FTP return code 000] Fetching with Net::FTP: ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz Couldn't fetch 01mailrc.txt.gz from ftp.perl.org Issuing "/usr/bin/ftp -n" ...
I've tried deleting ~/root/.cpan, but the problem comes back. Directly ftp'ing is fine, no hang, no timeout, no pause, no delay, no trouble getting "01mailrc.txt.gz":
# ftp ftp.perl.org Trying 199.239.233.95... Connected to ftp.cpan.ddns.develooper.com. ...

In reply to CPAN times out on "01mailrc.txt.gz", every time, Mac OS X Darwin by brycen

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.