Displaying 2 results from an estimated 2 matches for "inreleas".
Did you mean:
inrelease
2019 Oct 21
4
Problems with internal DNS
...5
static.debian.org has IPv6 address 2001:4f8:1:c::15
static.debian.org has IPv6 address 2603:400a:ffff:bb8::801f:3e
static.debian.org has IPv6 address 2001:67c:2564:a119::77
static.debian.org mail is handled by 0 .
But now:
# LANG=C apt update
Err:1 http://cdn-fastly.deb.debian.org/debian testing InRelease
Could not connect to proxy.ada.de:8080 (10.169.16.3), connection timed out
Err:2 http://cdn-fastly.deb.debian.org/debian testing-updates InRelease
Unable to connect to proxy.ada.de:8080:
Err:3 http://deb.debian.org/debian testing InRelease
Could not connect to proxy.ada.de:8080 (10.169.16.3)...
2019 Oct 21
0
Problems with internal DNS
apt update
> Err:1 http://cdn-fastly.deb.debian.org/debian testing InRelease
> Could not connect to proxy.ada.de:8080 (10.169.16.3),
What is set in /etc/apt/apt.conf.d or better said, is proxy defined.
If nothing is definded, try this :
editor /etc/apt/apt.conf.d/proxy.conf
Acquire {
HTTP::proxy "http://10.169.16.3:8080";
HTTPS::proxy "http://1...