I have been trying to install Transmission on my brand new MyBook following the guide by anpe008, everything is working correctly but when I run
./trans_watchdog
I get the following error: SOURCE directory /shares/internal/PUBLIC/Torrent/source does NOT exist, script will exit
I have run through the guide twice with the same results so I think the issue must be how I have setup the 'work', 'source' and 'target' folders. To do this I simply mapped the PUBLIC folder in Windows and created a Torrent folder which contains the three other folders, so under Windows the paths are:
Z:\Torrent\work
Z:\Torrent\source
Z:\Torrent\target
My settings.json
"0.0.0.0": "0.0.0.0",
"::": "::",
"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,
"complete-dir": "\/shares\/internal\/PUBLIC\/Torrent\/target",
"dht-enabled": true,
"download-dir": "\/shares\/internal\/PUBLIC\/Torrent\/work",
"download-limit": 2000,
"download-limit-enabled": 1,
"encryption": 0,
"lazy-bitfield-enabled": true,
"max-peers-global": 200,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 120,
"peer-limit-per-torrent": 30,
"peer-port": 51413,
"peer-port-random-enabled": 0,
"peer-port-random-high": 65535,
"peer-port-random-low": 1024,
"peer-port-random-on-start": false,
"peer-socket-tos": 8,
"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": 2.0000,
"ratio-limit-enabled": false,
"rpc-access-control-list": "+127.0.0.1,+192.168.*.*",
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{e5ff9446d2f354748ea3a404570573391cf2b32cr3QcmRUl",
"rpc-port": 9091,
"rpc-username": "",
"rpc-whitelist": "*.*.*.*",
"rpc-whitelist-enabled": true,
"speed-limit-down": 2000,
"speed-limit-down-enabled": true,
"speed-limit-up": 20,
"speed-limit-up-enabled": true,
"upload-limit": 20,
"upload-limit-enabled": 1,
"upload-slots-per-torrent": 14,
"watch-dir": "\/shares\/internal\/PUBLIC\/Torrent\/source",
"watch-dir-enabled": true
}
My trans_watchdog.conf
AUTO_REMOVE_FROM_LIST=1
AUTO_REMOVE_SEEDLINK=1
AUTO_UNRAR=1
CPULEVEL=5
DATAGROUP=www-data
DATAUSER=www-data
DEBUG=1
FULL_THROTTLE_DOWN=0
FULL_THROTTLE_UP=30
INTERVAL=5
KEEPRAR=0
KEEP_TRANSMISSION_RUNNING=1
MAILERSERVICE=sendEmail
MAILFROM=myemail@myisp.com
MAILSERVER=mailserver
MAIL_TO=myemail@myisp.com
MAX_RATIO=1.4
MAX_SEEDHOURS=48
MAX_SIMULTANEOUS=5
MIN_SEEDHOURS=2
SCHEDULE_THROTTLE_DOWN=2000
SCHEDULE_THROTTLE_UP=20
SCHEDULE_WEEKEND=([0]="0" [1]="0" [2]="1" [3]="1" [4]="1" [5]="1" [6]="1" [7]="$
SCHEDULE_WORKDAY=([0]="1" [1]="1" [2]="1" [3]="1" [4]="1" [5]="1" [6]="1" [7]="$
SMB_USER=root
SOURCE=/shares/internal/PUBLIC/Torrent/source
SUPERSOCIAL=1
TARGET=/shares/internal/PUBLIC/Torrent/target
THROTTLE_DONTKILL=1
THROTTLE_DOWN=100
THROTTLE_UP=1
TRANSDAEMON=/opt/bin/transmission-daemon
TRANSOPTS=' -m'
TRANSREMOTE=/opt/bin/transmission-remote
TRANSSTART=/opt/etc/init.d/S90transmission
TRANSSTOP=/opt/etc/init.d/K10transmission
WORK=/shares/internal/PUBLIC/Torrent/work
WORKDAY=([0]="0" [1]="1" [2]="1" [3]="1" [4]="1" [5]="1" [6]="0")
Thanks




















