Saya ingin menginstal beberapa perangkat lunak pada Raspberry Pi saya yang menjalankan Arch Linux, tetapi saya terus mendapatkan kesalahan 404.
Saya melakukan riset dan menemukan bahwa saya perlu melakukan pacman -Syy
dan pacman -Syu
...
Ketika saya menjalankan pacman -Syy
dengan semua mirror diaktifkan, saya mendapatkan:
# 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`
Saya telah memeriksa, ia mengatakan ini untuk seluruh core.db
file, pada semua mirror, dan untuk extra.db
, community.db
dan aur.db
.
Saya dapat melakukan ping ke berbagai server, jadi saya memiliki internet. Juga, saya melakukan ini melalui SSH di jaringan rumah.
EDIT: Saya tidak menggunakan server proxy.
Jika itu membantu, saya dapat menggunakan rankmirrors
yang mengunduh daftar mirror dan menghapus tanda komentar beberapa dari mereka untuk digunakan, saya menganggap bahwa ini didasarkan pada kecepatan.
pacman -S lynx
untuk mendapatkannya, tetapi pacman
tidak berfungsi.