Add note on mosquitto Docker startup failure#267
Add note on mosquitto Docker startup failure#267knowack1 wants to merge 1 commit intoEVerest:mainfrom
Conversation
The issue was observed on Fedora 42 with Docker version 28.3.3. This note can save time for users who face the same issue. Signed-off-by: Karol Nowacki <karol.nowacki@unifiederrorcodes.org>
ccb43df to
7b239ca
Compare
andistorm
left a comment
There was a problem hiding this comment.
@knowack1, thanks for your contribution!
Could you add please the exact procedure to reproduce this error in your PR description?
What would be the exact way of reproducing this error?
Running on fedora 42 / docker 28.3.3 the following command?
docker run --name mqtt-server --network infranet_network -p 1883:1883 -p 9001:9001 ghcr.io/everest/everest-dev-environment/mosquitto:docker-images-v0.1.0
nevermind, just saw the corresponding issue, will move the discussion to the issue |
|
Hi @andistorm, I see that you've requested changes, but I can't find any specific comments that I need to address. Is there anything I should change in this PR? |
|
@andistorm could we please proceed with the PR? |
This change adds a note about a possible root cause of mosquitto container startup failures.
The new note points to a guide on how to fix this problem: https://ichbinblau.github.io/2019/09/06/Setup-nofile-for-Docker. This note can save time for future readers facing the same issue.
The problem was observed on Fedora 42 and Docker 28.3.3. The root cause was lack of file descriptor limit, which led to the following mosquitto error:
Closes #266