View Single Post
Posts: 59 | Thanked: 71 times | Joined on Sep 2009 @ Brazil
#2
I noticed that, in my case, apt-get was requesting many files "at once" from the server. This was failing, while a single request to the server (using wget or Firefox) seemed to work.

With that in mind, I solved the timeouts changing:
Code:
fakeroot apt-get install nokia-binaries nokia-apps

to:

fakeroot apt-get install nokia-binaries nokia-apps -o Acquire::http::Pipeline-Depth=4
You might want to try an even smaller number instead of four.

I hope this might help someone with the same problem.

[]s!
 

The Following 2 Users Say Thank You to Ricardo For This Useful Post: