January 19, 20251 yr I recently upgraded to UNRAID 7.0.0 and now Immich (immich openvino-v1.124.2-ig63) is throwing an error about having permission to it's own share. I made no change to Immich or the shares. I don't know HOW to change permissions. If anyone can provide guidance on this (GUI preferred / not great with command line), I would really appreciate it. Extract from the Immich log with error attached. container logs.txt
January 19, 20251 yr Author Okay, I stumbled into the GUI way to change permissions and as a stop-gap trouble-shooting effort I set the entire folder and all sub folders to read-write for all users. Immich is working again and all errors cleared. So that brings me to the question or PROPER permissions...Owner, Group, Other...what do those mean and what are best practices for permission setting?
January 20, 20251 yr Author 2 hours ago, trurl said: Tools - Docker Safe New Perms Thanks for the help / reply...can you elaborate a little bit. Within the "tools" tab I see the "New Permissions" icon/folder...I can select discs and run, but I don't understand what it is going to do? Sorry for the newb question...I've only been working with UNRAID for a few weeks.
January 20, 20251 yr Community Expert See here for the info on setting Docker containers to write files to Unraid: https://forums.unraid.net/topic/131730-update-from-69-to-6115-and-got-permission-denied/#comment-1219731 and from this post, this table: https://forums.unraid.net/topic/71764-support-binhex-krusader/page/38/#findComment-1486740 Edited January 20, 20251 yr by Frank1940 EDIT: Forgot to include link to second post...
January 20, 20251 yr Community Expert 35 minutes ago, trurl said: Do you not have "Docker Safe New Perms"? That feature is part of Fix Common Problems plugin, which you really should install.
May 3, 20251 yr Getting something similar, don't think its file system structure, but not 100% After doing the compose from Community Apps, I get this error. docker: Error response from daemon: Head "https://ghcr.io/v2/imagegenius/immich/manifests/latest": denied: denied. tower-diagnostics-20250503-1418.zip
May 3, 20251 yr Community Expert First stop all dockers and turn docker off... (as I've seen permission checks file with the docker service running when fixing or reapplying the correct file permission... you need to set the file permission paths to the entire immich folder set... any volume need to be reset to docker safe permissions... so cd into cd /mnt/user/immich chmod 777 -R * chown nobody:users -R * this sets 777 read write execute to owner, user, and world... nobody is puid 99 and users is pgid 100 you can change puid and pguid to root root so 0 and 0 to read write and access as root user. *Not recommend... but possible... otherwise, see the guide as you have some corruption and something broken...
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.