[
https://issues.apache.org/jira/browse/GUACAMOLE-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023945#comment-17023945
]
Mike Jumper commented on GUACAMOLE-940:
---------------------------------------
{quote}
BTW- it reproduced also on 1.0.0
{quote}
Definitely not a regression if the same behavior is seen in 1.0.0.
Testing this myself, I don't see the same behavior. My expectation is that the
docker process is being denied permission to write into the directory you've
mounted. I don't believe this is a bug in Guacamole nor in the image, but
rather an issue in the way that you've set up your deployment which you will
need to correct.
If you come to the mailing list as Nick suggests, the community should be able
to help troubleshoot. Be sure to check your guacd logs and include anything
logged when you reproduce the failure.
> guacd docker | screen recorder - inserting path that mount by volume in
> docker break the connection
> ---------------------------------------------------------------------------------------------------
>
> Key: GUACAMOLE-940
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-940
> Project: Guacamole
> Issue Type: Bug
> Components: guacd-docker
> Affects Versions: 1.1.0
> Reporter: Yossi Kishik
> Priority: Minor
> Labels: docker
> Attachments: image-2020-01-26-22-52-05-170.png
>
>
> Hi,
> guacd version: 1.1.0-RC1
>
> i mounted /tmp directory in guacd to folder in the host.
> once i choose in guacamole in screen recorder config that the path is "/tmp"
> it's break the connection and guacamole report that "the connection to guacd
> is timed out"
> if i choose another folder that not mount- it works perfectly.
> can you please take a look?
> BTW- it reproduced also on 1.0.0
>
> docker run:
> docker run -ti -v /mnt/lol/guacamole_session_logs/:/tmp/ --name guacd -d
> guacamole/guacd:1.1.0-RC1
>
> guacamole config:
> !image-2020-01-26-22-52-05-170.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)