I've searched extensively, but haven't been able to find a solution to my current problem.
The Problem
I have recently installed a version of Transmission to my NAS storage (v1.92 it claims).
And everything SEEMS extremely fine (I really like Transmission).
But, when I try to "seed" existing torrents, Transmission just begins downloading from scratch.
I then tried downloading a completely new torrent, and here it got really spicy.
I selected 3 files (out of app. 72) and started the DL ~ 22Mb of data.
What it seems to be doing, is repeatedly downloading the same segments.
Note: I've tried using different torrents on different trackers!
The Hunch
I've really tried digging through it all, but what it boils down to now, is the gut-feeling I get too many transmission-daemons, and that they somehow keeps corrupting each other files.
(Since the tracked lists me as leeching the above torrent with two clients).
Data
Code: Select all
[~] # uname -a
Linux NASLF 2.6.12.3 #49 Tue May 5 17:38:18 CST 2009 ppc unknown
[~] # transmission-remote -V
Transmission 1.92 (10363)
[~] # ps -gf | grep transmission
1125 transmis 2484 S /share/MD0_DATA/.qpkg/Optware/bin/transmission-daemon
1126 transmis 2484 S /share/MD0_DATA/.qpkg/Optware/bin/transmission-daemon
1127 transmis 2484 S /share/MD0_DATA/.qpkg/Optware/bin/transmission-daemon
1128 transmis 2484 S /share/MD0_DATA/.qpkg/Optware/bin/transmission-daemon
1182 administ 264 S grep transmission
Code: Select all
{
"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,
"dht-enabled": false,
"download-dir": "\/share\/MD0_DATA\/Qdownload",
"encryption": 1,
"incomplete-dir": "\/share\/MD0_DATA\/Qdownload\/Incomplete",
"incomplete-dir-enabled": true,
"lazy-bitfield-enabled": true,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 6750,
"peer-port-random-high": 6700,
"peer-port-random-low": 6800,
"peer-port-random-on-start": false,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"ratio-limit": 3.0000,
"ratio-limit-enabled": true,
"rename-partial-files": false,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{060b03dc69325fd1527a58720535ebd528f37b82lPcmcCZU",
"rpc-port": 9091,
"rpc-username": "transmission",
"rpc-whitelist": "*",
"rpc-whitelist-enabled": false,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"watch-dir": "\/share\/MD0_DATA\/Qdownload\/Watch",
"watch-dir-enabled": true
}
Any one able to help? (big question)
Any one able to say if 4 x daemons is as expected? (smaller question)
Any further questions? (I'd be happy to provide additional info - but these posts get really big, really fast!)