<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for setaOffice</title>
	<atom:link href="http://setaoffice.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://setaoffice.com</link>
	<description>Unix Intelligence Gathering</description>
	<lastBuildDate>Mon, 09 Jan 2012 21:57:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on How to install compiled programs on a Synology NAS by sizroch</title>
		<link>http://setaoffice.com/2011/04/08/how-to-install-compiled-programs-on-a-synology-nas/comment-page-1/#comment-288</link>
		<dc:creator><![CDATA[sizroch]]></dc:creator>
		<pubDate>Mon, 09 Jan 2012 21:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=860#comment-288</guid>
		<description><![CDATA[Very nice tutorial, professionally done.

For anyone wanting to install Unison on the DS211J, here&#039;s what worked for me:

1. Download the Unison ipk file from here: http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable/unison_2.27.57-2_arm.ipk

2. Copy the unison_2.27.57-2_arm.ipk file to a directory under /volume1 on your DS211J

3. After installing ipkg using the great instructions above, install Unison on your DS211J with the following command
    Diskstation&gt;  ipkg install ./unison_2.27.57-2_arm.ipk

If anyone finds a later version of the Unison ipk file, please post.]]></description>
		<content:encoded><![CDATA[<p>Very nice tutorial, professionally done.</p>
<p>For anyone wanting to install Unison on the DS211J, here&#8217;s what worked for me:</p>
<p>1. Download the Unison ipk file from here: <a href="http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable/unison_2.27.57-2_arm.ipk" rel="nofollow">http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/native/unstable/unison_2.27.57-2_arm.ipk</a></p>
<p>2. Copy the unison_2.27.57-2_arm.ipk file to a directory under /volume1 on your DS211J</p>
<p>3. After installing ipkg using the great instructions above, install Unison on your DS211J with the following command<br />
    Diskstation&gt;  ipkg install ./unison_2.27.57-2_arm.ipk</p>
<p>If anyone finds a later version of the Unison ipk file, please post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by Iván González Millán</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-3/#comment-287</link>
		<dc:creator><![CDATA[Iván González Millán]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 21:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-287</guid>
		<description><![CDATA[I&#039;d installed pyLoad from official web in ipkg format for NAS.
pyLoad only works with python2.6 on my Synology DS212+ with DSM 3.2-1955.
I&#039;d installed all packages with ipkg like &lt;b&gt;ipkg install py26-curl&lt;/b&gt; ... etc... but the py26-crypto dont exist :(
So, i&#039;d installed from source in https://www.dlitz.net/software/pycrypto/ download the package with wget command
Next to compile i&#039;d installed &lt;i&gt;optware-devel&lt;/i&gt; and &lt;i&gt;gcc&lt;/i&gt; with ipkg and next compiled pycrypto library with &lt;b&gt;python2.6 setup.py build&lt;/b&gt; command and &lt;b&gt;python2.6 setup.py install&lt;/b&gt;
Now works perfectly &lt;b&gt;python2.6 /opt/bin/pyLoadCore -s&lt;/b&gt; for configure and &lt;b&gt;python2.6 /opt/bin/pyLoadCore --daemon&lt;/b&gt; for execute

The final steps is modify your great scripts to execute de correct commands.

Thanks for all.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d installed pyLoad from official web in ipkg format for NAS.<br />
pyLoad only works with python2.6 on my Synology DS212+ with DSM 3.2-1955.<br />
I&#8217;d installed all packages with ipkg like <b>ipkg install py26-curl</b> &#8230; etc&#8230; but the py26-crypto dont exist <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
So, i&#8217;d installed from source in <a href="https://www.dlitz.net/software/pycrypto/" rel="nofollow">https://www.dlitz.net/software/pycrypto/</a> download the package with wget command<br />
Next to compile i&#8217;d installed <i>optware-devel</i> and <i>gcc</i> with ipkg and next compiled pycrypto library with <b>python2.6 setup.py build</b> command and <b>python2.6 setup.py install</b><br />
Now works perfectly <b>python2.6 /opt/bin/pyLoadCore -s</b> for configure and <b>python2.6 /opt/bin/pyLoadCore &#8211;daemon</b> for execute</p>
<p>The final steps is modify your great scripts to execute de correct commands.</p>
<p>Thanks for all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by Iván González Millán</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-3/#comment-286</link>
		<dc:creator><![CDATA[Iván González Millán]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 21:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-286</guid>
		<description><![CDATA[I&#039;d installed pyLoad from official web in ipkg format for NAS.
pyLoad only works with python2.6 on my Synology DS212+ with DSM 3.2-1955.
I&#039;d installed all packages with ipkg like  ... etc... but the py26-crypto dont exist :((
So, i&#039;d installed from source in https://www.dlitz.net/software/pycrypto/ download the package with wget command
Next to compile i&#039;d installed optware-devel and gcc with ipkg and next compiled pycrypto library with  command and 
Now works perfectly  for configure and  for execute

The final steps is modify your great scripts to execute de correct commands.

Thanks for all.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d installed pyLoad from official web in ipkg format for NAS.<br />
pyLoad only works with python2.6 on my Synology DS212+ with DSM 3.2-1955.<br />
I&#8217;d installed all packages with ipkg like  &#8230; etc&#8230; but the py26-crypto dont exist <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (<br />
So, i&#8217;d installed from source in <a href="https://www.dlitz.net/software/pycrypto/" rel="nofollow">https://www.dlitz.net/software/pycrypto/</a> download the package with wget command<br />
Next to compile i&#8217;d installed optware-devel and gcc with ipkg and next compiled pycrypto library with  command and<br />
Now works perfectly  for configure and  for execute</p>
<p>The final steps is modify your great scripts to execute de correct commands.</p>
<p>Thanks for all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by yangfeng</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-2/#comment-273</link>
		<dc:creator><![CDATA[yangfeng]]></dc:creator>
		<pubDate>Tue, 13 Dec 2011 16:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-273</guid>
		<description><![CDATA[Great job! I tried to install pyLoad v0.4.8 on my ds212j disk station. The installation processes show exactly the same output as here. However, I have one problem with the automatic unrar after downloading. 

The automatic unrar will not work if I use the automatic startup script listed here.

It will work, however, if I manually type in the command python /usr/local/pyload/pyLoadCore.py —-daemon in SSH. 

Everything else works perfectly. Please let me know the possible fix. Thanks a  lot!]]></description>
		<content:encoded><![CDATA[<p>Great job! I tried to install pyLoad v0.4.8 on my ds212j disk station. The installation processes show exactly the same output as here. However, I have one problem with the automatic unrar after downloading. </p>
<p>The automatic unrar will not work if I use the automatic startup script listed here.</p>
<p>It will work, however, if I manually type in the command python /usr/local/pyload/pyLoadCore.py —-daemon in SSH. </p>
<p>Everything else works perfectly. Please let me know the possible fix. Thanks a  lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by molniya1973</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-2/#comment-232</link>
		<dc:creator><![CDATA[molniya1973]]></dc:creator>
		<pubDate>Sat, 29 Oct 2011 03:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-232</guid>
		<description><![CDATA[I&#039;ve installed pyload 0.4.6 on my Synology ds211j. I&#039;m trying to update it to 0.4.8 but it does not work. I belive that 0.4.6 must be removed. How do I do that?
I ussually use PuTTy, if anyone can send me de scripts... THX a lot in advance!!!!!!!!!!!!!!!!!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed pyload 0.4.6 on my Synology ds211j. I&#8217;m trying to update it to 0.4.8 but it does not work. I belive that 0.4.6 must be removed. How do I do that?<br />
I ussually use PuTTy, if anyone can send me de scripts&#8230; THX a lot in advance!!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by molniya1973</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-2/#comment-214</link>
		<dc:creator><![CDATA[molniya1973]]></dc:creator>
		<pubDate>Sat, 01 Oct 2011 03:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-214</guid>
		<description><![CDATA[Sorry for insisting, but any idea about my problem?
Of course, thank you very much!]]></description>
		<content:encoded><![CDATA[<p>Sorry for insisting, but any idea about my problem?<br />
Of course, thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by molniya1973</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-2/#comment-206</link>
		<dc:creator><![CDATA[molniya1973]]></dc:creator>
		<pubDate>Sat, 10 Sep 2011 19:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-206</guid>
		<description><![CDATA[Emerson: I&#039;ve install DSM 3.2 beta, and everithing work fine. But it was when I get DSM 3.2-1922 when problems appeared. I can&#039;t open Pyload from DSM GUI icon, but it works ok from pyload web interface... Any idea?
THX a lot!]]></description>
		<content:encoded><![CDATA[<p>Emerson: I&#8217;ve install DSM 3.2 beta, and everithing work fine. But it was when I get DSM 3.2-1922 when problems appeared. I can&#8217;t open Pyload from DSM GUI icon, but it works ok from pyload web interface&#8230; Any idea?<br />
THX a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by Christoph Emanuel Gluszko</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-2/#comment-203</link>
		<dc:creator><![CDATA[Christoph Emanuel Gluszko]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 19:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-203</guid>
		<description><![CDATA[ok, thanks for your help though!]]></description>
		<content:encoded><![CDATA[<p>ok, thanks for your help though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by Emerson Takahashi</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-2/#comment-202</link>
		<dc:creator><![CDATA[Emerson Takahashi]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 17:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-202</guid>
		<description><![CDATA[Everything seems ok. I suggest to post this problem in Pyload&#039;s forum to see if a developer can see why you can&#039;t download from netload.in.

Try downloading a file and click on the Logs button on the right and paste the logs there.]]></description>
		<content:encoded><![CDATA[<p>Everything seems ok. I suggest to post this problem in Pyload&#8217;s forum to see if a developer can see why you can&#8217;t download from netload.in.</p>
<p>Try downloading a file and click on the Logs button on the right and paste the logs there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install pyLoad on a Synology DiskStation DS211j by Emerson Takahashi</title>
		<link>http://setaoffice.com/2011/04/10/how-to-install-pyload-on-a-synology-diskstation-ds211j/comment-page-2/#comment-201</link>
		<dc:creator><![CDATA[Emerson Takahashi]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 17:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://setaoffice.com/?p=891#comment-201</guid>
		<description><![CDATA[Try executing the script exactly as you displayed but put python in front of the script]]></description>
		<content:encoded><![CDATA[<p>Try executing the script exactly as you displayed but put python in front of the script</p>
]]></content:encoded>
	</item>
</channel>
</rss>
