[
https://issues.apache.org/jira/browse/GUACAMOLE-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421190#comment-17421190
]
Vince F Fang commented on GUACAMOLE-1427:
-----------------------------------------
[~mjumper] how can i avoid it, any parameters that can be configured ?
> guacamole client crash while user use command line in remote desktop
> --------------------------------------------------------------------
>
> Key: GUACAMOLE-1427
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1427
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole-server, guacd-docker
> Affects Versions: 1.3.0
> Environment: aws windows 7 t2.micro , RDP , guacd 1.3.0
> Reporter: Vince F Fang
> Priority: Major
> Attachments: logfile.txt
>
>
> guacamole server(guacd) used in my server by docker image, startup shell is
> that:
> h6. run-guacd.sh
> {quote}#!/bin/bash
> # pull image
> IMAGE_NAME=guacamole/guacd:latest
> docker pull $IMAGE_NAME
>
> # run guacd
> docker run --name guacd-lib -p 14822:4822 -d $IMAGE_NAME
> /usr/local/guacamole/sbin/guacd -b 0.0.0.0 -L trace -f
> {quote}
>
> the problem is that guacamole web client always crash when i open cmd(command
> line, win7 cmd) and input any command(such as ping 127.0.0.1).
> my guacd run environment is aws Centos 7.9.2009, docker version 20.10.8
> h6.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)