Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to fetch libx11-xcb #74

Open
szechyjs opened this issue Apr 30, 2016 · 4 comments
Open

Failed to fetch libx11-xcb #74

szechyjs opened this issue Apr 30, 2016 · 4 comments

Comments

@szechyjs
Copy link

szechyjs commented Apr 30, 2016

I've been getting these same errors on and off all day today...

E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libx/libx11/libx11-xcb1_1.6.2-3_amd64.deb  Error reading from server. Remote end closed connection [IP: 5.153.231.35 80]
E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libx/libx11/libx11-xcb1_1.6.2-3_amd64.deb  Error reading from server. Remote end closed connection [IP: 128.31.0.66 80]

It's always the same package, the other 200 packages that I'm trying to install work just fine.

Using debian:jessie in docker.

@szechyjs
Copy link
Author

szechyjs commented May 1, 2016

I'm now getting it for a variety of packages.

@cammm
Copy link

cammm commented May 30, 2016

Also seeing this quite frequently running apt-get inside of the debian:jessie docker container. Have tried clean & update and that does not resolve it.

@JannKleen
Copy link

Same here, happens on our CircleCI docker builds every day

@superacidjax
Copy link

# Insert this line before "RUN apt-get update" to dynamically
# replace httpredir.debian.org with a single working domain
# in attempt to "prevent" the "Error reading from server" error.
RUN sed -i "s/httpredir.debian.org/`curl -s -D - http://httpredir.debian.org/demo/debian/ | awk '/^Link:/ { print $2 }' | sed -e 's@<http://\(.*\)/debian/>;@\1@g'`/" /etc/apt/sources.list

manut pushed a commit to Linutronix/elbe that referenced this issue Sep 1, 2016
As httpredir seems to make problems with ELBE. The docker guies seem to have
the same problems:
rgeissert/http-redirector#74
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828693

This reverts commit a392996.

Signed-off-by: Manuel Traut <[email protected]>
manut pushed a commit to Linutronix/elbe that referenced this issue Sep 1, 2016
As httpredir seems to make problems with ELBE. The docker guies seem to have
the same problems:
rgeissert/http-redirector#74
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828693

Signed-off-by: Philipp Rosenberger <[email protected]>
Signed-off-by: Manuel Traut <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants