Creating a bug report/issue
I have searched the existing open and closed issues
Required Information
- DietPi version
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=4
G_DIETPI_VERSION_RC=2
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’
G_LIVE_PATCH_STATUS[0]=‘not applicable’` - Distro version bookworm
- Kernel version Linux DietPi 6.6.32-current-meson64 #1 SMP PREEMPT Sat May 25 14:22:56 UTC 2024 aarch64 GNU/Linux
- Architecture arm64
- SBC model Odroid C4
- Power supply used ? (official one)
- SD card used emmc
Additional Information (if applicable)
- Software title | (EG: Nextcloud)
- Was the software title installed freshly or updated/migrated?
- Can this issue be replicated on a fresh installation of DietPi?
← If you sent a “dietpi-bugreport”, please paste the ID here → - Bug report ID |
echo $G_HW_UUID
Steps to reproduce
- …try to install software or update
- …get Could not connect to apt.armbian.com:443 (130.185.239.78). - connect (113: No route to host)
Reading package lists…
E: Failed to fetch https://apt.armbian.com/dists/bookworm/InRelease Could not connect to apt.armbian.com:443 (130.185.239.78). - connect (113: No route to host)
Expected behaviour
update
Actual behaviour
error as above
Extra details
I have disabled ipv6 in dietpi-config
my dietpi-disable_ipv6.conf file contains:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
getent ahosts apt.armbian.com
130.185.239.78 STREAM apt.armbian.com
130.185.239.78 DGRAM
130.185.239.78 RAW
cat resolve.conf
nameserver 192.168.2.4 (which is correct)
All was working for a couple of days then suddenly stopped (fresh install).
I also tried changing to a static ip with google DNS servers.
Can ping google.com and 8.8.8.8, also able to wget from github.
apt.armbian.com seems to be unreachable from online “is it down” site checkers as well, but I can’t find any topics on social media or armbian forums about it.
edit: the error has changed to 111 connection refused in the last hour or so, and apt.armbian.com ip has changed. Maybe a problem/maintenance on the website.
edit2: marked as solved. it seems to be working again. probably an issue with the server.