HTTPS sources fail to update
Bug #109294 reported by
Thom May
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
APT |
Fix Released
|
Unknown
|
|||
apt (Ubuntu) |
Fix Released
|
Medium
|
Michael Vogt |
Bug Description
Using an https source line (deb https:/
Fetched 565B in 11s (48B/s)
Failed to fetch https:/
Packages.gz transfer closed with outstanding read data remaining
Reading package lists... Done
y.y.y.y - - [11/Apr/
(0.6.46.
HTTP response 416 is: (from rfc2616) 10.4.17 416 Requested Range Not Satisfiable so I guess curl is just sending out an incorrect Range request header when it has a preexisting list.
Deleting the lists from /var/lib/apt/lists and /var/lib/
Related branches
Changed in apt: | |
importance: | Undecided → Medium |
Changed in apt: | |
status: | Unknown → New |
Changed in apt: | |
status: | New → Fix Released |
To post a comment you must log in.
with Debug:: Acquire: :https set to true:
> GET /archive/ xxx/Packages. gz HTTP/1.1 4ubuntu10build2 )
Range: bytes=12696-
User-Agent: Debian APT-CURL/1.0 (0.6.46.
Host: ubuntu.xxx
Accept: */*
If-Modified-Since: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: max-age=0
< HTTP/1.1 416 Requested Range Not Satisfiable /ubuntu. xxx xxx/ Packages
< Date: Mon, 23 Apr 2007 15:18:22 GMT
< Server: Apache/2.2.3 (Ubuntu) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8b
< Transfer-Encoding: chunked
< Content-Type: text/html; charset=iso-8859-1
* transfer closed with outstanding read data remaining
* Closing connection #0
Err https:/
transfer closed with outstanding read data remaining
Fetched 563B in 1s (469B/s)