-
Notifications
You must be signed in to change notification settings - Fork 2
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
Guacamole instances randomly freezing #26
Comments
I tried tailing logs and looking at |
Hoping that this issue was indeed caused by a kernel panic, I manually enabled kernel crash dumps in running Guacamole instances. I basically used these instructions, although I found some of the steps listed there to be superfluous. What is actually required is:
|
There are some reports online of kernel panics appearing. See, for instance, these links: |
We caught a kernel panic on env0 in our staging environment. I added the information to the original Debian bug report, since it looks like our problem is indeed a result of the recent kernel changes. Links for investigating kernel crash dumps using |
It took several failed attempts (partly because doing kernel foo in Docker is not a great way to test), but I modified the Guacamole AMI to boot into an older kernel that we used before and know to be good. See these PRs:
Once the kernel bug has been resolved and is available in Debian, we can undo these changes. |
It is worth noting that this issue is probably appearing in the Guacamole instance because we are running Docker there and the kernel bug involves |
Resolved in the pRs listed above, as well as #24. |
🐛 Bug Report
Guacamole instances running recently-built AMIs randomly freeze. When this happens
ssh
sessions freezessh
sessions cannot be establishedTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Such instances should not freeze.
The text was updated successfully, but these errors were encountered: