Replies: 1 comment 2 replies
-
How did you create the container and how did you create the CIFS volumes ? There is probably a mismatch between the user of the container (specified via |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have a setup with the handbrake container on one VM and a SMB/CIFS server on another VM. I created 2 CIFS volumes in Docker and mount them to /storage and /output. Sadly I get this error
[autovideoconverter] ERROR: Cannot process watch folder '/watch', because the associated output directory '/output' is not writable.
I already tried some things: if I make the volume read-only, this will fail on startup
[cont-init ] 55-handbrake.sh: executing... [cont-init ] 55-handbrake.sh: core dump file location: core [cont-init ] 55-handbrake.sh: core dump file size: unlimited (blocks) [cont-init ] 55-handbrake.sh: terminated successfully.
I can also exec into the handbrake container and do
touch myfile
andmkdir mydir
in /output without problems.Does anyone have an idea what I am missing and what the problem is?
Greetings
Beta Was this translation helpful? Give feedback.
All reactions