Transmission-daemon doesn't perform recheck of files

Discussion of Transmission that doesn't fit in the other categories
Post Reply
ttm
Posts: 2
Joined: Sun Oct 23, 2011 9:53 am

Transmission-daemon doesn't perform recheck of files

Post by ttm »

Hello all,
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
}
OS version:
Image

Transmission-daemon package info:
Image

Transmission-daemon status:
Image

Transmission-daemon in the process list:
Image

Transmission-daemon web ui:
Image

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.
ttm
Posts: 2
Joined: Sun Oct 23, 2011 9:53 am

Re: Transmission-daemon doesn't perform recheck of files

Post by ttm »

x190
I tried to "Verify local data" in the UI and from terminal by typing

transmission-remote -v -t all

But nothing changed.
killemov
Posts: 573
Joined: Sat Jul 31, 2010 5:04 pm

Re: Transmission-daemon doesn't perform recheck of files

Post by killemov »

I use verification of torrents in my Unrar and cleanup script with no problems.
Post Reply