Araki Posted November 8, 2023 Share Posted November 8, 2023 I'm currently trying to set up an Orange Pi PC, Armbian 23.8 Bookworm. After the first boot via ssh and performing `sudo apt-get update`, I see that the Armbian project seemingly using the official Debian mirrors to update the Debian itself, as well as Yandex mirrors to update the Armbian-specific software ( http://mirror.yandex.ru/mirrors/armbian/apt ). The device connects to the official Debian mirrors without any issue, but can't connect to the Yandex mirrors, since most Ukrainian ISPs enforce censorship by banning major Russian websites, which includes the yandex.ru domain. This leads to this warning after performing `sudo apt-get update`: ``` W: Failed to fetch http://apt.armbian.com/dists/bookworm/InRelease Could not connect to mirror.yandex.ru:80 (127.0.0.1). - connect (111: Connection refused) W: Some index files failed to download. They have been ignored, or old ones used instead. ``` Any workaround for that besides using a VPN? 0 Quote Link to comment Share on other sites More sharing options...
Solution Igor Posted November 9, 2023 Solution Share Posted November 9, 2023 12 hours ago, Araki said: Any workaround for that besides using a VPN? Changing to Ukrainian mirror manually https://github.com/armbian/mirror /etc/apt/sources.list.d/armbian.list https://fastmirror.pp.ua/armbian/ 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.