Transmission-daemon not picking up on watch directory
Posted
by
Mild Fuzz
on Super User
See other posts from Super User
or by Mild Fuzz
Published on 2012-04-08T18:44:24Z
Indexed on
2012/11/26
17:09 UTC
Read the original article
Hit count: 311
Trying to get my transmission-daemon to pick up files from a dropbox folder, to make remote starting easier (it's a headless system).
As far as I can tell, the settings.json file is as expected, but none of the files I place in the folder get picked up.
I have checked that dropbox is syncing correctly.
Here is the whole settings.json file, but the relevant lines are included below:
"watch-dir": "/home/john/Dropbox/torrents",
"watch-dir-enabled": true
Update
It appears to be a permissions issue. From /var/log/syslog:
Unable to watch "/home/john/Dropbox/torrents": Permission denied (watch.c:79)
I have tried stopping the daemon -> sudo service transmission-daemon stop
-> changing permissions of folder using chown -> sudo chown -R john /home/john/Dropbox/torrents
-> restarting daemon -> sudo service transmission-daemon start
Same result, however
Update 2
Permissions for the folder are:
drwsrwsrwx 2 john debian-transmission 4096 2012-04-09 19:40
© Super User or respective owner