Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14705] linux gpg check fail...

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14705] linux gpg check fail...
  • Date: 2 Sep 2008 07:18:41 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14705


Jaka Kranjc <jakakranjc AT email.si> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |jakakranjc AT email.si




--- Comment #1 from Jaka Kranjc <jakakranjc AT email.si> 2008-09-02 02:18:41 ---
You don't have the key in your keyring, so the manual run failure is expected.
$ gpg --verify /var/spool/sorcery/linux-2.6.24.tar.bz2.sign
gpg: Signature made Fri 25 Jan 2008 12:25:10 AM CET using DSA key ID 517D0F0E
gpg: Can't check signature: public key not found

vs

$ gpg --no-default-keyring --keyring /var/lib/sorcery/codex/test/kernel.gpg
--verify /var/spool/sorcery/linux-2.6.24.tar.bz2.sign
gpg: Signature made Fri 25 Jan 2008 12:25:10 AM CET using DSA key ID 517D0F0E
gpg: Good signature from "Linux Kernel Archives Verification Key
<ftpadmin AT kernel.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: C75D C40A 11D7 AF88 9981 ED5B C86B A06A 517D 0F0E

But this is besides the real issue.


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page