RE: Record Screen

2023-07-04 Thread Tifaine RIVOIRE OPTI Sécurité
The problem is that I don’t have guacamole directory in /var/lib/ I’ve already check, my NAS is empty. De : Eby Mani Envoyé : mardi 4 juillet 2023 23:35 À : user@guacamole.apache.org Objet : Re: Record Screen For me, sessions are recorded, but not listed in log column when using custom paths /

Re: Record Screen

2023-07-04 Thread Ivanmarcus
Oops, somehow got pushed sideways into the wrong thread (Thanks for the headsup Mike). Here is the intended post for this thread: Tifaine, Nick's information re setting the absolute path is important, but as you've now told us you're using the docker images there is possibly another issue tha

Re: Guacamole display has no values

2023-07-04 Thread Ivanmarcus
Tifaine, Nick's information re setting the absolute path is important, but as you've now told us you're using the docker images there is possibly another issue that could be affecting you. This was discussed by Nick in one of the archived threads I mentioned (https://lists.apache.org/thread/

Re: Record Screen

2023-07-04 Thread Eby Mani
For me, sessions are recorded, but not listed in log column when using custom paths / recording names. Do check in "/opt/guacamole/NAS" folder if recordings are created. Here is my thread/findings regarding that, https://lists.apache.org/thread/xlsbnsk125yx7d9or0j5h2m3krobhfn0 Try create your

CORS

2023-07-04 Thread Cedric Biedermann
Hi guys, I want to manipulate the cors rules of my guacamole page and I am not sure where to do this the best way. Do you have an idea? The reasons why I want manipulate is that I first want to be abe to ping the running webapp from other webapps and second, I want to be able to call the httpTunn

Re: different shared folder

2023-07-04 Thread Cedric Biedermann
Sorry for the late response, but thank you. That helps a lot. Am Mi., 7. Juni 2023 um 17:18 Uhr schrieb Nick Couchman : > On Wed, Jun 7, 2023 at 7:43 AM Cedric Biedermann > wrote: > > > > Hi, > > > > is there an option that all user assigned to a rdp-connection can have > their own shared folder

Record Screen (Was: Re: Guacamole display has no values)

2023-07-04 Thread Michael Jumper
On 7/4/23 06:52, Tifaine RIVOIRE OPTI Sécurité wrote: I don't understand your answer ? I think you're mistaking a response to another user's thread as a response to your own thread. Your original thread was titled "Record Screen": https://lists.apache.org/thread/xkrw7o1bmfrp9qts4csybc4pgk2s

Re: Re: Re: Guacamole printing

2023-07-04 Thread shaguu
Hello, Here is some logs : Jul 4 17:30:37 frtavvma01 guacd[20456]: User "@f75a9795-2ab6-4a54-8139-41d86e4cf330" joined connection "$5aad2a78-0225-4490-96a4-c3895e55e8d7" (1 users now present) Jul 4 17:30:37 frtavvma01 guacd[20456]: Loading keymap "base" Jul 4 17:30:37 frtavvma01 guacd[20456]

RE: Guacamole display has no values

2023-07-04 Thread Tifaine RIVOIRE OPTI Sécurité
I don't understand your answer ? I was following this two guide : https://guacamole.apache.org/doc/gug/recording-playback.html https://www.youtube.com/watch?v=845HE5vOAXo I only want to record my user sessions. For my guacamole.properties file, I have created one by myself in guacamole home dire

Re: Guacamole display has no values

2023-07-04 Thread Fatima Ezzahra Jaber
Hello, Sorry for not giving details, this is my JavaScript code for that part : var socket = new Guacamole.WebSocketTunnel("ws://" + window.location.host + "/ws/mini"); var guac = new Guacamole.Client(socket); var display = document.getElementById("display"); display.appendChild(gu

Re: Record Screen

2023-07-04 Thread Nick Couchman
On Tue, Jul 4, 2023 at 3:44 AM Tifaine RIVOIRE OPTI Sécurité < t.rivo...@optisecurite.fr> wrote: > Hi all, > > > > I’m trying to configure the screen recording for Guacamole. I’ve already > paste guacamole-history-recording-storage-1.5.2.jar in extensions directory > and restart my server. > > I h

Re: Guacamole display has no values

2023-07-04 Thread Nick Couchman
On Tue, Jul 4, 2023 at 3:55 AM Fatima Ezzahra Jaber wrote: > > Hello, > > I am using a django app to create my own guacamole web application, and using > websockets and the library pyguacamole for that. In my javascript side, I am > trying to get the guacamole client display "Guacamole.Client.ge

Re: Record Screen

2023-07-04 Thread Ivanmarcus
These two threads in the archives may be of use?: https://lists.apache.org/thread/430sk055b35j38wmgx7psdbmmxpo8qky https://lists.apache.org/thread/zkzrpplty18b7pmj0v74qsfz8v8roc2n Hopefully they will give you the pointers you need, but if you still have trouble please get back to us with your

RE: Record Screen

2023-07-04 Thread Tifaine RIVOIRE OPTI Sécurité
I've tried to configure guacamole.properties file but nothing happens. I think I have a problem with my extensions because I paste two in the extensions directory and after a restart nothing change. In general, extensions are moved automatically In a new dedicated directory after a restart. It's

Re: Record Screen

2023-07-04 Thread Ivanmarcus
Bonjour, In order to use other than the default path you will need to configure it in the guacamole.properties file. You don't say what your distribution is but detail on guacamole.properties (including typical location etc) may be found here: https://guacamole.apache.org/doc/gug/configuring

Guacamole display has no values

2023-07-04 Thread Fatima Ezzahra Jaber
Hello, I am using a django app to create my own guacamole web application, and using websockets and the library pyguacamole for that. In my javascript side, I am trying to get the guacamole client display "Guacamole.Client.getDisplay()" but the values in it are the values by default. I don't u

Record Screen

2023-07-04 Thread Tifaine RIVOIRE OPTI Sécurité
Hi all, I'm trying to configure the screen recording for Guacamole. I've already paste guacamole-history-recording-storage-1.5.2.jar in extensions directory and restart my server. I have some problems with the records, nothing is created in my NAS directory. I have followed this tutorial : http