linuxserver / docker-calibre

GNU General Public License v3.0
338 stars 62 forks source link

ownership changes running always in 6.6 #108

Closed mtcoffee closed 1 year ago

mtcoffee commented 1 year ago

I have the /config directory on a NFS share and work around the ownership issue by ensuring the permissions are 1000:1000 on the NFS mount. This ensures that the update script doesn't need to change them.

This works on 6.3, 6.4 but on the current release the ownership change always runs and results in the error below.

chown: changing ownership of '/config': Operation not permitted

Reverting back to the previous image works.

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

aptalca commented 1 year ago

We don't support putting config folders on remote shares

mtcoffee commented 1 year ago

Understandable. Just wanted to capture the change in functionality. It used to be that it would only attempt to change the owernship and permissions if needed. Now it seems to attempt this every time.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.