Orionn
unread,Oct 12, 2012, 6:18:56 AM10/12/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rss...@googlegroups.com
I'm using rssdler to scan a torrent feed, and it's downloading the torrents fine, but it's creating them with permissions that doesn't allow any other user or group to read them (-rw------- 1 pi pi). I have tried setting the GID(?) bit on the folder by using chmod g+s, and it works fine for all files currently in the folder, but any new files get the "600" permissions again.
The other thing I tried was running chmod in crontab (I'm running rssdler from crontab), but since rssdler isn't instantaneous, in the time between the file is created and the chmod runs, transmission (my torrent client) tries to load the torrent, can't read it because of permissions, somehow remembers that file is bad and never tries that file again.
Any ideas on how I can make all files downloaded by rssdler to have 777 permissions from the start?