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.
DescriptionCorey Marthaler
2011-04-07 20:10:57 UTC
Description of problem:
To improve on the fix for 682323, if ricci authentication hasn't taken place, there's no point in entering any passwords at all. Simply exit stating that ricci authentication hasn't taken place, and to run 'passwd ricci'.
Actual results:
[root@taft-01 ~]# cman_tool version -r
You have not authenticated to the ricci daemon on taft-01
Password:
You have not authenticated to the ricci daemon on taft-04
Password:
You have not authenticated to the ricci daemon on taft-03
Password:
You have not authenticated to the ricci daemon on taft-02
Password:
Incorrect ricci password for taft-01
cman_tool: ccs_sync failed.
If you have distributed the config file yourself, try re-running with -S
Expected results:
[root@taft-01 ~]# cman_tool version -r
ricci authentication needs to take place ('passwd ricci')
Due to some absurd design decisions in ccs_tool (which cman_tool uses) changing this functionality will require a large re-write of the code. I'm closing this WONTFIX as it is fairly low priority (though still irritating) and I'm concerned about introducing new bugs with such a large code change.
Description of problem: To improve on the fix for 682323, if ricci authentication hasn't taken place, there's no point in entering any passwords at all. Simply exit stating that ricci authentication hasn't taken place, and to run 'passwd ricci'. Actual results: [root@taft-01 ~]# cman_tool version -r You have not authenticated to the ricci daemon on taft-01 Password: You have not authenticated to the ricci daemon on taft-04 Password: You have not authenticated to the ricci daemon on taft-03 Password: You have not authenticated to the ricci daemon on taft-02 Password: Incorrect ricci password for taft-01 cman_tool: ccs_sync failed. If you have distributed the config file yourself, try re-running with -S Expected results: [root@taft-01 ~]# cman_tool version -r ricci authentication needs to take place ('passwd ricci')