docker-backuppc
docker-backuppc copied to clipboard
Little problem with BackupPC service "run" files
Hello Dave,
First of all thank you for all this great job you do. Today I had headaches while trying to run BackupPC docker image based on this Git repo. It failed with:
s6-supervise 20-backuppc: warning: unable to spawn ./run - waiting 10 seconds s6-supervise 11-fcgiwrap: warning: unable to spawn ./run - waiting 10 seconds s6-supervise (child): fatal: unable to exec run: Permission denied s6-supervise (child): fatal: unable to exec run: Permission denied
After investigation realized that "run" files for 11 and 20 services had no execute permission. I set it manually after the config was already on Docker volume and all ran fine. Please set the permission during Docker image creation or other approach.
Thank you! Keep the good work! :)
Kind regards, Emil
Hi Emil, Drat, I thought I fixed that. I had a file system.. blowout lets just say a couple weeks ago, and thought I had pushed a new copy. I will have this repaired within the next 24 hours.
Hi,
I experience the same but I can see where the problem is - maybe Emil is using a different arch than amd64, which is in the latest branch. I am using arm and the latest image does not support it. Which actually led me here.
Dave, is there a chance for you to compile also arm version of the latest image?
Thank you!
If I say "pretty please, could you recompile the latest version for arm devices as well, would that make any difference? :)
I just pushed a new version that should have the fix for multiarch. Sorry about this.
Thank you a lot. :) I hope you did not take it in a bad way.
Served as a helpful reminder! I often get distracted by my day job.,
@tiredofit, thank you for all your efforts, maintaining these projects! :) @kunago, yep, I used arm8 package too.