On 13 Feb., 18:02, crazybyte wrote:
> Hello!
> I used the Google APT repository for Debian and until now it worked.
> Now I cannot get the headers when I use apt-get update. It seems like
> the repository is unavailable. My link in the apt sources is:http://dl.google.com/linux/deb/stable non-free main
Michael
sudo apt-get -o Acquire::http::Pipeline-Depth=0 update
Michael
Thanks, this fixes it for me.
For the record, the repos were working before, it's just that 'apt-get
update' was taking too long - about two minutes in my case, due to
dl.google.com.
So the conclusion is that dl.google.com doesn't properly support HTTP
pipelining? That's a pretty significant defect. Any plans/timeframe
for a fix?
- Peter
Michael
Okay, this fixes it for apt-get. What's the incantation to fix it for
synaptic?
You can enable this setting globally by putting it in a file somewhere
in /etc/apt/apt.conf.d/. E.g. create a file called /etc/apt/apt.conf.d/
90localsettings with the following contents:
Acquire::http::Pipeline-Depth "0";
that fixed synaptic
I suggest the instructions at:
http://www.google.com/linuxrepositories/
should be updated while we are waiting for the problem on the server
to be fixed.