[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

Re: [ID 20000117.002] CPAN.pm problems



Andreas J. Koenig writes:
> >> From home: it finishes successfully, but LWP fetch fails, Net::FTP
>  > fetch succeeds.  
> 
> >> From work: LWP, NetFTP, ncftp and lynx fetches fail.  (ncftp one is
>  > understandable, since this version *requires* usage of ncftpget.)
>                                       ^^^^^^^^^^
> 
> Oops. Will check.
> 
>  > At home: OS/2, 5.005_53, fetches from ftp.metronet.com.
> 
> metronet is currently taken off the MIRRORED.BY list because they are
> facing difficulties. Better you try an alternative.

Same behaviour with other sites.  I tried again, and again found no
way to make CPAN emit debug-LWP tracing.

>  > At work: Solaris 7, 5.005_03, fetches from ftp.cs.colorado.edu (the
>  > files *are* there).
> 
> colorado just works from here.

Here is the trace:

Debug(CPAN:-e,1,[CPAN::shell|1|UNDEF]): line[reload|index]
Debug(Shell:/home/ilya/perl/lib/perl5/5.00503//CPAN.pm,174,[CPAN::Shell::reload|
1|UNDEF]): self[CPAN::Shell]command[index]arg[]
Debug(FTP:/home/ilya/perl/lib/perl5/5.00503//CPAN.pm,2653,[CPAN::FTP::localize|1
|1]): file[authors/01mailrc.txt.gz] aslocal[/home/ilya/.cpan/sources/authors/01m
ailrc.txt.gz] force[3]
CPAN: LWP::UserAgent loaded ok
Debug(FTP:/home/ilya/perl/lib/perl5/5.00503//CPAN.pm,1965,[CPAN::FTP::hosteasy|1
|0]): localizing perlish[ftp://ftp.cs.colorado.edu/pub/perl/CPAN/authors/01mailr
c.txt.gz]
Fetching with LWP:
  ftp://ftp.cs.colorado.edu/pub/perl/CPAN/authors/01mailrc.txt.gz
Fetching with Net::FTP:
  ftp://ftp.cs.colorado.edu/pub/perl/CPAN/authors/01mailrc.txt.gz
Debug(FTP:/home/ilya/perl/lib/perl5/5.00503//CPAN.pm,1965,[CPAN::FTP::hosteasy|1
|0]): getfile[01mailrc.txt.gz]dir[pub/perl/CPAN/authors]host[ftp.cs.colorado.edu
]aslocal[/home/ilya/.cpan/sources/authors/01mailrc.txt.gz]
Debug(FTP:/home/ilya/perl/lib/perl5/5.00503//CPAN.pm,2082,[CPAN::FTP::ftp_get|1|
0]): Going to fetch file [01mailrc.txt.gz] from dir [pub/perl/CPAN/authors]
        on host [ftp.cs.colorado.edu] as local [/home/ilya/.cpan/sources/authors
/01mailrc.txt.gz]


Net::FTP: Net::FTP(2.53)
Net::FTP:   Exporter
Net::FTP:   Net::Cmd(2.16)
Net::FTP:   IO::Socket::INET
Net::FTP:     IO::Socket(1.1603)
Net::FTP:     IO::Socket(1.1603)
Net::FTP:       IO::Handle(1.1505)

Debug(FTP:/home/ilya/perl/lib/perl5/5.00503//CPAN.pm,2082,[CPAN::FTP::ftp_get|1|
0]): Going to ->login("anonymous","alden@math.mps.ohio-state.edu")

Net::FTP=GLOB(0x666fc8)>>> user anonymous
Net::FTP=GLOB(0x666fc8)<<< 331 Guest login ok, send your complete e-mail address
 as password.
Net::FTP=GLOB(0x666fc8)>>> PASS ....
Net::FTP=GLOB(0x666fc8)<<< 230-    Hello monk.mps.ohio-state.edu, you are 4 out
of a max of 40 users.
Net::FTP=GLOB(0x666fc8)<<< 230-
Net::FTP=GLOB(0x666fc8)<<< 230-    Welcome to the Computer Science Departmental
FTP server at the
Net::FTP=GLOB(0x666fc8)<<< 230-    University of Colorado, Boulder.
Net::FTP=GLOB(0x666fc8)<<< 230-    Be sure to visit our WWW site, at http://www.
cs.colorado.edu
Net::FTP=GLOB(0x666fc8)<<< 230-
Net::FTP=GLOB(0x666fc8)<<< 230-    All transfers are logged with your host name
and email address.
Net::FTP=GLOB(0x666fc8)<<< 230-    If you don't like this policy, disconnect now
!
Net::FTP=GLOB(0x666fc8)<<< 230-
Net::FTP=GLOB(0x666fc8)<<< 230-    If your FTP client crashes or hangs shortly a
fter login, try using a
Net::FTP=GLOB(0x666fc8)<<< 230-    dash (-) as the first character of your passw
ord.  This will turn off
Net::FTP=GLOB(0x666fc8)<<< 230-    the informational messages which may be confu
sing your ftp client.
Net::FTP=GLOB(0x666fc8)<<< 230-
Net::FTP=GLOB(0x666fc8)<<< 230-    Please e-mail comments, questions, trouble re
ports, and complaints
Net::FTP=GLOB(0x666fc8)<<< 230-    to trouble@cs.colorado.edu.  Please drive saf
Net::FTP=GLOB(0x666fc8)<<< 230-
Net::FTP=GLOB(0x666fc8)<<< 230-Please read the file README
Net::FTP=GLOB(0x666fc8)<<< 230-  it was last modified on Fri Apr 12 12:48:39 199
6 - 1375 days ago
Net::FTP=GLOB(0x666fc8)<<< 230-Please read the file README.users
Net::FTP=GLOB(0x666fc8)<<< 230-  it was last modified on Tue Mar 11 10:16:07 199
7 - 1043 days ago
Net::FTP=GLOB(0x666fc8)<<< 230 Guest login ok, access restrictions apply.
Net::FTP=GLOB(0x666fc8)>>> CWD pub/perl/CPAN/authors
Net::FTP=GLOB(0x666fc8)<<< 250 CWD command successful.
Net::FTP=GLOB(0x666fc8)>>> TYPE I
Net::FTP=GLOB(0x666fc8)<<< 200 Type set to I.
Debug(FTP:/home/ilya/perl/lib/perl5/5.00503//CPAN.pm,2082,[CPAN::FTP::ftp_get|1|
0]): Going to ->get("01mailrc.txt.gz","/home/ilya/.cpan/sources/authors/01mailrc
.txt.gz")

Net::FTP=GLOB(0x666fc8)>>> PORT 128,146,111,52,152,68
Net::FTP=GLOB(0x666fc8)<<< 200 PORT command successful.
Net::FTP=GLOB(0x666fc8)>>> RETR 01mailrc.txt.gz
Net::FTP=GLOB(0x666fc8)<<< 425 Can't build data connection: Connection timed out
.
Couldn't fetch 01mailrc.txt.gz from ftp.cs.colorado.edu
Net::FTP=GLOB(0x666fc8)>>> QUIT
Net::FTP=GLOB(0x666fc8)<<< 221-You have transferred 0 bytes in 0 files.
Net::FTP=GLOB(0x666fc8)<<< 221-Total traffic for this session was 1487 bytes in
0 transfers.
Net::FTP=GLOB(0x666fc8)<<< 221-Thank you for using the FTP service on freestuff.
cs.colorado.edu.
Net::FTP=GLOB(0x666fc8)<<< 221 Goodbye.
Debug(FTP:/home/ilya/perl/lib/perl5/5.00503//CPAN.pm,1965,[CPAN::FTP::hosteasy|1
|0]): localizing perlish[ftp://ftp.duke.edu/pub/perl/authors/01mailrc.txt.gz]
Fetching with LWP:
  ftp://ftp.duke.edu/pub/perl/authors/01mailrc.txt.gz
Fetching with Net::FTP:

etc.etc.etc

Ilya


References to:
andreas.koenig@anima.de (Andreas J. Koenig)

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]