-
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
Revert VNC disconnection workaround when Guacamole Docker image is updated #2
Comments
Thanks, ladies and gents. I am leveraging your workaround. I was also facing GUAC-414, so I built and compiled everything from source to see if the PR suggested for the issue actually resolved the problem. Unfortunately, the problem seems to persist (Ubuntu Bionic). I would be curious to see if you have attempted and experienced the same? |
@CloudSurgeon That is disappointing to hear that you are still seeing the same issue after building from source. We have not yet built an up-to-date Docker image from source, but when we do, I will be sure to post an update here about our results. |
I spoke to the Guac devas and I need to go back and double check the
version of libvnc I compiled against. It is suspected I compiled against an
older version. I'll try and take the time to run through again and will let
you know.
…On Tue, Sep 3, 2019 at 4:11 PM dav3r ***@***.***> wrote:
@CloudSurgeon <https://github.com/CloudSurgeon> That is disappointing to
hear that you are still seeing the same issue after building from source.
We have not yet built an up-to-date Docker image from source, but when we
do, I will be sure to post an update here about our results.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AC7RDSSMLCHNLTUFBV6BOG3QH3AFZA5CNFSM4IN2Y5DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5ZNOGI#issuecomment-527619865>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC7RDSRK3MJQFMWD4LTPJDLQH3AFZANCNFSM4IN2Y5DA>
.
|
FYI, we are currently testing the latest 1.1.0 Guacamole images (guacamole and guacd) In the Guacamole PR with the potential fix for this issue, they state:
We should be fine on that front- our VNC server host is running with
Note that the error message in the VNC server is slightly different now:
Here is what it looks like in the
I see two possibilities:
For now, we will continue to run without using |
In #1, we added a workaround to avoid frequent VNC disconnections by disabling 'TLSVnc' authentication.
We believe that Guacamole fixed the underlying issue in PR #217. Although that fix was merged into the master branch on April 24, 2019, the latest Guacamole Docker image (which we are using) was built from the Guacamole 1.0 release from Jan. 8, 2019, which predates PR #217.
The purpose of this issue is to ensure that at some point in the future, we should obtain a Guacamole Docker image (or build our own) that includes PR #217. Once that happens, we should roll back the changes that were made in #1, since they should no longer be necessary.
The text was updated successfully, but these errors were encountered: