Team
This happened before Christmas so gave it a rest til after New Years, but it's still happening:
Raspberry Pi 5
Ubuntu 24.04 64bit Server via RPi
Imager. Tried different SD cards and card adapters.
SSH configured ok and PuTTY access successful.
Get same error whether with
keyboard/terminal, SSH eth0 or wlan0.
ubuntu@Stingray:~$ sudo apt
update
[sudo] password for ubuntu:
Ign:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
Ign:2 http://ports.ubuntu.com/ubuntu-ports noble-updates
InRelease
Ign:3 http://ports.ubuntu.com/ubuntu-ports noble-backports
InRelease
Ign:4 http://ports.ubuntu.com/ubuntu-ports noble-security
InRelease
Ign:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
Ign:2 http://ports.ubuntu.com/ubuntu-ports noble-updates
InRelease
Ign:3 http://ports.ubuntu.com/ubuntu-ports noble-backports
InRelease
Ign:4 http://ports.ubuntu.com/ubuntu-ports noble-security
InRelease
Ign:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
Ign:2 http://ports.ubuntu.com/ubuntu-ports noble-updates
InRelease
Ign:3 http://ports.ubuntu.com/ubuntu-ports noble-backports
InRelease
Ign:4 http://ports.ubuntu.com/ubuntu-ports noble-security
InRelease
Err:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
Temporary failure resolving 'ports.ubuntu.com'
Err:2 http://ports.ubuntu.com/ubuntu-ports noble-updates
InRelease
Temporary failure resolving 'ports.ubuntu.com'
Err:3 http://ports.ubuntu.com/ubuntu-ports noble-backports
InRelease
Temporary failure resolving 'ports.ubuntu.com'
Err:4 http://ports.ubuntu.com/ubuntu-ports noble-security
InRelease
Temporary failure resolving 'ports.ubuntu.com'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
129 packages can be upgraded. Run 'apt list --upgradable' to see
them.
W: Failed to fetch
http://ports.ubuntu.com/ubuntu-ports/dists/noble/InRelease
Temporary failure resolving 'ports.ubuntu.com'
W: Failed to fetch
http://ports.ubuntu.com/ubuntu-ports/dists/noble-updates/InRelease
Temporary failure resolving 'ports.ubuntu.com'
W: Failed to fetch
http://ports.ubuntu.com/ubuntu-ports/dists/noble-backports/InRelease
Temporary failure resolving 'ports.ubuntu.com'
W: Failed to fetch
http://ports.ubuntu.com/ubuntu-ports/dists/noble-security/InRelease
Temporary failure resolving 'ports.ubuntu.com'
W: Some index files failed to download. They have been ignored,
or old ones used instead.
get similar errors if I try to install anything.
can ping gateway, other computers, and access net from other computers.
Anybody else getting this?
-- James H Phelan "Nihil est sine ratione cur potius sit quam non sit" Leibniz
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/hbrobotics/4a83b529-0790-4183-8563-3a0f9aabfe6c%40gmail.com.
Team,
Thanks to everyone for the
guidance.
First to answer the suggested queries:
ubuntu@Stingray:~$ ping
www.google.com
ping: www.google.com: Temporary failure in name resolution
ubuntu@Stingray:~$ egrep -v '^#' /etc/resolv.conf
nameserver 127.0.0.53
options edns0 trust-ad
search .
But once it became clear that the
problem was me getting out I figured out the problem is in
/etc/netplan/--.yaml
Using Ubuntu Desktop it's fairly easy to configure etho & wlan0.
But using Server, it means playing with netplan which is a real hemorrhoid with changing documentation and deprecation of commands.
But I adapted /etc/netplan/50-...-.yaml from another Ubuntu machine on my network and all is well!
Thanks again!
Jim
Using Ubuntu Desktop it's fairly easy to configure etho & wlan0.
But using Server, it means playing with netplan which is a real hemorrhoid with changing documentation and deprecation of commands.