You are not logged in.
Pages: 1
I got this error while I trie to run pacman -Syu
:: Retrieving packages from core...
error: failed retrieving file 'kernel26-firmware-2.6.32.6-1-i686.pkg.tar.gz' from mirror.leaseweb.com : Not Found
error: failed retrieving file 'kernel26-firmware-2.6.32.6-1-i686.pkg.tar.gz' from ftp.belnet.be : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'kernel26-firmware-2.6.32.6-1-i686.pkg.tar.gz' from mirror.leaseweb.com : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'kernel26-firmware-2.6.32.6-1-i686.pkg.tar.gz' from ftp.belnet.be : Not Found
error: failed retrieving file 'kernel26-firmware-2.6.32.6-1-i686.pkg.tar.gz' from ftp.surfnet.nl : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'kernel26-2.6.32.6-1-i686.pkg.tar.gz' from mirror.leaseweb.com : Not Found
error: failed retrieving file 'kernel26-2.6.32.6-1-i686.pkg.tar.gz' from ftp.belnet.be : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'kernel26-2.6.32.6-1-i686.pkg.tar.gz' from mirror.leaseweb.com : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'kernel26-2.6.32.6-1-i686.pkg.tar.gz' from ftp.belnet.be : Not Found
error: failed retrieving file 'kernel26-2.6.32.6-1-i686.pkg.tar.gz' from ftp.surfnet.nl : File unavailable (e.g., file not found, no access)
warning: failed to retrieve some files from core
error: failed to commit transaction (File unavailable (e.g., file not found, no access))
Errors occurred, no packages were upgraded.Offline
Those packages have not long been moved to the main repo. It appears the first mirror in your pacman.conf is slightly out of sync. Wait a while and it will fix itself or swap the order of mirrors in /etc/pacman.d/mirrorlist.
Offline
Those packages have not long been moved to the main repo. It appears the first mirror in your pacman.conf is slightly out of sync. Wait a while and it will fix itself or swap the order of mirrors in /etc/pacman.d/mirrorlist.
This error is there already for couple of days, but I can wait ![]()
Offline
what Allan said + run
rankmirrors /etc/pacman.d/mirrorlistthe output will show what mirrors are the most up to date. move those mirrors to the top of the mirrorlist and run
pacman -Syyuand that should fix the problem.
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
Allan wrote:Those packages have not long been moved to the main repo. It appears the first mirror in your pacman.conf is slightly out of sync. Wait a while and it will fix itself or swap the order of mirrors in /etc/pacman.d/mirrorlist.
This error is there already for couple of days, but I can wait
Strange... that kernel version went into [testing] less than 48 hours ago and moved to [core] around five hours ago...
Offline
what Allan said + run
rankmirrors /etc/pacman.d/mirrorlistthe output will show what mirrors are the most up to date. move those mirrors to the top of the mirrorlist and run
pacman -Syyuand that should fix the problem.
Rankmirrors does not show the most up to date mirrors. Just those that you can connect to the fastest. See the mirrorcheck page (https://users.archlinux.de/~gerbra/mirrorcheck.html) for details on how up to date mirrors are.
Offline
Rankmirrors does not show the most up to date mirrors. Just those that you can connect to the fastest. See the mirrorcheck page (https://users.archlinux.de/~gerbra/mirrorcheck.html) for details on how up to date mirrors are.
that's good to know, thanks Allan
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
Pages: 1