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

watchdog is unreliable in some circumstances #16

Closed
binford2k opened this issue Aug 11, 2017 · 2 comments
Closed

watchdog is unreliable in some circumstances #16

binford2k opened this issue Aug 11, 2017 · 2 comments

Comments

@binford2k
Copy link
Owner

No description provided.

@kjhenner
Copy link

I encountered this issue running the puppet-training.ova vm through VirtualBox with a bridged network interface on the Puppet internal wifi. Session would end after ~30 seconds, suggesting that the watchdog heartbeat check was never successful. The problem was resolved by removing the watchdog line from the systemd service file.

@binford2k
Copy link
Owner Author

I suspect that the spawned watchdog thread is not inheriting the systemd environment. Systemd is killing it because it gets no notifications. That's likely an upstream systemd change, too.

system('systemd-notify WATCHDOG=1')

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

2 participants