Jump to content

May have messed up permissions, help


Recommended Posts

Evening,

Following instructions for Redis docker but because I'm daft, I think I've done some damage to Unraid and could do with some help.

 

 

image.thumb.png.545f8c33ddd97b0eed4b42282bb4f95e.png

 

Assume I'm going to need to run chown -R root / to resolve this? Or more to it than that?

Link to comment

it is for this reason that unraid made this tool:
/Tools/DockerSafeNewPerms
image.png.17b60f54d086309dcd5c41273970038c.png

by default, unraid has docker in the appdata folder. This will reapply the correct docker safe permissions per unraid.

Unraid claism this to be correct:

For directories: drwxrwxrwx For read/write files: -rw-rw-rw- For read-only files: -r--r--r--

Otherwise, I recommend a open reset of permission until the docker touches the file. as i have seen docker is puid / uuid / guid settings have file permission of user 999 etc which are out of scope in unraid but correct per the docker permission set. Redis may require a more secure file type 640 is the normal default secure for user only access.

cd /mnt/appdata/
chmod -R 777 *
chown nobody:users -R *

^This will reapply so that every user can write edit detle touch etc.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...