Re: Connection error. No logs.

2017-04-28 Thread Suncatcher16
It's strange that RDP plugins are not loaded. I followed your recommendation here and all plugins (guacsnd, guacdr, etc) are exactly there, in /usr/local/lib/freerdp. And > ldd -r /usr/local/lib/libguac-client-rdp.s

Re: Connection error. No logs.

2017-04-28 Thread Suncatcher16
Well, I used your another recommendation from this thread and moved necessary files where they should be. Now only these lines in the log are present > Failed to load cliprdr plugin. Clipboard will not work. > Faile

Changing error dialogs

2017-04-28 Thread Marko Nikolić
Hello, I would like to customize the functionality of the error dialogs in the Guacamole client application within the extension I am developing. Changing the dialog texts and the styling of the dialogs are not sufficient for my use case. I found that the error handling dialogs are displayed from

Re: Changing error dialogs

2017-04-28 Thread Mike Jumper
On Apr 28, 2017 7:27 AM, "Marko Nikolić" wrote: Hello, I would like to customize the functionality of the error dialogs in the Guacamole client application within the extension I am developing. In what way? - Mike

Re: Connection error. No logs.

2017-04-28 Thread Suncatcher16
> Waht type of host do you access ? > If its a windows8 or win10 machine (also server 2012 to 2016) you'll have > to enable tls security on the connection property in guacamole > I also got this error in case the gucamole (guacd) cannot do DNS > resolution then setting the IP address instead of FQ

Re: Connection error. No logs.

2017-04-28 Thread Mike Jumper
On Fri, Apr 28, 2017 at 9:34 AM, Suncatcher16 wrote: > > > Waht type of host do you access ? > > If its a windows8 or win10 machine (also server 2012 to 2016) you'll have > > to enable tls security on the connection property in guacamole > > I also got this error in case the gucamole (guacd) cann

Re: Connection error. No logs.

2017-04-28 Thread Suncatcher16
Well, now I have another error. Some type of connection trial which never ends. And in the end I get this The only way

Re: Connection error. No logs.

2017-04-28 Thread Mike Jumper
On Fri, Apr 28, 2017 at 10:33 AM, Suncatcher16 wrote: > > The only way I can debug this is via foreground running of guacd with -d > option? That should be -f, not -d. Options which affect the verbosity of logging are always useful for debugging. In most cases, that would mean changing the log

Re: Connection error. No logs.

2017-04-28 Thread Suncatcher16
Mike Jumper wrote > That should be -f, not -d. This was a typo of course. And that's what my foreground run revealed > Listening on host 127.0.0.1, port 4822 > guacd[3992]: INFO:Creating new client for protocol "rdp" > guacd[3992]: INFO:Connection ID is > "$ae8e6c0b-c1cd-434f-b684-b41d7c3

Re: Connection error. No logs.

2017-04-28 Thread Mike Jumper
On Fri, Apr 28, 2017 at 10:51 AM, Suncatcher16 wrote: > Mike Jumper wrote > > That should be -f, not -d. > > This was a typo of course. And that's what my foreground run revealed > > > Listening on host 127.0.0.1, port 4822 > > guacd[3992]: INFO:Creating new client for protocol "rdp" > > guac

Re: Changing error dialogs

2017-04-28 Thread Marko Nikolić
Hello, I need to remove home button, have separate dialog title for connecton errors, add button with custom behaviour. Regards, Marko пет, 28. апр 2017. 18.35 Mike Jumper је написао/ла: > On Apr 28, 2017 7:27 AM, "Marko Nikolić" > wrote: > > Hello, > > I would like to customize the function

Re: Changing error dialogs

2017-04-28 Thread Mike Jumper
On Fri, Apr 28, 2017 at 2:23 PM, Marko Nikolić wrote: > Hello, > > I need to remove home button, have separate dialog title for connecton > errors > It sounds like changes to the dialog styling are exactly sufficient for at least these two requirements, as they're purely cosmetic. add button wi

Re: Changing error dialogs

2017-04-28 Thread Marko Nikolić
суб, 29. апр 2017. 00.16 Mike Jumper је написао/ла: > On Fri, Apr 28, 2017 at 2:23 PM, Marko Nikolić > wrote: > >> Hello, >> >> I need to remove home button, have separate dialog title for connecton >> errors >> > > It sounds like changes to the dialog styling are exactly sufficient for at > lea

Re: Connection error. No logs.

2017-04-28 Thread Suncatcher16
Thanks for clarification. My guacamole server and guacd are on the same server, so the firewall issues are excluded. It seems my *guacd.conf* was missing. As I revealed, it should be placed in /etc/guacamole. I placed it and how can I be sure that guacd can ping the server correctly? Is there any

Re: Connection error. No logs.

2017-04-28 Thread Suncatcher16
As I got your words, when the server writes > Connected to Guacamole. Waiting for respond it means that Guacamole server connected to guacd successfully, and when it write then > The connection had been closed because the server is taking too long to > respond it means that guacd cannot boun