Bug 637211
Summary: | AttributeError: 'NoneType' object has no attribute 'pgpImportPubkey' | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Brian Lane <bcl> | ||||
Component: | yum | Assignee: | Seth Vidal <skvidal> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 14 | CC: | ffesti, james.antill, jonathan, maxamillion, pmatilai, rhughes, smparrish, stephent98, tim.lauridsen | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-09-27 13:07:37 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: | |||||||
Attachments: |
|
Description
Brian Lane
2010-09-24 15:23:12 UTC
I ran the update from a terminal with 'yum update --skip-broken' and it imported the key just fine. --skip-problem was needed due to an un-related library ABI issue. Created attachment 449624 [details]
screenshot with pgpImportPubkey message in qemu-kvm window
Reproduced in VM.
Install:
$ qemu-kvm -m 512m -cdrom F14-Beta-RC3/Fedora-14-Beta-x86_64-DVD.iso -hda foobar.img -boot menu=on
Post-install: Software Update from System menu.
$ sha256sum F14-Beta-RC3/Fedora-14-Beta-x86_64-DVD.iso
24d764247508f18c19fdceb2d9f2bf714e3615a722f20c64a0ed365f3b7af885 F14-Beta-RC3/Fedora-14-Beta-x86_64-DVD.iso
(In reply to comment #2) > Created attachment 449624 [details] > screenshot with pgpImportPubkey message in qemu-kvm window > > Reproduced in VM. > > Install: > $ qemu-kvm -m 512m -cdrom F14-Beta-RC3/Fedora-14-Beta-x86_64-DVD.iso -hda > foobar.img -boot menu=on This was a fresh install ... Following Brian here ... A workaround is to update yum from a terminal window: 1. Complete the DVD install, reboot, complete firstboot, login. 2. Enable networking. 3. From a terminal window: $ su -c 'yum -y update yum' 4. Complete the update with Software Update. 5. Restart. Tested in a VM. This workaround may need to be documented in Common Bugs. http://fedoraproject.org/wiki/Common_F14_bugs *** This bug has been marked as a duplicate of bug 622179 *** |