Re: Hebrew/English keyboard layout challenges

2024-05-06 Thread Michael Jumper
On 5/6/24 9:06 AM, Nick Couchman wrote: On Mon, May 6, 2024 at 10:31 AM mailto:u...@alyn.org>> wrote: ... To sum the long story short, two questions: 1.Is there a way to make the Guacamole client be aware of the currently active Windows language, and define different layouts

Re: SSH session to remote server hanging due to stale NFS file handle

2024-05-03 Thread Michael Jumper
On 5/3/24 9:50 AM, Nick Couchman wrote:> On Thu, May 2, 2024 at 8:03 PM Justin VanAbrahams mailto:jvanabrah...@abico.com>> wrote: Not Guacamole-related, but I have absolutely seen stale NFS mounts bog down Linux networking to uselessness. Yeah, I'd agree that stale NFS mounts can

Re: Fwd: Google 'tagged' email addresses not working with LDAP

2024-05-01 Thread Michael Jumper
On 4/30/24 9:06 AM, David Lomas wrote: Hi, I've set up Guacamole using docker containers using guacamole/guacamole, guacamole/guacd, nginx, and postgres:15.2-alpine and a docker compose yaml file. All appears to be working. I've configured Guacamole to use a local LDAP service, which is in

Re: VNC vs keymap vs KVM

2024-04-14 Thread Michael Jumper
On 4/13/24 9:10 AM, Horváth Csaba wrote: Hi, I'm using KVM on Debian on my virtual host. It provides VNC screens, so the VM's are easily accessable from Guacamole. Discovered that Guacamole is not handling the keymaps correctly for Windows VM; the VM has HU keyboard, my laptop has HU keyboard;

Re: SAML-related error I don't understand

2024-04-12 Thread Michael Jumper
On 4/11/24 12:01 PM, Johnnie W Adams wrote: Hi, folks,      I'm trying to figure out why I got this error on startup for the new server pair I'm building: 13:52:11.887 [http-nio-8080-exec-1] WARNo.a.g.e.AuthenticationProviderFacade - The "saml" authentication provider has encountered an

Re: [ANNOUNCE] Apache Guacamole 1.5.5 released

2024-04-08 Thread Michael Jumper
On 4/8/24 10:03 AM, Jason Keltz wrote: It's great to see yet another new Guacamole release ... thanks Mike and Guacamole team! I went to look at installing Guacamole 1.5.5, and I usually update my tomcat to the latest 9.0 series, and JDK to the latest OpenJDK8. When I tried to install the

[ANNOUNCE] Apache Guacamole 1.5.5 released

2024-04-06 Thread Michael Jumper
The Apache Guacamole community is proud to announce the release of Apache Guacamole 1.5.5. Apache Guacamole is a clientless remote desktop gateway which supports standard protocols like VNC, RDP, and SSH. We call it "clientless" because no plugins or client software are required; once

Re: AW: Error Message: double free detected in tcache 2

2024-04-04 Thread Michael Jumper
On 4/4/24 11:22 AM, Colin Fodor wrote: Hello, I just did: colin@guacamole:~$ /usr/local/sbin/guacd -v Guacamole proxy daemon (guacd) version 1.5.3 Seems like the guac Update Script didn’t update guacd? On the login Page it says 1.5.4. But if I see this correctly I should update guacd to

Re: VNC to macOS Connections

2024-03-23 Thread Michael Jumper
On 3/22/24 08:14, Chris Herrmann wrote: We've set up a small Guacamole server to offer remote Xcode access for students enrolled in a mobile app development course.  Users authenticate to our CAS server to connect to the Guac server then re-authenticate at the macOS login prompt via AD

Re: Guacamole in Docker on ARM

2024-03-22 Thread Michael Jumper
On 3/22/24 06:57, Mike Wyatt wrote: On Mar 22, 2024, at 9:56 AM, Nick Couchman wrote: On Thu, Mar 21, 2024 at 11:28 PM Nathaniel Belles wrote: Hello, I have been interested in getting Guacamole working in Docker on ARM for running on Raspberry Pi’s. Although the Raspberry Pi isn’t my

Re: Unexpected error in REST endpoint

2024-03-15 Thread Michael Jumper
On 3/15/24 07:07, Vieri wrote: On Friday, March 15, 2024 at 02:59:01 PM GMT+1, Nick Couchman wrote: 2024-03-15 07:34:08,879 [https-openssl-apr-8543-exec-8] DEBUG o.a.g.rest.RESTExceptionMapper - Unexpected error in REST endpoint. java.lang.NullPointerException: null     at

Re: Guacamole on Debian Trixie/Testing

