Re: compile warning

2022-01-04 Thread Piviul
Il 04/01/22 08:26, Mike Jumper ha scritto: [...] Please don't do this - the warning is there for a reason. The proper solution is not to bypass the warning with that flag, but to install a stable release of FreeRDP. done, I have installed the freerdp  from backports and recompiled the guacamol

Re: [ANNOUNCE] Apache Guacamole 1.4.0

2022-01-04 Thread Piviul
Il 04/01/22 06:53, Piviul ha scritto: Hi Nick, thank you very much; there is a way to know the version I have installed? I think I have the 1.1 version of guacamole on a debian buster... ok, I can confirm, I have the 1.1 version. Now I have compiled the server, replaced the client and replaced

Re: [ANNOUNCE] Apache Guacamole 1.4.0

2022-01-04 Thread Mike Jumper
On Tue, Jan 4, 2022, 00:34 Piviul wrote: > Il 04/01/22 06:53, Piviul ha scritto: > > Hi Nick, thank you very much; there is a way to know the version I > > have installed? I think I have the 1.1 version of guacamole on a > > debian buster... > ok, I can confirm, I have the 1.1 version. Now I have

Re: limit login attempts

2022-01-04 Thread Mike Jumper
On Mon, Jan 3, 2022, 23:26 Vieri wrote: > Hi, > > I believe this question has already been asked, but I can't seem to find > an answer in the docs or mailing list archives. > > My Guacamole login mechanism uses LDAP (AD server). Now, I could configure > the AD server to disable user accounts aft

Fetch API-token not working in 1.4.0

2022-01-04 Thread michael böhm
Hello everyone   I upgraded to 1.4.0 and since then I cannot fetch the API token using this example Python code:   ##   #!/usr/bin/python3 import sys import json import requests import os   guac_host = "127.0.0.1" guac_port = "8080" guac

Re: Fetch API-token not working in 1.4.0

2022-01-04 Thread Mike Jumper
On Tue, Jan 4, 2022, 01:36 michael böhm wrote: > Hello everyone > > I upgraded to 1.4.0 and since then I cannot fetch the API token using this > example Python code: > > ## > > #!/usr/bin/python3 > import sys > import json > import requests > im

Re: [ANNOUNCE] Apache Guacamole 1.4.0

2022-01-04 Thread Piviul
Il 04/01/22 10:17, Mike Jumper ha scritto: On Tue, Jan 4, 2022, 00:34 Piviul > wrote: [2022-01-04 09:08:35] [info] 09:08:35.687 [https-openssl-nio-8443-exec-2] ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to guacd f

Aw: Re: Fetch API-token not working in 1.4.0

2022-01-04 Thread michael böhm
Hello Mike,   you were perfectly right.   When I add the Content-Type header, I can fetch the token via Python:   #   response = requests.post(api_url, data="" headers={"Content-Type":"application/x-www-form-urlencoded"})   #

Re: [ANNOUNCE] Apache Guacamole 1.4.0

2022-01-04 Thread Mike Jumper
On Tue, Jan 4, 2022, 02:46 Piviul wrote: > Il 04/01/22 10:17, Mike Jumper ha scritto: > > On Tue, Jan 4, 2022, 00:34 Piviul wrote: > >> [2022-01-04 09:08:35] [info] 09:08:35.687 >> [https-openssl-nio-8443-exec-2] ERROR >> o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel >>

Re: [ANNOUNCE] Apache Guacamole 1.4.0

2022-01-04 Thread Piviul
Il 04/01/22 12:07, Mike Jumper ha scritto: According to the above, it's listening on IPv6 localhost. If Java is resolving localhost to the IPv4 address, then that would explain why the connection fails. Try manually overriding the bind host for guacd to 127.0.0.1 : https:/

guacamole-client manual compilation

2022-01-04 Thread Piviul
I'm trying to add freeradius authentication to a guacamole-client installed on a debian buster. I have downloaded the source code and run the command: # mvn clean package -Plgpl-extensions [...] [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/root/guacamole-client-1.4.0/} [INFO] stopped

Re: limit login attempts

2022-01-04 Thread sam g
Hello, I'm sure I'm asking a silly question but where would be this Guacamole log file where the login failed attempts are written?I tried but I don't see anything in my /var/log/tomcat9/localhost_access_log.2022-01-04.txt or in /var/log/tomcat9/localhost_access_log.2022-01-04.txt . With a  "sy

Upgrade forces IPv6?

2022-01-04 Thread Brad Saxton
Just in case someone has an answer for this or runs into the same problem. I upgraded a working instance of 1.3.0 to 1.4.0. Recompiled and installed guacd. Removed old extensions and copied the 1.4.0 versions in their place. Replaced the guacamole.war file and remove the old gua

Re: Upgrade forces IPv6?

2022-01-04 Thread Hankins, Jonathan
I ran into this. On my system (debian) there are 2 entries for localhost in /etc/hosts, one with 127.0.0.1 and one with ::1. I had no guacd.conf file. My guacamole.properties had guacd-hostname set to "localhost". The sysctl for ipv6 bindv6only was at the default of 0 (false). My connections had "

Delayed sftp downloads

2022-01-04 Thread Brad Saxton
I have Guacamole 1.3.0 installed and have a number of SSH connections defined with SFTP enabled. SFTP file uploads work without issue. SFTP file downloads work BUT the downloads only begin after disconnecting from the host session. This occurs regardless of whether the download is initiated via

Re: guacamole-client manual compilation

2022-01-04 Thread Piviul
Il 04/01/22 18:54, Piviul ha scritto: I'm trying to add freeradius authentication to a guacamole-client installed on a debian buster. [...] probably the log I sent lack of some important information... This is the output sent on the standard error and attached you can find the log generated on

Re: limit login attempts

2022-01-04 Thread Piviul
Il 04/01/22 19:17, sam g ha scritto: Hello, I'm sure I'm asking a silly question but where would be this Guacamole log file where the login failed attempts are written? I tried but I don't see anything in my /var/log/tomcat9/*localhost_access_log*.2022-01-04.txt or in /var/log/tomcat9/*localh

[OT] Re: limit login attempts

2022-01-04 Thread Piviul
Il 05/01/22 08:28, Piviul ha scritto: Il 04/01/22 19:17, sam g ha scritto: Hello, I'm sure I'm asking a silly question but where would be this Guacamole log file where the login failed attempts are written? I tried but I don't see anything in my /var/log/tomcat9/*localhost_access_log*.2022-01