Closed rsevero closed 9 months ago
Could this be a permission problem with the container accessing the mounts/logs
directory? Can you check to make sure it is owned by the user/group you are running podman from? Also, you could try manually starting the container with a shell (ie, ./resolve.sh /bin/bash
) and then try creating a file with touch /opt/resolve/logs/test.txt
from within the container? See if it works, and if so, who the file is owned by.
(If the directory was created by docker running as root, perhaps it has root ownership so is inaccessible to podman?)
Did this help fix your issue? I'll close this issue if I don't hear back in a few days... thanks!
It's been a few days. Hope you got everything working. Feel free to re-open if you need more help!
I am on Fedora 39 and I also have this issue. Running touch /opt/resolve/logs/test.txt
to test results in touch: cannot touch '/opt/resolve/logs/test.txt': Permission denied
are you running with docker or podman? Could you try verifying the info requested above?
Did this help fix your issue? I'll close this issue if I don't hear back in a few days... thanks!
Closing as no response for > a month. Hopefully now all is working.
When trying resolve image under podman I get the following error:
Under docker it works fine.
Trying it on Fedora 37.
Any ideas on how to solve this issue?