killing active connections from command line

2018-02-08 Thread fou fe
I have one zombie connection in GUI guacamole client . [cid:73f6fccd-1ffd-43a7-84d9-5072e7a1d472] I kill it from GUI ,but it's appear after few seconds. I think there is no active connection but it's still exist in mysql database. Can you help ? Thank you

Re: killing active connections from command line

2018-02-08 Thread Mike Jumper
On Thu, Feb 8, 2018 at 12:18 AM, fou fe wrote: > I have one zombie connection in GUI guacamole client . > I kill it from GUI ,but it's appear after few seconds. > > I think there is no active connection but it's still exist in mysql > database. > > If you kill the connection within the GUI, but

RE: killing active connections from command line

2018-02-08 Thread fou fe
Hi, Thank you, i m sure there is no user who hitting reconnect. The connection is mine and i have reboot my host and connection is stil there in GUI. Help De : Mike Jumper Envoyé : jeudi 8 février 2018 09:35 À : user@guacamole.apache.org Objet : Re: killing

Re: Guacamole 0.9.14, RDP, Accent Symbols on German Keyboard Layout

2018-02-08 Thread Steffen Moser
Hi Mike, thanks a lot! Just tested it. It works fine for Chrome and Firefox on Windows 10 and Linux (with dead keys enabled and disabled). This will be very helpful for my users! Unfortunately, I don't see an improvement for Chrome and Firefox on macOS 10.13. I haven't tested with other browser

Send PrintScreen key to the Remote Desktop

2018-02-08 Thread Amarjeet Singh
Hi Team, I am unable to use PrintScreen key. Guacamole is not sending the PrintScreen key to the RDP Desktop. It is not captured by keydown event but is captured during onkeyup event and released by the Guacamole. Please help me to resolve the aboev to enable PrintScreen feature inside the RDP

Re: OpenID-Connect HTTP 500

2018-02-08 Thread Justin Gauthier
Hello everyone, I have discovered that I had a the openid-redirect-uri incorrectly specified. That issue has now been resolved, and I get a login screen now. Now, when I get that login screen, I can login with credentials stored in the postgres database, but I do not get redirected to Keycloak. I

Re: OpenID-Connect HTTP 500

2018-02-08 Thread Nick Couchman
On Thu, Feb 8, 2018 at 10:00 AM, Justin Gauthier wrote: > Hello everyone, > > I have discovered that I had a the openid-redirect-uri incorrectly > specified. That issue has now been resolved, and I get a login screen > now. > > Now, when I get that login screen, I can login with credentials store

Re: Send PrintScreen key to the Remote Desktop

2018-02-08 Thread Nick Couchman
On Thu, Feb 8, 2018 at 5:49 AM, Amarjeet Singh wrote: > Hi Team, > > I am unable to use PrintScreen key. > > Guacamole is not sending the PrintScreen key to the RDP Desktop. > > It is not captured by keydown event but is captured during onkeyup event > and released by the Guacamole. > > The most

Re: Could Guacamole make use of WebRTC now that Gstreamer implements it?

2018-02-08 Thread Nick Couchman
On Wed, Feb 7, 2018 at 12:25 PM, brian mullan wrote: > Could something like this be used to stream the user's remote desktop to > the client as a video stream? > > It could, yes, but I'm not certain why you'd want to do this in Guacamole. Guacamole, while having server and client components, is,

Re: OpenID-Connect HTTP 500

2018-02-08 Thread Justin Gauthier
Nick, I have completed that step, however now I am in an redirect loop. Once I get home I'll take a look at the logs and provide that information. Thanks for the help, Justin From: Nick Couchman Sent: Thursday, February 8, 2018 11:27:05 AM To: user@guacamole.a

Re: Could Guacamole make use of WebRTC now that Gstreamer implements it?

2018-02-08 Thread Mike Jumper
On Thu, Feb 8, 2018 at 8:57 AM, Nick Couchman wrote: > On Wed, Feb 7, 2018 at 12:25 PM, brian mullan > wrote: > >> Could something like this be used to stream the user's remote desktop to >> the client as a video stream? >> >> > It could, yes, but I'm not certain why you'd want to do this in > G

Re: OpenID-Connect HTTP 500

2018-02-08 Thread Justin Gauthier
I have been able to get the redirect from Guacamole to Keycloak to work, however, once I login to keycloak, and get redirected back to Guacamole, I get put into a redirect loop. It does not look like Guacamole is reading the token_id from the URL, and this is causing it to report invalid credential

Re: OpenID-Connect HTTP 500

2018-02-08 Thread Justin Gauthier
I should also note that when in the redirect loop, I can see that the usual URL of https://guacamole.justin-tech.com/#/ is showing as both ht tps://guacamole.justin-tech.com/#session. and https://guacamole.justin- tech.com/#/session. Thanks again, Justin On Thu, 2018-02-08 at 23:37 -0500, Justin

Re: Send PrintScreen key to the Remote Desktop

2018-02-08 Thread Amarjeet Singh
PrintScreen can be captured while Keyup and the keysym is already there in guacamole.js which I tried to send it to the server but didn't worked. Sending the keysym of Printscreen to the RDP server is not copying the image to the remote clipboard. I tried to send both keydown and keyup as well