2024-03-08 Thread Michael Jumper
On 3/8/24 03:07, Horváth Csaba wrote: Hi, After with the help of Guacd developers (@Nick Couchman) figured out that the Guacamole 1.5.5 compiled from source can connect to Gnome-Remote-Desktop 44.x, i tried to install it on my home server (the test VM is used for testing, it's mosly off, and

Re: Understanding the permission system to delegate permissions

2024-02-26 Thread Michael Jumper
On 2/25/24 11:09, med ahmed wrote: Hi, I am also struggling with permission delegation,  I would like to allow users to view their connections history, Could anyone please tell me how to do it? This is an entirely different matter and relates to how the webapp UI presents itself, not to

Re: Understanding the permission system to delegate permissions

2024-02-25 Thread Michael Jumper
On 2/25/24 02:08, Florian wrote: Hi together, In my scenario, I have two other users who want to give external people the possibility to test something in our demonstration environment. I gave them the permission to add new users and now they are able to create users, but they cannot assign

Re: Guacd on Ubuntu LTS 22.04 fails when using OPENSSH formated keys

2024-02-22 Thread Michael Jumper
On 2/22/24 07:33, Ray Smith wrote: Thank you for the response.  The bug you referenced seems to represents what I’m seeing.   The key is successfully imported but appear to be mangled, and therefor rejected by the destination.   If the bug is the issue, shouldn’t this be resolved if I’m

Re: Vulnerability CVE-2024-1597 score 10

2024-02-22 Thread Michael Jumper
On 2/22/24 01:10, Arthur Toumassian wrote: Hello, The CVE-2024-1597 concerns JDBC postgres instances where the mode *PreferQueryMode=SIMPLE *To be sure, i'd like to know if guacamole-auth-jdbc uses *PreferQueryMode=SIMPLE  ? *Thank you No, it does not. Guacamole also does not bundle any

Re: Guacd on Ubuntu LTS 22.04 fails when using OPENSSH formated keys

2024-02-21 Thread Michael Jumper
On 2/20/24 20:23, Ray Smith wrote: Unable to get a native Ubuntu build of guacd to work the same as the docker build when it comes to OPENSSH private key format.  Scripted the build process to mimic that used by docker (building dependencies), using Ubuntu 20.04 LTS and Ubuntu 22.04 LTS as the

Re: How to make Guacamole safe.

2024-02-18 Thread Michael Jumper
On 2/18/24 23:15, Andrea Miconi wrote: My Guacamole is installed on a PC with Debian 12 and I use it to connect to my PCs and servers. Besides G. there is nothing else installed; maybe later I will want to install Zabbix. G. is now behind a firewall with HA-Proxy as reserver proxy. I wonder

Re: Odp: RE: Re: Re: Re: REST API - Create URL connection (Permission Denied)

2024-02-14 Thread Michael Jumper
On 2/14/24 04:33, i.no...@wp.pl wrote: Hello, Any idea how to solve the issue with URL? Thanks. DEBUG o.a.g.rest.RESTExceptionMapper - Unexpected error in REST endpoint. Feb 10 15:24:36 server[104645]:

Re: Unexpected error in REST endpoint

2024-02-12 Thread Michael Jumper
On 2/12/24 10:18, Vieri wrote: ... [https-openssl-apr-8543-exec-10] DEBUG o.a.g.rest.RESTExceptionMapper - Unexpected error in REST endpoint. java.lang.NullPointerException: null     at java.io.Reader.(Reader.java:78)     at java.io.InputStreamReader.(InputStreamReader.java:97)   

Re: Major bug message log in guacd 1.5.4

2024-02-08 Thread Michael Jumper
On 2/7/24 05:24, Nick Couchman wrote: On Wed, Feb 7, 2024 at 6:40 AM Yannick Martin mailto:yannick.mar...@ovhcloud.com>> wrote: Hello About pthread_keys leak, I wonder if https://github.com/apache/guacamole-server/blob/master/src/libguac/client.c#L299

Re: `OPENID_SCOPE` environment variable in Docker not working

2024-02-08 Thread Michael Jumper
On 2/8/24 03:17, Nick Couchman wrote: On Thu, Feb 8, 2024 at 2:23 AM Mike Wyatt > wrote: I'm trying to get my existing Guacamole installation working with OpenID. I've got everything working correctly, but Guacamole is not requesting the `groups` scope.

Re: Preventing a "double login" using SAML

2024-02-01 Thread Michael Jumper
On 1/31/24 13:20, Nick Couchman wrote: On Wed, Jan 31, 2024 at 4:10 PM Barnhart, Steven > wrote: SAML is our main authentication provider, and we wouldn’t mind using it with Guacamole to simplify things, unfortunately due to the way SAML works we don’t

Re: guacamole can't communicate with guacd

2024-01-31 Thread Michael Jumper
On 1/30/24 16:20, jim...@porcine.com wrote: It appears to be a ipv4 vs. ipv6 issue. Here is what I get with systemctl status guacd after a failed attempt: Jan 30 15:54:04 pi4dev guacd[6014]: Creating new client for protocol "vnc" Jan 30 15:54:04 pi4dev guacd[6014]: Connection ID is

Re: Log in to Gnome Shell RDP

2024-01-24 Thread Michael Jumper
On 1/24/24 12:39, Horváth Csaba wrote: Hi, Tried with a Windows VM with NLA turned off; so simple RDP connection works with security=rdp . So the issue is that guacd cannot communicate with TLS and NLA security servers. If i set f guacd-ssl to false, even the guacd reports an internal error. :

Re: Options for hardware acceleration/vaapi for guacd

2024-01-19 Thread Michael Jumper
Hello Antony, If you feel your changes would be beneficial, then please simply open them up so the community can start digging. There's no need for your team to sit on those changes until they grow to a theoretical point. The community is ready. You can, of course, continue to not do that.

Re: downloading file cause remote system disconnection

2024-01-11 Thread Michael Jumper
On 1/10/24 22:55, Eby Mani wrote: Guacamole 1.5.3 File uploads to remote systems are working for ssh and RDP, but when trying to download files from remote systems either thru browser / guacctl result in server disconnection and partial file download. Have not restricted file download or

Re: Windows updated only partial

2024-01-10 Thread Michael Jumper
On 1/10/24 06:54, Richard Bader wrote: Using 1.5.3 and a firefox after 120.0.1 results in partial updated windows. Is this a know issue, and is it already fixes in 1.5.4 There is no such known issue. There have been a couple reports of something similar which was not reproducible, nor

Re: Major bug message log in guacd 1.5.4

2024-01-05 Thread Michael Jumper
On 1/4/24 16:35, Vieri wrote: On Thursday, January 4, 2024 at 02:50:47 PM GMT+1, Nick Couchman wrote: I suspect that you're hitting some other limitation in the number of files/sockets open that is causing all new connections to fail Hi Nick, ... guacd   84702 guacd    8u  a_inode 

Re: Major bug message log in guacd 1.5.4

2024-01-03 Thread Michael Jumper
Correction, that should be: $ git clone https://github.com/apache/guacamole-server $ cd guacamole-server/ $ git checkout 1.5.4 $ sudo docker build -t guacamole/guacd \ --build-arg WITH_FREERDP=2.10.0 \ --build-arg ALPINE_BASE_IMAGE=3.18 . - Mike On 1/3/24 09:13, Michael Jumper wrote

Re: Major bug message log in guacd 1.5.4

2024-01-03 Thread Michael Jumper
All, if you wish to test this issue further, the thing to test is whether the *1.5.4* images suffer from the same failure even if rebuilt against the same version of FreeRDP used by 1.5.3 (version 2.10.0). There is no need to confirm that the issue does not occur with 1.5.3 version of the

Re: Major bug message log in guacd 1.5.4

2024-01-02 Thread Michael Jumper
While the issue may correlate with the release of 1.5.4, keep in mind that the log message in question is coming from FreeRDP regarding memory that FreeRDP itself manages, and it is reporting what FreeRDP identifies as a possible bug *in itself*. See:

Re: Safari

2023-12-25 Thread Michael Jumper
On 12/24/23 13:38, Riedl Laurentiu wrote: Hello! I love guacamole, but also I mainly use safari. Paste does not work as with chrome, I have to first open the sidebar, and use the paste function from there, also copy from ssh does never work on safari. Can this be changed? No - things work

[SECURITY] CVE-2023-43826: Apache Guacamole: Integer overflow in handling of VNC image buffers

2023-12-19 Thread Michael Jumper
Severity: important Base CVSS Score: 7.5 (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H) Affected versions: - Apache Guacamole through 1.5.3 Description: Apache Guacamole 1.5.3 and older do not consistently ensure that values received from a VNC server will not result in integer overflow. If

Re: Can't connect with the Guacamole

2023-12-18 Thread Michael Jumper
On 12/17/23 20:54, Remush wrote: I didn't mean to double post, and I'm not sure that the problem is the guacd? That's fine - just please don't duplicate a particular response across multiple threads. Doing so hurts the search results in the archives for future users that may encounter the

Re: Guacamole 1.5.4 external MFA Support

2023-12-18 Thread Michael Jumper
On 12/18/23 05:02, Frank Müller wrote: Hello together, will this be supported in the near future? Because it is not resolved with 1.5.4 https://github.com/apache/guacamole-server/pull/304 You're not going to find an open pull request like the above as part of any existing release. An

Re: Can't connect with the Guacamole

2023-12-17 Thread Michael Jumper
>         guacd.conf, it says that "unexpected end-of-the-line" at the >         last letter of the file. > >         But when leaving the guacd.conf to be the default, it runs on > 0.0.0.0:4428 <http://0.0.0.0:4428> <http://0.0.0.0:4428 <

Re: guacd.conf fails to parse with "expected end-of-line" (Was: Re: )

2023-12-17 Thread Michael Jumper
On 12/17/23 20:39, Remush wrote: Yes indeed, And it still doesn't work. Perhaps the templating tool you're using is truncating the file? But tell me please, where is the default file located? There is no default file. If you need a guacd.conf file to override the defaults, you create the

Re: Can't connect with the Guacamole

2023-12-17 Thread Michael Jumper
en leaving the guacd.conf to be the default, it runs on 0.0.0.0:4428 <http://0.0.0.0:4428>. So where is the problem ? What should be changed? On Mon, 18 Dec 2023, 1:33 Michael Jumper, mailto:mjum...@apache.org>> wrote: On 12/17/23 05:20, Remu

Re: connection sharing

2023-12-17 Thread Michael Jumper
On 12/17/23 09:44, Vieri wrote: Hi again, Please consider the following database data. ... Table guacamole_sharing_profile is also empty. Any connection that will be shared needs a sharing profile dictating how it will be shared. It is the sharing profile(s) associated with a connection

Re: Can't connect with the Guacamole

2023-12-17 Thread Michael Jumper
On 12/17/23 05:20, Remush wrote: Hey everyone! I have finally set up a working guacamole. I have created a connection but when I try to use the connection I get a red rectangle with the error message: "An internal error has occurred within the Guacamole server, and the connection has been

Re: Stuck In Login

2023-12-16 Thread Michael Jumper
a Haproxy On Sun, 17 Dec 2023, 3:48 Michael Jumper, <mailto:mjum...@apache.org>> wrote: On 12/16/23 11:44, Remush wrote: > I'll try to explain my deployment abit. > > So there are 3 Guacamole Containers pointing to a postgres cluster. > When accessing the

Re: SSO / SAML RelayState Error with Okta Configuration

2023-12-16 Thread Michael Jumper
The "RelayState" parameter is a value that's passed _back_ to the application by the SAML IdP. The value is unique to each authentication attempt and is generated by Guacamole when the user is redirected to the SAML IdP to authenticate. The SAML IdP receives that value and includes it in its

Re: Stuck In Login

2023-12-16 Thread Michael Jumper
On 12/16/23 11:44, Remush wrote: I'll try to explain my deployment abit. So there are 3 Guacamole Containers pointing to a postgres cluster. When accessing the ip of the containers I get the Guacamole UI, Is there anything in front of those containers? Are they behind a balancer of some

Re: TOTP stopped working after

2023-12-15 Thread Michael Jumper
On 12/15/23 13:59, Don Murdoch GSE BTHb wrote: Hello. I have a container based setup for Guacamole (guacd, mysql, guacamole). ... So - I dropped the TOTP part of the user account, logged back in, and got a new QR code. Using the same client side app I attempted to authenticate - and I still

Re: guacamole client web UI

2023-12-14 Thread Michael Jumper
On 12/14/2023 6:18 AM, Vieri wrote: Hi, Is it possible to hide/disable the "Active since" column in the Active Sessions tab within Settings? If so, how? You can make arbitrary UI changes through extensions and custom CSS:

Re: [ANNOUNCE] Apache Guacamole 1.5.4

2023-12-14 Thread Michael Jumper
On 12/14/2023 6:28 AM, Vieri wrote: Same thing happening on Gentoo Linux. Can the Guacamole makefile include -lrt? The solution will ultimately be to add a configure test to check whether librt needs to be linked in, yes. - Mike

Re: Unable to Login

2023-12-13 Thread Michael Jumper
On 12/13/2023 11:32 AM, Remush wrote: The docker logs don't really provide anything. I look for Guacamole specific logs. That is exactly where the Guacamole-specific logs are: $ sudo docker logs some-guacamole ... 13-Dec-2023 19:45:50.963 INFO [main]

Re: Unable to Login

2023-12-13 Thread Michael Jumper
On 12/13/2023 1:06 AM, Remush wrote: Hey there! After a lot of trying I finally was able to set a Guacamole with a Postgresql with docker. But when I try to login with either the LDAP or guacadmin I get Invalid Login. How can I debug it? Where are the logs of the Guacamole located?

Re: Major bug message log in guacd 1.5.4

2023-12-13 Thread Michael Jumper
On 12/13/2023 4:19 AM, Jorge López Díaz wrote: Hi, We updated our guacd Docker image to v1.5.4 and after hours working as expected, connections stared to failed and it was not possible to establish new connections. In the container logs we saw this message: /Major bug, unable to allocate a

Re: [ANNOUNCE] Apache Guacamole 1.5.4

2023-12-11 Thread Michael Jumper
g anything, the build succeeds. - Mike On 12/11/2023 10:27 AM, sam g wrote: I tried, the /*export LDFLAGS="-lrt"*/ doesn't help, same error. Sam Le lundi 11 décembre 2023 à 19:06:56 UTC+1, Michael Jumper a écrit : On 12/9/2023 1:35 AM, sam g wrote: > Hi, > > Small

Re: [ANNOUNCE] Apache Guacamole 1.5.4

2023-12-11 Thread Michael Jumper
On 12/9/2023 1:35 AM, sam g wrote: Hi, Small issue in compiling guac 1.5.4: /usr/bin/ld: /home/sam/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to `timer_delete' /usr/bin/ld: /home/sam/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to

[ANNOUNCE] Apache Guacamole 1.5.4

2023-12-08 Thread Michael Jumper
The Apache Guacamole community is proud to announce the release of Apache Guacamole 1.5.4. Apache Guacamole is a clientless remote desktop gateway which supports standard protocols like VNC, RDP, and SSH. We call it "clientless" because no plugins or client software are required; once

Re: Newer versions of Tomcat / Ubuntu

2023-12-08 Thread Michael Jumper
Yes, you cannot use Tomcat 10. You should instead use the latest version of Tomcat 9, which is still actively developed and supported. Guacamole is written for Java EE - the standard implemented by Tomcat 9 and older. Tomcat 10 migrates to Jakarta EE, which is incompatible. From

Re: refreshing problem using rdp

2023-12-05 Thread Michael Jumper
On 12/5/2023 1:30 AM, Piviul wrote: Hi all, after installing guacamole 1.5.3 on a debian 11 bullseye I have refreshing problems using RDP connections. On guacamole 1.4 on a debian 10 buster I havn't this problem. Please can anyone help me to troubleshoot this problem? What do you mean by

Re: Update resolution after connection is established

2023-12-02 Thread Michael Jumper
On 11/23/23 08:36, Nikolay Ganchev wrote: Thanks! And how does this go through the java websocket client, does it go again through the onMessage, because I can't seem to find it in the source code? What do you mean? The "size" instruction is sent like any other Guacamole protocol

Re: Trouble Copy Pasting files over RDP

2023-12-01 Thread Michael Jumper
On 12/1/2023 2:19 PM, Billy Hanifin wrote: I saw it documented here under the *Transferring files* section: https://guacamole.apache.org/doc/gug/using-guacamole.html#transferring-files "You can transfer files back

Re: Trouble Copy Pasting files over RDP

2023-12-01 Thread Michael Jumper
On 12/1/2023 1:04 PM, Billy Hanifin wrote: Hey there! I have a Ubuntu VM running Guacamole 1.5.3 with Tomcat9. I have a Windows VM setup as a RDP connection on the web portal. All works well except I am unable to copy paste files in and out of the RDP session. I've checked the documentation

Re: Copy and paste with a Websocket-enabled application

2023-11-30 Thread Michael Jumper
On 11/30/2023 2:02 PM, Pierre Bastola wrote: Hi there, I am creating an application that uses the Websockets to render a remote desktop on the browser using Guacamole. The rdp server is XRDP. I wanted to know how users can copy and paste into and out of the screen on the browser. The

Re: Postgresql Guacamole Schema

2023-11-30 Thread Michael Jumper
On 11/30/2023 8:36 AM, Remush wrote: ... Or do I really need to access my Postgresql container manully and run the initb schema on him? Yes, you must manually run the schema script as a privileged database user. Doing otherwise would require having the web application access the database

Re: Update resolution after connection is established

2023-11-23 Thread Michael Jumper
On 11/22/2023 1:32 PM, Nikolay Ganchev wrote: I have a custom apache guacamole-client implemented and a custom web app. I set the resolution in the onConnect method, however I would like to also update the resolution runtime, perhaps via the onMessage method, or in any other way, is it

Re: VNC Display Params

2023-11-21 Thread Michael Jumper
On 11/21/2023 6:56 AM, Nick Couchman wrote: On Tue, Nov 21, 2023 at 2:29 AM Jorge López Díaz wrote: Hi, __ __ Is it possible to pass display params or something like that for VNC connection, as I read in the docs it’s not possible but using the official guacamole

Re: Adding scripts to startup/shutdown virtual machines

2023-11-20 Thread Michael Jumper
On 11/20/2023 1:25 PM, Kai wrote: I made some further analyzing of the sources in order to understand the structur of a plugin.. The nearest extension I could find was guacamole-history-recording-storage. I took this as starting point and created a

Re: Unable to make connections

2023-11-20 Thread Michael Jumper
What have you done in terms of creating the connections you want to use? If using a database, you create connections for future use by logging in as an administrator, going to the "Connections" tab in "Settings", and creating a connection. Only the user that created the connection,

Re: Guacamole client build failure

2023-11-19 Thread Michael Jumper
On 11/19/23 21:21, Leslie Mann wrote: I'm trying to build guacamole-client 1.5.3 but the build fails due to a " SyntaxError: Unexpected end of JSON input" .  Same error occurs when I try building the 1.5.2 client. Build system is AlmaLinux release 9.3.  Am I missing some programs needed for

guacd.conf fails to parse with "expected end-of-line" (Was: Re: )

2023-11-18 Thread Michael Jumper
See: https://lists.apache.org/thread/cpyop33ctv3rhw3g5n6qzj38b557x6b2 From above: "... My guess is that the last line of the file simply has no end-of-line character present at all, and you need to add one. Some text editors do not include a newline after the final line of a file. ..." If

Re: LDAP Filter Guacamole.

2023-11-18 Thread Michael Jumper
On 11/18/2023 12:16 AM, Remush wrote: Hey! Im trying to set a LDAP for the guacamole. Im trying to set all the variables and when setting the : 'ldap-user-search-filter' with the vaule of: 'uid=$userid' But I'm getting "is not a valid LDAP filter." Now it is valid. We use it in many places

Re: Adding scripts to startup/shutdown virtual machines

2023-11-17 Thread Michael Jumper
On 11/17/2023 1:18 PM, Kai wrote: Hello, I came across Guacamole some days ago and I'm quite impressed about how quick I got an example running. Originally, I was planning on doing some connections to virtual machines behind a gateway by using a remote desktop client with some scripts, but

guacd.conf fails to parse with "expected end-of-line" (Was: Re: )

2023-11-16 Thread Michael Jumper
Given that the error mentions invalid formatting, specifically with respect to newlines, copy/pasting the contents into email is likely to hide the problem. Can you upload an exact copy of your failing guacd.conf somewhere such that we can download the file without any possibility of it

Re: cannot get websocket connection workgin

2023-11-15 Thread Michael Jumper
On 11/15/2023 9:50 AM, Campbell, Courtney wrote: I have an OL9 server setup with guacamole 1.5.3. There is an nginx reverse proxy in front that is terminating SSL and sending traffic the localhost on port 8080. Whenever I connect to anything it is super slow to respond. I see this in the

Re: How to access the connection object from UserContext

2023-11-15 Thread Michael Jumper
On 11/15/2023 6:59 AM, Nick Couchman wrote: ... I'm speaking a bit for Mike, here, but I think he was trying to figure out if, perhaps, there is some other way to accomplish the changes you're trying to make - for example, Parameter Tokens - that might already be built into Guacamole - or,

Re: screen tearing with RDP

2023-11-15 Thread Michael Jumper
On 11/15/2023 7:11 AM, Allen Chen wrote: ... Is it the same symptom as I posted  on Nov. 6, 2023 with Subject "Upgrade from 1.2 to 1.4 or 1.5 Scrolling content is overwriting itself"? No. - Mike - To unsubscribe, e-mail:

Re: screen tearing with RDP

2023-11-14 Thread Michael Jumper
On 11/14/2023 2:50 PM, M Anon wrote: We are testing Apache Guacamole to try to address digital inequity in our school where students who cannot afford high-end devices can still use software like Fusion360. We have it on what we think is an adequately powered VM (8GB RAM + 2 vCPUs). We are

Re: Guacamole pen-test

2023-11-14 Thread Michael Jumper
On 11/14/2023 12:20 AM, Maciej Konigsman wrote: Hi, My organization pen-tested a Guacamole instance (version 1.5.3). One of the findings is related to "OWASP – Broken Access Control" http://www.owasp.org/index.php/Broken_Access_Control

Re: How to access the connection object from UserContext

2023-11-13 Thread Michael Jumper
On 11/13/2023 7:55 PM, Mackie Gippets wrote: Hi, I would like to be able to access the connection object (using Javascript) when a user is signed in from the guacamole-client web interface. When the connection object is obtained, I would like to be able to modify the value in the

Re: problem accessing user history

2023-11-09 Thread Michael Jumper
On 11/9/2023 2:44 AM, Piviul wrote: Hi all, I have a very strange behaviour using guacamole. When I go to Settings->History I can see only the column Duration, all other history columns are blank. If I add some filter, the filter seems correctly working but all column, except Duration continue

Re: Show TOTP secret in User detail page

2023-11-07 Thread Michael Jumper
On 11/7/2023 3:25 AM, Antoine Besnier wrote: Hi, I have a feature request, but before opening a probably useless JIRA issue, I'd like to discuss this here. Let's assume that TOTP is activated and an user wants to change his TOTP device, or wants to use different apps, for example one on

Re: Upgrade from 1.2 to 1.4 or 1.5 Scrolling content is overwriting itself

2023-11-06 Thread Michael Jumper
On 11/6/2023 1:56 PM, Allen Chen wrote: Hi there, After I upgraded guacamole from 1.2 to 1.5.3, scrolling content is overwriting itself in RDP session. I googled and found a similar issue https://www.reddit.com/r/archlinux/comments/ajac8i/scrolling_terminal_content_is_overwriting_itself/.

Re: Build Issue Troubleshooting

2023-11-02 Thread Michael Jumper
On 11/2/2023 11:51 AM, Aero Tech wrote: That is the weird thing it won't create any logs in the guacamole log location even though I specified it in guacamole.properties. Specified what? There is no configuration property for log location in guacamole.properties. From what I read I should

Re: Proxy guacd recording

2023-11-02 Thread Michael Jumper
On 11/1/2023 8:34 PM, Mike Brown wrote: Good evening! I’m revisiting this part of our project, and in particular thinking about how we could achieve that passive proxy like you described. Before I dig in too deep, could we pick Mike’s brain about this, just at sort of a high level on what it

Re: Build Issue Troubleshooting

2023-11-02 Thread Michael Jumper
On 11/2/2023 9:53 AM, Aero Tech wrote: Team,  I am stuck on a build and cannot seem to get in with the generic username and password even after removing all auth methods in guacamole.properties username and password still show up and nothing authenticates. There is probably something wrong

Re: Persistent user settings in Apache Guacamole docker

2023-11-01 Thread Michael Jumper
On 11/1/2023 11:15 AM, Víctor J. Sánchez wrote: Thanks for your answer. I've read the documentation one and again and there's something I cannot understand or something doesn't run fine. Let's see: - My docker volume with my custom settings is: docker volume inspect guacamole-home [     {

Re: Persistent user settings in Apache Guacamole docker

2023-11-01 Thread Michael Jumper
On 11/1/2023 7:43 AM, Víctor J. Sánchez wrote: Hi all, I'm using Apache Guacamole 1.5.3 with a docker container.  I need to change several settings as user-mapping.xml, guacamole.properties or include new extensions i.e. change my custom GUACAMOLE_HOME and keep it accross docker restarts.

Re: Copy/paste doesn't work from client machine to remote

2023-10-31 Thread Michael Jumper
That should be fine... You answered "yes" when prompted by Chrome to grant access to the clipboard? On 10/31/2023 11:22 AM, Yvgeny Chaplinsky wrote: I am using the latest version of Chrome. ---- *From:* Michael Jum

Re: Copy/paste doesn't work from client machine to remote

2023-10-31 Thread Michael Jumper
What you describe is different than the original issue noted in this thread, which was due to the Windows GPO "Do not allow Clipboard redirection" having been enabled. What browser are you using? - Mike On 10/31/2023 7:31 AM, Yvgeny Chaplinsky wrote: Hi Nick, This is behavior I experienced.

Re: Allowing user to save connection parameters

2023-10-25 Thread Michael Jumper
On 10/25/2023 4:08 AM, Nick Couchman wrote: On Wed, Oct 25, 2023 at 5:01 AM Julien Lejeune > wrote: ... One of my users wonders why those settings can’t be saved. ... A couple of thoughts: 1. As access control is implemented today, there's no way to grant a

Re: Bad user remote IP

2023-10-24 Thread Michael Jumper
What does your valve configuration look like in your Tomcat's server.xml? What private subnet applies to your ELB? - Mike On 10/24/2023 5:32 AM, Maciej Konigsman wrote: Hi, I'm having a similar problem but my case is as follows AWS Elastic LB (443) -> EC2 Nginx (443) -> EC2 Guacamole (8080)

Re: Keyboard problem

2023-10-20 Thread Michael Jumper
On 10/20/2023 1:17 PM, Michal wrote: When connecting to e.g. Win10, everything works fine at first, but when we go to another tab and then return to the program, the remote connection still exists and I can use the mouse, but unfortunately the keyboard "disappears". What do you mean that the

Re: Keyboard problem

2023-10-20 Thread Michael Jumper
On 10/20/2023 1:08 PM, Michal wrote: ... > When connecting to e.g. Win10, everything works fine at first, but when we go to another tab and then return to the program, the remote connection still exists and I can use the mouse, but unfortunately the keyboard "disappears". What do you mean

Re: Session Recordings being created for idle credentials screens

2023-10-18 Thread Michael Jumper
On 10/18/2023 4:50 AM, Najib . wrote: Noticed that when users just idle on a RDP session credential screen that this too creates a session recording file which then is served under the history tab. However when opening to view these recordings they are 0s long and show nothing. The lack of

Re: explicit error message

2023-10-18 Thread Michael Jumper
On 10/17/2023 8:02 PM, miao wrote: Hi all! I am connecting a vnc app. It works well normally.  But, when I give wrong pwd or wrong ip host, guac return same error message as “The remote desktop server is currently unreachable”. If possible, can we make explicit error message? Authentication

Re: NTLM retiring

2023-10-17 Thread Michael Jumper
On 10/17/2023 8:07 AM, Sean Hulbert wrote: Hello Nick and Mike, Are there plans to implement a Kerberos authentication and keep ntlm for legacy? I refer to this article about MSFT disabling NTLM in Windows 11

Re: Using SAML Authentication behind proxy

2023-10-13 Thread Michael Jumper
On 10/13/2023 12:10 PM, Oliver, Dario N wrote: Hi, I am using Guacamole with Docker and enabled the SAML extension for authentication. When I am in a proxied network, I can’t make the SAML extension to fetch the SAML_IDP_METADATA file that is externally hosted. I tried setting JAVA_OPTS

Re: Leaving connection open on the credential forces 2x auth

2023-10-13 Thread Michael Jumper
This is already the case. Guacamole's own timeout is 15s, so all connections within Guacamole already send keep-alives at least frequently enough to satisfy that 15s. There should be more than enough keep-alives going back and forth to satisfy a 100s inactivity timeout. - Mike On 10/13/2023

Re: When enabling the gfx (Graphics Pipeline Extension), the mouse cursor isn't updated.

2023-10-11 Thread Michael Jumper
On 10/11/2023 6:22 AM, Antoine Besnier wrote: Thanks, but where do I find this option? I turning my Guacamole Client upside down, installing fresh ones in VMs, in Docker, and cannot find it anywhere... I believe this should be in the Performance section of the RDP connection setup, but I

Re: When enabling the gfx (Graphics Pipeline Extension), the mouse cursor isn't updated.

2023-10-10 Thread Michael Jumper
On 10/10/2023 6:11 AM, Nick Couchman wrote: On Tue, Oct 10, 2023 at 3:47 AM Antoine Besnier wrote: Hi, I've had users complain about this issue, but had no idea what could be the cause. What do you mean by "when enabling the gfx"? Is it a compilation option? A connection

Re: MariaDB authentication error

2023-10-05 Thread Michael Jumper
On 10/5/2023 9:55 AM, maniardpa...@gmail.com wrote: Respected members, I am a self-funded student who has just installed (compiled version) of the Apache Guacamole. I've taken a DB approach to authentication via MariaDB. When accessing the Guacamole page (http://ip:8080/guacamole) I get the

Re: Using XRDP over Microsoft RDP client is much faster than using it over Guacamole

2023-10-04 Thread Michael Jumper
You should definitely *not* set "force-lossless" to "true" if intending to support video. With "force-lossless" set to "true", Guacamole's ability to adjust the compression used for things like video will be entirely disabled. It will instead be forced use compression that is slower and

Re: Is it possible to hide JSON data string?

2023-10-03 Thread Michael Jumper
On 10/3/2023 1:17 AM, Per-Erik Gustafsson wrote: Hi, I am using JSON authentication and now it would be nice if I could hide the actual JSON authentication string in a keystore, and send login as GET myserver/?key=abc-123. The actual value would the be fetched from keystore and in Nginx the

Re: Docker Guacamole Radius Auth Port Ignored

2023-09-27 Thread Michael Jumper
On 9/27/2023 1:16 PM, Mark Rupright wrote: Hello all, I compiled and installed the radius plugin for docker guac and set my variables for it in the compose file. From what I can tell, it applies all of the variables except for the "radius_auth_port" variable. I need this variable as our

  1   2   3   4   >