On 10/1/2014 11:02 PM, Wayne Stambaugh wrote: > I just tried to run pacman -Syu and ran into this error: > > (4/4) checking keys in keyring > [######################] 100% > downloading required keys... > :: Import PGP key 2048D/, "Alexey Pavlov (Alexpux) <[email protected]>", > created: 2013-11-11? [Y/n] y > error: key "Alexey Pavlov (Alexpux) <[email protected]>" could not be > imported > error: required key missing from keyring > error: failed to commit transaction (unexpected error) > Errors occurred, no packages were upgraded. > > Prior to this error, I got this warning: > > warning: Public keyring not found; have you run 'pacman-key --init'? > > so I ran pacman-key --init as suggested. Any ideas how to fix this? > Thanks in advance for the help. >
I encountered the same issue too and fixed by changing SigLevel to Never in etc/pacman.conf: SigLevel = Never #SigLevel = Required DatabaseOptional Bets Regards cg ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
