Je souhaite installer des logiciels sur mon Raspberry Pi exécutant Arch Linux, mais j'obtiens toujours l'erreur 404.
J'ai fait des recherches et trouvé que je devais faire pacman -Syy
et pacman -Syu
...
Lorsque je cours pacman -Syy
avec tous les miroirs activés, j'obtiens:
# pacman -Syy
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirror.aarnet.edu.au : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from ftp.iinet.net.au : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from mirror.internode.on.net : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from mirror.optus.net : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from mirror.rackcentral.com.au : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from syd.mirror.rackspace.com : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from ftp.swin.edu.au : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from archlinux.mirror.uber.com.au : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from mirror1.htu.tugraz.at : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from mirrors.ispros.com.bd : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from ftp.byfly.by : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from mirror.datacenter.by : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from archlinux.cu.be : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from archlinux.mirror.kangaroot.net : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from archlinux.c3sl.ufpr.br : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from www.las.ic.unicamp.br : The requested URL returned error: 404 Not Found`
J'ai vérifié, cela dit cela pour le core.db
fichier entier , sur tous les miroirs, et pour extra.db
, community.db
et aur.db
.
Je peux cingler différents serveurs, donc j'ai Internet. En outre, je fais cela sur SSH sur un réseau domestique.
EDIT: je n'utilise pas de serveur proxy.
Si cela peut aider, je peux utiliser rankmirrors
qui télécharge une liste de miroirs et commente certains d'entre eux pour utilisation, je suppose que cela est basé sur la vitesse.
pacman -S lynx
pour l'obtenir, mais ça pacman
ne marche pas.