You are not logged in.
Pages: 1
Hi, I've returned from hollidays (2 months maby) and wanted to do an update, but pacman cannot connect to any mirror...
Offline
Post pacman output
Or try another mirror.
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
$ sudo pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'core.db.tar.gz' from mirror.archlinux.no : Nettverket er ikke tilgjengelig
error: failed to update core (Nettverket er ikke tilgjengelig)
error: failed retrieving file 'extra.db.tar.gz' from mirror.archlinux.no : Nettverket er ikke tilgjengelig
error: failed to update extra (Nettverket er ikke tilgjengelig)
error: failed retrieving file 'community.db.tar.gz' from mirror.archlinux.no : Nettverket er ikke tilgjengelig
error: failed to update community (Nettverket er ikke tilgjengelig)
error: failed to synchronize any databases
"Nettverket er ikke tilgjengelig" means that the network is unavailable. Though, I'm writing to you now on the same computer...
Offline
Try a different mirror.
Offline
Ahh, sorry. Somehow now I must use pacman.conf to change mirrior, and not mirrorlist... my bad.
Offline
Ok, upgraded pacman, got this: /bin/bash: error while loading shared libraries:
libreadline.so.5: cannot open shared object file: No such file or directory
Last edited by jerik (2009-08-06 12:17:45)
Offline
Here you have:
http://bbs.archlinux.org/viewtopic.php?id=75975
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
Ahh, sorry. Somehow now I must use pacman.conf to change mirrior, and not mirrorlist... my bad.
No you don't.
You probably changed this in the past:
[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
Use "Include = /etc/pacman.d/mirrorlist"
Offline
Pages: 1