On Mon, Feb 28, 2022 at 11:32 AM Jim Rx <jimr...@mail.com> wrote:

> Yes. No output to the console. Just to be sure I ran it again:
>
> root@guac:~# systemctl status guacd
> ? guacd.service - LSB: Guacamole proxy daemon
>      Loaded: loaded (/etc/init.d/guacd; generated)
>      Active: active (running) since Mon 2022-02-28 10:24:47 CST; 45s ago
>        Docs: man:systemd-sysv-generator(8)
>     Process: 524 ExecStart=/etc/init.d/guacd start (code=exited,
> status=0/SUCCESS)
>       Tasks: 1 (limit: 4639)
>      Memory: 13.5M
>         CPU: 15ms
>      CGroup: /system.slice/guacd.service
>              +-594 /usr/local/sbin/guacd -p /var/run/guacd.pid
> Feb 28 10:24:46 guac systemd[1]: Starting LSB: Guacamole proxy daemon...
> Feb 28 10:24:47 guac guacd[527]: Guacamole proxy daemon (guacd) version
> 1.4.0 started
> Feb 28 10:24:47 guac guacd[524]: Starting guacd:
> Feb 28 10:24:47 guac guacd[527]: guacd[527]: INFO:        Guacamole proxy
> daemon (guacd) version 1.4.0 started
> Feb 28 10:24:47 guac guacd[524]: SUCCESS
> Feb 28 10:24:47 guac systemd[1]: Started LSB: Guacamole proxy daemon.
> Feb 28 10:24:47 guac guacd[594]: Listening on host 127.0.0.1, port 4822
> root@guac:~#
> root@guac:~#
> root@guac:~# systemctl stop guacd
> root@guac:~#
> root@guac:~# systemctl status guacd
> ? guacd.service - LSB: Guacamole proxy daemon
>      Loaded: loaded (/etc/init.d/guacd; generated)
>      Active: inactive (dead) since Mon 2022-02-28 10:25:41 CST; 4s ago
>        Docs: man:systemd-sysv-generator(8)
>     Process: 524 ExecStart=/etc/init.d/guacd start (code=exited,
> status=0/SUCCESS)
>     Process: 746 ExecStop=/etc/init.d/guacd stop (code=exited,
> status=0/SUCCESS)
>         CPU: 23ms
> Feb 28 10:24:47 guac guacd[524]: Starting guacd:
> Feb 28 10:24:47 guac guacd[527]: guacd[527]: INFO:        Guacamole proxy
> daemon (guacd) version 1.4.0 started
> Feb 28 10:24:47 guac guacd[524]: SUCCESS
> Feb 28 10:24:47 guac systemd[1]: Started LSB: Guacamole proxy daemon.
> Feb 28 10:24:47 guac guacd[594]: Listening on host 127.0.0.1, port 4822
> Feb 28 10:25:41 guac systemd[1]: Stopping LSB: Guacamole proxy daemon...
> Feb 28 10:25:41 guac guacd[746]: Stopping guacd: SUCCESS
> Feb 28 10:25:41 guac systemd[1]: guacd.service: Succeeded.
> Feb 28 10:25:41 guac systemd[1]: guacd.service: Unit process 594 (guacd)
> remains running after unit stopped.
> Feb 28 10:25:41 guac systemd[1]: Stopped LSB: Guacamole proxy daemon.
> root@guac:~#
> root@guac:~#
> root@guac:~# ss -alnp | grep guacd
> root@guac:~#
> root@guac:~#
> root@guac:~#
> root@guac:~# ./usr/local/sbin/guacd -L debug -f
> bash: ./usr/local/sbin/guacd: No such file or directory
> root@guac:~#
> root@guac:~# /usr/local/sbin/guacd -L debug -f
> guacd[765]: INFO:       Guacamole proxy daemon (guacd) version 1.4.0
> started
> guacd[765]: DEBUG:      Successfully bound AF_INET socket to host
> 127.0.0.1, port 4822
> guacd[765]: INFO:       Listening on host 127.0.0.1, port 4822
>
>  > > > connection attempts result in "you have been disconnected" < < <
> ^C
>

Okay. Then a couple of follow-up questions for you:
* Can you post your guacamole.properties file, minus any sensitive
information?
* Can you confirm that guacd and Tomcat are running on the same system?

-Nick

Reply via email to