Hello!
I am using transmission-2.33 on FreeBSD-7.2 (compiled from FreeBSD ports).
I am trying to transfer a file from computer M1 to computer M2.
Both run the same software and are connected to the same switch (no ports are fi
ltered between them). They share the same settings.json (attached).
First I create torrent file:
transmission-create -o test.torrent some_test_file.tar
I do not specify tracker URL, because I rely on local peer discovery feature.
Then I copy some_test_file.tar into Transmission's Download/ folder and add torr
ent on computer M1:
transmission-remote -a test.torrent
M1 starts seeding.
Then I copy the same test.torrent to machine M2 and execute
transmission-remote -a test.torrent
Machine M2 finds peer M1 using Local Peer Discovery (I see multicast packets on
port 6771 using tcpdump) and downloads file.
Everything is OK till now.
After that I connect to M2 via Web interface and select "Trash Data and remove f
rom list". M2 deletes that torrent from list and removes file from disk.
After that I add the same torrent back on M2:
transmission-remote -a test.torrent
M2 does NOT download that torrent second time, everything stops:
M2 shows "downloading from 0 of 0 peers" indefinitely.
Why torrent is downloaded fine for the first time and download does not happen i
f I remove/add the same torrent back?
PS: I tried exactly the same scenario but using real torrent tracker announce URL, without relying on Local Peer Discovery feature.
I got the same result: successful download for the first time, and no download if I remove/register again the same torrent.
I am attaching my settings.json file:
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/usr/local/etc/transmission/home/Downloads",
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/home/user/Downloads",
"incomplete-dir-enabled": false,
"lpd-enabled": true,
"message-level": 3,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": false,
"preallocation": 1,
"prefetch-enabled": 1,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{6af43f451142084a519e9620e7b75876536333e1KSNIIH4U",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": false
}
Thanks in advance!
Download does not start if I register same .torrent 2nd time
Re: Download does not start if I register same .torrent 2nd
BTW, I sometimes see machine M1 in M2's peer list with lowercase "d" status: "We would download from this peer if they'd let us".
After few seconds, that peer disappears from peers list.
Why M1 does not let M2 to download?
After few seconds, that peer disappears from peers list.
Why M1 does not let M2 to download?