You are not logged in.
I am getting errors shown when running `pacman -Syu`
Whats wrong & how can I fix this?
UPDATE
OK, this is solved by
mv /etc/pacman.conf.pacnew /etc/pacman.conf
Then probably you need to uncomment ... below ... in pacman.conf
SigLevel = Optional TrustAll
Then
pacman -S filesystem --force
And
rm /etc/profile.d/locale.sh
Last edited by jiewmeng (2012-02-27 14:43:06)
Computer Science Student, Web Developer
Offline
It's better to post just the output instead of a screenshot.
Post your pacman.conf.
There are many topics like this on the forums.
Offline
I do now have a GUI yet, isit possible to do copy and paste?
Computer Science Student, Web Developer
Offline
Also try using a different keyserver as indicated here.
Burninate!
Offline
I do now have a GUI yet, isit possible to do copy and paste?
Try e.g. https://wiki.archlinux.org/index.php/Pastebin_Clients
Offline
.
Last edited by iram (2012-02-11 13:47:42)
Offline
I can't install anything. Keep getting that error
Computer Science Student, Web Developer
Offline
karol wrote:I can't install anything. Keep getting that error
You should be able to install packages, but you need to download them manually [1] and install with 'pacman -U packagename'.
[1] Click 'Download from mirror', under 'Package Actions' in the top right http://www.archlinux.org/packages/commu … wgetpaste/
Offline
I tried https://wiki.archlinux.org/index.php/Pa … ix_this.3F
But it fails still. My pacman.conf (screenshots, for now)
Computer Science Student, Web Developer
Offline
What version of pacman are you running? The configs look like pre-pacman 4. If you're running pacman 4, please merge the pacnew files first.
Offline
I am using Pacman 4.0.1. How do I merge them?
I noticed the files are similar, so I just `mv`-ed them to override the old. Is it all right? It appears to work as now I have a different error
btw, do I need to keep doing this all the time? Overwriting/merging files when I update something?
UPDATE
I think I solved that. I need to do `pacman -S filesystem --force` then remove the locale.sh
Last edited by jiewmeng (2012-02-12 03:45:07)
Computer Science Student, Web Developer
Offline
If you don't install using the latest netinstall image but upgrade from an older version or use core image, you have to read all the news items, sometimes months back: http://www.archlinux.org/news/filesyste … -required/
Yes, manual merging is a pretty often occurrence https://wiki.archlinux.org/index.php/Pa … save_Files
Offline