September 6, 20223 yr I gave up …. I’m just testing to move from OMV to unraid. Very important form e are to migrate all my docker containers. As first sept I installed portainer without any issue, top! After this I started to migrate my mosquitto container. So I moved my config folder to the app folder and to be save I run the tool „New Permissions“ and disabled the cache for appdata. I setup a new stack in portainer and run it. This is my stack/compose file: services: mosquitto: container_name: "mosquitto" image: "eclipse-mosquitto:latest" volumes: - "/mnt/user/appdata/mosquitto/config/mosquitto.conf:/mosquitto/config/mosquitto.conf" - "/mnt/user/appdata/mosquitto/data:/mosquitto/data" - "/mnt/user/appdata/mosquitto/log:/mosquitto/log" - "/etc/localtime:/etc/localtime:ro" network_mode: bridge ports: - "1883:1883" - "9001:9001" restart: always So very simple The container started but mosquito wont run. The log shows the error: “No log line matching the '' filter” – so not able to write to log file. I tested some other container/config, no one will run. I think I have an issue with the access rights to the files/folders. But I don’t know how to fix it … What can I do?
September 6, 20223 yr Do the following: Remove all the docker containers. Delete all the appdata container folders. Re-install docker containers again. Do not run the "New Permissions" the appdata folder permissions are controlled by the docker containers and running "New Permissions" will create issues with the container permissions. The docker containers will handle the permissions.
September 7, 20223 yr Author Thanks! I've done this several times without success. To test my UNRAID config I used the App "mosquitto official" which installs a docker container too. No success. The app just create folders but no config. So the container don't start. It's very strange. I think I must have a faulty UNRAID config wich is the real root cause. But where ....
September 7, 20223 yr Community Expert 6 minutes ago, portboy said: It's very strange. I think I must have a faulty UNRAID config wich is the real root cause. But where ... You are likely to get better informed feedback if you attach your system’s diagnostics zip file to your next post in this thread so we can check how you have things set up.
September 12, 20223 yr Author Solution I was on vacation, so thats why my answer needs time. I found the reason. The root couse was sitting in front of the computer. I made I mistake in the docker conf. So my containers are all running correctly.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.