Search found 7 matches

by tetorr
Wed Feb 29, 2012 8:56 pm
Forum: Support
Topic: how to test torrent done script?
Replies: 7
Views: 9461

Re: how to test torrent done script?

thanks. I found out why I couldn't run the script without sh.
The first line in the script was missing a / on the location of sh.

I've checked the location of script many times. I even moved it to another disk. I'll keep looking.
by tetorr
Wed Feb 29, 2012 7:22 pm
Forum: Support
Topic: how to test torrent done script?
Replies: 7
Views: 9461

Re: how to test torrent done script?

Cant get it to work. It is not creating a log file in /tmp. Does transmission log errors to a file somewhere?

EDIT: Found it on syslog. Set the message level to 3. IT says it calls the script. But there is no error nor confirmation message that the script worked :/

Interesting I can run my script ...
by tetorr
Wed Feb 29, 2012 5:24 pm
Forum: Support
Topic: how to test torrent done script?
Replies: 7
Views: 9461

Re: how to test torrent done script?

I don't think you got my OP. I need a way to test the script independently of transmission. Otherwise, I have to wait for a torrent to finish to see if the script works. That can become painful for complicated scripts.

well you can always try manually running the script from the terminal, but the ...
by tetorr
Wed Feb 29, 2012 4:32 pm
Forum: Support
Topic: how to test torrent done script?
Replies: 7
Views: 9461

Re: how to test torrent done script?

I don't think you got my OP. I need a way to test the script independently of transmission. Otherwise, I have to wait for a torrent to finish to see if the script works. That can become painful for complicated scripts.
by tetorr
Fri Feb 10, 2012 6:03 pm
Forum: Support
Topic: how to test torrent done script?
Replies: 7
Views: 9461

how to test torrent done script?

I'm writing a torrent done script based of the unrar and cleanup script. I want to know how to test the script? When it runs from transmission it gets a bunch of environment variables. Do I test the script by passing those as arguments? Or is there a command to tell torrent-remote to execute the ...
by tetorr
Fri Feb 10, 2012 4:02 pm
Forum: General
Topic: [SOLVED] watchdir working some of the time
Replies: 1
Views: 2834

Re: watch dir working some of the time

ok I found the problem. Transmission server for dd-wrt wants to create a transmission user for itself so it doesn't run as root. But the init.d script to do this is wrong and the user gets created half assed. Then sickbeard who is running as root puts the torrent in the watch dir, but transmission ...
by tetorr
Wed Feb 08, 2012 8:59 pm
Forum: General
Topic: [SOLVED] watchdir working some of the time
Replies: 1
Views: 2834

[SOLVED] watchdir working some of the time

hey all,

I am running transmission on dd-wrt. I got it up and running and then manually edit the json settings to include a watch directory functionality. If I copy a torrent file from windows over samba, transmission picks it up immediately and starts downloading. On the other hand, I have ...