Search found 268 matches
- Fri Feb 10, 2012 6:18 pm
- Forum: Support
- Topic: "trash-original-torrent-files" doesn't work in daemon mode
- Replies: 6
- Views: 5904
Re: "trash-original-torrent-files" doesn't work in daemon mo
"trash-original-torrent-files" option doesn't work in daemon-mode. yes i'm seeing the same bug (regression) with latest nightly transmission-daemon 2.42+ .you should file a ticket here: http://trac.transmissionbt.com/newticket where it's more likely to get attention from the developers. the fact th...
Re: priority
you can prioritize either the downloading of individual files of a multi-file torrent, and/or prioritize the downloading of specific torrents. with the daemon this is controlled by transmission-remote: $ transmission-remote --help . . -ph --priority-high <files> Try to download these file(s) first -...
- Tue Feb 07, 2012 4:13 pm
- Forum: Support
- Topic: Manual added totrrents 'error'
- Replies: 4
- Views: 2124
Re: Manual added totrrents 'error'
in web-client, what is the tracker(s) status when 'Error' is displayed?
Transmission 2.03 is pretty old version to be using at this point, but it may be just reporting an announce failure.
Transmission 2.03 is pretty old version to be using at this point, but it may be just reporting an announce failure.
- Wed Feb 01, 2012 4:39 am
- Forum: General
- Topic: Unrar script for JUST the default download dir?
- Replies: 2
- Views: 1972
Re: Unrar script for JUST the default download dir?
you could try something like this..
unrar script only runs if torrent download directory is /transmission/data , otherwise it does nothing.
Code: Select all
#!/bin/bash
if [ "$TR_TORRENT_DIR" = "/transmission/data" ]; then
<insert unrar script here>
fi
- Tue Jan 31, 2012 6:30 pm
- Forum: General
- Topic: Zombie process ?
- Replies: 5
- Views: 1916
Re: Zombie process ?
transmission-remote --version reports 2.13 Will check changelogs on later versions (maybe it is an old bug) and upgrade to 2.42 yikes version 2.13 is pretty dated to be using at this point. there is this bug: https://trac.transmissionbt.com/changeset/11536 (handle zombie processes) which was fixed ...
- Mon Jan 30, 2012 10:55 pm
- Forum: General
- Topic: Zombie process ?
- Replies: 5
- Views: 1916
Re: Zombie process ?
What I can't figure out is even when the "if" statement fails (so the script executes only exit 0), the process still goes zombie... I also tried this without success : wait exit $? what version of the daemon are you running? it's just that i've used the script-done feature countless times and it n...
- Mon Jan 30, 2012 5:11 pm
- Forum: General
- Topic: debian build: error: cannot find input file: `po/Makefile.i
- Replies: 11
- Views: 15583
Re: debian build: error: cannot find input file: `po/Makefil
config.status: error: cannot find input file: `po/Makefile.in.in' @Opperpanter - just for the record, think i finally found source of config error: autogen.sh needs 'glib-gettextize' which in Debian is not in gettext, but in libglib2.0. so solution is.. apt-get install libglib2.0-dev then everythin...
- Sun Jan 29, 2012 11:20 pm
- Forum: Support
- Topic: Much higher CPU utilization in 2.42+ vs. 2.42?
- Replies: 22
- Views: 8520
Re: Much higher CPU utilization in 2.42+ vs. 2.42?
Ok, so whatever is posted at: http://forum.dsmg600.info/t2719-%5BREL%5D-Transmission.html is build 13028 Where do I get the famous r13113? the official nightly builds are at https://build.transmissionbt.com/job/trunk-linux/ , but you have to compile from those source tarballs if you're running Linu...
- Sun Jan 29, 2012 10:05 pm
- Forum: General
- Topic: Zombie process ?
- Replies: 5
- Views: 1916
Re: Zombie process ?
that doesn't look right. try changing it to..coolmatt wrote:exit()
exit 0
also, depending on what exactly the secondary script is doing, try dropping the & after $line , though this is not mandatory.
- Fri Jan 27, 2012 8:32 pm
- Forum: Web Interface
- Topic: (SOLVED) Upload a new torrent from external network doesn't
- Replies: 4
- Views: 2530
Re: Upload a new torrent from external network doesn't work
i don't know as that is very strange behavior.
you could try uploading a torrent file in the web-ui from another remote pc (at a different IP address) and see if the same thing happens.
you could try uploading a torrent file in the web-ui from another remote pc (at a different IP address) and see if the same thing happens.
- Thu Jan 26, 2012 9:09 pm
- Forum: Web Interface
- Topic: (SOLVED) Upload a new torrent from external network doesn't
- Replies: 4
- Views: 2530
Re: Upload a new torrent from external network doesn't work
it might be that particular torrent file was incomplete or corrupted during the download to your pc, it's happened to me on occasion.
i would try some torrent files from other sites and see what gives.
i would try some torrent files from other sites and see what gives.
- Sun Jan 22, 2012 7:49 pm
- Forum: General
- Topic: debian build: error: cannot find input file: `po/Makefile.i
- Replies: 11
- Views: 15583
Re: debian build: error: cannot find input file: `po/Makefil
Hmmm trackers still report me as 2.33, so somehow the 2.42+ is not running. Maybe the service transmission-daemon is a different executable from the one I built and installed with make. yes that is what is happening. Debian package installs the transmission-daemon executable under /usr/bin/, while ...
- Sun Jan 22, 2012 3:27 pm
- Forum: General
- Topic: debian build: error: cannot find input file: `po/Makefile.i
- Replies: 11
- Views: 15583
Re: debian build: error: cannot find input file: `po/Makefil
Thanks. When I do that I am still getting an error: config.status: error: po/Makefile.in.in was not created by intltoolize I can try the source tarball, but I'd rather build from trunk. Makes updating much easier. yes i see the same config error, but in my case it is not fatal and i'm able to compi...
- Sat Jan 21, 2012 12:28 pm
- Forum: General
- Topic: debian build: error: cannot find input file: `po/Makefile.i
- Replies: 11
- Views: 15583
Re: debian build: error: cannot find input file: `po/Makefil
yes i see the same issue when compiling the daemon in Debian squeeze, but it only occurs when using svn and ./autogen.sh . if i compile from the nightly tarballs and use ./configure the problem doesn't occur. anyway i found a workaround for svn : touch po/Makefile.in.in ./autogen.sh make make instal...
- Fri Jan 20, 2012 6:20 am
- Forum: Support
- Topic: loop through downloaded folder
- Replies: 2
- Views: 1165
Re: loop through downloaded folder
you could just use a readily available archiving tool (zip, tar, rar) and create single file from the folder, and upload as you do now.