Search found 18 matches

by radir
Mon May 26, 2014 11:12 pm
Forum: Requests
Topic: Help with Post-Processing Script - Move based on tracker
Replies: 19
Views: 20018

Re: Help with Post-Processing Script - Move based on tracker

Transmission-remote sends the move command to the daemon, and that's it, it doesn't matter how long it takes to make the actual move, the daemon changes its metainfo an that takes no time. That's probably true but from a scripting point of view imho checking if location has been updated right after...
by radir
Mon May 26, 2014 3:32 pm
Forum: Requests
Topic: Help with Post-Processing Script - Move based on tracker
Replies: 19
Views: 20018

Re: Help with Post-Processing Script - Move based on tracker

Hi, the most important step is missing ... the actual move. for ID in $IDLIST; do $REMOTE -t $ID -it | grep -i \"$TRACKER\" if [ $? -eq 0 ]; then # change torrent location to $DESTDIR $REMOTE -t $ID --move "$DESTDIR" # moving can be quite slow maybe worth to wait a bit # sleep 30...
by radir
Mon Nov 12, 2012 4:35 pm
Forum: General
Topic: Script done problems
Replies: 4
Views: 5789

Re: Script done problems

hi, Have you installed flexget with all necessary dependencies in jail? Can be wrong but it seems to me: flexget is not installed yet and running flexget would first install it BUT you are running transmission as user nobody hence install will fail obviously. Nobody user dont have permission to inst...
by radir
Thu Jul 21, 2011 9:34 pm
Forum: Support
Topic: transmission-daemon 2.30b4 profiling & performance
Replies: 14
Views: 15678

Re: transmission-daemon 2.30b4 profiling & performance

Hi blacklion, [OFF] It is very OFF topic but as you too build transmission from source I am just wondering if you can build with --enable-utp because i receiving error message: Making all in libutp CXX utp.o In file included from utp.cpp:78: utp_config.h:8:2: warning: #warning implement this in libt...
by radir
Tue May 17, 2011 8:21 pm
Forum: Support
Topic: Transmission 2.12 FreeBSD don't know how to make libminiupnp
Replies: 4
Views: 3412

Re: Transmission 2.12 FreeBSD don't know how to make libmini

Hi,

Why do you need this specific version as 2.13 is in /usr/ports? Also there is a newer port of 2.22 available.
by radir
Sat May 14, 2011 2:07 pm
Forum: Support
Topic: transmission-daemon 2.30b4 profiling & performance
Replies: 14
Views: 15678

Re: transmission-daemon 2.30b4 profiling & performance

Latest version (=8.2 what blacklion used for his measurements) supports these fcntl() params may look useful: F_READAHEAD Set or clear the read ahead amount for sequential access to the third argument, arg, which is rounded up to the nearest block size. A zero value in arg turns off read ahead. F_RD...
by radir
Wed May 11, 2011 9:15 pm
Forum: Support
Topic: transmission-daemon 2.30b4 profiling & performance
Replies: 14
Views: 15678

Re: transmission-daemon 2.30b4 profiling & performance

Hi,

First of all very interesting thread, thanks for insight.

Just a note: Jordan, your assumption that prefetching working well by using fadvise is invalid in case of FreeBSD as it has no fadvise support.
by radir
Fri Oct 15, 2010 3:46 pm
Forum: General
Topic: Transmission 2.10 Released!
Replies: 3
Views: 4140

Re: Transmission 2.10 Released!

Could someone pls confirm new enhancement of "memory cache to reduce disk IO" is covering write or read or both IO caching?

Thanks.
by radir
Sun May 23, 2010 5:48 pm
Forum: General
Topic: Transmission 2.00b1 Released!
Replies: 26
Views: 28131

Re: Transmission 2.00b1 Released!

Hi,

No libevent bundled in this version, 1.93 does include in "third-party" subdir. Is this intentional?

Thanks.
by radir
Wed Jan 06, 2010 9:41 pm
Forum: Support
Topic: When I selectively download a torrent, it stops uploading
Replies: 1
Views: 2807

Re: When I selectively download a torrent, it stops uploading

Hi, That is a message Transmission receives from the tracker. If it persists you might want to contact them. Are you sure this is a server side issue? Tracker is up [as somebody suggested it indicates a tracker down problem] and all the time I too do partial seed receive this message but not when us...
by radir
Wed Nov 04, 2009 9:24 pm
Forum: Requests
Topic: Disk Cache decrease the read and write frequency of your HD
Replies: 19
Views: 37471

Re: Disk Cache decrease the read and write frequency of your HD

What modern OS you have which is more modern than ones I mentioned? Also don't forget please that writing is only one half of the problem but reading is the other half. Your patch will help on that side too? The reason i guess others felt need of user-space cache that torrent generated io pattern is...
by radir
Tue Nov 03, 2009 8:57 pm
Forum: Requests
Topic: Disk Cache decrease the read and write frequency of your HD
Replies: 19
Views: 37471

Re: Disk Cache decrease the read and write frequency of your HD

Juliusz, Actually I said something should be done as cache would improve things. If the idea of user-space caching is not welcomed I am happy to accept any other improvement. But: 1. as I see in ticket 1521 so far the only file management is done in a way of managing couple of active files, "IO...
by radir
Mon Nov 02, 2009 10:12 pm
Forum: Requests
Topic: Disk Cache decrease the read and write frequency of your HD
Replies: 19
Views: 37471

Re: Disk Cache decrease the read and write frequency of your HD

+1 for this enhancement request Although usually all OS using some kind of file cache I too think it would be great to have it implemented, would help in case of fast connection and also in terms of hdd heat, noise, lifetime. Using for example a solid AVL balanced tree library to store chunk data in...
by radir
Fri Jun 12, 2009 7:57 pm
Forum: General
Topic: Transmission 1.71 Released!
Replies: 18
Views: 16724

Re: Transmission 1.71 Released!

Hi, Using FreeBSD 7.2, compiled only daemon, after couple of minutes transmission 1.71 (8646) is crashing. Starting daemon with option -f I see the below error message: Assertion failed: (eh->die), function libeventThreadFunc, file trevent.c, line 239. Abort trap: 6 (core dumped) Is this a know issu...