Josephjo Posted June 21, 2021 Posted June 21, 2021 I trying to update my orange pi4 armbian. this error occur after all the ubuntu arm source are upgraded. I check the source.list there aren't these links? Ign:4 https://mirrors.nju.edu.cn/armbian focal/main arm64 armbian-firmware all 21.05.4 Err:4 http://apt.armbian.com focal/main arm64 armbian-firmware all 21.05.4 Cannot initiate the connection to mirrors.nju.edu.cn:443 (2001:da8:1007:4011::3). - connect (101: Network is unreachable) Could not connect to mirrors.nju.edu.cn:443 (210.28.130.3), connection timed out Err:8 https://mirrors.nju.edu.cn/armbian focal/main arm64 linux-image-current-rockchip64 arm64 21.05.4 Cannot initiate the connection to mirrors.nju.edu.cn:443 (2001:da8:1007:4011::3). - connect (101: Network is unreachable) Fetched 16.5 MB in 31s (525 kB/s) E: Failed to fetch http://apt.armbian.com/pool/main/a/armbian-firmware/armbian-firmware_21.05.4_all.deb Cannot initiate the connection to mirrors.nju.edu.cn:443 (2001:da8:1007:4011::3). - connect (101: Network is unreachable) Could not connect to mirrors.nju.edu.cn:443 (210.28.130.3), connection timed out E: Failed to fetch https://mirrors.nju.edu.cn/armbian/pool/main/l/linux-5.10.43-rockchip64/linux-image-current-rockchip64_21.05.4_arm64.deb Cannot initiate the connection to mirrors.nju.edu.cn:443 (2001:da8:1007:4011::3). - connect (101: Network is unreachable) E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
TRS-80 Posted June 21, 2021 Posted June 21, 2021 Do you have apt-transport-https installed? $ dpkg-query -l apt-transport-https And/or try again in few minutes? But what lanefu said might be better advice, he knows more about it than me.
Josephjo Posted June 21, 2021 Author Posted June 21, 2021 anyway I think i solve it using sudo apt-get upgrade --fix-missing 1
guidol Posted July 12, 2021 Posted July 12, 2021 @Josephjo I had also connect problems via apt to https://mirrors.nju.edu.cn and changed via armbian-config to the EU-Mirros - problem for armbian update was solved for me.... But it seems that the problem is more via apt then via a webbrowser, because in the webbroswer I (mostly) have no problem to connect to https://mirrors.nju.edu.cn
lanefu Posted July 12, 2021 Posted July 12, 2021 you can manually edit your mirror to use http.. but yeah some of the asian mirrors can be un predicatable
lanefu Posted July 12, 2021 Posted July 12, 2021 If any pythonistas wanna help add support to persist http and https request with the redirect tool that'd be great https://github.com/armbian/dl-router/issues/2
Recommended Posts