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

freeze when waiting for ssh connection but target machine doesn't exist #3

Open
srguiwiz opened this issue Nov 20, 2014 · 0 comments
Open
Labels

Comments

@srguiwiz
Copy link
Owner

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.

@srguiwiz srguiwiz added the bug label Nov 20, 2014
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

1 participant