Search found 1325 matches

by rb07
Thu Feb 20, 2014 5:26 pm
Forum: Support
Topic: Transmission 2.82 daemon directly disconnects
Replies: 4
Views: 3795

Re: Transmission 2.82 daemon directly disconnects

Your problem is that you don't know much about networks[1]... you can't just start bittorrent clients on your LAN and expect them to work with each other (i.e. they all share the same WAN IP address, and unless you changed the configuration all transmission clients will use the same peer port, and w...
by rb07
Thu Feb 20, 2014 5:10 pm
Forum: Support
Topic: FreeNAS Set Up Assistance
Replies: 3
Views: 4381

Re: FreeNAS Set Up Assistance

The peer port has nothing to do with your problem. The real problem seems to be with magnets, please confirm (i.e. regular .torrent files work). If a magnet stays in the "retrieving metadata" stage, then you have to look at the magnet: does it have tracker info? or is just a hash code? If ...
by rb07
Mon Feb 17, 2014 4:35 pm
Forum: Support
Topic: Strange: "Torrent not found" but upload works anyway?
Replies: 1
Views: 2800

Re: Strange: "Torrent not found" but upload works anyway?

Nothing strange. Your torrent is not registered with that specific tracker, that's the reason the tracker responds with the "not found". Other peers still are able to find the torrent through DHT (a.k.a. tracker-less), they just use the hash code of the torrent and ask other peers (i.e. th...
by rb07
Sun Feb 16, 2014 5:08 pm
Forum: Support
Topic: Moving a file after a specific ratio? Tracker based seeding?
Replies: 6
Views: 10018

Re: Moving a file after a specific ratio? Tracker based seed

set it so after a specific ratio of a file, it automates to change it's directory, stop seeding, and remove the torrent file from the listing. Yes. Use a script. You'll have to write the script, and run it from cron. The "stop seeding" part should be in Transmission (as the torrent's rati...
by rb07
Fri Jan 31, 2014 4:58 pm
Forum: Support
Topic: transmission-remote not playing nice with .netrc
Replies: 1
Views: 4020

Re: transmission-remote not playing nice with .netrc

You are using it wrong. If you have a ~/.netrc, then just run transmission-remote -l If you don't have that file, or want to use another, then run transmission-remote -N <other-file> -l The "invalid option" message was referring that you didn't put the file parameter (<file> on the help ou...
by rb07
Sat Jan 25, 2014 10:23 pm
Forum: Support
Topic: [Transmission-daemon] Stops seeding without ratio/time set
Replies: 8
Views: 11525

Re: [Transmission-daemon] Stops seeding without ratio/time s

Is it the tracker that sets this ratio limit? No. Trackers have nothing to do with this... besides, you are showing a torrent specific setting, so there was something that did that, probably the same "thing" that loaded the torrent. The real questions are: what exactly do you use? (i.e. T...
by rb07
Sat Jan 25, 2014 4:04 pm
Forum: Support
Topic: Struggling with port forwarding
Replies: 2
Views: 6238

Re: Struggling with port forwarding

What do you mean by my attempts at manual port forwarding are disabled Of course the important part are those "forwarding failed with error 718" which looking at the UPnP code mean... * 718 ConflictInMappingEntry - The port mapping entry specified conflicts * with a mapping assigned previo...
by rb07
Sat Jan 25, 2014 3:48 pm
Forum: Support
Topic: [Transmission-daemon] Stops seeding without ratio/time set
Replies: 8
Views: 11525

Re: [Transmission-daemon] Stops seeding without ratio/time s

Do you think I should compile it from sources? No, not for the specific problem you're reporting. Is that ratio limit (15.0) general, or specific to one torrent? Because we have overlooked that a torrent could also have its ratio limit set, and that value is not in settings.json, but in the torrent...
by rb07
Fri Jan 24, 2014 6:36 pm
Forum: Support
Topic: [Transmission-daemon] Stops seeding without ratio/time set
Replies: 8
Views: 11525

Re: [Transmission-daemon] Stops seeding without ratio/time s

Version 2.52? I was talking about the current version, I don't remember about a version that old (almost 2 years), and perhaps the problem you describe is one of the many that have been fixed. The response seems to show memory problems (the response string concatenated with something else)... but th...
by rb07
Thu Jan 23, 2014 10:00 pm
Forum: Support
Topic: [Transmission-daemon] Stops seeding without ratio/time set
Replies: 8
Views: 11525

Re: [Transmission-daemon] Stops seeding without ratio/time s

Does settings.json has any syntax errors? (you ended without showing the actual ending, a line with closing curly bracket: }, if its not there, then you have a syntax error and your configuration is invalid). Are you looking at the correct settings.json? Ask the daemon in what directory is the corre...
by rb07
Thu Jan 23, 2014 6:47 pm
Forum: Support
Topic: Trying to create torrent on Mac, but no downloading
Replies: 4
Views: 4845

Re: Trying to create torrent on Mac, but no downloading

Have you tried a "second opinion"? Like the canyouseeme link on the "PortClossed" article... The port test server is not down, it works fine for me, but it could verify that you do have a double NAT, or other (firewall on server) problem. Is the log from the server? The "Got...
by rb07
Thu Jan 23, 2014 6:16 pm
Forum: General
Topic: Transmission Speed Units
Replies: 2
Views: 2835

Re: Transmission Speed Units

No bits used.

The speed units by default are SI (multiples of 1000) and bytes, except on the unofficial Windows port where the units are (configurable but by default) IEC (multiples of 1024) which is what Windows uses.
by rb07
Thu Jan 23, 2014 6:05 pm
Forum: Support
Topic: Trying to create torrent on Mac, but no downloading
Replies: 4
Views: 4845

Re: Trying to create torrent on Mac, but no downloading

The problem is not the creation, or the other steps you're showing. The problem is how the peers see (or not see) your seeding machine... First: Is your peer port open? (i.e. mapped to the seeding machine). If you test inside a LAN, then it usually won't work, the tracker sends your WAN IP address t...
by rb07
Tue Jan 14, 2014 10:43 pm
Forum: General
Topic: Transmission says port is closed but seeding is happening
Replies: 1
Views: 2597

Re: Transmission says port is closed but seeding is happenin

Could seeding happen even if the port is closed? Yes. "Port closed" really means "server not responding on that port from outside". The port is not really closed, just not mapped (even if you use UPnP, that doesn't mean that it was successful mapping the port -- you may need to ...
by rb07
Fri Jan 10, 2014 9:38 pm
Forum: Support
Topic: Updating the blocklist leaves blocklist.tmp files behind
Replies: 8
Views: 4938

Re: Updating the blocklist leaves blocklist.tmp files behind

jahutchi:
If you can build Transmission you could help by testing the change I proposed in #5583 (and reporting on that ticket the results).

I've already tested it (long ago) for a similar problem in Windows. I would expect that it should also solve the problem you are seeing.