Many Thanks Nick,
>> 3, Is it possible to combine tokens like ${GUAC_USERNAME} + ${GUAC_DATE} +
>> ${GUAC_TIME} for the recording name ?.
> I believe this should work, yes.
Will check it.
> At present, no - the recordings must be located at the
> ${HISTORY_PATH}/${HSITORY_UUID} location.
"/var/lib/guacamole/recordings/" is the default path with correct permissions
in guacamole.properties. Including "chown -R" for the folder.
Thus "/var/lib/guacamole/recordings/servername" is same as
"/var/lib/guacamole/recordings/${HISTORY_PATH}", i don't see why it is not
getting listed in UI.
Thanks,
On Sunday, 28 May, 2023, 12:38:23 am IST, Nick Couchman <[email protected]>
wrote:
On Sat, May 27, 2023 at 2:53 PM Eby Mani <[email protected]> wrote:
>
> Guacamole v1.5.1
>
> Session Recording(RDP) not showing in logs when using recording path other
> than ${HISTORY_PATH}/${HISTORY_UUID} with “automatically create path” is
> checked.
Yes, this is by design. The history recording storage extension has to
be able to know where to find the files, and those tokens match the
recording-search-path parameter specified in the guacamole.properties
file. Using a folder path other than that will result in the extension
not being able to locate the recordings.
>
> With the following config, the recording is happening(recording file created
> in the folder), but no recording link in history entry.
>
> Recording path : /var/lib/guacamole/recordings/servername
> Recording name : ${GUAC_USERNAME}
> “automatically create path” is checked.
>
Yes, I would say this is expected.
> 1, Any additional configuration required for this to get recording link in
> history entry ?.
At present, no - the recordings must be located at the
${HISTORY_PATH}/${HSITORY_UUID} location.
>
> 2, Other issue is, when using parameter tokens like ${GUAC_TIME} or
> ${GUAC_CLIENT_ADDRESS} for recording name, no recording happens (no folder or
> file created under "/var/lib/guacamole/recordings/" ). Is this a bug or only
> select parameter tokens are permitted ?.
Any tokens should work for creating recordings - there should not be a
limit. You may want to enable debugging in guacd and make sure that
the path being used is expected, permissions are correct, etc.
>
> 3, Is it possible to combine tokens like ${GUAC_USERNAME} + ${GUAC_DATE} +
> ${GUAC_TIME} for the recording name ?.
I believe this should work, yes. If you want it to show up in the web
interface, though, you'll need to make sure the path points to the
location where the extension expects it.
-Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]