I'm trying to create a seedbox based on transmission-daemon. I'm using Mandriva Linux 2010.2 and transmission-daemon v1.92 for that. There are lots of previously downloaded files and I have torrent files for them. My thought was to put previously downloaded files into the download-dir and torrent files into the watch-dir. So the daemon should recheck all the files and start to seed them. But it does nothing actually. Here are my settings for transmission-daemon:
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": true,
"cache-size-mb": 128,
"dht-enabled": true,
"download-dir": "\/mnt",
"encryption": 1,
"incomplete-dir": "\/mnt",
"incomplete-dir-enabled": false,
"lazy-bitfield-enabled": true,
"lpd-enabled": true,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 1000,
"peer-limit-per-torrent": 60,
"peer-port": 11061,
"peer-port-random-high": 65535,
"peer-port-random-low": 8081,
"peer-port-random-on-start": true,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 2,
"prefetch-enabled": true,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"ratio-limit": 2.0000,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{c33b526d4828b41e6f71735fa11a344712070c1aqAiyv1sP",
"rpc-port": 9091,
"rpc-url": "\/tmsn\/",
"rpc-username": "adminf",
"rpc-whitelist": "*",
"rpc-whitelist-enabled": true,
"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,
"watch-dir": "\/home\/transmission\/torrents",
"watch-dir-enabled": true
}

Transmission-daemon package info:

Transmission-daemon status:

Transmission-daemon in the process list:

Transmission-daemon web ui:

Looks like it tries to download all the torrents again.
Am I correct with my actions or maybe there is another way of adding previously downloaded items?
Any help would be greatly appreciated.