I just make a normal guacd.conf.j2 file in ansible which I deploy with the
template module.

The guacd is the only file making this issue.


On Mon, 18 Dec 2023, 4:34 Billy Hanifin, <billyboi...@gmail.com> wrote:

> How are you editing your guac.conf file? It might have to do with if the
> file is saved with CRLF vs LF line endings. Different editors may be saving
> it with new line endings.
>
> On Sun, Dec 17, 2023, 9:27 PM Remush <m.remmar...@gmail.com> wrote:
>
>> I saw that answer in the internet as well, But how can I edit the
>> guacd.conf file ?
>>
>> When trying to set a guacd container with a self-written guacd.conf, it
>> says that "unexpected end-of-the-line" at the last letter of the file.
>>
>> But when leaving the guacd.conf to be the default, it runs on
>> 0.0.0.0:4428.
>>
>> So where is the problem ? What should be changed?
>>
>> On Mon, 18 Dec 2023, 1:33 Michael Jumper, <mjum...@apache.org> wrote:
>>
>>> On 12/17/23 05:20, Remush wrote:
>>> > Hey everyone!
>>> >
>>> > I have finally set up a working guacamole.
>>> > I have created a connection but when I try to use the connection I get
>>> a
>>> > red rectangle with the error message:
>>> > "An internal error has occurred within the Guacamole server, and the
>>> > connection has been terminated. If the problem persists, please notify
>>> > your system administrator, or check your system logs."
>>> >
>>> > When checking the guacamole container logs I see the following error:
>>> > "ERROR o.a.g.s GuacamoleHTTPTunnelServlet - HTTP tunnel request
>>> failed:
>>> > java.net.ConnectExeption: Connection refused (Connection refused)"
>>> >
>>> > "DEBUG o.a.g.s GuacamoleHTTPTunnelServlet - Internal error in HTTP
>>> tunnel."
>>> > "org.apache.guacamole.GuacamoleServerException:
>>> > java.net.ConnectException: Connection refused (Connection refused)"
>>> >
>>>
>>> Make sure guacd is running and listening on the expected address.
>>>
>>> If it is running, check whether your Linux distro defines both "::1" and
>>> "127.0.0.1" for localhost, as that would cause TCP connections to
>>> localhost to round-robin between IPv6 and IPv4, whereas guacd will only
>>> listen on either IPv4 _or_ IPv6.
>>>
>>> - Mike
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
>>> For additional commands, e-mail: user-h...@guacamole.apache.org
>>>
>>>

Reply via email to