<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Creating folder for transmission</title>
		<link>http://mybookworld.wikidot.com/forum/t-167047/creating-folder-for-transmission</link>
		<description>Posts in the discussion thread &quot;Creating folder for transmission&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-167047#post-525930</guid>
				<title>Re: Creating folder for transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-167047/creating-folder-for-transmission#post-525930</link>
				<description></description>
				<pubDate>Sat, 04 Jul 2009 16:48:43 +0000</pubDate>
				<wikidot:authorName>ScoobyD</wikidot:authorName>				<wikidot:authorUserId>347900</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks that worked a treat! I've got everything up and running perfectly now.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-167047#post-525875</guid>
				<title>Re: Creating folder for transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-167047/creating-folder-for-transmission#post-525875</link>
				<description></description>
				<pubDate>Sat, 04 Jul 2009 14:47:26 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I wrote this for a bluering… the whitelight has no /shares/internal/PUBLIC</p> <p>Create this structure on your whitelight:</p> <div class="code"> <pre> <code>mkdir -p /shares/Download/Torrent/source mkdir -p /shares/Download/Torrent/work mkdir -p /shares/Download/Torrent/target</code> </pre></div> <br /> Then change /opt/etc/trans_watchdog.conf <div class="code"> <pre> <code>SOURCE=/shares/Download/Torrent/source WORK=/shares/Download/Torrent/work TARGET=/shares/Download/Torrent/target</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-167047#post-525873</guid>
				<title>Creating folder for transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-167047/creating-folder-for-transmission#post-525873</link>
				<description></description>
				<pubDate>Sat, 04 Jul 2009 14:40:38 +0000</pubDate>
				<wikidot:authorName>ScoobyD</wikidot:authorName>				<wikidot:authorUserId>347900</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>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</p> <div class="code"> <pre> <code>./trans_watchdog</code> </pre></div> <p>I get the following error: <strong>SOURCE directory /shares/internal/PUBLIC/Torrent/source does NOT exist, script will exit</strong></p> <p>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:</p> <p>Z:\Torrent\work<br /> Z:\Torrent\source<br /> Z:\Torrent\target</p> <p>My settings.json</p> <div class="code"> <pre> <code>"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 }</code> </pre></div> <p>My trans_watchdog.conf</p> <div class="code"> <pre> <code>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")</code> </pre></div> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>