Chcę zainstalować oprogramowanie na moim Raspberry Pi z systemem Arch Linux, ale wciąż pojawia się błąd 404.
Przeprowadziłem badania i odkryłem, że muszę to zrobić pacman -Syy
i pacman -Syu
...
Po uruchomieniu pacman -Syy
z włączonymi wszystkimi kopiami lustrzanymi otrzymuję:
# 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`
Sprawdziłem, to mówi to dla całego core.db
pliku, na wszystkich lustrach, a extra.db
, community.db
a aur.db
.
Jestem w stanie pingować różne serwery, więc mam internet. Robię to również przez SSH w sieci domowej.
EDYCJA: Nie używam serwera proxy.
Jeśli to pomoże, jestem w stanie użyć, rankmirrors
która pobiera listę serwerów lustrzanych i odkomentuje niektóre z nich do użycia, zakładam, że jest to oparte na szybkości.
pacman -S lynx
użyłbym tego, ale pacman
to nie działa.