I have a raspberry pi 3 b model with raspian Buster installed. I have connected it headless and am using putty and vnc viewer to access it. I am trying to update it using sudo apt-get update. The raspbi is connected to network through a router which does have internet connection.
I'm getting the following errors repeatedly:
Err:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Undetermined Error [IP: 93.93.128.193 80]
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://archive.raspberrypi.org/debian buster InRelease
Err:2 http://archive.raspberrypi.org/debian buster InRelease
Undetermined Error [IP: 93.93.128.133 80]
Reading package lists... Done
Building dependency tree
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch
http://raspbian.raspberrypi.org/raspbian/dists/buster/InRelease Undetermined Error [IP: 93.93.128.193 80]
W: Failed to fetch http://archive.raspberrypi.org/debian/dists/buster/InRelease Undetermined Error [IP: 93.93.128.133 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
Any solutions?
EDIT:
pi@raspberrypi:~ $ cat /etc/apt/sources.list
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
On using sudo apt-get update --allow-releaseinfo-change (suggested in raspberrypi.org forum)
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Get:1 http://archive.raspberrypi.org/debian buster InRelease
Err:1 http://archive.raspberrypi.org/debian buster InRelease
Undetermined Error [IP: 46.235.231.145 80]
Err:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Temporary failure resolving 'raspbian.raspberrypi.org'
Reading package lists... Done
W: Failed to fetch http://raspbian.raspberrypi.org/raspbian/dists/buster/InRelease Temporary failure resolving 'raspbian.raspberrypi.org'
W: Failed to fetch http://archive.raspberrypi.org/debian/dists/buster/InRelease Undetermined Error [IP: 46.235.231.145 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
cat /etc/apt/sources.list
. – Ingo Mar 13 '20 at 11:39