<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Ultimate DNS-323 Setup: Part 3 &#8211; Transmission Installation &amp; Configuration</title>
	<atom:link href="http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/</link>
	<description>Coding, Gaming, CrackBerry&#039;ing and everything else white and nerdy</description>
	<lastBuildDate>Thu, 29 Dec 2011 05:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: erow</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-104</link>
		<dc:creator>erow</dc:creator>
		<pubDate>Thu, 24 Nov 2011 04:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-104</guid>
		<description> Hey Zubov, I&#039;m getting the same errors you were. What did you do to fix libevent? When I use yum to install it, it says the latest version is already installed. The same errors persist.... Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p> Hey Zubov, I&#8217;m getting the same errors you were. What did you do to fix libevent? When I use yum to install it, it says the latest version is already installed. The same errors persist&#8230;. Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-97</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 10 Feb 2011 11:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-97</guid>
		<description>OMG another typ!! i really need to read my posts before i post em. sorry, my bad

is SHOULD say
&quot;python auto-extract.py /mnt/HD/HD_b2/Movies/&quot;</description>
		<content:encoded><![CDATA[<p>OMG another typ!! i really need to read my posts before i post em. sorry, my bad</p>
<p>is SHOULD say<br />
&#8220;python auto-extract.py /mnt/HD/HD_b2/Movies/&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-96</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Thu, 10 Feb 2011 11:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-96</guid>
		<description>TYPO!!!
where it sas &quot;&quot;: USER root pid 31486 cmd python /mnt/HD/HD_a2/auto-extract.py /mnt/HD/HD_b2/P2P/complete/&quot;

it should say 
&quot;python auto-extract.py /mnt/HD/HD_b2/P2P/complete/&quot; instead.. copy pasted the wrong line ^^</description>
		<content:encoded><![CDATA[<p>TYPO!!!<br />
where it sas &#8220;&#8221;: USER root pid 31486 cmd python /mnt/HD/HD_a2/auto-extract.py /mnt/HD/HD_b2/P2P/complete/&#8221;</p>
<p>it should say<br />
&#8220;python auto-extract.py /mnt/HD/HD_b2/P2P/complete/&#8221; instead.. copy pasted the wrong line ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-95</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Thu, 10 Feb 2011 08:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-95</guid>
		<description>Hi there, first of all great tutorial you got here.

now, im having problems setting up the auto-extract.py scrip with crond/crontab. my crontab job looks like this:

0,10,20,30,40,50 * * * * python auto-extract.py /mnt/HD/HD_b2/Movies/

(I know every 10 min is quite often but this was just for troubleshooting purposes)

if i just paste in and execute the &quot;python auto-extract.py /mnt/HD/HD_b2/Movies/&quot; cmd it runs great, finds the auto-extract.py file and extracts everything in the &quot;movies&quot; with no hustle. but then when i add it to a crontab schedule i get this error msg:

&quot;: USER root pid 31486 cmd python /mnt/HD/HD_a2/auto-extract.py /mnt/HD/HD_b2/P2P/complete/^M
Traceback (most recent call last):
  File &quot;/mnt/HD/HD_a2/auto-extract.py&quot;, line 177, in 
    obj = Unrar()
  File &quot;/mnt/HD/HD_a2/auto-extract.py&quot;, line 58, in __init__
    self.traverse_directories()
  File &quot;/mnt/HD/HD_a2/auto-extract.py&quot;, line 126, in traverse_directories
    for dirname, dirnames, filenames in os.walk(self.download_dir):
AttributeError: &#039;Unrar&#039; object has no attribute &#039;download_dir&#039;&quot;

now im quite new to UNIX/Linux systems so i have no clue where the problem is.</description>
		<content:encoded><![CDATA[<p>Hi there, first of all great tutorial you got here.</p>
<p>now, im having problems setting up the auto-extract.py scrip with crond/crontab. my crontab job looks like this:</p>
<p>0,10,20,30,40,50 * * * * python auto-extract.py /mnt/HD/HD_b2/Movies/</p>
<p>(I know every 10 min is quite often but this was just for troubleshooting purposes)</p>
<p>if i just paste in and execute the &#8220;python auto-extract.py /mnt/HD/HD_b2/Movies/&#8221; cmd it runs great, finds the auto-extract.py file and extracts everything in the &#8220;movies&#8221; with no hustle. but then when i add it to a crontab schedule i get this error msg:</p>
<p>&#8220;: USER root pid 31486 cmd python /mnt/HD/HD_a2/auto-extract.py /mnt/HD/HD_b2/P2P/complete/^M<br />
Traceback (most recent call last):<br />
  File &#8220;/mnt/HD/HD_a2/auto-extract.py&#8221;, line 177, in<br />
    obj = Unrar()<br />
  File &#8220;/mnt/HD/HD_a2/auto-extract.py&#8221;, line 58, in __init__<br />
    self.traverse_directories()<br />
  File &#8220;/mnt/HD/HD_a2/auto-extract.py&#8221;, line 126, in traverse_directories<br />
    for dirname, dirnames, filenames in os.walk(self.download_dir):<br />
AttributeError: &#8216;Unrar&#8217; object has no attribute &#8216;download_dir&#8217;&#8221;</p>
<p>now im quite new to UNIX/Linux systems so i have no clue where the problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RajaR</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-89</link>
		<dc:creator>RajaR</dc:creator>
		<pubDate>Wed, 01 Dec 2010 04:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-89</guid>
		<description>I cannot seem to make this work with the current Transmission version 2.12. 

During make I get several errors in file announcer.o

Any help would be awesome. Thanks. </description>
		<content:encoded><![CDATA[<p>I cannot seem to make this work with the current Transmission version 2.12. </p>
<p>During make I get several errors in file announcer.o</p>
<p>Any help would be awesome. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zubov</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-86</link>
		<dc:creator>Zubov</dc:creator>
		<pubDate>Mon, 04 Oct 2010 01:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-86</guid>
		<description>OK, nevermind about all those posts, 
All my problems were caused by libevent.

Got it solved by digging around anon&#039;s Solution 

Sorry for wasting post space !</description>
		<content:encoded><![CDATA[<p>OK, nevermind about all those posts,<br />
All my problems were caused by libevent.</p>
<p>Got it solved by digging around anon&#8217;s Solution </p>
<p>Sorry for wasting post space !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zubov</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-85</link>
		<dc:creator>Zubov</dc:creator>
		<pubDate>Sat, 02 Oct 2010 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-85</guid>
		<description>Ok , now when running the &quot;make&quot; command, 
im getting lots of these errors :
&quot;error: expected declaration specifiers or &#039;...&#039; before &#039;size_t&#039;
&quot;
Stuck there ....  any Ideas ?</description>
		<content:encoded><![CDATA[<p>Ok , now when running the &#8220;make&#8221; command,<br />
im getting lots of these errors :<br />
&#8220;error: expected declaration specifiers or &#8216;&#8230;&#8217; before &#8216;size_t&#8217;<br />
&#8221;<br />
Stuck there &#8230;.  any Ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zubov</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-84</link>
		<dc:creator>Zubov</dc:creator>
		<pubDate>Sat, 02 Oct 2010 14:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-84</guid>
		<description>So for the error :  &quot;configure: error: libevent 1.4.9 or higher not found!&quot;
I did this :
apt-get install libevent-dev
And located where were my libevent, and re-run the ./configure with extra arg :

./configure -enable-daemon LIBEVENT_CFLAGS=-I/usr/local/include LIBEVENT_LIBS=&quot;-L/usr/lib -levent&quot;

Then i had another Error :
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.
Solved With:
apt-get install intltool
I ReRun ./configure -enable-daemon LIBEVENT_CFLAGS=-I/usr/local/include LIBEVENT_LIBS=&quot;-L/usr/lib -levent&quot; 

and it worked</description>
		<content:encoded><![CDATA[<p>So for the error :  &#8220;configure: error: libevent 1.4.9 or higher not found!&#8221;<br />
I did this :<br />
apt-get install libevent-dev<br />
And located where were my libevent, and re-run the ./configure with extra arg :</p>
<p>./configure -enable-daemon LIBEVENT_CFLAGS=-I/usr/local/include LIBEVENT_LIBS=&#8221;-L/usr/lib -levent&#8221;</p>
<p>Then i had another Error :<br />
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.<br />
Solved With:<br />
apt-get install intltool<br />
I ReRun ./configure -enable-daemon LIBEVENT_CFLAGS=-I/usr/local/include LIBEVENT_LIBS=&#8221;-L/usr/lib -levent&#8221; </p>
<p>and it worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zubov</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-83</link>
		<dc:creator>Zubov</dc:creator>
		<pubDate>Sat, 02 Oct 2010 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-83</guid>
		<description>Error solved by doing this :
apt-get install libcurl4-openssl-dev
apt-get install doc-base 
apt-get install libcurl3-dbg 
apt-get install krb5-doc

Then i had another error :  &quot;configure: error: libevent 1.4.9 or higher not found!&quot;</description>
		<content:encoded><![CDATA[<p>Error solved by doing this :<br />
apt-get install libcurl4-openssl-dev<br />
apt-get install doc-base<br />
apt-get install libcurl3-dbg<br />
apt-get install krb5-doc</p>
<p>Then i had another error :  &#8220;configure: error: libevent 1.4.9 or higher not found!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zubov</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-82</link>
		<dc:creator>Zubov</dc:creator>
		<pubDate>Sat, 02 Oct 2010 13:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-82</guid>
		<description>I am having an Error when running the command : &quot;./configure –enable-daemon &quot;
Errorr Message = &quot;checking for OPENSSL... checking for OpenSSL... configure: error: Cannot locate ssl&quot;

I saw some posts about it, but nothing helpful ....
any ideas ?

I have done all previous steps, installing Debian, updating to Lenny, installed all requied packages....
I tried to instal OpenSSL, but i already have it
it is here : /usr/lib
I have tried to run &quot;PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib&quot;
but problem persist
any ideas ?</description>
		<content:encoded><![CDATA[<p>I am having an Error when running the command : &#8220;./configure –enable-daemon &#8221;<br />
Errorr Message = &#8220;checking for OPENSSL&#8230; checking for OpenSSL&#8230; configure: error: Cannot locate ssl&#8221;</p>
<p>I saw some posts about it, but nothing helpful &#8230;.<br />
any ideas ?</p>
<p>I have done all previous steps, installing Debian, updating to Lenny, installed all requied packages&#8230;.<br />
I tried to instal OpenSSL, but i already have it<br />
it is here : /usr/lib<br />
I have tried to run &#8220;PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib&#8221;<br />
but problem persist<br />
any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-78</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Sun, 05 Sep 2010 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-78</guid>
		<description>I worked around the libevent by:
wget http://backports.mithril-linux.org/pool/main/libe/libevent/libevent-1.4-2_1.4.13-stable-1~bpo50+1_arm.deb
dpkg -i libevent-1.4-2_1.4.13-stable-1~bpo50+1_arm.deb</description>
		<content:encoded><![CDATA[<p>I worked around the libevent by:<br />
wget <a href="http://backports.mithril-linux.org/pool/main/libe/libevent/libevent-1.4-2_1.4.13-stable-1~bpo50+1_arm.deb" rel="nofollow">http://backports.mithril-linux.org/pool/main/libe/libevent/libevent-1.4-2_1.4.13-stable-1~bpo50+1_arm.deb</a><br />
dpkg -i libevent-1.4-2_1.4.13-stable-1~bpo50+1_arm.deb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simounet</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-77</link>
		<dc:creator>Simounet</dc:creator>
		<pubDate>Sat, 04 Sep 2010 02:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-77</guid>
		<description>Hi there !
Thank you so much for this post, so helpful ! But I don&#039;t see how did you install the transmission v 2.04 because we need libevent 1.4.9 or higher and I can&#039;t install it on my dns 323... I tried to compile it but it didn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Hi there !<br />
Thank you so much for this post, so helpful ! But I don&#8217;t see how did you install the transmission v 2.04 because we need libevent 1.4.9 or higher and I can&#8217;t install it on my dns 323&#8230; I tried to compile it but it didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-80</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 30 Aug 2010 01:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-80</guid>
		<description>Hi Jeffrey: I remember having some issue with this too. Not sure if it was fixed in a newer version of Transmission or what but these are the last two lines in my settings.json file:    &quot;watch-dir&quot;: &quot;/mnt/HD_b2/TorrentWatch&quot;,     &quot;watch-dir-enabled&quot;: true

As for permissions, I think Transmission just has to be able to read from your watch directory.</description>
		<content:encoded><![CDATA[<p>Hi Jeffrey: I remember having some issue with this too. Not sure if it was fixed in a newer version of Transmission or what but these are the last two lines in my settings.json file:    &#8220;watch-dir&#8221;: &#8220;/mnt/HD_b2/TorrentWatch&#8221;,     &#8220;watch-dir-enabled&#8221;: true</p>
<p>As for permissions, I think Transmission just has to be able to read from your watch directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-72</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Fri, 27 Aug 2010 14:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-72</guid>
		<description>I cannot get the watch directory to work -- did you install a separate program? Or does the directory require certain permissions? Mine is set as nobody:501 for permissions
</description>
		<content:encoded><![CDATA[<p>I cannot get the watch directory to work &#8212; did you install a separate program? Or does the directory require certain permissions? Mine is set as nobody:501 for permissions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.markstahler.ca/2010/01/the-ultimate-dns-323-setup-part-2-transmission-installation-configuration/comment-page-1/#comment-70</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 16 Jun 2010 01:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markstahler.ca/?p=249#comment-70</guid>
		<description>Hi aslam (sorry just noticed the comment now). The guide was written for people that have debian installed on their dns323 instead of fonz&#039;s funplug system.</description>
		<content:encoded><![CDATA[<p>Hi aslam (sorry just noticed the comment now). The guide was written for people that have debian installed on their dns323 instead of fonz&#39;s funplug system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

