Fresh install of Arch and on running pacman -Syu to update it I keep getting the following issue:
Code: Select all
[root@alarmpi ~]# pacman -Syu
:: Synchronizing package databases...
core is up to date
error: failed retrieving file 'extra.db' from eu.mirror.archlinuxarm.org : Operation too slow. Less than 1024 bytes/sec transferred the last 10 seconds
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from eu.mirror.archlinuxarm.org : Operation too slow. Less than 1024 bytes/sec transferred the last 10 seconds
error: failed to update community (download library error)
alarm is up to date
aur is up to date
:: Starting full system upgrade...
there is nothing to do
[root@alarmpi ~]#
I've added "ipv6.disable=1" to /boot/cmdline.txt to disable ipv6 and it's no good, I'm still getting the issue. Both repos get to 96% before the issue happens.
Are there any other things I can try to resolve this? i have no USB devices connected when trying to perform this as I'm doing it over SSH. I have also connected a kb to the pi and tried to update still with no success.
And no, my PSU is not the issue. I've used this one many times with various distros and usb devices on my 2 pi and never had an issue before now.