You are not logged in.
Pages: 1
Hello Everyone !
today i faced this problem :
[root@Arash-PC arashr]# pacman -Syu
error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
:: Synchronizing package databases...
core is up to date 0.0 B 0.00B/s 00:00 [---------------------------------------------------------------------] 0%
extra is up to date 0.0 B 0.00B/s 00:00 [---------------------------------------------------------------------] 0%
community is up to date 0.0 B 0.00B/s 00:00 [---------------------------------------------------------------------] 0%
multilib is up to date 0.0 B 0.00B/s 00:00 [---------------------------------------------------------------------] 0%
error: database 'core' is not valid (invalid or corrupted database (PGP signature))
error: database 'extra' is not valid (invalid or corrupted database (PGP signature))
error: database 'community' is not valid (invalid or corrupted database (PGP signature))
error: database 'multilib' is not valid (invalid or corrupted database (PGP signature))Last edited by arashroshan (2012-06-19 11:43:21)
Offline
Have you enabled package and database signing in your pacman.conf ?
Have you initialized your keys ? http://www.archlinux.org/news/having-pa … -packages/
Offline
i don't know !
the last package i downloaded was avrdude and after that this error is happening !
Last edited by arashroshan (2012-06-19 11:25:04)
Offline
Well, your error message seems to be related to signatures so I sugggest you read the wiki https://wiki.archlinux.org/index.php/Pacman-key and the information that is mentionned in the link I provided in my previous post. There should be enough info for you to see if you have (or not) initialized pacman properly for package/database signing.
Offline
thank you for your reply !
i solved problem with :
pacman -Syy but i don't know what happened ? and How This command Solved the problem ?!?
Last edited by arashroshan (2012-06-19 11:42:38)
Offline
Database signing is not implemented yet unless I missed something. So if you have "Required" in your Siglevel line, you should also have "DatabaseOptional". Otherwise it will check for signatures on the databases.
Offline
Actually this problem might occur if the databases were corrupt. For example, if you tried to sync the databases without an internet connection, then the databases get corrupt, and show this error.
This can be solved by forcing database refresh..
Offline
plese see this: [Solved] invalid or corrupted database (PGP signature)
Offline
Pages: 1