-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatch between clustercheck and xinetd response #7
Comments
show your /etc/xinetd.d/mysqlchk |
This is happening for me too. |
For anyone else having this issue, I was able to fix it by changing the mysqlchk xinetd script to use the root user. |
This is happening for me too. |
I have moved to another utility that is doing exactly the same, but with less effort (written in go, no xinetd required) https://github.com/leoleovich/clusterhc |
Same problem here, even with the Percona-provided clustercheck script which is based on this here. Attempts like changing the xinetd user and making sure execute permissions are set on the MySQL socket directory didn't help. Edit: Fixed by not quoting the password in the xinetd definition (in Fails:
Works:
|
Related issue https://bugzilla.redhat.com/show_bug.cgi?id=459553 And for use credentials from
And xinetd config should be:
Dont amend |
Hi guys,
Quick question; I am getting a mismatch between the clustercheck response (via cli) and the response returned via the mysqlchk xinetd request:
/etc/xinetd.d/mysqlchk
is configured to simply callserver=/usr/local/bin/clustercheck
, as per the install instructions.Any ideas?
The text was updated successfully, but these errors were encountered: