g8orfan wrote:humptybump wrote:I am using Transmission 1.6.1 on a ReadyNAS NV+. I load my torrents using "Transmission Remote GUI". I am having a problem with the resulting downloads. Using Windows XP to the Samba share, I can not move/delete files and directories that were created by Transmission. If I open SSH to the ReadyNAS, I see that files The file permissions and ownership are:
-rw-r--r-- nobody nogroup
Is there a way to have Transmission set the default file permissions to allow me to move/delete the downloads without having to launch SSH ?
I am having the same problem, only I experience the problem with Finder on Mac OSX. I have no problem moving/deleting any other files on the ReadyNAS only files downloaded via Transmission (currently using 1.60). I can copy the files to another computer, but can't move from one directory on the ReadyNAS to another.
Your help would be greatly appreciated!
I had the same problem, but for me, the solution was handed by majello on page 14 of this thread. Works great on 1.60.
Quote:
To do that, edit the file "/etc/frontview/addons/bin/TRANSMISSION/start.sh" using the ssh access and modify the line startting with "start-stop-daemon" to include the following:
"-g users" -> will set the daemons group to the group "users". of course you need to have that group on your nas.
"-k 0002" -> sets the so called umask and will allow user and group read/write-access, and read access to everybody
"--chuid nobody:users"
so my start.sh says:
start-stop-daemon --chuid nobody:users -g users -k 0002 --start --pidfile /var/run/transmission-daemon.pid --make-pidfile \
--exec /usr/local/bin/transmission-daemon --background --nicelevel 5 -- -g /c/addons-config/Transmission/transmission-daemon