Temporary failure resolving 'pkg.duet3d.com'
-
I am having issues upgrading my SBC Pi4 with a Duet3.
pi@duet3:~ $ sudo apt-get update Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:2 http://archive.raspberrypi.org/debian buster InRelease Err:3 https://pkg.duet3d.com unstable InRelease Temporary failure resolving 'pkg.duet3d.com' Err:4 https://pkg.duet3d.com stable InRelease Temporary failure resolving 'pkg.duet3d.com' Reading package lists... Done W: Failed to fetch https://pkg.duet3d.com/dists/unstable/InRelease Temporary failure resolving 'pkg.duet3d.com' W: Failed to fetch https://pkg.duet3d.com/dists/stable/InRelease Temporary failure resolving 'pkg.duet3d.com' W: Some index files failed to download. They have been ignored, or old ones used instead. pi@duet3:~ $
I don't know if it is a DNS issue on my end or if something is down.
Thanks!
-
Its working again. Consider it solved.
Thanks! -
same problem today...
-
It may be a server connectivity issue. I've noticed some errors trying to access the forum as well. Give it a try again later.
-
@RobMink said in Temporary failure resolving 'pkg.duet3d.com':
I don't know if it is a DNS issue on my end or if something is down.
dns resolving is usually on "your" end, you could try f.ex.
dig
to resolve with google or opendns something like:dig pkg.duet3d.com @8.8.8.8
ordig pkg.duet3d.com @208.67.222.123
that'll bypass your local and your isp dns (unless there are firewall rules redirecting dns traffic)
-
'dig' isn't included in the duet raspian distro. It can be installed via "sudo apt install dnsutils"