<?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>Transmission 1.34 released</title>
		<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released</link>
		<description>Posts in the discussion thread &quot;Transmission 1.34 released&quot; - Bittorrent client, Webui included, short memory consuming, Optware Installable.</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 19 Apr 2026 17:49:24 +0000</lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-653469</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-653469</link>
				<description></description>
				<pubDate>Fri, 11 Dec 2009 16:07:29 +0000</pubDate>
				<wikidot:authorName>Chanikya Nadh Desu</wikidot:authorName>				<wikidot:authorUserId>412646</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Got rectified as the Transmission Remote is not OK but the inbuilt Transmission Web UI working fine.</p> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-653415</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-653415</link>
				<description></description>
				<pubDate>Fri, 11 Dec 2009 14:51:54 +0000</pubDate>
				<wikidot:authorName>Chanikya Nadh Desu</wikidot:authorName>				<wikidot:authorUserId>412646</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The above problem rectified.</p> <p>Now the problem encountered is as follows.</p> <p>Using the Transmission-Remote I changed the location directory. But it is not reflecting in the settings.json page. Why? Actually at that time transmission is running, then only transmission-Remote could connect to the transmission-daemon.</p> <p>So per the page instructions whenever the settings change the transmission-daemon restarts by itself. But it did not occured.</p> <p>Please help</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-653190</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-653190</link>
				<description></description>
				<pubDate>Fri, 11 Dec 2009 05:15:26 +0000</pubDate>
				<wikidot:authorName>Chanikya Nadh Desu</wikidot:authorName>				<wikidot:authorUserId>412646</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>Just saw the Automatic start of Transmission at startup script.</p> <p>But the problem I encountered is -bash cd: &quot;/init.d&quot; : No such file or directory</p> <p>I tried to check the directory and it exists.</p> <p>But I donot know why the system is returning the above response.</p> <p>I checked the directory permissions it returned</p> <p>drwsrwsr-x 2 root root 4096 Jan 18&#160;2008 init.d</p> <p>Please help.</p> <p>Any help is appreciated.<br /> Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-393997</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-393997</link>
				<description></description>
				<pubDate>Mon, 23 Feb 2009 16:26:42 +0000</pubDate>
				<wikidot:authorName>xerxes2k</wikidot:authorName>				<wikidot:authorUserId>195823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>??? Now I get -</p> <p>401: Unauthorized</p> <p>Unauthorized IP Address.</p> <p>Either disable the IP address whitelist or add your address to it.</p> <p>If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.</p> <p>If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.</p> <hr /> <p>My Config is as follows&#8230;.</p> <div class="code"> <pre><code>{ &quot;blocklist-enabled&quot;: 0, &quot;download-dir&quot;: &quot;\/root\/Downloads&quot;, &quot;download-limit&quot;: 100, &quot;download-limit-enabled&quot;: 0, &quot;encryption&quot;: 0, &quot;lazy-bitfield-enabled&quot;: 1, &quot;message-level&quot;: 2, &quot;open-file-limit&quot;: 32, &quot;peer-limit-global&quot;: 240, &quot;peer-limit-per-torrent&quot;: 60, &quot;peer-port&quot;: 51413, &quot;peer-port-random-enabled&quot;: 0, &quot;peer-port-random-high&quot;: 65535, &quot;peer-port-random-low&quot;: 1024, &quot;peer-socket-tos&quot;: 8, &quot;pex-enabled&quot;: 1, &quot;port-forwarding-enabled&quot;: 1, &quot;preallocation&quot;: 1, &quot;proxy&quot;: &quot;&quot;, &quot;proxy-auth-enabled&quot;: 0, &quot;proxy-auth-password&quot;: &quot;&quot;, &quot;proxy-auth-username&quot;: &quot;&quot;, &quot;proxy-enabled&quot;: 0, &quot;proxy-port&quot;: 80, &quot;proxy-type&quot;: 0, &quot;rpc-access-control-list&quot;: &quot;127.0.0.*,192.168.1.*&quot;, &quot;rpc-authentication-required&quot;: 0, &quot;rpc-enabled&quot;: 1, &quot;rpc-password&quot;: &quot;&quot;, &quot;rpc-port&quot;: 9091, &quot;rpc-username&quot;: &quot;&quot;, &quot;rpc-whitelist&quot;: &quot;127.0.0.*,192.168.1.*&quot;, &quot;rpc-whitelist-enabled&quot;: 1, &quot;upload-limit&quot;: 100, &quot;upload-limit-enabled&quot;: 0, &quot;upload-slots-per-torrent&quot;: 14 }</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-393974</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-393974</link>
				<description></description>
				<pubDate>Mon, 23 Feb 2009 16:00:17 +0000</pubDate>
				<wikidot:authorName>xerxes2k</wikidot:authorName>				<wikidot:authorUserId>195823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Keep getting this error when tring to get webif -</p> <p>Secure Connection Failed</p> <p>An error occurred during a connection to networkstorage:9091.</p> <p>SSL received a record that exceeded the maximum permissible length.</p> <p>(Error code: ssl_error_rx_record_too_long)</p> <p>Any ideas please&#8230; Im really stuck&#8230;</p> <p>Thanks in adavance</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-273461</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-273461</link>
				<description></description>
				<pubDate>Thu, 02 Oct 2008 09:58:37 +0000</pubDate>
				<wikidot:authorName>nestiyo</wikidot:authorName>				<wikidot:authorUserId>202039</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello friends, I have a problem since I installed 1.34 Transmission Optware and everything well without errores.Transmission works well for a time after which it stops and tells me access is denied. If you reboot again to work but then again stop. Using scripts on the web<br /> Pardon for my bad English I am Spanish. Thank you.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-271864</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-271864</link>
				<description></description>
				<pubDate>Tue, 30 Sep 2008 15:46:36 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Aha&#8230;<br /> Competition&#8230;. ;-)</p> <p>I just took a quick peek at your script, but I'm too tired now.</p> <p>It could be an idea to merge the 2 in a new one&#8230;<br /> Have you taken a look at mine?</p> <p>I wrote mine because yours (I do believe it was yours, wasn't it?) wasn't working for the new one and I liked it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-271614</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-271614</link>
				<description></description>
				<pubDate>Tue, 30 Sep 2008 06:27:40 +0000</pubDate>
				<wikidot:authorName>kyyhkynen</wikidot:authorName>				<wikidot:authorUserId>42146</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>woops, typo in the link&#8230; <a href="http://kyyhkynen.net/stuff/mybook/torrent_transmission.php">fixed</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-270670</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-270670</link>
				<description></description>
				<pubDate>Mon, 29 Sep 2008 05:51:07 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>Actually, this is also old news, since I have already fixed the script almost a month ago :)</p> </blockquote> <p>404 - sivua ei löytynyt!<br /> www.kyyhkynen.net</p> <p>What kind of script are you referring to?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-270665</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-270665</link>
				<description></description>
				<pubDate>Mon, 29 Sep 2008 05:25:48 +0000</pubDate>
				<wikidot:authorName>kyyhkynen</wikidot:authorName>				<wikidot:authorUserId>42146</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>I'm running it for more than a month and that link points to a page with a script that doesn't work with this version…</p> </blockquote> <p>Actually, this is also old news, since I have already fixed the <a href="http://kyyhkynen.net/stuff/mybook/torrent_transmission.php">script</a> almost a month ago :)</p> <p>edit: link fixed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-267086</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-267086</link>
				<description></description>
				<pubDate>Wed, 24 Sep 2008 16:51:12 +0000</pubDate>
				<wikidot:authorName>tooth1</wikidot:authorName>				<wikidot:authorUserId>179309</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>how do u use it cos it wont unrar?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266748</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266748</link>
				<description></description>
				<pubDate>Wed, 24 Sep 2008 07:00:25 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I already did some modifications&#8230;.</p> <p>After I streamlined my script (Anyone has suggestions?) I will post it too&#8230;<br /> In the meanwhile you know where to get it.</p> <p>BTW&#8230; I've been providing an old version for a while, so make sure you have a recent one (week old)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266676</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266676</link>
				<description></description>
				<pubDate>Wed, 24 Sep 2008 02:31:26 +0000</pubDate>
				<wikidot:authorName>bzhou</wikidot:authorName>				<wikidot:authorUserId>55287</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code># ipkg update # ipkg install unrar # unrar x file.rar</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266559</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266559</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 22:46:28 +0000</pubDate>
				<wikidot:authorName>tooth1</wikidot:authorName>				<wikidot:authorUserId>179309</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>is there any other way to unzip other than webfilemanager?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266558</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266558</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 22:42:26 +0000</pubDate>
				<wikidot:authorName>TeinturMan</wikidot:authorName>				<wikidot:authorUserId>127862</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>you can use the file web file manager to unrar files on your Mybook&#8230;</p> <p><a href="http://mybookworld.wikidot.com/webfilemanager">http://mybookworld.wikidot.com/webfilemanager</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266550</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266550</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 22:31:15 +0000</pubDate>
				<wikidot:authorName>tooth1</wikidot:authorName>				<wikidot:authorUserId>179309</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>that workd thanx a lot<br /> erm, how do i unzip downloaded rar files??</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266547</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266547</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 22:27:32 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes, but 1.3X has been available in the gumstix feed for month(s), which had all the benefits you've mentioned.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266526</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266526</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 22:08:02 +0000</pubDate>
				<wikidot:authorName>TeinturMan</wikidot:authorName>				<wikidot:authorUserId>127862</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> I have created a tutorial page for Transmission that contain your precious informations.<br /> I have also modified the Hack and tutorial Main page to link it instead of older transmission tutorials.</p> <p>servo and frater, do not hesitate modifying the page directly if you think that something is missing&#8230;<br /> <a href="http://mybookworld.wikidot.com/transmission">http://mybookworld.wikidot.com/transmission</a></p> <p>Regards,</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266489</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266489</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 21:11:13 +0000</pubDate>
				<wikidot:authorName>servo</wikidot:authorName>				<wikidot:authorUserId>167842</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the scripts, i will check it out</p> <p>One thing,</p> <p>Version 1.34 Released!<br /> Posted by John Clay on 17/09/08</p> <p>today is 23&#8230; so is les than 1 week old</p> <p>so, is not that old, is it ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266450</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266450</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 20:13:14 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code>/opt/bin/ipkg install libiconv [ &quot;`grep -c &quot;/opt/lib&quot; /etc/ld.so.conf`&quot; -eq &quot;0&quot; ] &amp;&amp; echo -en &quot;\n/opt/lib&quot; &gt;&gt;/etc/ld.so.conf ldconfig killall transmission-daemon /opt/bin/transmission-daemon</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266435</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266435</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 19:58:50 +0000</pubDate>
				<wikidot:authorName>tooth1</wikidot:authorName>				<wikidot:authorUserId>179309</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i installed transmission like youve said and installation was succesful but when i try load transmission i get this error:</p> <p>[root@Tooth1 ~]# /opt/bin/transmission-daemon<br /> /opt/bin/transmission-daemon: can't load library 'libintl.so.3'</p> <p>why cant that file be loaded i dnt get it<br /> sorry bit of a noob at linux</p> <p>can you help<br /> thnx</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266389</guid>
				<title>Re: Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266389</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 19:14:53 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>old news&#8230;.<br /> I'm running it for more than a month and that link points to a page with a script that doesn't work with this version&#8230;</p> <p>I have written another script for this one&#8230;</p> <p><a href="http://mybookworld.wikidot.com/forum/t-86827/automatically-start-stop-transmission">http://mybookworld.wikidot.com/forum/t-86827/automatically-start-stop-transmission</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-91510#post-266306</guid>
				<title>Transmission 1.34 released</title>
				<link>http://mybookworld.wikidot.com/forum/t-91510/transmission-1-34-released#post-266306</link>
				<description></description>
				<pubDate>Tue, 23 Sep 2008 17:57:22 +0000</pubDate>
				<wikidot:authorName>servo</wikidot:authorName>				<wikidot:authorUserId>167842</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I just find out that you don't need to compile Transmission anymore, because it came now in Optware feed.<br /> also, you don't have to modify your http server, neither install clutch because it came embedded with it already.</p> <p>First you need to have <a href="http://mybookworld.wikidot.com/optware">optware</a></p> <p>then you can install Transmission</p> <div class="code"> <pre><code># /opt/bin/ipkg update # /opt/bin/ipkg install transmission</code></pre></div> <br /> after this you can check if is working trying this <div class="code"> <pre><code># /opt/bin/transmission-daemon # ps -A | grep transmission</code></pre></div> <p>Now you can connect from your web-browser</p> <div class="code"> <pre><code>http://&lt;MyBookWorld&gt;:9091/</code></pre></div> <p>and thats all. you are running.</p> <p>I recommend this <a href="http://kyyhkynen.net/stuff/mybook/torrent_transmission.php">link</a> if you want more updated info.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>