Bug 518140
| Summary: | yum/rhn_check: Plugin "rhnplugin" can't be imported | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Sandro Mathys <sandro> |
| Component: | Clients | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.6 | CC: | jsherril, mmraka |
| 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-02-16 12:56:00 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 543511 | ||
|
Description
Sandro Mathys
2009-08-19 05:51:59 UTC
Oh, that was quick - I found the problem by pure coincidence. yum-rhn-plugin is missing 'Requires: m2crypto' (at least on F11) Are you sure you have the latest yum-rhn -plugin? I see it fine in the spec file,
[yum-rhn-plugin{master}]$ cat yum-rhn-plugin.spec |grep m2crypto
Requires: m2crypto >= 0.16-6
- yum-rhn-plugin requires m2crypto
- 481042 - handle ssl timeout exceptions raised from m2crypto more gracefully (pkilambi)
Hmm...that's strange. I'm sure I was able to reproduce this several times. But now, if I try to deinstall m2crypto, it shows me it's a dep of yum-rhn-plugin. Not sure what's happening here. So I hit this same problem when i added 'yum-rhn-plugin' to my kickstart file (after adding the spaceawalk-tools child channel repo to the ks). Apparently anaconda didn't complain that m2crypto wasn't available, it just went ahead and installed yum-rhn-plugin yum-rhn-plugin-0.8.4 is known to work both on Fedora 11 and Fedora 12. Spacewalk 0.8 has been released |