Search found 7 matches

by m1dnight
Mon Sep 15, 2014 10:39 am
Forum: Requests
Topic: More detailed statistics
Replies: 8
Views: 20855

Re: More detailed statistics

I know it's an old thread, but it's the highest hit in Google.

I was wanting some features like this as well, so I implemented the basics using Java. It's far from finished and it appears that Transmission is not really handling all the requests very well. I haven't had time to continue development ...
by m1dnight
Thu Jan 02, 2014 10:26 am
Forum: Support
Topic: Torrents automatically pause, enable logging?
Replies: 2
Views: 5208

Re: Torrents automatically pause, enable logging?

I fixed it in the meanwhile. There is a file in /etc/default/ named transmission-daemon as well (see below). This file has an instantiation for the OPTIONS parameter. I just added --logfile /path/to/logfile and it worked fine!

# defaults for transmission-daemon
# sourced by /etc/init.d ...
by m1dnight
Wed Jan 01, 2014 12:36 pm
Forum: Support
Topic: Torrents automatically pause, enable logging?
Replies: 2
Views: 5208

Re: Torrents automatically pause, enable logging?

Yes, I know but it doesn't really work.

I have tried:

--exec $DAEMON -- $OPTIONS
while setting the options variable to:
OPTIONS=" --logfile /smb/torrents/transmission.log"
OPTIONS=" -e/smb/torrents/transmission.log"
OPTIONS=" logfile /smb/torrents/transmission.log"
OPTIONS=" e/smb/torrents ...
by m1dnight
Sun Dec 29, 2013 6:14 pm
Forum: Support
Topic: Torrents automatically pause, enable logging?
Replies: 2
Views: 5208

Torrents automatically pause, enable logging?

Hi,

I have been using Transmission for quite a while now and it seems to pause one particular torrent automatically.

I want to see the log files but I can't manage to do this.

I know I can run 'transmission-daemon -f' but I don't want this, as this doesn't use my alread downloaded torrents in the ...
by m1dnight
Thu Nov 21, 2013 5:44 pm
Forum: Support
Topic: Move to completed, keep seeding
Replies: 3
Views: 5723

Re: Move to completed, keep seeding

Excellent I understand it now. I cleared my settings (actually reverted to an old snapshot of my VM) and just set it up and ran it via the service. All works without any issues now. Thanks for the explanation! :) I'm a huge linux noob who's grateful! :D
by m1dnight
Wed Nov 20, 2013 9:27 am
Forum: Support
Topic: Move to completed, keep seeding
Replies: 3
Views: 5723

Re: Move to completed, keep seeding

Okay, this is what I did:

Transmission was already running.
I executed: "transmission-daemon --logfile /etc/transmission-damon/log.log"
I added a new torrent to see if it would generate some log entry if completed
It didnt do anything, didn't move the torrent either.

I suppose that while ...
by m1dnight
Wed Nov 20, 2013 1:10 am
Forum: Support
Topic: Move to completed, keep seeding
Replies: 3
Views: 5723

Move to completed, keep seeding

Hi,

I'm using Transmission in combination with an automatic unrar program. This program requires my torrents to be moved to the \completed\ folder.

I download my torrents to \Transmission\incomplete , and when they are finished (ratio reached AND torrent fully downloaded, I suppose?) they are ...