going slightly crazy with Transmission installed on FreeNas 8.3.1 (not in a jail)
Everything is fine except the ownership / permissions of the downloaded files, they are all owned by root and have mask: rwxr-sr-x
I have tried changing 'umask' in settings.json from 18 to 0 (read it somewhere) but that doesn't help, it appears to be ignored; what I want is for ANY user to be able to delete these files (rw.rw.rw.), or at a minimum the group, not just the owner; I don't know what I should change umask to for this to work. Probably really easy if you understand umask...
alternatively, how do I change the settings so the owner is another user, not root; i start the transmission on startup as a service /daemon, I tried changing the start up script to add daemon-user, but it seems ignored as well, files are still created by root.
any tips greatly appreciated!
Two things you should check:
Did you stop the daemon before editing the settings.json file?
Does the user that runs transmission-daemon have ownership of the download-dir specified in your settings.json?
Try
which should make your files owner and group writeable.