Given that the error mentions invalid formatting, specifically with respect to newlines, copy/pasting the contents into email is likely to hide the problem. Can you upload an exact copy of your failing guacd.conf somewhere such that we can download the file without any possibility of it getting mangled by email?

My guess is that the last line of the file simply has no end-of-line character present at all, and you need to add one. Some text editors do not include a newline after the final line of a file.

(As an aside, please set a subject line before starting any future threads. Navigating multiple threads, each with the subject "", is getting messy.)

- Mike

On 11/16/2023 6:27 AM, Remush wrote:
What do you mean?
I just took an example from the manual and changed the default values with values I want. Like that:

[daemon]

pid_file = /var/run/guacd.pid

[server]

bind_host = 142.2.3.6
bind_port = 4822

[ssl]

server_certificate = /etc/ssl/certs/guacd.crt
server_key = /etc/ssl/private/guacd.key


On Thu, 16 Nov 2023, 15:51 Nick Couchman, <[email protected] <mailto:[email protected]>> wrote:

    On Thu, Nov 16, 2023 at 7:31 AM Remush <[email protected]
    <mailto:[email protected]>> wrote:

        Hey there!
        I might have misunderstood how the mailing service works,  But
        I'm unable to start a guacd container with a self-made
        guacd.conf file. When I set a guacd.conf with my own values like
        different ssl path or bind hostname it just throws an
        error message for the last character of the file saying

        Expecting end-of-the-line.


    What editor did you use to generate the guacd.conf file? My very
    first reaction is that your guacd.conf file may be in DOS format,
    which can cause problems due to the newline character differences
    between DOS and UNIX format files. You might try installing and
    running "dos2unix" on the guacd.conf file and see if that helps.

    -Nick


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to