kwyjiboo Posted May 31 Posted May 31 Hi I have a Deluge Docker that downloads in a folder named torrent. When I want to move or delete a file in that folder it says I don't have permissions. When I go to tools and run new permissions on that share, I can do whatever I want with the files. How can I config Docker or Deluge or whatever so I have those rights from the get go? Thanks for the help Quote
Solution Frank1940 Posted May 31 Solution Posted May 31 Look in the settings for the Docker and see if there are container variables named PUID (set to 99) and PGID (set to 100) If there is a UMASK container variable set it to 000 or 0000 (the number zero...) One more thing. If this does not work, you should be posting the problem in the Support thread for the particular Docker container that you are using. (There can be problems with containers that are not specifically intended for use with Unraid if they write directly to the array...) You can also look at the permissions of a file that you have permission issues with the following command (Run the GUI Terminal): ls -al /mnt/user/{remainder-of-path-to-the-file-with-issue} You can take a screen shot of the output to post up if you have question... Quote
Recommended Posts
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.