[jira] [Commented] (GUACAMOLE-940) guacd docker | screen recorder - inserting path that mount by volume in docker break the connection

2020-01-26 Thread Mike Jumper (Jira)


[ 
https://issues.apache.org/jira/browse/GUACAMOLE-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (GUACAMOLE-940) guacd docker | screen recorder - inserting path that mount by volume in docker break the connection

2020-01-26 Thread Nick Couchman (Jira)


[ 
https://issues.apache.org/jira/browse/GUACAMOLE-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023937#comment-17023937
 ] 

Nick Couchman commented on GUACAMOLE-940:
-

[~yossikishik]: I understand that you're reporting what might appear to be a 
regression in the Guacamole behavior for screen recording in the upcoming 1.1.0 
release.  Thanks for testing this release and reporting an issue.  In the 
future it might be better to start this conversation on the mailing list so 
that we can confirm the presence of an issue before opening a JIRA issue for it.

That said, in order to track this down any further, we'll need to get you to 
enable verbose logging for guacd (which should be doable via the proper Docker 
variable, and paste the log output so that we can see why guacd is failing.

> 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)