Bekijk de volledige versie : Queued torrents dont go to active state...
Pettt[cz]
15-02-2008, 14:00
I have cron running and all seems to be OK... yet torrents from my queue never get moved to active state. When I run "sh /opt/sbin/transmission_watchdog" it works ok. Where to go from here... how to troubleshoot this ?
Thx all...:confused:
test your cron with a job like
*/5 * * * * date > /tmp/timestamp.log
Pettt[cz]
17-02-2008, 22:52
Ok OLEO... thx a lot for responding...
My issue moved ahead since I posted it. I got it working now.
Still :D my guestion would be now: is there way to make watchdog move more than one torrent from que to active ? Say, to be able to set a limit of 3 and watchdog would maintain 3 active torrents until it runs out of queued torrents...
Again Thx for your time and great work...
You can change watchdog code to get your effect. It's not so difficult.
Otherwise I suggest to use Bypass button to mark slow torrents that can be bypassed.
Pettt[cz]
18-02-2008, 19:09
hehehe... or so you say.. :)
Ok Ill try.. thx a lot
Look for the line 345
# Start new torrent if workload is small
if [ ${HEARTBEAT} = 0 ]; then
If you change it to
if [ ${HEARTBEAT} -lt 2 ]; then
You will have two enqueued torrents assured. At each run of watchdog