Re: How to debug quickconnect auth not working

2020-06-10 Thread ivanmarcus
Although I was rather easily shot down by aliens (or was it submarines!) it's good to see your student's work, and some of the uses Guacamole is put to, thanks. On 11/06/2020 2:12 a.m., Victor Norman wrote: You can try it at http://agora.cs.calvin.edu:8080/agora/#/

Re: Connection been closed

2020-06-10 Thread ivanmarcus
Guilherme, I see in other posts you're using Ubuntu 18.04? It may be worth checking what version of FreeRDP you're using (ldconfig -v | grep free). If it's 2.1.1 then you could be running into this problem: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/Guacamole-Free

Re: Connection been closed

2020-06-10 Thread Nick Couchman
On Wed, Jun 10, 2020 at 1:40 PM Guilherme Carvalho wrote: > This is what appears on the catalina.out. > > [2020-06-10 14:26:31] [info] 14:26:31.938 [http-nio-8080-exec-4] INFO > o.a.g.tunnel.TunnelRequestService - User "nefro03" connected to connection > "45". > [2020-06-10 14:26:32] [info] 14:2

Re: How to debug quickconnect auth not working

2020-06-10 Thread Nick Couchman
On Wed, Jun 10, 2020 at 10:12 AM Victor Norman wrote: > Our system that uses guacamole 0.9.9 is a "showcase" for our Computer > Science department's student projects. Our introductory CS course ends with > students doing graphical games using python and tkinter. We like to publish > them somewher

Re: Connection been closed

2020-06-10 Thread Guilherme Carvalho
This is what appears on the catalina.out. [2020-06-10 14:26:31] [info] 14:26:31.938 [http-nio-8080-exec-4] INFO o.a.g.tunnel.TunnelRequestService - User "nefro03" connected to connection "45". [2020-06-10 14:26:32] [info] 14:26:32.365 [http-nio-8080-exec-8] INFO o.a.g.tunnel.TunnelRequestService

Re: Connection been closed

2020-06-10 Thread Guilherme Carvalho
i will ask to the TI of my client verify this, could be this the problem Em qua., 10 de jun. de 2020 às 13:00, Charaoui, Jérôme < jchara...@cmaisonneuve.qc.ca> escreveu: > Hi Guillermo, > > My suggestion would be to also check the logs of the company firewall, > if you have one. > I've seen some

Re: Connection been closed

2020-06-10 Thread Guilherme Carvalho
Yes, i am using, Ubuntu 18.04 in this guacamole. i´ll verify to migrate to Debian to test Em qua., 10 de jun. de 2020 às 12:58, Gianluca Renzi escreveu: > Are you using Ubuntu 18.04 for this Guacamole deployment? I had a similar > problem, along with huge memory consumption for every guacd proce

Re: Connection been closed

2020-06-10 Thread Charaoui , Jérôme
Hi Guillermo, My suggestion would be to also check the logs of the company firewall, if you have one. I've seen some cases in which remote desktop software can trigger flooding protections that are implemented in such firewalls. -- Jerome Le 20-06-10 à 11 h 48, Guilherme Carvalho a écrit : > he

Re: Connection been closed

2020-06-10 Thread Gianluca Renzi
Are you using Ubuntu 18.04 for this Guacamole deployment? I had a similar problem, along with huge memory consumption for every guacd process (more than 1gb each), and the problem was with the freerdp libraries packaged in Ubuntu 18.04. I reinstalled on Debian 10 and now it runs fine with more than

Re: Connection been closed

2020-06-10 Thread Guilherme Carvalho
Nick, the erros should be on /var/log/tomcat9/catalina.out? Em qua., 10 de jun. de 2020 às 12:52, Nick Couchman escreveu: > On Wed, Jun 10, 2020 at 11:48 AM Guilherme Carvalho > wrote: > >> hello guys, i am having another problem with my client, everybody connect >> to RDP fine, but when starts

Re: Connection been closed

2020-06-10 Thread Nick Couchman
On Wed, Jun 10, 2020 at 11:48 AM Guilherme Carvalho wrote: > hello guys, i am having another problem with my client, everybody connect > to RDP fine, but when starts to working, click on start menu, or open the > company software the connection close. > > Are you getting any errors with guacd? A

Connection been closed

2020-06-10 Thread Guilherme Carvalho
hello guys, i am having another problem with my client, everybody connect to RDP fine, but when starts to working, click on start menu, or open the company software the connection close. What could be this? Thanks

Re: Guacd using much memory with no connection

2020-06-10 Thread Nick Couchman
On Wed, Jun 10, 2020 at 11:24 AM Guilherme Carvalho wrote: > Hello guys, how can i turn down the XMS and XMX from my java on guacamole, > i didn´t configure it, look that. XMS and XMX is configured to use 10Gb of > ram, the server has now 12Gb ram. > > tomcat4777 1.7 17.4 16715800 2141232 ?

Re: Guacd using much memory with no connection

2020-06-10 Thread Guilherme Carvalho
Hello guys, how can i turn down the XMS and XMX from my java on guacamole, i didn´t configure it, look that. XMS and XMX is configured to use 10Gb of ram, the server has now 12Gb ram. tomcat4777 1.7 17.4 16715800 2141232 ?Ssl Jun09 21:10 /usr/lib/jvm/default-java/bin/java -Djava.util.lo

Re: How to debug quickconnect auth not working

2020-06-10 Thread Victor Norman
Our system that uses guacamole 0.9.9 is a "showcase" for our Computer Science department's student projects. Our introductory CS course ends with students doing graphical games using python and tkinter. We like to publish them somewhere where anyone can connect and run the games, without logging

Re: How to debug quickconnect auth not working

2020-06-10 Thread Nick Couchman
On Wed, Jun 10, 2020 at 9:41 AM Victor Norman wrote: > Ah ha! Thanks. > > So, a bit more context: I'm upgrading my system from 0.9.9 where we were > using auth-noauth. That seems to be gone now... Any recommendations? > > Use authentication :-). We actually address this in the FAQ: http://guac

Re: How to debug quickconnect auth not working

2020-06-10 Thread Victor Norman
Ah ha! Thanks. So, a bit more context: I'm upgrading my system from 0.9.9 where we were using auth-noauth. That seems to be gone now... Any recommendations? I saw in Chapter 5, that there is an option to put disable-auth: true into the guacamole.properties file, and I've done that, but that do

Re: How to debug quickconnect auth not working

2020-06-10 Thread Nick Couchman
On Wed, Jun 10, 2020 at 8:37 AM Victor Norman wrote: > All, > > I'm trying to set up a guacamole system with the quickconnect user > "authentication". I think I've followed all the installation instructions > correctly, but I still see the regular login/password user interface. > > The QuickConne

Re: Guacamole Docker Timezone Changes

2020-06-10 Thread Nick Couchman
On Wed, Jun 10, 2020 at 1:53 AM Riano De Souza wrote: > Hi All. > > > > I have a very weird one and can not seem to figure it out. > > > > We are running Ubuntu 19.10 we have guacamole 1.1.0 running on docker > containers on the Ubuntu server. > > > > Every time we connect to ANY RDP connection i

How to debug quickconnect auth not working

2020-06-10 Thread Victor Norman
All, I'm trying to set up a guacamole system with the quickconnect user "authentication". I think I've followed all the installation instructions correctly, but I still see the regular login/password user interface. I haven't been able to find anything in the log files to tell me what I'm doing