Re: Unable to get pack file - HTTP 416

2020-10-14 Thread Tim Düsterhus
Hi List, Am 14.10.20 um 00:34 schrieb Tim Düsterhus: > Am 14.10.20 um 00:31 schrieb Willy Tarreau: >> I wouldn't have thought about such a client-side issue, indeed! >> >> You may be interested in discussing it on the git mailing list: >> >> g...@vger.kernel.org >> >> (not subscription

Re: Unable to get pack file - HTTP 416

2020-10-13 Thread Tim Düsterhus
Willy, Am 14.10.20 um 00:31 schrieb Willy Tarreau: > I wouldn't have thought about such a client-side issue, indeed! > > You may be interested in discussing it on the git mailing list: > > g...@vger.kernel.org > > (not subscription required, just like here). Yes, thank you. I'll

Re: Unable to get pack file - HTTP 416

2020-10-13 Thread Willy Tarreau
On Wed, Oct 14, 2020 at 12:24:20AM +0200, Tim Düsterhus wrote: > I assume the following happened: > > 1. git started downloading the packfile into a temporary file [0] > 2. git finished the download (I got all the bytes). > 3. I killed git before it was able to rename the temporary file. > 4.

Re: Unable to get pack file - HTTP 416

2020-10-13 Thread Tim Düsterhus
Willy, Am 14.10.20 um 00:14 schrieb Willy Tarreau: >>> [pid 11946] sendto(9, "GET >>> /git/haproxy.git/objects/pack/pack-4c6bfad2590afe3d5591d203ad9b3cf2da4aef97.pack >>> HTTP/1.1\r\nHost: git.haproxy.org\r\nRange: bytes=21680737-\r\nUser-Agent: >>> git/2.28.0\r\nAccept: */*\r\n\r\n", 181,

Re: Unable to get pack file - HTTP 416

2020-10-13 Thread Willy Tarreau
On Tue, Oct 13, 2020 at 07:13:12PM +0200, Tim Düsterhus wrote: > Willy, > > Am 13.10.20 um 19:05 schrieb Willy Tarreau: > > Strange. I can get it from here as a whole (not tested with ranges > > though). The pack file is recent, it dates a few days ago only. I'll > > try to investigate further. >

Re: Unable to get pack file - HTTP 416

2020-10-13 Thread Tim Düsterhus
Willy, Am 13.10.20 um 19:05 schrieb Willy Tarreau: > Strange. I can get it from here as a whole (not tested with ranges > though). The pack file is recent, it dates a few days ago only. I'll > try to investigate further. > I've attached 'strace' to 'git fetch'. It appears that I actually have

Re: Unable to get pack file - HTTP 416

2020-10-13 Thread Willy Tarreau
Hi Tim, On Tue, Oct 13, 2020 at 06:55:44PM +0200, Tim Düsterhus wrote: > Hi List, > Willy, > > I'm unable to update my local repository: > > > $ g f > > error: Unable to get pack file > > http://git.haproxy.org/git/haproxy.git/objects/pack/pack-4c6bfad2590afe3d5591d203ad9b3cf2da4aef97.pack > >

Unable to get pack file - HTTP 416

2020-10-13 Thread Tim Düsterhus
Hi List, Willy, I'm unable to update my local repository: > $ g f > error: Unable to get pack file > http://git.haproxy.org/git/haproxy.git/objects/pack/pack-4c6bfad2590afe3d5591d203ad9b3cf2da4aef97.pack > The requested URL returned error: 416 Requested Range Not Satisfiable > error: Unable to