Can't get it either trough curl.It stops on same place everytime

$ curl --retry 10 -o /usr/distfiles/xalan-j_2_7_0-bin.tar.gz
http://archive.ap>
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left  Speed
 36 12.8M   36 4808k    0     0  57667      0  0:03:54  0:01:25  0:02:29
60439
curl: (18) transfer closed with 8593310 bytes remaining to read
$ curl -v --retry 10 -o /usr/distfiles/xalan-j_2_7_0-bin.tar.gz
http://archive>
* About to connect() to archive.apache.org port 80 (#0)
*   Trying 140.211.11.130... connected
* Connected to archive.apache.org (140.211.11.130) port 80 (#0)
> GET /dist/xml/xalan-j/xalan-j_2_7_0-bin.tar.gz HTTP/1.1
> User-Agent: curl/7.19.4 (i386-unknown-openbsd4.5) libcurl/7.19.4
OpenSSL/0.9.8
k zlib/1.2.3 libidn/1.11
> Host: archive.apache.org
> Accept: */*
>
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
0<
HTTP/1.1 200 OK
< Date: Wed, 22 Apr 2009 13:12:08 GMT
< Server: Apache/2.2.9 (Unix)
< Last-Modified: Mon, 08 Aug 2005 04:26:02 GMT
< ETag: "9a24e2-ce3f9e-3fdcb71f1ea80"
< Accept-Ranges: bytes
< Content-Length: 13516702
< Content-Type: application/x-tar
<
{ [data not shown]
 36 12.8M   36 4765k    0     0  57153      0  0:03:56  0:01:25  0:02:31
44244*
transfer closed with 8593310 bytes remaining to read
 36 12.8M   36 4808k    0     0  57250      0  0:03:56  0:01:25  0:02:31
50560*
Closing connection #0

curl: (18) transfer closed with 8593310 bytes remaining to read
$

2009/4/22 Jacob Meuser <jake...@sdf.lonestar.org>:
> On Wed, Apr 22, 2009 at 01:05:59PM +0200, Tom?? Bod??r wrote:
>
>> >> (SHA256) xalan-j_2_7_0-bin.tar.gz: FAILED
>> >> Checksum mismatch for xalan-j_2_7_0-bin.tar.gz. (sha256)
>> Make sure the Makefile and checksum file
(/usr/ports/devel/jdk/1.5/distinfo)
>> are up to date. B If you want to fetch a good copy of this
>> file from the OpenBSD main archive, type
>> "make REFETCH=true [other args]".
>> *** Error code 1
>
> make sure you're getting the whole file by checking that the size
> matches what's expected (in the distinfo file). B iirc, I had to use
> wget to fetch that or else I'd end up with a short file.
>
> --
> jake...@sdf.lonestar.org
> SDF Public Access UNIX System - http://sdf.lonestar.org
>
>



--
http://www.openbsd.org/lyrics.html

Reply via email to