Bug 663725
| Summary: | subscription-manager firstboot crashes upon startup | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | J.C. Molet <jmolet> |
| Component: | subscription-manager | Assignee: | Bryan Kearney <bkearney> |
| Status: | CLOSED ERRATA | QA Contact: | J.C. Molet <jmolet> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.1 | CC: | bkearney |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-19 13:38:16 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: | 639436 | ||
firstboot now launches subscription-manager-0.93.7-1.git.3.fbdf967.el6.x86_64 subscription-manager-gnome-0.93.7-1.git.3.fbdf967.el6.x86_64 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0611.html |
Description of problem: When you launch first boot, it crashes due to errors with subscription-manager. Version-Release number of selected component (if applicable): subscription-manager-0.93.3-1.git.37.da5f267.fc14.x86_64 subscription-manager-gnome-0.93.3-1.git.37.da5f267.fc14.x86_64 How reproducible: Always. Steps to Reproduce: 1. Install latest build of subscription manager 2. run firstboot Actual results: First boot crashes upon launch: firstboot 1.110.8 exception report Traceback (most recent call last): File "/usr/sbin/firstboot", line 192, in <module> config.moduleList = loadModules(config.moduleDir, config.mode) File "/usr/lib/python2.6/site-packages/firstboot/loader.py", line 101, in loadModules obj = loaded.moduleClass() File "/usr/share/firstboot/modules/rhsm_entitlement_choose.py", line 28, in __init__ self.vbox = managergui.rhsm_xml.get_widget("entitlementChooseVbox") AttributeError: 'module' object has no attribute 'rhsm_xml' Local variables in innermost frame: self: <rhsm_entitlement_choose.moduleClass instance at 0x1d906c8> Expected results: First boot runs.