<?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>Help me build &amp; setup Transmission</title>
		<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission</link>
		<description>Posts in the discussion thread &quot;Help me build &amp; setup Transmission&quot; - Because rtorrent hangs on big files, and Transmission can be used with a web-UI</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-248555</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-248555</link>
				<description></description>
				<pubDate>Fri, 29 Aug 2008 13:51:17 +0000</pubDate>
				<wikidot:authorName>emeka01</wikidot:authorName>				<wikidot:authorUserId>192001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm an newbee in linux, but my semi-solution was include this line in transmission.sh:</p> <p><strong>" chmod o+w /shares/internal/BT/*.*"</strong></p> <p>then my transmission.sh is like this:<br /> <span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span>_<br /> #!/bin/sh<br /> #<br /> # Copyright (C) 2007 JRM<br /> #<br /> # Starts or stops the transmission daemons.<br /> # Writes directory permissions and changes owner for<br /> # the transmission.socket.</p> <p>PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/bin:/opt/<br /> NAME="Transmission"<br /> DESC="torrent daemon"</p> <p>case "$1" in<br /> start)<br /> echo -n "Starting $DESC: "<br /> transmission-daemon -s /tmp/transmission.socket<br /> echo "$NAME."<br /> sleep 2<br /> chmod -R 777 /tmp/transmission.socket<br /> chown -R www-data:www-data /tmp/transmission.socket<br /> sleep 2<br /> transmission-remote -f /shares/internal/DOWNLOADS/<br /> sleep 1&nbsp;ps aux | grep transmission-daemon<br /> ;;<br /> stop)<br /> echo -n "Stopping $DESC: "<br /> killall transmission-daemon<br /> echo "$NAME."<br /> ;;<br /> chmod o+w /shares/internal/BT/*.*<br /> N=/etc/init.d/$NAME<br /> echo "Use: $N {start|stop}" &gt;&amp;2<br /> exit 1<br /> ;;<br /> esac<br /> exit 0<br /> <span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span>____</p> <p>this repair permissions in BT (in your drive BT) directory each time that you start Transmission like when you stop and start the MBWE drive by the rings buttom. It's not perfect, but work.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-188116</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-188116</link>
				<description></description>
				<pubDate>Mon, 09 Jun 2008 22:11:23 +0000</pubDate>
				<wikidot:authorName>villanum</wikidot:authorName>				<wikidot:authorUserId>140433</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello Guys,</p> <p>I've been following the advice in this forum but I still couldn't make clutch and transmission work together. I have the following versions:</p> <p>Transmission-1.20<br /> Clutch 0.4</p> <p>I am able to get the Clutch web page and open a torrent file for download, but after a minute, I receive the dreaded "Connection Failed" message. The error log indicates a socket connection issue. I have changed Clutch/remote/data/socket.txt to point to /tmp/transmission.socket and got the same error, then tried to point it to /root/.config/transmission/daemon/socket and received the same thing. Once I get this message, I have to remove the directory /root/.config/transmission and recreate it. Otherwise, transmission-daemon will not run.</p> <p>The text below is what I received from <a href="http://myBookIP/Clutch/remote/?action=requestSettings&amp;param=0&amp;filter=all&amp;sort_method=queue_order&amp;sort_direction=ascending&amp;search=">http://myBookIP/Clutch/remote/?action=requestSettings&amp;param=0&amp;filter=all&amp;sort_method=queue_order&amp;sort_direction=ascending&amp;search=</a></p> <p>"This program has encountered an error and will now exit."</p> <p>Here's how I run transmission:<br /> 1. transmission-daemon -s /tmp/transmission.socket<br /> 2. chmod 777 /tmp/transmission.socket<br /> 3. chmod 777 -R /remote/.config/transmission<br /> 4. ln -s /tmp/transmission.socket /root/.config/transmission/daemon/socket</p> <p>transmission-daemon seems to be stable. But, when I get to running Clutch web interface and try to download a torrent, transmission-daemon processes defunct. This leaves transmission-daemon unable to start properly until I recreate /root/.config/transmission/daemon.</p> <p>I have recompiled my php, openssl, pkg-config, and transmission (with the necessary options). But I still get the same error.</p> <p>I'm hoping that somebody can help so I can finally make clutch and transmission working together.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-170698</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-170698</link>
				<description></description>
				<pubDate>Sun, 25 May 2008 15:33:38 +0000</pubDate>
				<wikidot:authorName>youjane</wikidot:authorName>				<wikidot:authorUserId>133203</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you - Great !</p> <p>I logged in again and somehow ldconfig did it. Funny but I think I executed the command once earlier.. but anyway..now the daemon is up…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-170557</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-170557</link>
				<description></description>
				<pubDate>Sun, 25 May 2008 11:29:42 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>I have also tried to add the lib dir to /etc/ld.so.conf - but /opt/lib is already there</p> </blockquote> <p>So did you run <tt>ldconfig</tt>?</p> <p>I believe that libintl comes as part of gettext so if you don't have it yet try installing that.</p> <div class="code"> <pre> <code>ipkg install gettext</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-170553</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-170553</link>
				<description></description>
				<pubDate>Sun, 25 May 2008 11:22:44 +0000</pubDate>
				<wikidot:authorName>youjane</wikidot:authorName>				<wikidot:authorUserId>133203</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi</p> <p>I am a linux-newbee who has been trying to install transmission following this guide: <a href="http://kyyhkynen.net/stuff/mybook/torrent_intro.php" >http://kyyhkynen.net/stuff/mybook/torrent_intro.php</a></p> <p>1. su<br /> 2. installed optware follow the guide on the wikidot pages.<br /> 3. installed nano without problems<br /> 4. then did</p> <ol> <li>/opt/bin/ipkg install transmission libiconv</li> </ol> <p>5. created dirs for transmission (following guide) :</p> <ol> <li>mkdir ~/.config</li> <li>mkdir ~/.config/transmission</li> </ol> <p>but the my trouble starts:<br /> when I try to start the daemon I get this:</p> <ol> <li>/opt/bin/transmission-daemon</li> </ol> <p>/opt/bin/transmission-daemon: can't load library 'libintl.so.3'</p> <p>I can find the library in /opt/lib - but it points to another lib : libintl.so.3 -&gt; libintl.so.3.4.3<br /> which is present i the dir.</p> <p>I have also tried to add the lib dir to /etc/ld.so.conf - but /opt/lib is already there</p> <p>Anybody - any Ideas ?</p> <p>Kind regards<br /> Anders Raabo</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-165736</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-165736</link>
				<description></description>
				<pubDate>Sun, 18 May 2008 15:50:40 +0000</pubDate>
				<wikidot:authorName>smccloud</wikidot:authorName>				<wikidot:authorUserId>124667</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I got the second issue fixed. How do I make it so I can delete the files from my mapped share now? I hate having to go in and manually delete the downloads via SSH…….</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-165650</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-165650</link>
				<description></description>
				<pubDate>Sun, 18 May 2008 13:17:06 +0000</pubDate>
				<wikidot:authorName>smccloud</wikidot:authorName>				<wikidot:authorUserId>124667</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok,<br /> I'm not sure if anyone has posted this or not, but I didn't see it in my quick browsing.</p> <p>I have Transmission &amp; Clutch working great for the most part. My problems are, I cannot delete something that transmission downloaded without connecthing via SSH and using su - to get root access. How can I make it so I can delete the files from my mapped drive? Second, for some reason even though I have configured my save path as /shares/internal/BT it still saves to / every once and a while. Anyone have some suggestions on this?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-164808</guid>
				<title>Re: Help Error</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-164808</link>
				<description></description>
				<pubDate>Fri, 16 May 2008 16:07:39 +0000</pubDate>
				<wikidot:authorName>wizt</wikidot:authorName>				<wikidot:authorUserId>128654</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Have you (or anyone else) tryed to install 1.20 ? is it working or does it have the same problem as 1.10 &amp; 1.11?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-157751</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-157751</link>
				<description></description>
				<pubDate>Mon, 05 May 2008 08:37:51 +0000</pubDate>
				<wikidot:authorName>JosefK</wikidot:authorName>				<wikidot:authorUserId>99883</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>edit: SOLVED (as explained by koola: dam, this thread is too long!)</p> <div class="code"> <pre> <code>transmission-daemon -s /tmp/transmission.socket cd /usr/www/lib/clutch/remote/data nano socket.txt</code> </pre></div> <p>Insert the transmission socket path</p> <div class="code"> <pre> <code>/tmp/transmission-socket</code> </pre></div> <p>Chmod dirs again</p> <div class="code"> <pre> <code>chmod -R 777 /tmp chmod -R 777 /usr/www/lib/clutch/remote/data</code> </pre></div> <p>and now everything seems to work fine! ^___^</p> <p>maybe it's time to make an updated version of the howto since</p> <p>1. php and open ssl failed to compile in my MBWE 500Gb so I had to install them via optware (way easier!)</p> <p>2. latest version of transmission (at least the one in optware) use different path (/root/.config/transmission instead of /root/.transmission)</p> <p>3. I had to edit lighttpd to use clutch (you can find an already modified one <a href="http://mybookworld.wikidot.com/forum/t-44714/help-with-lighttpd">here</a></p> <p>4. the howto miss the part about chmod after starting transmission-daemon</p> <p>FYI there's another howto <a href="http://en.dogeno.us/2008/03/install-transmission-using-ipkg-built-packages-in-the-mybook-world-nas/">here</a> that use optware instead of compiling (but has same problem of the <em>official</em> one)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-157293</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-157293</link>
				<description></description>
				<pubDate>Sun, 04 May 2008 08:59:32 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You may not have re-linked the correct file then. Did you re-link the file?</p> <p>Remember when you originally linked it, you were in /root/.transmission not /root/.config/transmission.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-156996</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-156996</link>
				<description></description>
				<pubDate>Sat, 03 May 2008 14:38:40 +0000</pubDate>
				<wikidot:authorName>JosefK</wikidot:authorName>				<wikidot:authorUserId>99883</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>but (I guess) it is running:</p> <div class="code"> <pre> <code># transmission-daemon -s /tmp/transmission-socket # transmission-remote -f /shares/internal/PUBLIC/ transmission-remote: failed to connect to socket file: /root/.config/transmission/daemon/socket: No such file or directory</code> </pre></div> <p>and</p> <div class="code"> <pre> <code># ps aux | grep transmission-daemon root 16913 0.0 3.9 3984 1192 ? S 19:32 0:00 transmission-daemon -s /tmp/transmission-socket root 16914 0.0 3.9 3984 1192 ? S 19:32 0:00 transmission-daemon -s /tmp/transmission-socket root 16915 0.0 3.9 3984 1192 ? S 19:32 0:00 transmission-daemon -s /tmp/transmission-socket root 17120 0.0 0.9 656 300 pts/0 S+ 20:58 0:00 grep transmission-daemon</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-156988</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-156988</link>
				<description></description>
				<pubDate>Sat, 03 May 2008 13:30:39 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The daemon needs to be running if you are going to be using transmission remote.</p> <p>How do I know that it isn't running? because the socket file is only created while the daemon is running.</p> <p>Start the daemon with:</p> <div class="code"> <pre> <code>transmission-daemon -s /tmp/transmission-socket</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-156981</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-156981</link>
				<description></description>
				<pubDate>Sat, 03 May 2008 13:22:13 +0000</pubDate>
				<wikidot:authorName>JosefK</wikidot:authorName>				<wikidot:authorUserId>99883</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>my bad: I missed the <em>make</em> part :)</p> <p>but seems I still have problem</p> <div class="code"> <pre> <code># ln -s /tmp/transmission-socket socket # ls -l total 16 drwxr-xr-x 2 root root 4096 Apr 21 19:32 blocklists drwxr-xr-x 2 root root 4096 Apr 21 19:32 daemon drwxr-xr-x 2 root root 4096 Apr 21 19:32 resume lrwxrwxrwx 1 root root 24 Apr 21 19:36 socket -&gt; /tmp/transmission-socket drwxr-xr-x 2 root root 4096 Apr 21 19:32 torrents # transmission-remote -f /shares/internal/PUBLIC/ transmission-remote: failed to connect to socket file: /root/.config/transmission/daemon/socket: No such file or directory</code> </pre></div> <p>what I'm missing now?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-156927</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-156927</link>
				<description></description>
				<pubDate>Sat, 03 May 2008 09:42:32 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Then <em>make</em> the directory:</p> <div class="code"> <pre> <code>mkdir -p /root/.config/transmission</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-156906</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-156906</link>
				<description></description>
				<pubDate>Sat, 03 May 2008 08:31:51 +0000</pubDate>
				<wikidot:authorName>JosefK</wikidot:authorName>				<wikidot:authorUserId>99883</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>still <em>no such file or directory</em></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-156877</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-156877</link>
				<description></description>
				<pubDate>Sat, 03 May 2008 07:31:41 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The optware transmission no longer uses ~/.transmission but ~/.config/transmission. I had to manually make this directory.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-156861</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-156861</link>
				<description></description>
				<pubDate>Sat, 03 May 2008 06:30:06 +0000</pubDate>
				<wikidot:authorName>JosefK</wikidot:authorName>				<wikidot:authorUserId>99883</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've installed transmission via optware and started with</p> <div class="code"> <pre> <code># transmission-daemon -s /tmp/transmission-socket</code> </pre></div> <br /> but when I give <div class="code"> <pre> <code># cd /root/.transmission/daemon</code> </pre></div> <br /> I got no such file or directory <p>note that the command</p> <div class="code"> <pre> <code># ps auxww | grep transmission</code> </pre></div> <br /> give me just one transmission process not 3 as I read in all howto
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-154745</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-154745</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 19:01:43 +0000</pubDate>
				<wikidot:authorName>Redrocker</wikidot:authorName>				<wikidot:authorUserId>39466</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I just want to be able to select which files in a torrent get downloaded.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-154572</guid>
				<title>Re: Help Error</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-154572</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 14:35:11 +0000</pubDate>
				<wikidot:authorName>Redrocker</wikidot:authorName>				<wikidot:authorUserId>39466</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm trying to install transmission 1.11. when I do the make command I get this error:</p> <p>In file included from bencode.c:38:<br /> utils.h:44:23: libintl.h: No such file or directory<br /> bencode.c: In function ‘bencWalk’:<br /> bencode.c:672: warning: implicit declaration of function ‘gettext’<br /> make[2]: <strong>* [bencode.o] Error 1<br /> make[2]: Leaving directory ‘/tmp/myfiles/transmission-1.11/libtransmission’<br /> make[1]: *</strong> [all] Error 2<br /> make[1]: Leaving directory ‘/tmp/myfiles/transmission-1.11/libtransmission’<br /> make: *** [all-recursive] Error 1</p> <p>I've searched everywhere and can't fig out what's wrong. I had 1.03 installed and working but want a newer version because with 1.03 I don't see the details button next to resume all button. I did a make uninstall for 1.03. Reinstalled openSSL and Pkg-Package. What is causing these errors and how can i fix it?</p> <p>Update: I've gotten 1.06 installed. Why do I get that error when I try to install 1.10 or 1.11?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-122911</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-122911</link>
				<description></description>
				<pubDate>Tue, 11 Mar 2008 12:17:25 +0000</pubDate>
				<wikidot:authorName>Zerosignal</wikidot:authorName>				<wikidot:authorUserId>91969</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hey Guys,</p> <p>Finally got my box today.</p> <p>I have both transmission and clutch up and running thanks to optware and the guide at <a href="http://www.mybook-linux.co.nr/transmission.html">http://www.mybook-linux.co.nr/transmission.html</a>.</p> <p>However, the physical power off button does not appear to be functioning on my device anymore.</p> <p>The only programs I have installed are transmission and clutch along with the required programs/libs to run it.</p> <p>the only modification to the start script is to enable SSH which worked fine and</p> <p>The following in my post_network_start.sh script</p> <div class="code"> <pre> <code>start() { if [ ! -e "$POST_NETWORK_STARTED_FILE" ] then $SCRIPTS_PATH/crond.sh start # $SCRIPTS_PATH/mionet.sh start $SCRIPTS_PATH/transmission.sh start touch $POST_NETWORK_STARTED_FILE fi } stop() { if [ -e "$POST_NETWORK_STARTED_FILE" ] then $SCRIPTS_PATH/transmission.sh stop # $SCRIPTS_PATH/mionet.sh stop $SCRIPTS_PATH/crond.sh stop rm $POST_NETWORK_STARTED_FILE fi }</code> </pre></div> <p>and the following in my transmission.sh file</p> <div class="code"> <pre> <code>PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/bin NAME="Transmission" DESC="Torrent Daemon" case "$1" in start) echo -n "Starting $DESC: " transmission-daemon -s /tmp/transmission-socket echo "$NAME." sleep 2 chmod -R 777 /tmp/transmission-socket chown -R www-data:www-data /tmp/transmission-socket sleep 2 transmission-remote -f /shares/internal/PUBLIC/bittorrent/ ;; stop) echo -n "Stopping $DESC: " killall transmission-daemon echo "$NAME." ;; *) N=/etc/init.d/$NAME echo "Usage: $N {start|stop}" &gt;&amp;2 exit 1 ;; esac exit 0</code> </pre></div> <p>Any help would be muchly appreciated</p> <p>Regards,</p> <p>Chris</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-121403</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-121403</link>
				<description></description>
				<pubDate>Sat, 08 Mar 2008 22:47:50 +0000</pubDate>
				<wikidot:authorName>emelpee</wikidot:authorName>				<wikidot:authorUserId>65292</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Everytime I start my mybook transmission starts with 5-6 torrents I downloaded a while ago.<br /> and when I manually restart it loads the right torrents.<br /> I run the autostartscript when I manually start it so that shouldn't be the problem, right?</p> <p>It looks like I got two files with different lists of torrents and at start it loads an old one and when I manually start it loads the right one.<br /> I can even do changes (delete/pause a torrent) in the old one and they are there the next time that list of torrents come up.<br /> It's pretty annoying to always have to manually restart it if I have to reboot my mybook or something.</p> <p>Someone knows what to do about it?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-121224</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-121224</link>
				<description></description>
				<pubDate>Sat, 08 Mar 2008 13:22:33 +0000</pubDate>
				<wikidot:authorName>jerrymaguire</wikidot:authorName>				<wikidot:authorUserId>71368</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>at last i made it i have working transmission+clutch<br /> thanks kevku</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-121216</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-121216</link>
				<description></description>
				<pubDate>Sat, 08 Mar 2008 12:53:24 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>add —user=www-data or —group= www-data when you start transmission</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-121204</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-121204</link>
				<description></description>
				<pubDate>Sat, 08 Mar 2008 12:18:05 +0000</pubDate>
				<wikidot:authorName>jerrymaguire</wikidot:authorName>				<wikidot:authorUserId>71368</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>how can i change the permission of transmission-daemon<br /> it has to be on root owner www-data group<br /> mine is root owner root group<br /> chmod 777 -R didnt work</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-119553</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-119553</link>
				<description></description>
				<pubDate>Thu, 06 Mar 2008 04:54:10 +0000</pubDate>
				<wikidot:authorName>jerrymaguire</wikidot:authorName>				<wikidot:authorUserId>71368</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>yes i installed php-fcgi and my problem solved "opt/bin/php-fcgi" thanks for your support.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-119547</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-119547</link>
				<description></description>
				<pubDate>Thu, 06 Mar 2008 04:47:19 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>execve failed for: /usr/local/bin/php-cgi No such file or directory</p> </blockquote> <p>Have you installed php-fcgi package in optware?</p> <p>If yes, you need to tell lighttpd where to look for the executable. It is currently looking here /usr/local/bin/php-cgi. Obviously it would actually be stored somewhere in /opt.<br /> Edit lighttpd.conf to specify the location of your php-fcgi binary.</p> <p>e.g.</p> <div class="code"> <pre> <code># Bruce - Removed host &amp; port and replaced with a socket # "host" =&gt; "127.0.0.1", # "port" =&gt; 1026, fastcgi.server = ( ".pl" =&gt; (( "socket" =&gt; "/tmp/lighttpd.fcgi.socket", "bin-path" =&gt; "/usr/www/lib/nasMaster.pl", "check-local" =&gt; "disable", "min-procs" =&gt; 1, "max-procs" =&gt; 1, "idle-timeout" =&gt; 30, "bin-environment" =&gt; ( # Environment variables for nasMaster.pl "PERL5LIB" =&gt; "/usr/www/lib", "NAS_NBIN" =&gt; "/usr/www/nbin", ), )), "nasMaster.pl" =&gt; (( "socket" =&gt; "/tmp/lighttpd.fcgi.socket", "check-local" =&gt; "disable", )), ".php" =&gt; (( "bin-path" =&gt; "/opt/bin/php-fcgi", "socket" =&gt; "/tmp/php.socket", )) )</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-119535</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-119535</link>
				<description></description>
				<pubDate>Thu, 06 Mar 2008 04:35:54 +0000</pubDate>
				<wikidot:authorName>jerrymaguire</wikidot:authorName>				<wikidot:authorUserId>71368</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>while installing transsmission i make lighttp stop restarting lighttp gives this message…</p> <p>2008-03-06&nbsp;06:15:16: (mod_fastcgi.c.892) execve failed for: /usr/local/bin/php-cgi No such file or directory<br /> 2008-03-06&nbsp;06:15:16: (mod_fastcgi.c.920) child exited: 2<br /> 2008-03-06&nbsp;06:15:16: (mod_fastcgi.c.923) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)<br /> For more information check <a href="http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program">http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program</a><br /> 2008-03-06&nbsp;06:15:16: (mod_fastcgi.c.1200) [ERROR]: spawning fcgi failed.<br /> 2008-03-06&nbsp;06:15:16: (server.c.673) Configuration of plugins failed. Going down.</p> <hr /> <p>php -v<br /> PHP 5.2.5 (cli) (built: Jan 18&nbsp;2008&nbsp;08:45:40)<br /> Copyright (c) 1997-2007 The PHP Group<br /> Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies</p> <p>i use optware for installing</p> <p>how can i fix this</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-118229</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-118229</link>
				<description></description>
				<pubDate>Tue, 04 Mar 2008 18:46:15 +0000</pubDate>
				<wikidot:authorName>anandus</wikidot:authorName>				<wikidot:authorUserId>38724</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Does anyone know how you can limit the amount of down-/uploads?</p> <p>Say I only want a max of 3 downloads at the same time, How would I need to do that?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-116913</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-116913</link>
				<description></description>
				<pubDate>Sun, 02 Mar 2008 20:43:53 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So basically it DOES break the default install because it kills the lighttpd process during setup.</p> <p>Anyway- I hardly think that a clutch package is needed. All you need to do is drop a single directory into your web-root. Not worth the hassle of trying to replace the default lighttpd.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-116859</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-116859</link>
				<description></description>
				<pubDate>Sun, 02 Mar 2008 17:53:21 +0000</pubDate>
				<wikidot:authorName>sanka</wikidot:authorName>				<wikidot:authorUserId>89085</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>kevku:</p> <p>I know all can be done using ssh. But I prefer fontends. That's the whole reason behind using transmission instead of rtorrent.</p> <p>I don't see how a website could use up ram? It's nothing more then a set of .pl scripts which can create/remove/modify samba users/shares/settings. I have everything copied over but I still got some '403 -forbidden' errors.</p> <p>I have to search where to disable the default lighthttpd daemon and replace it with the other one installed with optware. And then compare those configuration files to fix permission problems.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-116848</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-116848</link>
				<description></description>
				<pubDate>Sun, 02 Mar 2008 17:15:51 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>why u need the default webgui? it's pointless and uses much ram everything can be done via ssh</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-116814</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-116814</link>
				<description></description>
				<pubDate>Sun, 02 Mar 2008 15:37:06 +0000</pubDate>
				<wikidot:authorName>sanka</wikidot:authorName>				<wikidot:authorUserId>89085</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>When you installed transmission / clutch from optware everything installs fine. I did not notice any breaking of the lighthttpd server as they are installed at different places. They only share one file and that is the pid… hmm perhaps this *could* generate some problems.</p> <p>These are the configuration steps after the installation with optware which differ from the howto from <a href="http://www.mybook-linux.co.nr/transmission.html" >koolas</a>. We start at section <strong>4.3.1. Socket Settings</strong>:</p> <p>We can skip the modifications at the <strong>remote/data/socket.txt</strong> as it already contains a link to the socket file.</p> <p>Start the transmission daemon (note the dash instead of the point):</p> <div class="code"> <pre> <code># transmission-daemon -s /tmp/transmission-socket</code> </pre></div> <p>Create the communication socket (note the dash instead of the point):</p> <div class="code"> <pre> <code># cd /root/.transmission/daemon # ln -s /tmp/transmission-socket socket</code> </pre></div> <p>From here follow the steps at <a href="http://www.mybook-linux.co.nr/transmission.html" >koolas howto</a>.<br /> You are now able to indeed able to connect to clutch at <a href="http://mybookworldIP:8081/clutch">http://mybookworldIP:8081/clutch</a> (notice the lower case 'c')</p> <p>That's all… please notice that you have 2 lighthttpd servers running which *could* cause some trouble. I'm looking for a way to get the default webgui working on the optware version of lighthttpd server.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-116584</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-116584</link>
				<description></description>
				<pubDate>Sat, 01 Mar 2008 23:56:44 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am tracking clutch svn and I too used Optware + this guide. I just run <tt>svn co <a href="http://svn.recurser.com/transmission/trunk/web">http://svn.recurser.com/transmission/trunk/web</a> clutch</tt> in my web root directory. Unlike this guide i have set the socket file as <tt>transmission-socket</tt> rather than <tt>transmission.socket</tt> because that is what comes with the default install.</p> <p>I mainly did it this way because I didn't know the gumstix feed had a clutch package</p> <p>I just installed clutch via Optware and it also installed lighttpd as dependancy.<br /> Seems to work perfectly well when visiting <a href="http://mybookworldIP:8081/clutch/">http://mybookworldIP:8081/clutch/</a>, however it seems to break the in built lighttpd installation. I think I'll revert back to my previous method.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-116560</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-116560</link>
				<description></description>
				<pubDate>Sat, 01 Mar 2008 22:00:08 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>install transmission via optware and install clutch like on the guide i haven't studied the optware clutch but there's always a possibility to get it working</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-116520</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-116520</link>
				<description></description>
				<pubDate>Sat, 01 Mar 2008 19:43:18 +0000</pubDate>
				<wikidot:authorName>sanka</wikidot:authorName>				<wikidot:authorUserId>89085</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Does anyone here have transmission with clutch installed through optware?</p> <p>The (good looking) guide provided by koola is nice but it covers the whole installation procedure as a source installation. It's hard to determine what steps I should do to get transmission/clutch working with the optware installation.</p> <p>I installed both transmission and clutch with ipkg. Transmission seems to be running. But I don't see Clutch anywhere in /usr/www/lib so I figure it is impossible to reach it.</p> <div class="code"> <pre> <code># ps auxww | grep transmission root 5548 0.0 2.5 2576 776 ? S 19:18 0:00 transmission-daemon root 5549 0.0 2.5 2576 776 ? S 19:18 0:00 transmission-daemon root 5550 0.0 2.5 2576 776 ? S 19:18 0:00 transmission-daemon root 5783 0.0 1.0 660 328 pts/2 S+ 19:39 0:00 grep transmission</code> </pre></div> <p>As Clutch is a web frontend for transmission-remote I assume there is no process running.</p> <p>Perhaps someone got some pointers on what to do after the installation to get it working?</p> <p>Cheers,<br /> San</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-111194</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-111194</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 14:29:04 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ha! New Record!<br /> <img src="http://xs124.xs.to/xs124/08084/screenshot213.png" alt="screenshot213.png" class="image" /></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-104832</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-104832</link>
				<description></description>
				<pubDate>Sun, 10 Feb 2008 05:03:59 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Transmission 1.05 is out, dev pace seems quite fast.<br /> <a href="http://download.m0k.org/transmission/files/transmission-1.05.tar.bz2">http://download.m0k.org/transmission/files/transmission-1.05.tar.bz2</a></p> <p>Another reason to use the Optware feed, considering it is keeping pretty up to date.</p> <p>On another note, the Clutch tarball comes with /tmp/transmission-socket as the default location for the socket file (as opposed to /tmp/transmission.socket). I think the guide should mirror this, otherwise every time people update they will have to remember to manually change the path (while not hard, can be annoying).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-103691</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-103691</link>
				<description></description>
				<pubDate>Thu, 07 Feb 2008 13:16:05 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>just use optware and save yourself from the hassle</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-103349</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-103349</link>
				<description></description>
				<pubDate>Wed, 06 Feb 2008 20:23:53 +0000</pubDate>
				<wikidot:authorName>Bimme</wikidot:authorName>				<wikidot:authorUserId>53837</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Transmission 1.04 is out. Has anyone tried it successfully?</p> <p>I get an assertion failure, see <a href="http://forum.transmissionbt.com/viewtopic.php?t=3978">http://forum.transmissionbt.com/viewtopic.php?t=3978</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-101235</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-101235</link>
				<description></description>
				<pubDate>Sat, 02 Feb 2008 12:14:56 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Clutch (0.4) is out! <a href="http://www.clutchbt.com">Http://ClutchBT.com</a></p> <p>Transmission guide also updated!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-101188</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-101188</link>
				<description></description>
				<pubDate>Sat, 02 Feb 2008 07:00:59 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have installed torrentflux and configured it to use lighttpd and sqlite2.</p> <p>Unfortunately it requires a modified version of transmissioncli, this is a problem for me because I already have a perfectly working Transmission+Clutch setup via Optware. So basically I am going to leave tf idle until I can be bothered breaking my current setup.</p> <p>Anyone else would care to try I would love to hear the results. tf-b4rt can use some other clients but I don't think any are as light at transmission.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-100420</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-100420</link>
				<description></description>
				<pubDate>Thu, 31 Jan 2008 21:10:06 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If I have some free time, I might do this.</p> <p>From looking at this <a href="http://www.askdavetaylor.com/can_i_track_an_rss_feed_with_a_shell_script.html">guide</a>, it could get <a href="http://tvrss.net/search/index.php?distribution_group=combined&amp;show_name=smallville&amp;filename=&amp;date=&amp;quality=&amp;release_group=&amp;mode=rss">this rss feed</a> for example and download the file.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-100414</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-100414</link>
				<description></description>
				<pubDate>Thu, 31 Jan 2008 20:54:38 +0000</pubDate>
				<wikidot:authorName>anandus</wikidot:authorName>				<wikidot:authorUserId>38724</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>A new version of Clutch (0.3) and Transmission (1.03) is out!</p> <p>I was wondering by the way:<br /> Does anybody now of some sort of RSS-deamon?<br /> It could watch RSS-feeds for torrents with certain keywords and then put it in a watch-dir (see the watch-dir topic for the watch-dir script).</p> <p>Then one could have the utorrent-like RSS-functionality! :)</p> <p>(Or am I just mumbling?)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-100413</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-100413</link>
				<description></description>
				<pubDate>Thu, 31 Jan 2008 20:48:49 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Clutch 3.0 is out!</p> <p>It fixes a load of bugs in 2.0, Transmission guide has been updated.</p> <hr /> <p><a href="http://www.mybook-linux.co.nr/transmission.html">mybook-linux transmission guide</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-89481</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-89481</link>
				<description></description>
				<pubDate>Thu, 10 Jan 2008 12:55:53 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hmm this seems interesting <a href="http://torrentfreak.com/bittorrent-and-usenet-webserver-080109/">http://torrentfreak.com/bittorrent-and-usenet-webserver-080109/</a><br /> but there is still a big BUT, it needs a sql database wich might not be good for your mybook, especially if you are after performance.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87976</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87976</link>
				<description></description>
				<pubDate>Mon, 07 Jan 2008 12:43:05 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Make sure you guy submit error reports for clutch so they can fix them quickly <a href="http://forum.transmissionbt.com/viewforum.php?f=8">HERE</a></p> <p>Not experienced any errors in the new build yet, guess I'm lucky.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87974</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87974</link>
				<description></description>
				<pubDate>Mon, 07 Jan 2008 12:40:22 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I got these daemons in ./usr/local/bin/</p> <div class="code"> <pre> <code>transmission-daemon transmission-proxy transmission-remote transmissioncli</code> </pre></div> <p>Looks like the missed a - on the cli one.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87898</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87898</link>
				<description></description>
				<pubDate>Mon, 07 Jan 2008 08:37:24 +0000</pubDate>
				<wikidot:authorName>emelpee</wikidot:authorName>				<wikidot:authorUserId>65292</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>oh, now I feel like a fool.<br /> Totaly missed the remove-button in the toolbar. Didn't even think to look there.<br /> wellwell. Thanks!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87889</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87889</link>
				<description></description>
				<pubDate>Mon, 07 Jan 2008 08:07:29 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The right-click "Remove from list" has never worked for me. I use the button in the toolbar and it works fine.</p> <p>But I have always run from SVN so I'm not sure if it is a regression since 0.1.</p> <p>Oh and you can use <tt>transmission-remote -r &lt;hash&gt;</tt> to remove the torrent.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87879</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87879</link>
				<description></description>
				<pubDate>Mon, 07 Jan 2008 07:48:05 +0000</pubDate>
				<wikidot:authorName>emelpee</wikidot:authorName>				<wikidot:authorUserId>65292</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hm. The "remove from list" won't work for me after updated to clutch 0.2 and transmission 1.0. (I think it worked before)<br /> Is there a way to fix it or atleast some way to remove torrents from the command line?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87709</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87709</link>
				<description></description>
				<pubDate>Sun, 06 Jan 2008 22:30:23 +0000</pubDate>
				<wikidot:authorName>toe_cutter</wikidot:authorName>				<wikidot:authorUserId>62821</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I did notice that in Transmission 1.0 the transmission-cli is no more, but replaced by transmissioncli so i just rm'd the -cli one.</p> <p>Or is it my build that screwed around?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87609</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87609</link>
				<description></description>
				<pubDate>Sun, 06 Jan 2008 17:31:52 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Recompile and install.</p> <p>If you still have the install folder, run</p> <div class="code"> <pre> <code>make uninstall</code> </pre></div> <p>Then build and install Transmission 1.00, or just make it and install over the top of the previous.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87602</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87602</link>
				<description></description>
				<pubDate>Sun, 06 Jan 2008 16:59:00 +0000</pubDate>
				<wikidot:authorName>koola</wikidot:authorName>				<wikidot:authorUserId>62291</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have noticed and installed Transmission 1.00 along with Clutch 2.00 yesterday, but haven't got enough time free to update yet.</p> <p>It's all working though and that error in the .h file is gone now.</p> <p>Will update the guide shortly when time allows :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87574</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87574</link>
				<description></description>
				<pubDate>Sun, 06 Jan 2008 14:26:19 +0000</pubDate>
				<wikidot:authorName>anandus</wikidot:authorName>				<wikidot:authorUserId>38724</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Is there an easy way to upgrade from 0.8x to 1.0 or do you need to recompile and re-install?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87463</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87463</link>
				<description></description>
				<pubDate>Sun, 06 Jan 2008 04:18:13 +0000</pubDate>
				<wikidot:authorName>toe_cutter</wikidot:authorName>				<wikidot:authorUserId>62821</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I followed the instructions from <a href="http://www.mybook-linux.co.nr/">http://www.mybook-linux.co.nr/</a> which has been edited (hasnt noticed the release of 0.2/1.0 yet tho) and i got stuffed tbh.. it didnt want to detect that the daemon was running. I checked all the permissions, probably set to many as 777 :P but it didnt want to work, until…</p> <p>I changed the path clutch/remote/data/sockets was pointing to, to the socket file in /root/.transmission/daemon/socket</p> <p>After that it all worked again, torrents are being checked and all that :D</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87427</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87427</link>
				<description></description>
				<pubDate>Sun, 06 Jan 2008 00:12:58 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Transmission 1.0 compiles well and Clutch 0.2 seems to work flawlessly.<br /> I will report back if I notice any regressions.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87326</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87326</link>
				<description></description>
				<pubDate>Sat, 05 Jan 2008 15:39:35 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>oh seems like Transmission 1.0 is now officially released and clutch 0.2 also :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-87020</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-87020</link>
				<description></description>
				<pubDate>Fri, 04 Jan 2008 17:06:44 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Transmission 1.0 beta is in the optware. Bleeding edge FTW!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-84271</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-84271</link>
				<description></description>
				<pubDate>Thu, 27 Dec 2007 20:26:29 +0000</pubDate>
				<wikidot:authorName>I-Spy</wikidot:authorName>				<wikidot:authorUserId>62033</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Muki,</p> <p>Yes, I'm having a similar problem. The first time I got transmission/clutch running I managed to download a torrent pretty quickly. Now, however, whenever I try to upload a torrent nothing happens. I've checked permissions in the folders and they are all the same.</p> <p>I've also noticed the CPU runs near 100% on the transmission-daemon. I don't think I'm having the harddrive problem though…</p> <p>I've also noticed that I can't kill the transmission-daemon processes and I'm forced to reboot.</p> <p>I just find it odd that it all worked great the very first time but now it's unusable. It doesn't pick up torrents in the /shares…/torrent directory and it can't upload.</p> <p>Argh! I've spent 4 days trying to get this to run and I am so close now!!</p> <p>Can anyone help Muki and me?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-21864#post-84213</guid>
				<title>Re: Help me build &amp; setup Transmission</title>
				<link>http://mybookworld.wikidot.com/forum/t-21864/help-me-build-setup-transmission#post-84213</link>
				<description></description>
				<pubDate>Thu, 27 Dec 2007 16:42:56 +0000</pubDate>
				<wikidot:authorName>I-Spy</wikidot:authorName>				<wikidot:authorUserId>62033</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Koola,</p> <p>You are a star! It's working!!</p> <p>Many, many thanks.</p> <p>I</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>