Skip to content
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

/etc/init.d/garb #51

Open
johankooi opened this issue Jun 5, 2014 · 1 comment
Open

/etc/init.d/garb #51

johankooi opened this issue Jun 5, 2014 · 1 comment
Labels

Comments

@johankooi
Copy link

In the script there is a statement which tries to connect to one o the cluster nodes. The statement used is:
nc -z $HOST $PORT >/dev/null && break
This statement fails because the -z option is not supported anymore.
I changed this statement into
2>/dev/null >/dev/tcp/${HOST}/${PORT} && break
This new statement works as designed as the old nc -z statement

@johankooi johankooi reopened this Jun 5, 2014
@johankooi
Copy link
Author

i select by accident the close button

@temeo temeo added the bug label Jun 6, 2014
janlindstrom pushed a commit to MariaDB/galera that referenced this issue Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants