bulk edit connections

2017-03-16 Thread Oded Priva
Hi, I have a periodic process ( every 10 minutes ) that checks for active VMs. ( about 150 connections ) I'm looking for the best way to update the connection list. Currently I'm truncating all connection tables and inserting new connections. I'm using this script

RE: Connection errors on no-auth unless logout first.

2017-03-16 Thread tek0011
But when you click back, its the exact same thing: ctrl-alt-shift -> disconnect: clicking back: Identical calls. Seems like something isnt working correctly. I can also reproduce this by actually doing ctl-alt-shift > disconnect. Then attempt a brand new connection. Same issue. I

RE: Connection errors on no-auth unless logout first.

2017-03-16 Thread Mike Jumper
Part of the problem with NoAuth is that the configuration is cached. This combined with the fact that the webapp inherently expects a user account (and NoAuth provides a placeholder user) means the backend essentially lies to the frontend about the semantics of the situation. With recent changes

RE: Lack of support?

2017-03-16 Thread tek0011
I figured this would get a response. I am not concerned about my personal support, although thats lacking as well. All I am saying is, its depression when something as amazing as this comes out, and the support and help goes away. Look at the support that was provided back when this was on

Re: Lack of support?

2017-03-16 Thread Mike Jumper
tek0011, please tone it down a bit. This is a place for respectful discourse, questions, and the community helping the community. It is not a place to vent. Let's keep this constructive and collaborative. Please. I only wish I knew this product better so I could help too. Great! Dive in

RE: Lack of support?

2017-03-16 Thread Mike Jumper
Beyond that, above all keep in mind that we all volunteer our time here. Sometimes people respond quickly, and often not. Be patient. If you feel your post isn't getting the attention it deserves, feel free to give it a friendly bump or two. The idea here should be to work together with the

Lack of support?

2017-03-16 Thread tek0011
Is there a better place to post for support? The support for this product seems nearly non existent. It's so bad we have considered dropping it entirely. Look at the main page of the list and most posts dont have a single reply. The ones that do are usually the original poster that is replying.

Re: Lack of support?

2017-03-16 Thread tek0011
Open source is not an excuse. There are 100,000's of open source products that provide immeasurable support. They have taken the time to build a community. I started using this ~ 3 years ago, although sparingly and never dove into it. You had a community back on sourceforge. Look at it

Upgrade to Guacamole 0.9.11

2017-03-16 Thread Miguel Goya
Hello, Is there any documentation out there to upgrade in place from 0.9.9 to 0.9.11. Thanks, Miguel

Re: RDP - First Connection Issue

2017-03-16 Thread Steve Karam
Mehdi, Which cloud? It sounds like this could be related to the target systems, not to Guacamole. For example, Windows systems may need an extra reboot when launched from an AMI in EC2 depending on how they were created. Is it possible that the target linux systems are becoming unavailable

Re: RDP - First Connection Issue

2017-03-16 Thread Mehdi Osman
Hi Mike, Any idea on the issue? Your help is very much appreciated. Thanks for your support and keep up the good work. From: Mehdi Osman Sent: Wednesday, March 15, 2017 8:08:03 PM To: user@guacamole.incubator.apache.org Subject: Re:

Re: ReverseVNC issue

2017-03-16 Thread Kok Hooi Chew
Hi All, Upgraded to 0.9.11, even though the reverse vnc feels more responsive, but still having the issues occasionally the screen is not being updated On Wed, Mar 8, 2017 at 7:33 AM, Kok Hooi Chew wrote: > Hi All, > Anything that I can do to further troubleshoot the

Re: RDP - First Connection Issue

2017-03-16 Thread Kris Germann
Do you have any connection logs that you’re able to share with us from the time you click connect? When it asks you to reconnect, is it successful? Try turning off NLA. Kris > On Mar 16, 2017, at 5:49 PM, Mehdi Osman

Re: High Availability

2017-03-16 Thread Peter Burdine
I haven't fully setup HA, but in terms of the auth side, I setup an haproxy instance local to each tomcat server. That haproxy is then configured to talk to all the configured AD servers. This is required since the guacamole properties file can only be configured to talk to one ldap server.

Re: ReverseVNC issue

2017-03-16 Thread Mike Jumper
On Thu, Mar 16, 2017 at 4:05 PM, Kok Hooi Chew wrote: > Hi All, > Hey Kok Hooi, > Upgraded to 0.9.11, even though the reverse vnc feels more responsive > Great! I'd be interested to hear whether things are further improved with recent changes on master. There are

Re: 2FA Duo not redirecting back - Error 500 response

2017-03-16 Thread Mike Jumper
Hi Tomas, Judging from the other error, you are also configuring LDAP, correct? It looks like you're missing one of the properties required for LDAP auth to work, "ldap-user-base-dn": http://guacamole.incubator.apache.org/doc/gug/ldap-auth.html Are you using anything else besides Duo and LDAP?