Skip to content

Instantly share code, notes, and snippets.

@nqb
Created August 30, 2019 04:52
Show Gist options
  • Save nqb/d889c69cd16818b48af7cb58cd3601fd to your computer and use it in GitHub Desktop.
Save nqb/d889c69cd16818b48af7cb58cd3601fd to your computer and use it in GitHub Desktop.
debops-node1 error
# apt update
Err:1 https://security.debian.org buster/updates InRelease
Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
Err:2 https://deb.debian.org/debian buster InRelease
Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
Err:3 https://deb.debian.org/debian buster-updates InRelease
Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
Err:4 https://deb.debian.org/debian buster-backports InRelease
Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
Reading package lists... Done
Building dependency tree
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
W: Failed to fetch http://deb.debian.org/debian/dists/buster-backports/InRelease Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.
# apt update
Err:2 https://security.debian.org buster/updates InRelease
Invalid response from proxy: HTTP/1.1 400 Bad Request Server: nginx Date: Fri, 30 Aug 2019 04:21:56 GMT Content-Type: text/html Content-Length: 166 Connection: close X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN [IP: 172.28.128.7 443]
Err:1 https://deb.debian.org/debian buster InRelease
Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
Err:3 https://deb.debian.org/debian buster-updates InRelease
Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
Err:4 https://deb.debian.org/debian buster-backports InRelease
Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
Reading package lists... Done
Building dependency tree
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
W: Failed to fetch http://deb.debian.org/debian/dists/buster-backports/InRelease Reading from proxy failed - read (5: Input/output error) [IP: 172.28.128.7 443]
W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease Invalid response from proxy: HTTP/1.1 400 Bad Request Server: nginx Date: Fri, 30 Aug 2019 04:21:56 GMT Content-Type: text/html Content-Length: 166 Connection: close X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN [IP: 172.28.128.7 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment