Search found 6 matches

by mildfuzz
Sat Apr 14, 2012 10:40 am
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 19408

Re: Transmission-daemon not picking up on watch directory

No one no what could be happening here?
by mildfuzz
Tue Apr 10, 2012 3:56 pm
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 19408

Re: Transmission-daemon not picking up on watch directory

Okay, I changed all the permissions of the folder tree from the root up to the torrent folder, and now the syslog gives me Found new .torrent file "myLegal.torrent" in watchdir "/home/john/Dropbox/torrents (watch.c:92) , but it doesn't appear in the web interface, and the torrent file doesn't get ...
by mildfuzz
Mon Apr 09, 2012 7:10 pm
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 19408

Re: Transmission-daemon not picking up on watch directory

I still get:

Code: Select all

Unable to watch "/home/john/Dropbox/torrents": Permission denied (watch.c:79)
Despite

Code: Select all

ls -ld /home/john/Dropbox/torrents/
returning

Code: Select all

drwsrwsrwx 2 john debian-transmission 4096 2012-04-09 19:40 /home/john/Dropbox/torrents/
by mildfuzz
Mon Apr 09, 2012 7:46 am
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 19408

Re: Transmission-daemon not picking up on watch directory

It appears to be a permissions issue

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 ...
by mildfuzz
Sun Apr 08, 2012 7:54 pm
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 19408

Transmission-daemon not picking up on watch directory

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 ...