Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Adding --help after ccs commands expecting more arguments can cause a traceback.
ccs-0.16.2-33.el6
reliably reproducible for some commands
north-14 is a member of a cluster in this example:
-(~:$)-> ccs -h north-14 --addresource --help
Traceback (most recent call last):
File "/usr/sbin/ccs", line 1932, in <module>
main(sys.argv[1:])
File "/usr/sbin/ccs", line 260, in main
if (addresource): add_resource(name, options)
File "/usr/sbin/ccs", line 1349, in add_resource
set_cluster_conf(dom.toxml())
File "/usr/sbin/ccs", line 1738, in set_cluster_conf
dom = minidom.parseString(xml)
File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/minidom.py", line 1925, in parseString
return expatbuilder.parseString(string)
File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/expatbuilder.py", line 942, in parseString
return builder.parseString(string)
File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 13, column 12
Expected results:
Error message or usage text
Comment 2RHEL Program Management
2011-04-04 02:15:49 UTC
Since RHEL 6.1 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.
Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.
Adding --help after ccs commands expecting more arguments can cause a traceback. ccs-0.16.2-33.el6 reliably reproducible for some commands north-14 is a member of a cluster in this example: -(~:$)-> ccs -h north-14 --addresource --help Traceback (most recent call last): File "/usr/sbin/ccs", line 1932, in <module> main(sys.argv[1:]) File "/usr/sbin/ccs", line 260, in main if (addresource): add_resource(name, options) File "/usr/sbin/ccs", line 1349, in add_resource set_cluster_conf(dom.toxml()) File "/usr/sbin/ccs", line 1738, in set_cluster_conf dom = minidom.parseString(xml) File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/minidom.py", line 1925, in parseString return expatbuilder.parseString(string) File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/expatbuilder.py", line 942, in parseString return builder.parseString(string) File "/usr/lib64/python2.6/site-packages/_xmlplus/dom/expatbuilder.py", line 223, in parseString parser.Parse(string, True) xml.parsers.expat.ExpatError: not well-formed (invalid token): line 13, column 12 Expected results: Error message or usage text