-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mosquitto.conf fails with mosquitto v2.0.12 #449
Comments
Works fine here. Sure the conf file is not corrupted (i.e. windows line-endings)? I can see the closing parenthesis at the beginning of the line.
|
My guess is |
Also, I think the Edit: But +1 on the autocrlf setting - that was the first thing that popped into my mind last night as well. |
@jordens it worked with autocrlf=false. However, I'm pretty sure that this won't be the default setting for someone trying to setup his win10 system for Stabilizer according to the published getting started guide @ryan-summers /c/... doesn't work in the git bash on win10. This was already reported in #339, where pwd returned /c/... but the system acutally required C:/... As I don't know how you like to process this, I leave it up to you to close this issue or take further action |
It might be worth adding in a warning to the userguide to set autocrlf settings. This is a prompt when git is originally installed on the system. |
When I tried to get mosquitto running in docker on my new machine (win10), I encountered the following issue:
The command proposed in the Stabilizer getting started guide
docker run -p 1883:1883 --name mosquitto -v ${pwd}/mosquitto.conf:/mosquitto/config/mosquitto.conf -v /mosquitto/data -v /mosquitto/log eclipse-mosquitto:2
exits with error in mosquitto.conf (see below).
Turns out, mosquitto is now in v2.0.12 which seems to have some problems with the config file, unlike v2.0.11 as the older version by using
docker run -p 1883:1883 --name mosquitto -v ${pwd}/mosquitto.conf:/mosquitto/config/mosquitto.conf -v /mosquitto/data -v /mosquitto/log eclipse-mosquitto:2.0.11
exited without errors.
The text was updated successfully, but these errors were encountered: