Hi People,
i am trying to get a nice archlinux on my Raspberry Pi. I have a Inet Connection over a Wlan Stick. And "ping http://www.google.de" works too.
After installing some packages i wanted to install pyload. I found the package in the Aur so i typed "pacman -S pyload".
But:
$this->bbcode_second_pass_code('', '
[root@alarmpi ~]# pacman -S pyload
error: target not found: pyload
')
so i started to change the mirrorlist, with some links from the arch wiki. i tried the mirrorlist generator (for Germany and France). But none of them works. I also did "Pacman -Syyu" and "Pacman -Syy". But after trying tousand of mirrors i now get this message:
$this->bbcode_second_pass_code('', '
[root@alarmpi ~]# pacman -Syy
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirror.1favre.de : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from archlinux.limun.org : The requested URL returned error: 404 Not Found
error: failed retrieving file 'core.db' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404 Not Found
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mirror.1favre.de : The requested URL returned error: 404 Not Found
error: failed retrieving file 'extra.db' from archlinux.limun.org : The requested URL returned error: 404 Not Found
error: failed retrieving file 'extra.db' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404 Not Found
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mirror.1favre.de : The requested URL returned error: 404 Not Found
error: failed retrieving file 'community.db' from archlinux.limun.org : The requested URL returned error: 404 Not Found
error: failed retrieving file 'community.db' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404 Not Found
error: failed to update community (download library error)
error: failed retrieving file 'alarm.db' from mirror.1favre.de : The requested URL returned error: 404 Not Found
error: failed retrieving file 'alarm.db' from archlinux.limun.org : The requested URL returned error: 404 Not Found
error: failed retrieving file 'alarm.db' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404 Not Found
error: failed to update alarm (download library error)
error: failed retrieving file 'aur.db' from mirror.1favre.de : The requested URL returned error: 404 Not Found
error: failed retrieving file 'aur.db' from archlinux.limun.org : The requested URL returned error: 404 Not Found
error: failed retrieving file 'aur.db' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404 Not Found
error: failed to update aur (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)
')
$this->bbcode_second_pass_code('', '
[root@alarmpi ~]# pacman -V
.--. Pacman v4.1.0 - libalpm v8.0.0
/ _.-' .-. .-. .-. Copyright (C) 2006-2013 Pacman Development Team
\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet
'--'
This program may be freely redistributed under
the terms of the GNU General Public License.
')
edit: updated the error output