On Thu, Nov 16, 2023 at 7:31 AM Remush <[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 >
