Update error Undetermined Error

raime20

Member
Aug 22, 2020
11
1
6
39
hi, when i start the update it shows the following error:

starting apt-get update
Get:1 http://security.debian.org buster/updates InRelease
Err:1 http://security.debian.org buster/updates InRelease
Undetermined Error [IP: 192.168.201.90 8080]
Get:2 http://download.proxmox.com/debian buster InRelease
Err:2 http://download.proxmox.com/debian buster InRelease
Undetermined Error [IP: 192.168.201.90 8080]
Get:3 http://ftp.debian.org/debian buster InRelease
Err:3 http://ftp.debian.org/debian buster InRelease
Undetermined Error [IP: 192.168.201.90 8080]
Get:4 http://ftp.debian.org/debian buster-updates InRelease
Err:4 http://ftp.debian.org/debian buster-updates InRelease
Undetermined Error [IP: 192.168.201.90 8080]
Reading package lists...
W: Failed to fetch http://ftp.debian.org/debian/dists/buster/InRelease Undetermined Error [IP: 192.168.201.90 8080]
W: Failed to fetch http://ftp.debian.org/debian/dists/buster-updates/InRelease Undetermined Error [IP: 192.168.201.90 8080]
W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease Undetermined Error [IP: 192.168.201.90 8080]
W: Failed to fetch http://download.proxmox.com/debian/dists/buster/InRelease Undetermined Error [IP: 192.168.201.90 8080]
W: Some index files failed to download. They have been ignored, or old ones used instead.
TASK OK
 
Hi,

192.168.201.90 8080

are you connected through a proxy? Because that local IP there in all error messages seems weird, could be a "catch all proxy" where you cannot (yet?) connect to the internet, like some public WLAN spots often do.

Can you ping some common known addresses?

Bash:
ping 8.8.8.8  # google DNS
ping download.proxmox.com  # our download CDN
 
yes, that is the ip of the proxy.
I tried ping google and if I get a response, but download.proxmox.com is not responding
 
What type of proxy is this?

I tried ping google and if I get a response, but download.proxmox.com is not responding

So quite possibly a DNS issue, at least it seems like you cannot reach the configured DNS through the proxy.

Which DNS is configured? (you can check in the webinterface, Node -> DNS) or in /etc/resolv.conf.
Can you ping that one?
 
I already solved. The problem was in the proxy server configuration, that the proxmox IP was not configured to access the internet.