Hey guys,
This is also an issue I'm running in to. I've set up a media directory in the zfs system at /mnt/originaldisk/media. I've then created a group "media" that has full rwx permission on that directory. This works well, but I and my girlfriend can work with this directory over afs. Now, I've installed transmission in a jail, and I've created a mount point to the external system.
(jail root)/Downloads => /mnt/originaldisk/media/Downloads
However, when I use transmission, it fails due to a permission denied. I ssh into the chroot (as the root admin, not the chroot user), and I can clearly see the permissions on this mount point are the issue. However, the statement "transmission will need permissions" doesn't tell me quite enough info. I'm a software engineer, and I do a load of linux work. So I understand the user->group and permission part, what I don't understand is what the actual permission are. Could anyone answer these questions below? It will really help clarify things for me.
1) Where can I find out what user a jail is executing it's programs as? I have multiple jail environments, is it the same for all jail environments, or per jail environments?
2) Once I find this user, is it possible to add them to the group "media" via the UI, or do need to do it via ssh?
Thanks guys!
Todd