Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2011 22:00:29 GMT
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/155129: fetch(1) doesn't interop with tukaani.org
Message-ID:  <201103012200.p21M0TY0049948@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/155129; it has been noted by GNATS.

From: Alexander Best <arundel@freebsd.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: bin/155129: fetch(1) doesn't interop with tukaani.org
Date: Tue, 1 Mar 2011 21:59:21 +0000

 confirmed running 9.0:
 
 otaku% fetch -vvvvvv http://tukaani.org/xz/xz-5.0.1.tar.bz2
 scheme:   [http]
 user:     []
 password: []
 host:     [tukaani.org]
 port:     [0]
 document: [/xz/xz-5.0.1.tar.bz2]
 ---> tukaani.org:80
 looking up tukaani.org
 connecting to tukaani.org:80
 requesting http://tukaani.org/xz/xz-5.0.1.tar.bz2
 >>> GET /xz/xz-5.0.1.tar.bz2 HTTP/1.1
 >>> Host: tukaani.org
 >>> User-Agent: fetch libfetch/2.0
 >>> Connection: close
 >>> 
 fetch: transfer timed out
 
 otaku% ftp -v -d http://tukaani.org/xz/xz-5.0.1.tar.bz2
 parse_url: user `<null>' pass `<null>' host tukaani.org port http(80) path `/xz/xz-5.0.1.tar.bz2'
 savefile `xz-5.0.1.tar.bz2'
 Requesting http://tukaani.org/xz/xz-5.0.1.tar.bz2
 received `HTTP/1.1 200 OK'
 received `Date: Tue, 01 Mar 2011 21:56:21 GMT'
 received `Server: Apache/2'
 received `Last-Modified: Sat, 29 Jan 2011 15:18:16 GMT'
 received `ETag: "31214bc-f5987-49afdb1215e00"'
 received `Accept-Ranges: bytes'
 received `Content-Length: 1005959'
 parsed len as: 1005959
 received `Vary: Accept-Encoding,User-Agent'
 received `Connection: close'
 received `Content-Type: application/x-bzip2'
 100% |********************************************************************************************************************************************************************************************************************|   982 KB  386.78 KB/s    00:00 ETA1005959 bytes retrieved in 00:02 (386.74 KB/s)
 
 cheers.
 alex
 
 -- 
 a13x



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103012200.p21M0TY0049948>