We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Linux (seen in CentOS 6.5) host runs out of file descriptors (or similar resource) when in a loop trying but unable to connect to a target machine.
Not noticed in past because doesn't happen when all is good.
Possibly one ssh process for each attempt remains running, until reached limit.
What alleviates problem a little bit is, you can kill the script, and all those child processes will die too.
Nasty bug renders host machine quit useless. While there are too many of those processes, that regular user cannot log in.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Linux (seen in CentOS 6.5) host runs out of file descriptors (or similar resource) when in a loop trying but unable to connect to a target machine.
Not noticed in past because doesn't happen when all is good.
Possibly one ssh process for each attempt remains running, until reached limit.
What alleviates problem a little bit is, you can kill the script, and all those child processes will die too.
Nasty bug renders host machine quit useless. While there are too many of those processes, that regular user cannot log in.
The text was updated successfully, but these errors were encountered: