Search found 5 matches

by dekox
01 Apr 2015, 16:34
Forum: Synology NAS & Embedded Linux
Topic: running a script from transmission doesn't work
Replies: 8
Views: 8339

Re: running a script from transmission doesn't work

I finally did it!!! :lol: :lol: :lol: I was able to solve it by running the following command: ln -s /path/to/jre/bin/java /usr/local/bin/java replace the /path/to/jre/bin/jva by what you get when you run which java Thank you for being so patient rednoah! I literally had nightmares (coding nightmare...
by dekox
31 Mar 2015, 17:52
Forum: Synology NAS & Embedded Linux
Topic: running a script from transmission doesn't work
Replies: 8
Views: 8339

Re: running a script from transmission doesn't work

OK, fair enough, I should have googled it... :? I'm still confused, though. If my understanding is correct, this is a problem with the PATH variable. But why doesn't this problem arise when I run filebot from the command line? Is the PATH variable user-specific? Apparently my PATH is fine when I'm l...
by dekox
30 Mar 2015, 20:39
Forum: Synology NAS & Embedded Linux
Topic: running a script from transmission doesn't work
Replies: 8
Views: 8339

Re: running a script from transmission doesn't work

Alright, I added > out.txt 2>err.txt to my script, and at first I thought that nothing was happening, as the the two txt files would not appear in the same directory as the .sh file. However, I think that instead they appeared in the root folder, and the following error appears when transmission run...
by dekox
29 Mar 2015, 16:49
Forum: Synology NAS & Embedded Linux
Topic: running a script from transmission doesn't work
Replies: 8
Views: 8339

Re: running a script from transmission doesn't work

1) Yes exactly 2)When I call filebot manually from the command line it works fine. Running the script manually also works, but results in an error because it is not called by transmission and therefore can't interpret transmission supplied parameters. [/share/HDA_DATA/.qpkg/Transmission/scripts] # s...
by dekox
29 Mar 2015, 14:16
Forum: Synology NAS & Embedded Linux
Topic: running a script from transmission doesn't work
Replies: 8
Views: 8339

running a script from transmission doesn't work

Hi all, First, let me say that this is truly an amazing program! I've been all excited about it for the past week, but the problem is that I am trying to get transmission to execute a script upon finishing a download, but nothing seems to happen. I know that the script is called from the transmissio...