Voglio installare alcuni software sul mio Raspberry Pi con Arch Linux, ma continuo a ricevere l'errore 404.
Ho fatto qualche ricerca e ho scoperto che dovevo fare pacman -Syy
e pacman -Syu
...
Quando corro pacman -Syy
con tutti i mirror abilitati, ottengo:
# 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`
Ho controllato, lo dice per l'intero core.db
file, su tutti i mirror, e per extra.db
, community.db
e aur.db
.
Sono in grado di eseguire il ping di vari server, quindi ho Internet. Inoltre, lo sto facendo tramite SSH su una rete domestica.
EDIT: non sto usando un server proxy.
Se aiuta, sono in grado di utilizzare rankmirrors
quali download di un elenco di mirror e decommentare alcuni di essi per l'uso, presumo che ciò si basi sulla velocità.
pacman -S lynx
per ottenerlo, ma pacman
non funziona.