Results 1 to 1 of 1
I'm trying to verify the integrity of the apache file I downloaded. Does this mean its sucessfull?
Code:
[root@localhost: /home/jake/download/web/apache]$ gpg --import KEYS
gpg&#58; key 2719AF35&#58; "Ben Laurie <ben@gonzo.ben.algroup.co.uk>" not ...
- 11-05-2004 #1Linux User
- Join Date
- Jul 2004
- Posts
- 256
Verify the integrity of the files
I'm trying to verify the integrity of the apache file I downloaded. Does this mean its sucessfull?
Code:[root@localhost: /home/jake/download/web/apache]$ gpg --import KEYS gpg: key 2719AF35: "Ben Laurie <ben@gonzo.ben.algroup.co.uk>" not changed gpg: key A99F75DD: "Rodent of Unusual Size <coar@ACM.Org>" not changed gpg: key 302DA568: "Rodent of Unusual Size (DSA) <coar@ACM.Org>" not changed gpg: key 2C312D2F: "Rodent of Unusual Size <coar@ACM.Org>" not changed gpg: key A0BB71C1: "Jim Jagielski <jim@jaguNET.com>" not changed gpg: key 08C975E5: "Jim Jagielski <jim@apache.org>" not changed gpg: key DD919C31: "sameer@c2.net" not changed gpg: key 940A64BD: "Robert Hartill <robh@imdb.com>" not changed gpg: key 631B5749: "Randy Terbush <randy@zyzzyva.com>" not changed gpg: key 49A563D9: "Mark Cox <mjc@redhat.com>" not changed gpg: key 2F90A69D: "Paul Sutton <paul@ukweb.com>" not changed gpg: key BA20321D: no valid user IDs gpg: this may be caused by a missing self-signature gpg: key 26BB437D: "Ralf S. Engelschall <rse@engelschall.com>" not changed gpg: key 45B91DF1: no valid user IDs gpg: this may be caused by a missing self-signature gpg: key 163751F5: "Dean Gaudet <dgaudet@arctic.org>" not changed gpg: key EE65E321: "Martin Kraemer <martin@apache.org>" not changed gpg: key FDE534D1: "Martin Kraemer <martin@apache.org>" not changed gpg: key FDE534D1: "Martin Kraemer <martin@apache.org>" not changed gpg: key EC140B81: "Dirk-Willem van Gulik <dirkx@webweaving.org>" not changed gpg: key F08E012A: "Dean Gaudet <dgaudet@apache.org>" not changed gpg: key F88341D9: "Lars Eilebrecht <lars@eilebrecht.org>" not changed gpg: key 28AA55C5: "Daniel Lopez Ridruejo <ridruejo@apache.org>" not changed gpg: key C808A7BF: "rbb@apache.org" not changed gpg: key 06A14C05: no valid user IDs gpg: this may be caused by a missing self-signature gpg: key 00ADEBF5: "Marc Slemko <marcs@znep.com>" not changed gpg: key 62C48B29: "Ask Bjoern Hansen <ask@apache.org>" not changed gpg: key 10FDE075: "wrowe@covalent.net" not changed gpg: key B96CD0C7: "Bill Stoddard <bill@wstoddard.com>" not changed gpg: key 423FF2F1: "Paul J. Reder <rederpj@raleigh.ibm.com>" not changed gpg: key 82AB7BD1: "Cliff Woolley <jwoolley@apache.org>" not changed gpg: key 6BBA9D5D: "Cliff Woolley <jwoolley@apache.org>" not changed gpg: key B0D5F771: "Cliff Woolley <jwoolley@virginia.edu>" not changed gpg: key 37114B39: "Cliff Woolley <jwoolley@virginia.edu>" not changed gpg: key 751D7F27: "Graham Leggett <minfrin@apache.org>" not changed gpg: key 6D791A41: "Greg Ames <gregames@apache.org>" not changed gpg: key E04F9A89: "Roy T. Fielding <fielding@apache.org>" not changed gpg: key E2226795: "Justin R. Erenkrantz <jerenkrantz@apache.org>" not changed gpg: key 2CF86427: "Ian Holsman <ianh@apache.org>" not changed gpg: key 2CF86427: "Ian Holsman <ianh@apache.org>" not changed gpg: key CC8B0F7E: "Aaron Bannert <abannert@kuci.org>" not changed gpg: key 3A4E7AC9: "Brad Nicholes <bnicholes@novell.com>" not changed gpg: key DE885DD3: "Sander Striker <striker@apache.org>" not changed gpg: key E005C9CB: "Greg Stein <gstein@lyra.org>" not changed gpg: key 8103A37E: "Andre Malo <nd@apache.org>" not changed gpg: key 75A67692: "Erik Abele <erik@codefaktor.de>" not changed gpg: key 2261D073: "Astrid Kessler (Kess) <kess@kess-net.de>" not changed gpg: key 208F5064: "Joe Schaefer <joe@sunstarsys.com>" not changed gpg: key 0300A2E9: no valid user IDs gpg: this may be caused by a missing self-signature gpg: key A879FCF5: "Gregory Trubetskoy (Grisha) <grisha@ispol.com>" not changed gpg: Total number processed: 49 gpg: w/o user IDs: 4 gpg: unchanged: 45 [root@localhost: /home/jake/download/web/apache]$ gpg --verify KEYS httpd-2.0.52.tar.bz2 httpd-2.0.52.tar.bz2.asc root@localhost: /home/jake/download/web/apache]$ gpg --verify httpd-2.0.52.tar.bz2.asc gpg: Signature made Mon 27 Sep 2004 05:34:52 PM CDT using RSA key ID 10FDE075 gpg: Good signature from "wrowe@covalent.net" gpg: aka "William A. Rowe, Jr. <wrowe@rowe-clan.net>" gpg: aka "wrowe@lnd.com" gpg: aka "wrowe@apache.org" gpg: checking the trustdb gpg: no ultimately trusted keys found 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: 33 16 9B 46 FC 12 D4 01 CA 6D DB D7 DE EA 4F D7 [root@localhost: /home/jake/download/web/apache]$
--monkey


Reply With Quote
