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

systemctl reload teleport sometimes hangs with defunct process #25

Open
one000mph opened this issue Oct 17, 2019 · 0 comments
Open

systemctl reload teleport sometimes hangs with defunct process #25

one000mph opened this issue Oct 17, 2019 · 0 comments

Comments

@one000mph
Copy link

Several times after updating my config file I run systemctl reload teleport and am seeing the process hang

$ ps aux | grep teleport
root     12755  1.3  1.5 624452 59800 ?        Ssl  09:46   0:06 /usr/local/bin/teleport start --config=/etc/teleport.yaml --pid-file=/var/run/teleport.pid
root     12869  0.1  0.0      0     0 ?        Z    09:54   0:00 [teleport] <defunct>

In order to resolve it I kill the defunct child and parent sequentially. After that I am able to start up teleport with my new config.

I'm not sure if this a bug, or an expected result of restarting the auth or proxy service. The times I experienced this I didn't have any open connections to nodes or to the proxy, but I'm sure there are some intra-node networking happening which might be hanging the graceful reload.

Hopefully this report helps with future development since it is an unexpected usability issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant