[
https://issues.apache.org/jira/browse/GUACAMOLE-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vince F Fang updated GUACAMOLE-1427:
------------------------------------
Description:
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.
was:
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).
guacd run environment is aws Centos 7.9.2009, docker version 20.10.8
h6.
> 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)