You are not logged in.
Pages: 1
So it's a fresh install from the current iso. I can ping the servers fine but when I try something like pacman -Syy I get this error message:
error: failed retrieving file 'core.db.tar.gz' from someserver : File unavailable (e.g., file not found, no access)
error: failed to synchronize core: File unavailable e.g., file not found, no access)
error: failed retrieving file 'extra.db.tar.gz' from someserver : File unavailable (e.g., file not found, no access)
error: failed to synchronize extra: File unavailable e.g., file not found, no access)
error: failed retrieving file 'community.db.tar.gz' from someserver : File unavailable (e.g., file not found, no access)
error: failed to synchronize community: File unavailable e.g., file not found, no access)
error: failed to synchronize any databasesI've tried a variety of servers and it's the same problem for all of them.
The only similar problem I could find is something about pacman not working if the mirror has a trailing slash, but mine don't have them. Ideas?
Offline
Post or pastebin your pacman.conf please?
Offline
Did you update the mirrorlist file under /etc/pacman.d to point to a mirror nearest your location?
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Did you update the mirrorlist file under /etc/pacman.d to point to a mirror nearest your location?
Yes.
Anyways pacman.conf (I left out the comments and some spaces):
[options]
HoldPkg = pacman glibc
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlistOffline
Pages: 1