sorry, my spelling mistake again.
the scripts is actually saved in the /root/transmission-daemon/scripts.
I have to say,this is a wiered question.I read posts about ubuntu and transmission-daemon in the forum.It seems that someone has succeed and other hasn't. But those have difficulty at the very ...
Search found 5 matches
- Thu Mar 14, 2013 1:08 am
- Forum: General
- Topic: ubuntu 12.04 server ,environment variables hold nothing
- Replies: 7
- Views: 6255
- Wed Mar 13, 2013 6:18 am
- Forum: General
- Topic: ubuntu 12.04 server ,environment variables hold nothing
- Replies: 7
- Views: 6255
Re: ubuntu 12.04 server ,environment variables hold nothing
hi,I did the following test using following scripts from https://trac.transmissionbt.com/browser/trunk/extras/send-email-when-torrent-done.sh with a different mail tool;
#!/bin/sh
##
## User-configurable Variables
##
# Where "nail" is installed on your system.
# We need this to actually send the ...
#!/bin/sh
##
## User-configurable Variables
##
# Where "nail" is installed on your system.
# We need this to actually send the ...
- Tue Mar 12, 2013 1:55 pm
- Forum: General
- Topic: ubuntu 12.04 server ,environment variables hold nothing
- Replies: 7
- Views: 6255
Re: ubuntu 12.04 server ,environment variables hold nothing
thanks .I did not notice that .
however, the question is that , this line does not generate any output ? why ?
echo $TR_TORRENT_NAME;
If you are running it from the command line (as it seems you are doing in the OP to test if it works) then you have to initialize the TR variables yourself, how ...
- Tue Mar 12, 2013 6:02 am
- Forum: General
- Topic: ubuntu 12.04 server ,environment variables hold nothing
- Replies: 7
- Views: 6255
Re: ubuntu 12.04 server ,environment variables hold nothing
SRC_DIR =${TR_TORRENT_DIR}/${TR_TORRENT_NAME}
echo "torrent : ${ SRC_DRI } FINISH AT ${NOW}"
echo "torrent : ${ SRC_DRI } FINISH AT ${NOW}" >> ${LOGFILE}
You have a typo (in bold).
thanks .I did not notice that .
however, the question is that , this line does not generate any output ? why ...
echo "torrent : ${ SRC_DRI } FINISH AT ${NOW}"
echo "torrent : ${ SRC_DRI } FINISH AT ${NOW}" >> ${LOGFILE}
You have a typo (in bold).
thanks .I did not notice that .
however, the question is that , this line does not generate any output ? why ...
- Tue Mar 12, 2013 4:08 am
- Forum: General
- Topic: ubuntu 12.04 server ,environment variables hold nothing
- Replies: 7
- Views: 6255
ubuntu 12.04 server ,environment variables hold nothing
OS: Ubuntu 12.04 Server Edition 64bit
Linux ubuntu 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
transmission-daemon:
root@ubuntu:~# transmission-daemon -V
transmission-daemon 2.51 (13280)
I want to get the torrent name when one torrent is completed ...
Linux ubuntu 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
transmission-daemon:
root@ubuntu:~# transmission-daemon -V
transmission-daemon 2.51 (13280)
I want to get the torrent name when one torrent is completed ...