RE: Uploading files through the websocket and speed issues

2022-06-16 Thread Frco. Javier Rial
I'm trying to increase the buffer size for sending the blobs through the websocket, but I'm failing to do I've configured the tunnel to have bigger size (I'm trying to multiply by 3 the size of these vars) Java backend that instantiates the tunnel session.setMaxBinaryMessageBufferSize(24576);

R: Branding example of login page: how to set a different favicon?

2022-06-16 Thread MAURIZI Lorenzo
I'm sorry Michael and resdev for the incomplete information given. In my guac-manifest.json the two "smallIcon" and "lageIcon" rows were there, but in the top of file so I didn't notice them and forgot to mention. I don't remember exactly how I found them. Regards Lorenzo -Messaggio origin

RE: [EXT] Re: GuacD server never initiate a connection to the endpoint

2022-06-16 Thread Khoe, Yonathan
First of all, thank you highly for responding so promptly. After sending that email, I figured out how the guacd log_level to be more verbose to get better clarity on what’s happening; it is not detecting the VNC library installed (though I’ve installed libvncserver). I installed the libguac-c

Re: GuacD server never initiate a connection to the endpoint

2022-06-16 Thread Nick Couchman
On Thu, Jun 16, 2022 at 8:27 PM Khoe, Yonathan wrote: > In my setup, the guacamole web client communicates to the guacd server via > WebSocket, but the VNC traffic to the endpoint machine never appears in > TCPDump on the guacd server. > > Can you start guacd in debug mode, and post the logs? /p

Re: Unable to get Guacmole to connect to hosts

2022-06-16 Thread Timothy A. Dilbert | BMT
Thank you, Ivanmarus. I'm sorry for not responding earlier. These responses ended up in my junk mail. I ended up switching over to Ubuntu which was a lot easier to deploy Guacamole on. When I get OpenShift up and running I will research switching over to a container, thus back to RHEL. Timoth

Re: [EXT] Re: "Unable to add user" error in guacd process

2022-06-16 Thread Nick Couchman
On Thu, Jun 16, 2022 at 5:40 PM Khoe, Yonathan wrote: > Hi, Nick, > > Which logs would you like in this case? /var/log/messages? > > https://pastebin.com/zgdAgD6s > > > > And this is the catalina.out > > https://pastebin.com/KuuLWe3x > > > You might want to start at least guacd in debug mode - y

RE: [EXT] Re: "Unable to add user" error in guacd process

2022-06-16 Thread Khoe, Yonathan
Hi, Nick, Which logs would you like in this case? /var/log/messages? https://pastebin.com/zgdAgD6s And this is the catalina.out https://pastebin.com/KuuLWe3x Yonathan Khoe Senior Systems Administrator CVAD IT University of North Texas 940.565.4793 yonat...@unt.edu https:

Re: Branding example of login page: how to set a different favicon?

2022-06-16 Thread Michael Jumper
On Thu, Jun 16, 2022 at 1:56 AM MAURIZI Lorenzo wrote: > > Hi, > > I think you should only declare in guac-manifest.json two png images with > this exact name: > > "resources" : { > "images/logo-64.png" : "image/png", > "images/logo-144.png" : "image/png" > }, > > Then you

Re: Ctrl-Shift-Alt Woes

2022-06-16 Thread Nick Couchman
On Thu, Jun 16, 2022 at 4:07 PM Nick Couchman wrote: > Hello, everyone, > I've posted a couple of times out this in various places, but I'm seeing > some really odd behavior after version 1.4.0 for Ctrl-Shift-Alt sequences. > I've used the Keyboard API tester, and I'm seeing a few oddities, there

Ctrl-Shift-Alt Woes

2022-06-16 Thread Nick Couchman
Hello, everyone, I've posted a couple of times out this in various places, but I'm seeing some really odd behavior after version 1.4.0 for Ctrl-Shift-Alt sequences. I've used the Keyboard API tester, and I'm seeing a few oddities, there, as well. I will try to describe them as best I can, though it

Re: "Unable to add user" error in guacd process

2022-06-16 Thread Nick Couchman
On Thu, Jun 16, 2022 at 10:15 AM Khoe, Yonathan wrote: > Hello Mike Jumper and others, > > Does anybody know why this would pop up? I’m trying to troubleshoot an > issue we’re having with not being able to connect to VNC from the guacamole > web interface. Not certain that this is the culprit,

"Unable to add user" error in guacd process

2022-06-16 Thread Khoe, Yonathan
Hello Mike Jumper and others, Does anybody know why this would pop up? I'm trying to troubleshoot an issue we're having with not being able to connect to VNC from the guacamole web interface. Not certain that this is the culprit, but I wan to try to eliminate it anyways. Our Guacamole stack i

Issues configuring SAML authentication in Apache Guacamole behind a HAProxy

2022-06-16 Thread Timothy A. Dilbert | BMT
I've deployed an Apache Guacamole server and trying to configure SSO using SAML with a Cloud IdaaS. HAproxy is in front of the Guacamole server, providing SSL offloading. [World Wide Web] -- HTTPS:443 --> [HAProxy] -- HTTP:8080 --> [Tomcat/Guacamole] Apache Guacamole was configured following

Re: Sessions tunnel id is null - unable to download/upload files

2022-06-16 Thread Kuriackovskij, Aleks
Hi Mike, Thank you, but would you mind sending a link to an actual commit/history to see what was changed? Or where can I find Guacamole version with that fix? 1.6.0 isn’t available, the latest one is 1.4.0 as I could find. Or I am misinterpreting all that? Basically I would like to get a fixed

R: Branding example of login page: how to set a different favicon?

2022-06-16 Thread MAURIZI Lorenzo
Hi, I think you should only declare in guac-manifest.json two png images with this exact name: "resources" : { "images/logo-64.png" : "image/png", "images/logo-144.png" : "image/png" }, Then you put into “images” directory the two logo-64.png and logo-144.png that are th

Branding example of login page: how to set a different favicon?

2022-06-16 Thread fed
Hi, considering the example from the manual https://github.com/apache/guacamole-client/tree/master/doc/guacamole-branding-example How can I change the default guacamole favicon? Thanks for the help.