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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948461 Title: apt-get hashsum/size mismatch because s3 mirrors don't support http pipelining correctly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/948461/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
