I just fired up my development Pi 4 after being idle for more than 3 months and when I do
sudo apt update
I get
pi@PiDev:~ $ sudo apt update
Err:1 http://archive.raspberrypi.org/debian bullseye InRelease
Temporary failure resolving 'archive.raspberrypi.org'
Err:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Temporary failure resolving 'raspbian.raspberrypi.org'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://raspbian.raspberrypi.org/raspbian/dists/bullseye/InRelease Temporary failure resolving 'raspbian.raspberrypi.org'
W: Failed to fetch http://archive.raspberrypi.org/debian/dists/bullseye/InRelease Temporary failure resolving 'archive.raspberrypi.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
pi@PiDev:~ $
If someone else can try an update and let me know if it fails the same way I would appreciate it.
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, 360, fairly knowledge in PC plus numerous MPU's & MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.
@zander, Spooky, I just updated one of my programs running on the rpi, as whilst I was at it I did a sudo apt update followed by a sudo apt full-upgrade, and whilst it was doing the latter I flipped over to this forum to have a peruse, and what do I see, jolly old ron doing much the same.
But no problems for me and glancing to my rpi I see the upgrade has also just finished. Back to my rpi to now to reboot it to check if my program update is working as expected 😎
PS - all ok, pi is updated and my program amendments are working OK - success for me. Your problems are probably some temporary internet hitch.
just in case my previous update got in before something went wrong in the sudo apt update linkages, I just ran it again to check and all is still ok. Of course nothing to update as I've just done it. Response is as follows:
pi@FH-MASTER:~ $ sudo apt update
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Hit:5 https://seeed-studio.github.io/pi_repo stretch InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://seeed-studio.github.io/pi_repo stretch InRelease' doesn't support architecture 'arm64'
pi@FH-MASTER:~ $