Comment 36 for bug 948461

Revision history for this message
T[m] (t-w-sch) wrote :

apt (Ubuntu Precise)

running Ubuntu in VM-ware through a proxy and a Secure-Web-Gateway.

To disable the http pipeline when doing a dist-upgrade did the trick for me.
(temporary) sudo apt-get -o Acquire::http::Pipeline-Depth="0" -y dist-upgrade
(permanent) echo 'Acquire::http::Pipeline-Depth "0";' | sudo tee /etc/apt/apt.conf.d/99-no-pipelining