On Tue, Apr 06, 2004 at 04:22:57PM -0500, Vinod Kutty wrote:

> FATAL: an I/O error occured

> I can wget the above 00INDEX.rdf with no probs, so I don't think it's a
> network connectivity issue.

Maybe a firewall or proxy issue ?

The tool uses 'curl' to read the index into a pipe, the message says that
something went wrong when reading from the pipe.

To verify operation you should try 'curl' from the openpkg bootstrap
(still $prefix/lib/openpkg/curl ?) instead of 'wget'. E.g.:

curl -q -s -o - ftp://ftp.openpkg.org/release/2.0/00INDEX.rdf >00INDEX.rdf

A compressed index would be also sent through 'bzip2' from the openpkg
bootstrap which may also fail. But in your case the index is not compressed.

Greetings,
-- 
                                Michael van Elst
Internet: [EMAIL PROTECTED]
                                "A potential Snark may lurk in every tree."
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to