Please remove me from the list

2022-02-15 Thread Paula Carboné
Hi again, I have sent multiple emails to user-unsubscr...@guacamole.apache.org asking to be unsubscribed from the list, yet I keep receiving emails everyday. What should I do?

Fwd: Unsubscribe

2022-02-03 Thread Paula Carboné
Hi could you please unsubscribe me from the list? Thanks guys!

HTTP

2021-12-16 Thread Paula Carboné
Hi! Will it be possible for Guacamole to grant access to HTTP(S) pages? I know Guacamole itself does not provide such access but I wonder if his could be done and how. Any ideas? Thanks! BR

Re: RST packets

2021-12-15 Thread Paula Carboné
We are accessing Guacamole through OpenVPN, the RST packages are sent from Guacamole client to OpenVPN, so the problem is when the traffic flow returns to the user. Paula El mar, 14 dic 2021 a las 19:12, Nick Couchman () escribió: > On Tue, Dec 14, 2021 at 12:51 PM Paula Carboné >

RST packets

2021-12-14 Thread Paula Carboné
Hi, do you know anything about RST TPC packages being send from guacamole randomly? We have experienced this behaviour in our system but not pretty sure why it is happening. Thanks! :)

guacamole.properties

2021-10-18 Thread Paula Carboné
Hi, regarding the guacamole.properties file, two parameters are needed when using a postgresql db:postgresql-username and postgresql-password. My question is, do those parameters need to be plain-text? This does not seem to be secure so, how can I encrypt or hash them? Is this doable? Many

Guacamole md5

2021-10-18 Thread Paula Carboné
Hi, I am using Guacamole + PostgreSQL on the same machine. I can see that the /var/lib/pgsql/data/pg_hba.conffile needs to be changed from 'ident' to md5 to allow username/password authentication for local connection. Can another cipher algorithm be used? Thanks!

Re: xorg driver problems

2021-09-16 Thread Paula Carboné
messages you said you have it installed on Ubuntu 16. Maybe this is the problem? Thanks! El vie, 27 ago 2021 a las 8:25, Paula Carboné () escribió: > Thakyou! : I will try with these instructions, hope it works! > > El mar, 24 ago 2021 a las 21:31, Christopher Speck () > escribi

Disable gcc checking

2021-09-13 Thread Paula Carboné
Hi guysss, is it possible to disable compiler checking while running configure script? I have tried with --disable-option-checking, --disable-libtool-lock and --with-gnu-ld, but nothing seems to work and the output keeps displaying: *configure: error: no acceptable C compiler found in $PATH*

Install guacamole precompiled

2021-09-01 Thread Paula Carboné
Helloo Is it posible to copmpile (make, make install) guacamole server in one server, and then move the compiled folder itself into another server? I have tried but some files installed in other folders are missing. How can I list all the files installed or something in order to copy all of them

PostgreSQL encryption

2021-09-01 Thread Paula Carboné
Hi again! I understand, for what I have read in https://issues.apache.org/jira/browse/GUACAMOLE-1162 that data encryption using a PostgreSQL database is not currently possible. However, this issue talks about using vaults to store credentials https://issues.apache.org/jira/browse/GUACAMOLE-641 Is

Re: xorg driver problems

2021-08-27 Thread Paula Carboné
rg —with-xcb —with-xcb-randr —with-xcb-xfixes > > I’m not sure if anything beyond —with-xorg is necessary as I think it gets > picked up automatically, but I haven’t experimented with changing the.flags > so I left it as-is. > > Christopher Speck > > > On Aug 24, 2021, at 3:

Re: xorg driver problems

2021-08-24 Thread Paula Carboné
Hi! Any updates on this? Many thanks! :D El vie, 20 ago 2021 a las 13:23, Paula Carboné () escribió: > Forgot to attach the file sorrry > > El vie, 20 ago 2021 a las 13:22, Paula Carboné () > escribió: > >> Hi Christopher! I have tried again and it keeps displaying the

Re: xorg driver problems

2021-08-20 Thread Paula Carboné
Forgot to attach the file sorrry El vie, 20 ago 2021 a las 13:22, Paula Carboné () escribió: > Hi Christopher! I have tried again and it keeps displaying the same. I > attach you the output of the following command: > ./configure --with-xorg > > The packages I have installed

Re: xorg driver problems

2021-08-20 Thread Paula Carboné
esent on the system. Make sure you have xorg-server > and xorg-server-dev packages installed. > > If you still continue to have issues can you attach a text file with the > full output? > > Christopher Speck > > On Wed, Aug 18, 2021 at 4:36 PM Paula Carboné > wrote:

VNC via SSH Tunnel

2021-08-20 Thread Paula Carboné
Hi again :D. I have been wondering on the possibility of encrypting VNC. As far as I know, this is not possible yet in Guacamole. However, some users talk about using VNC via SSH tunneling. Is it possible to deploy without modifying the Guacamole code or something? I just checked this discussion:

Password encoding

2021-08-19 Thread Paula Carboné
Hi, regarding the following lines of the user-mapping.xml file: Is it possible to use a different encoding (apart from MD5) for the password? I have tried with sha256 and sha512 but it does not seem to work.

xorg driver problems

2021-08-18 Thread Paula Carboné
Hi! Im using Guacamole for a few weeks now but I am experiencing some troubles with the Xorg driver installation. I am able to download the guacamole-server (xf86-video-guac branch). Then I run *autoreconf -fi* in oder to get the *configure* file needed to run the following command: *./configure