Bug 113249
Summary: | up2date problems with gpg | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alan Deaton <a_deaton> |
Component: | up2date | Assignee: | Adrian Likins <alikins> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1 | CC: | a_deaton |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 19:00:42 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Alan Deaton
2004-01-10 17:36:23 UTC
Aha! I found the problem! If the rpm file doesn't get fully downloaded (which happens a lot), the GPG key will fail to verify, and give this error! Two ways of checking this: 1) rpm -Kv the-rpm-file-in-question.i386.rpm If the md5 checksum fails as well as the gpg signature, the rpm got cut off. 2) ls -l the-rpm-file.i386.rpm If the size doesn't match what's on the ftp site, the rpm got cut off. Workaround: download the file with 'wget -c .....' or something. Fix: make rpm check the size before the signature; make up2date do a better job of downloading. This is a duplicate of bug #111601. Someone at Red Hat please mark it as such. *** This bug has been marked as a duplicate of 111601 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |