You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Nick Couchman <vn...@apache.org> on 2018/10/02 01:41:26 UTC

Re: VNC connection problem

On Tue, Sep 25, 2018 at 8:19 PM VolandSZ <se...@gmail.com> wrote:

> I am still struggling on how to run guacd in debug mode (step by step
> manual
> on how to add -L debug) smiley image="anim_handshake.gif"/>
>

With Docker, I'm not sure the current released version (0.9.14) has a way
to specify the debug level, but this should be part of the 1.0.0 release.
See:

https://issues.apache.org/jira/browse/GUACAMOLE-42


>
> BUT it seems that i have found the cause of my problem and i tend to think
> that it could be bug that needs to be fixed.
> Long story short. I am from russia and the PC i was trying to connect via
> VNC protocol had cyrilic letters in its name (Windows default settings
> suggest such naming scheme SOMETHING-ПК (PC in russian letters)) and that
> was what caused connection problems. When i removed cyrilic from PC name,
> everything works fine.
> But since it is Microsoft default naming scheme and i suspect it is
> implemented in other countries....
>
>
>
This definitely sounds like undesirable behavior - I'm not certain if it's
a bug in Guacamole or in the upstream libvncserver/libvncclient code that
Guacamole uses.  It would definitely be helpful if you could provide debug
output from guacd when this problem occurs.

-Nick