Search found 289 matches

by cfpp2p
Mon Aug 01, 2016 11:29 am
Forum: Mac Support
Topic: File structure: Stopped Seeding: /torrent vs /resume vs Watch For Torrents Here
Replies: 6
Views: 4537

Re: File structure: Stopped Seeding: /torrent vs /resume vs Watch For Torrents Here

Transmission is a very mysterious pieces of software.
:shock:

sounds like you've got your directories crossed up and loop back, but i'm finding your problem description difficult to sort through. you'll need a mac user to sort it out, i'm not, but maybe just try basic to begin with.
by cfpp2p
Mon Jul 18, 2016 11:44 pm
Forum: Support
Topic: Per torrent upload limit overly aggressive?
Replies: 6
Views: 4920

Re: Per torrent upload limit overly aggressive?

So where's the patch? It was over a year ago, but here's what I pulled from my github repository commits of June 21, 2015 and June 28, 2015. https://gist.github.com/cfpp2p/f86e088ddb8a3079761d86ee176ba606 Fixes for current trunk of https://trac.transmissionbt.com/ticket/3155 https://trac.transmissi...
by cfpp2p
Mon Jul 18, 2016 2:56 pm
Forum: Support
Topic: Per torrent upload limit overly aggressive?
Replies: 6
Views: 4920

Re: Per torrent upload limit overly aggressive?

Almost like the download number was somehow counted against the upload limit It's not a bug, it's intentional. Start reading at: https://trac.transmissionbt.com/browser/trunk/libtransmission/bandwidth.c#L308 bandwidthClamp() comment at line 322 describes. /* if we're getting close to exceeding the ...
by cfpp2p
Tue Jun 21, 2016 5:42 pm
Forum: Support
Topic: Scrape error: Tracker gave HTTP response code 414 (Request-URI Too Long)
Replies: 7
Views: 5459

Re: Scrape error: Tracker gave HTTP response code 414 (Request-URI Too Long)

You can leave concurrent-announces at 48 without a problem.

I use

Code: Select all

"concurrent-announces-maximum": 9,
"multiscrape-maximum": 12,
no affects on seeding one way or the other.
by cfpp2p
Tue Jun 21, 2016 3:52 pm
Forum: Support
Topic: Scrape error: Tracker gave HTTP response code 414 (Request-URI Too Long)
Replies: 7
Views: 5459

Re: Scrape error: Tracker gave HTTP response code 414 (Request-URI Too Long)

also I tried to build your repo but I keep hitting the following error after issuing `make` comes up recently when searching forum.transmissionbt.com https://forum.transmissionbt.com/search.php?keywords=warning%3A+no+previous+declaration+for+%27sendpendingrequest and https://www.google.com/search?q...
by cfpp2p
Sat Apr 09, 2016 11:41 pm
Forum: Support
Topic: Stats command returning error
Replies: 1
Views: 1936

Re: Stats command returning error

wrong: "rpc-port": 5499, "rpc-url": "http://localhost:5499/transmission/web/", default settings are: "rpc-port": 9091, "rpc-url": "/transmission/", Try that. Don't know what other settings might be off, as I don't have the time right now to...
by cfpp2p
Thu Apr 07, 2016 5:14 pm
Forum: Windows Support
Topic: File allocation problem when doing selective download
Replies: 8
Views: 10805

Re: File allocation problem when doing selective download

Cygwin build doesn't support sparse file at all, so every single file created freeze the webui and remote client, and the time of freezing depends on file size, and this's a known issue on these builds. There is a way of patching a cygwin transmission build and that patching, combined with patch of...
by cfpp2p
Wed Mar 30, 2016 12:13 pm
Forum: Support
Topic: systemd: Evolve Or Die
Replies: 2
Views: 3647

Re: systemd: Evolve Or Die

Thanks for this writeup. Here are some references to systemd on trac. add basic systemd integration Transmission systemd service should start only network in initialized UDP tracker requests don't work if transmission starts up before the network interface does install systemd service file on system...
by cfpp2p
Wed Mar 23, 2016 4:58 pm
Forum: Support
Topic: LenovoEMC px4-300d (NAS) transmission web client crashes on certain torrents
Replies: 2
Views: 3707

Re: LenovoEMC px4-300d (NAS) transmission web client crashes on certain torrents

The lenovoemc.patch provided by them makes some rather large changes to multiple areas of the source. Your best bet might be to find someone at thier website familiar with the patch. I'm not familiar with it. That patch changes a lot of areas! configure 2014-07-25 17:01:02.000000000 -0300 configure....
by cfpp2p
Wed Mar 16, 2016 6:52 pm
Forum: Windows Requests
Topic: Any updated news about an official windows build?
Replies: 75
Views: 1498402

Re: Any updated news about an official windows build?

The shell and the file system have different requirements. It is possible to create a path with the Windows API that the shell user interface is not able to interpret properly. Although the underlying file system may support such names, the Windows shell and user interface does not. others CON, PRN,...
by cfpp2p
Wed Mar 16, 2016 5:18 pm
Forum: Mac Support
Topic: Magnet links are not working
Replies: 5
Views: 96380

Re: Magnet links are not working

Also seeing this problem. Some magnet links just sit there. It never downloads the meta data (size and file names). There are lots of 100% seeds connected and in the "D" state. No connection problems as other torrents start and download to completion while this is happening. If I stop and...