You are not logged in.
#pacman -Syu
......
Proceed with installation? [Y/n] y
(234/234) checking package integrity [######################] 100%
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.[root@Solar etc]# uname -r
3.3.4-1-ARCHLast edited by ringfin (2012-07-19 05:56:27)
Offline
The msg is straight forward
some of your packages doesnt pass the integrity check
https://balaskas.gr
Linux System Engineer - Registered Linux User #420129
Offline
Try "pacman -Syu --debug" or try a new mirror and "pacman -Syyu --debug". It should tell you where the problem lies.
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
Sometimes it helps to delete the package in question from /var/cache/pacman/pkg/ if the package is corrupted so that pacman is forced to re-download. Else it will keep trying to use the cached package.
Offline
Sounds like what happened to me. If it is, here is the solution...
Offline