Bug 660673
Summary: | koan requires rhpl to autodetect system | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | John Ruemker <jruemker> |
Component: | Provisioning | Assignee: | Milan Zázrivec <mzazrivec> |
Status: | CLOSED ERRATA | QA Contact: | Jiri Kastner <jkastner> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 540 | CC: | cperry, jkastner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | cobbler-2.0.7-6.el5sat cobbler-2.0.7-6.el6sat | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-03-07 09:25:50 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: | 646488 |
Description
John Ruemker
2010-12-07 15:08:16 UTC
Fixed in thirdparty.git SATELLITE-5.4: f038ba7f79223549888453bd2de31c4e850f0419 RHEL6: [root@ibm-z10-15 rhn]# rhnreg_ks --serverUrl=https://test11-64.rhndev.redhat.com/XMLRPC --sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT.test11-64 --username=admin --password=dog8NOcode [root@ibm-z10-15 rhn]# koan -r -s test11-64.rhndev.redhat.com - looking for Cobbler at http://test11-64.rhndev.redhat.com/cobbler_api <type 'exceptions.NameError'> global name 'CX' is not defined File "/usr/lib/python2.6/site-packages/koan/app.py", line 216, in main k.run() File "/usr/lib/python2.6/site-packages/koan/app.py", line 312, in run self.system = self.autodetect_system(allow_interactive=self.live_cd) File "/usr/lib/python2.6/site-packages/koan/app.py", line 382, in autodetect_system raise CX("the rhpl module is required to autodetect a system. Your OS does not have this, please manually specify --profile or --system") [root@ibm-z10-15 rhn]# rpm -q koan koan-2.0.6-6.el6.noarch [root@ibm-z10-15 rhn]# koan -r -s test11-64.rhndev.redhat.com - looking for Cobbler at http://test11-64.rhndev.redhat.com/cobbler_api Error: Could not find a matching system with MACs: 02:DE:AD:BE:EF:0F or IPs: 10.16.66.206 RHEL5: [root@rlx-0-12 ~]# rpm -q koan koan-2.0.7-2.el5sat [root@rlx-0-12 ~]# koan -r -s test11-64.rhndev.redhat.com - looking for Cobbler at http://test11-64.rhndev.redhat.com/cobbler_api exceptions.NameError global name 'CX' is not defined File "/usr/lib/python2.4/site-packages/koan/app.py", line 216, in main k.run() File "/usr/lib/python2.4/site-packages/koan/app.py", line 318, in run self.system = self.autodetect_system(allow_interactive=self.live_cd) File "/usr/lib/python2.4/site-packages/koan/app.py", line 388, in autodetect_system raise CX("the rhpl module is required to autodetect a system. Your OS does not have this, please manually specify --profile or --system") [root@rlx-0-12 ~]# koan -r -s test11-64.rhndev.redhat.com - looking for Cobbler at http://test11-64.rhndev.redhat.com/cobbler_api Error: Could not find a matching system with MACs: 00:42:52:00:ED:43,00:42:52:00:ED:45,00:42:52:00:ED:44 or IPs: 10.10.76.158 [root@rlx-0-12 ~]# rpm -q koan koan-2.0.7-6.el5sat 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/RHBA-2011-0323.html |