| Summary: | Ricci frequently times out | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Gonzalo Servat <gservat> |
| Component: | ricci | Assignee: | Chris Feist <cfeist> |
| Status: | CLOSED NOTABUG | QA Contact: | Cluster QE <mspqa-list> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1 | CC: | an.euroford, cluster-maint, jwest |
| Target Milestone: | rc | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-30 23:11:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Gonzalo Servat
2011-10-26 10:00:33 UTC
FWIW, starting up ricci shows: # ricci -f -d -u ricci failed to load authorized CAs failed to load authorized CAs Is this concerning? Which version of modcluster do you have installed on both nodes? Also, can you temporarily disable selinux, reboot and verify that you get the same "failed to load authorized CAs" error. SELinux is already disabled, Chris. As for modcluster, it is only installed on the ricci (client) side: modcluster-0.16.2-10.el6.x86_64 Interesting... yesterday I deleted the cluster and started again. Now I can't reproduce the problem! And starting up ricci doesn't show the "failed to load authorized CAs" anymore!? I'm closing this bug now since we don't have a reproducer, but if it happens again, please re-open this bug and send the contents of your '/var/lib/ricci' directory. This is where ricci attempts to open up it's certificates, if there are errors in there, we should be able to detect them. Thanks! Hi Chris, I am able to replicate this issue again, however the luci part is running on RHEL 6.1, and the ricci/modcluster client is RHEL 5.7. When I try to create the cluster, it just hangs and on starting up ricci in debug mode, it shows: # ricci -d -f -u 102 failed to load authorized CAs failed to load authorized CAs client added client added exception: SSL_read() error: SSL_ERROR_SYSCALL: Success request completed in 119 milliseconds client added exception: SSL_read() error: SSL_ERROR_SYSCALL: Success request completed in 77 milliseconds exception: SSL_read() error: SSL_ERROR_SYSCALL: Success request completed in 141 milliseconds client removed client removed client removed The files in /var/lib/ricci/certs are: # find . . ./clients ./clients/client_cert_sJw8uX ./cacert.config ./privkey.pem ./cacert.pem Any ideas? In ricci_defines.h #define CLIENT_AUTH_CAs_PATH "/var/lib/ricci/certs/auth_CAs.pem" ricci read the client CA from this file. I don't believe running luci on 6.1 and the clients on 5.7 is supported. If you're configuring 5.7 nodes you'll want to use conga on 5.7. |