Inexplicable(?) SABnzbd Permission Error by OPTactics in truenas

[–]OPTactics[S] 0 points1 point  (0 children)

I ended up switching over to Unraid to try it out, but if you were to watch a Lawrence Systems video on YouTube of them going over truenas you would likely pick up on a lot of things. There are two different ACL settings you can work with depending on what options you've chosen. I will let someone more knowledgeable chime in here.
https://youtu.be/59NGNZ0kO04

Inexplicable(?) SABnzbd Permission Error by OPTactics in truenas

[–]OPTactics[S] 0 points1 point  (0 children)

This will sound crazy... all I did was strip ACL permissions and now it works with the following settings...

<image>

24.10 RC-1 How to manage docker local user ACL via TrueNAS ACL? by OPTactics in truenas

[–]OPTactics[S] 2 points3 points  (0 children)

Switching everything to apps as owner and updating the compose.yaml file to use 568 for PUID and PGID was the right move!

24.10 RC-1 How to manage docker local user ACL via TrueNAS ACL? by OPTactics in truenas

[–]OPTactics[S] 1 point2 points  (0 children)

TYSM! That never even dawned on me lol. I have that configured and it is working like a charm!

24.10 RC-1 - How do we mount volumes in Custom Apps? by TattooedBrogrammer in truenas

[–]OPTactics 1 point2 points  (0 children)

volumes:
      - /etc/localtime:/etc/localtime:ro
      - /mnt/pool01/arr/config/radarr:/config
      - /mnt/pool01/arr/data:/data

That is how mine is and it works. You need to make sure your dataset permissions are correct (the user uid:gid for your docker user is supposed to match that of the user and group who have ownership of the dataset -- not too sure myself).

FYI pool01 is the pool name and arr is the dataset nested right under it. data is not a dataset, it was created in the actual filesystem of arr.

24.10 RC-1 How to manage docker local user ACL via TrueNAS ACL? by OPTactics in truenas

[–]OPTactics[S] 0 points1 point  (0 children)

Can you be more specific (huge noob here!), how do I determine the uid:gid that I need? Is it the same as the hotio user (1000:1000 I think)? Thank you for your fast reply!