[
https://issues.apache.org/jira/browse/GUACAMOLE-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421167#comment-17421167
]
Vince F Fang edited comment on GUACAMOLE-1427 at 9/28/21, 5:42 AM:
-------------------------------------------------------------------
[glyptodon version|https://github.com/glyptodon/guacamole-server]
guacamole-server is ok, cmd work well.
was (Author: vince_f_fang):
[glyptodon version|https://github.com/glyptodon/guacamole-server]
guacamole-server is ok, cmd well work.
> 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 used in my server by docker image
> 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}
>
> guacamole web client always crash when i open cmd(command line, win7 cmd) and
> input any command(such as ping 127.0.0.1).
>
> h6.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)