<?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>Commentaires sur : Install SABnzbd+ on a ReadyNas Duo</title>
	<atom:link href="http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo</link>
	<description>Just another geek</description>
	<pubDate>Sat, 13 Mar 2010 11:34:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Fredrik</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-13329</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Mon, 28 Dec 2009 00:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-13329</guid>
		<description>Thanks for an excellent guide.

I changed the startup to do a "nice -19".
(or else my streaming over smb would stutter)

Any chance for an updated guide for the latest sabnzbd? Seems to require something else:

"Sorry, requires Python module sqlite3 (pysqlite2 in python2.4)"</description>
		<content:encoded><![CDATA[<p>Thanks for an excellent guide.</p>
<p>I changed the startup to do a &#8220;nice -19&#8243;.<br />
(or else my streaming over smb would stutter)</p>
<p>Any chance for an updated guide for the latest sabnzbd? Seems to require something else:</p>
<p>&#8220;Sorry, requires Python module sqlite3 (pysqlite2 in python2.4)&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Glenn</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-12633</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 19 Nov 2009 13:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-12633</guid>
		<description>Another thing to be careful of - I installed SABnzbd in /root/src and was finding I was getting lots of "Disk full" errors when there were hundreds of Gb free.

It turns out that the ReadyNAS has 2 partitions, the main data one which is as big as the drives you have in the machine (so hundreds of Gb in my case) and a smaller root partition which is only 2Gb, where the system software is installed.

My SABnzbd directory - including the potentially large cache/ and downloads/ directories - was in this small partition, hence the disk full errors. 

The reason it was only intermittent was that there just happened to be enough space for SABnzbd to download and extract some of the small-ish files I was using, but when I tried a larger (1.5Gb) one, it hit the 2Gb limit.

So be careful about where your cache/ and download/ directories are - I've moved mine to /c/ now and it's working fine.</description>
		<content:encoded><![CDATA[<p>Another thing to be careful of - I installed SABnzbd in /root/src and was finding I was getting lots of &#8220;Disk full&#8221; errors when there were hundreds of Gb free.</p>
<p>It turns out that the ReadyNAS has 2 partitions, the main data one which is as big as the drives you have in the machine (so hundreds of Gb in my case) and a smaller root partition which is only 2Gb, where the system software is installed.</p>
<p>My SABnzbd directory - including the potentially large cache/ and downloads/ directories - was in this small partition, hence the disk full errors. </p>
<p>The reason it was only intermittent was that there just happened to be enough space for SABnzbd to download and extract some of the small-ish files I was using, but when I tried a larger (1.5Gb) one, it hit the 2Gb limit.</p>
<p>So be careful about where your cache/ and download/ directories are - I&#8217;ve moved mine to /c/ now and it&#8217;s working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Glenn</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-12611</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Tue, 17 Nov 2009 15:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-12611</guid>
		<description>I was getting loads of "No space left on device" errors when trying to download stuff, it turned out that the permissions on /etc/SABnzbd/ were too strict and SABnzbd couldn't write to that folder.

So I had to do 

chmod -R 777 /etc/SABnzbd</description>
		<content:encoded><![CDATA[<p>I was getting loads of &#8220;No space left on device&#8221; errors when trying to download stuff, it turned out that the permissions on /etc/SABnzbd/ were too strict and SABnzbd couldn&#8217;t write to that folder.</p>
<p>So I had to do </p>
<p>chmod -R 777 /etc/SABnzbd</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Evert</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-12565</link>
		<dc:creator>Evert</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-12565</guid>
		<description>Works here to with an Readynas duo after changing the changes recommended by Stephen Hartley.
Had also problems in the first step "apt-get install gcc", this wouldn't not install because of the squeezebox.
After doing the recommended "apt-get install" it installs all fine.</description>
		<content:encoded><![CDATA[<p>Works here to with an Readynas duo after changing the changes recommended by Stephen Hartley.<br />
Had also problems in the first step &#8220;apt-get install gcc&#8221;, this wouldn&#8217;t not install because of the squeezebox.<br />
After doing the recommended &#8220;apt-get install&#8221; it installs all fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Tjeerdoo</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-12521</link>
		<dc:creator>Tjeerdoo</dc:creator>
		<pubDate>Tue, 10 Nov 2009 10:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-12521</guid>
		<description>I got it working now :)

What i did was change the sabnzbd.ini file

The thing I changed was the line
host = localhost
to
host = the IP adress of the readynas</description>
		<content:encoded><![CDATA[<p>I got it working now <img src='http://www.thibernet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
What i did was change the sabnzbd.ini file</p>
<p>The thing I changed was the line<br />
host = localhost<br />
to<br />
host = the IP adress of the readynas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Tjeerdoo</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-12516</link>
		<dc:creator>Tjeerdoo</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-12516</guid>
		<description>when I try to launch the service with the following command ;
 /usr/local/bin/python2.5 /root/src/SABnzbd-0.4.6/SABnzbd.py
2009-11-09 16:07:51,682::INFO::--------------------------------
2009-11-09 16:07:51,692::INFO::SABnzbd.py-0.4.6 (rev=1888)
2009-11-09 16:07:51,702::INFO::Platform = posix
2009-11-09 16:07:51,710::INFO::Python-version = 2.5.2 (r252:60911, Nov  9 2009, 14:26:45)
[GCC 3.3.5 (Debian 1:3.3.5-13)]
2009-11-09 16:07:51,778::INFO::[sabnzbd] Loading data for rss_data.sab from /root/.sabnzbd/cache/rss_data.sab
2009-11-09 16:07:51,837::INFO::[sabnzbd] Loading data for bytes7.sab from /root/.sabnzbd/cache/bytes7.sab
2009-11-09 16:07:51,848::INFO::[sabnzbd] Loading data for queue7.sab from /root/.sabnzbd/cache/queue7.sab
2009-11-09 16:07:51,867::WARNING::[downloader] No active primary servers defined, will not download!
2009-11-09 16:07:51,886::INFO::All processes started
2009-11-09 16:07:51,915::INFO::_yenc module... found!
2009-11-09 16:07:51,924::INFO::celementtree module... found!
2009-11-09 16:07:51,933::INFO::par2 binary... found (/usr/bin/par2)
2009-11-09 16:07:51,942::INFO::unrar binary... found (/usr/bin/unrar)
2009-11-09 16:07:51,951::INFO::unzip binary... found (/usr/bin/unzip)
2009-11-09 16:07:51,959::INFO::nice binary... found (/usr/bin/nice)
2009-11-09 16:07:51,968::INFO::ionice binary... NOT found!
2009-11-09 16:07:51,977::INFO::pyOpenSSL... found (True)
2009-11-09 16:07:51,997::INFO::Web dir is /root/src/SABnzbd-0.4.6/interfaces/Default
2009-11-09 16:07:52,101::INFO::Starting SABnzbd.py-0.4.6
2009-11-09 16:07:52,114::INFO::[nzbqueue] Saving queue
2009-11-09 16:07:52,128::INFO::[sabnzbd] Saving data for queue7.sab in /root/.sabnzbd/cache/queue7.sab
2009-11-09 16:07:52,140::INFO::[sabnzbd] Saving data for bytes7.sab in /root/.sabnzbd/cache/bytes7.sab
2009-11-09 16:07:52,151::INFO::[sabnzbd] Saving data for rss_data.sab in /root/.sabnzbd/cache/rss_data.sab
2009-11-09 16:07:52,181::INFO::[sabnzbd.misc] URLGrabber starting up
2009-11-09 16:07:52,199::INFO::Starting web-interface on localhost:8080
09/Nov/2009:16:07:52 CONFIG INFO Server parameters:
09/Nov/2009:16:07:52 CONFIG INFO   server.environment: production
09/Nov/2009:16:07:52 CONFIG INFO   server.log_to_screen: True
09/Nov/2009:16:07:52 CONFIG INFO   server.log_file: /root/.sabnzbd/logs/cherrypy.log
09/Nov/2009:16:07:52 CONFIG INFO   server.log_tracebacks: True
09/Nov/2009:16:07:52 CONFIG INFO   server.log_request_headers: False
09/Nov/2009:16:07:52 CONFIG INFO   server.protocol_version: HTTP/1.0
09/Nov/2009:16:07:52 CONFIG INFO   server.socket_host: localhost
09/Nov/2009:16:07:52 CONFIG INFO   server.socket_port: 8080
09/Nov/2009:16:07:52 CONFIG INFO   server.socket_file:
09/Nov/2009:16:07:52 CONFIG INFO   server.reverse_dns: False
09/Nov/2009:16:07:52 CONFIG INFO   server.socket_queue_size: 5
09/Nov/2009:16:07:52 CONFIG INFO   server.thread_pool: 10
09/Nov/2009:16:07:52 HTTP INFO Serving HTTP on http://localhost:8080/
2009-11-09 16:07:52,790::INFO::Lauching browser with http://localhost:8080/sabnzbd

It "hangs" on the last line...when i try connecting to the box no page displays...

When I try to launch it using 

blackbox:~# /etc/init.d/sabnzbd start
Starting SABnzbd.
blackbox:~#
 I get no errors what so ever, but i'm still not able to launch it in a webpage...any ideas on what i'm doing wrong ?</description>
		<content:encoded><![CDATA[<p>when I try to launch the service with the following command ;<br />
 /usr/local/bin/python2.5 /root/src/SABnzbd-0.4.6/SABnzbd.py<br />
2009-11-09 16:07:51,682::INFO::&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
2009-11-09 16:07:51,692::INFO::SABnzbd.py-0.4.6 (rev=1888)<br />
2009-11-09 16:07:51,702::INFO::Platform = posix<br />
2009-11-09 16:07:51,710::INFO::Python-version = 2.5.2 (r252:60911, Nov  9 2009, 14:26:45)<br />
[GCC 3.3.5 (Debian 1:3.3.5-13)]<br />
2009-11-09 16:07:51,778::INFO::[sabnzbd] Loading data for rss_data.sab from /root/.sabnzbd/cache/rss_data.sab<br />
2009-11-09 16:07:51,837::INFO::[sabnzbd] Loading data for bytes7.sab from /root/.sabnzbd/cache/bytes7.sab<br />
2009-11-09 16:07:51,848::INFO::[sabnzbd] Loading data for queue7.sab from /root/.sabnzbd/cache/queue7.sab<br />
2009-11-09 16:07:51,867::WARNING::[downloader] No active primary servers defined, will not download!<br />
2009-11-09 16:07:51,886::INFO::All processes started<br />
2009-11-09 16:07:51,915::INFO::_yenc module&#8230; found!<br />
2009-11-09 16:07:51,924::INFO::celementtree module&#8230; found!<br />
2009-11-09 16:07:51,933::INFO::par2 binary&#8230; found (/usr/bin/par2)<br />
2009-11-09 16:07:51,942::INFO::unrar binary&#8230; found (/usr/bin/unrar)<br />
2009-11-09 16:07:51,951::INFO::unzip binary&#8230; found (/usr/bin/unzip)<br />
2009-11-09 16:07:51,959::INFO::nice binary&#8230; found (/usr/bin/nice)<br />
2009-11-09 16:07:51,968::INFO::ionice binary&#8230; NOT found!<br />
2009-11-09 16:07:51,977::INFO::pyOpenSSL&#8230; found (True)<br />
2009-11-09 16:07:51,997::INFO::Web dir is /root/src/SABnzbd-0.4.6/interfaces/Default<br />
2009-11-09 16:07:52,101::INFO::Starting SABnzbd.py-0.4.6<br />
2009-11-09 16:07:52,114::INFO::[nzbqueue] Saving queue<br />
2009-11-09 16:07:52,128::INFO::[sabnzbd] Saving data for queue7.sab in /root/.sabnzbd/cache/queue7.sab<br />
2009-11-09 16:07:52,140::INFO::[sabnzbd] Saving data for bytes7.sab in /root/.sabnzbd/cache/bytes7.sab<br />
2009-11-09 16:07:52,151::INFO::[sabnzbd] Saving data for rss_data.sab in /root/.sabnzbd/cache/rss_data.sab<br />
2009-11-09 16:07:52,181::INFO::[sabnzbd.misc] URLGrabber starting up<br />
2009-11-09 16:07:52,199::INFO::Starting web-interface on localhost:8080<br />
09/Nov/2009:16:07:52 CONFIG INFO Server parameters:<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.environment: production<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.log_to_screen: True<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.log_file: /root/.sabnzbd/logs/cherrypy.log<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.log_tracebacks: True<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.log_request_headers: False<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.protocol_version: HTTP/1.0<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.socket_host: localhost<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.socket_port: 8080<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.socket_file:<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.reverse_dns: False<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.socket_queue_size: 5<br />
09/Nov/2009:16:07:52 CONFIG INFO   server.thread_pool: 10<br />
09/Nov/2009:16:07:52 HTTP INFO Serving HTTP on <a href="http://localhost:8080/" rel="nofollow">http://localhost:8080/</a><br />
2009-11-09 16:07:52,790::INFO::Lauching browser with <a href="http://localhost:8080/sabnzbd" rel="nofollow">http://localhost:8080/sabnzbd</a></p>
<p>It &#8220;hangs&#8221; on the last line&#8230;when i try connecting to the box no page displays&#8230;</p>
<p>When I try to launch it using </p>
<p>blackbox:~# /etc/init.d/sabnzbd start<br />
Starting SABnzbd.<br />
blackbox:~#<br />
 I get no errors what so ever, but i&#8217;m still not able to launch it in a webpage&#8230;any ideas on what i&#8217;m doing wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Johnyb</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-12281</link>
		<dc:creator>Johnyb</dc:creator>
		<pubDate>Fri, 16 Oct 2009 08:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-12281</guid>
		<description>Ok so after reseting my ReadyNas Duo, I went through the steps again...
This time when I invoke "/etc/init.d/sabnzbd start" I get the following error message....

-bash: /etc/init.d/sabnzbd: Permission denied

I tried restarting the box to see if the boot up script will run, but no joy. The only thing I changed in the script was the IP address of my readynas (ie 192.168.0.50 to 192.168.0.32)

Help would be much appreciated...</description>
		<content:encoded><![CDATA[<p>Ok so after reseting my ReadyNas Duo, I went through the steps again&#8230;<br />
This time when I invoke &#8220;/etc/init.d/sabnzbd start&#8221; I get the following error message&#8230;.</p>
<p>-bash: /etc/init.d/sabnzbd: Permission denied</p>
<p>I tried restarting the box to see if the boot up script will run, but no joy. The only thing I changed in the script was the IP address of my readynas (ie 192.168.0.50 to 192.168.0.32)</p>
<p>Help would be much appreciated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : rune</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-11601</link>
		<dc:creator>rune</dc:creator>
		<pubDate>Sun, 30 Aug 2009 13:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-11601</guid>
		<description>I installed sab successfully, but i only get download speeds at 400kb/sec although i should be getting 6000kb/sec (i have 50 mbit fiber)... does anyone know whether readynas duo actually is powerful enough for sab? when i use sab on my computer (same network/router) i get the 6000....</description>
		<content:encoded><![CDATA[<p>I installed sab successfully, but i only get download speeds at 400kb/sec although i should be getting 6000kb/sec (i have 50 mbit fiber)&#8230; does anyone know whether readynas duo actually is powerful enough for sab? when i use sab on my computer (same network/router) i get the 6000&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Johnyb</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-11583</link>
		<dc:creator>Johnyb</dc:creator>
		<pubDate>Sat, 29 Aug 2009 09:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-11583</guid>
		<description>Please can you help, I followed the script above, but it does not work.</description>
		<content:encoded><![CDATA[<p>Please can you help, I followed the script above, but it does not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Johnyb</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-11473</link>
		<dc:creator>Johnyb</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-11473</guid>
		<description>Could use some help. Go this far and got error.. 

ReadyNas:~/src# dpkg-deb -x coreutils_5.2.1-2_sparc.deb ../usr/bin/uniq --version # should work
dpkg-deb: --extract takes at most two arguments (.deb and directory)

Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --help for help about installing and deinstalling packages.
ReadyNas:~/src# dpkg-deb -x coreutils_5.2.1-2_sparc.deb ../usr/bin/uniq
dpkg-deb: failed to create directory: No such file or directory
ReadyNas:~/src# dpkg-deb -x coreutils_5.2.1-2_sparc.deb ./usr/bin/uniq
dpkg-deb: failed to chdir to directory: Not a directory
ReadyNas:~/src# dpkg-deb -x coreutils_5.2.1-2_sparc.deb ../usr/bin/uniq --version
dpkg-deb: --extract takes at most two arguments (.deb and directory)

Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --help for help about installing and deinstalling packages.</description>
		<content:encoded><![CDATA[<p>Could use some help. Go this far and got error.. </p>
<p>ReadyNas:~/src# dpkg-deb -x coreutils_5.2.1-2_sparc.deb ../usr/bin/uniq &#8211;version # should work<br />
dpkg-deb: &#8211;extract takes at most two arguments (.deb and directory)</p>
<p>Type dpkg-deb &#8211;help for help about manipulating *.deb files;<br />
Type dpkg &#8211;help for help about installing and deinstalling packages.<br />
ReadyNas:~/src# dpkg-deb -x coreutils_5.2.1-2_sparc.deb ../usr/bin/uniq<br />
dpkg-deb: failed to create directory: No such file or directory<br />
ReadyNas:~/src# dpkg-deb -x coreutils_5.2.1-2_sparc.deb ./usr/bin/uniq<br />
dpkg-deb: failed to chdir to directory: Not a directory<br />
ReadyNas:~/src# dpkg-deb -x coreutils_5.2.1-2_sparc.deb ../usr/bin/uniq &#8211;version<br />
dpkg-deb: &#8211;extract takes at most two arguments (.deb and directory)</p>
<p>Type dpkg-deb &#8211;help for help about manipulating *.deb files;<br />
Type dpkg &#8211;help for help about installing and deinstalling packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Eric Hebben</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-10902</link>
		<dc:creator>Eric Hebben</dc:creator>
		<pubDate>Mon, 20 Jul 2009 20:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-10902</guid>
		<description>when i do : python2.5 -OO SABnzbd.py -v

I get: ImportError: No module named zlib

zlibc is installed

help!</description>
		<content:encoded><![CDATA[<p>when i do : python2.5 -OO SABnzbd.py -v</p>
<p>I get: ImportError: No module named zlib</p>
<p>zlibc is installed</p>
<p>help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : marco</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-9569</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Thu, 04 Jun 2009 14:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-9569</guid>
		<description>Hi,

as a newbie I think I will manage to go trough installing togglessh, EnableRootSSH, APT and Connect to the NAS via SSH. 

BUT then the hard work starts for me... Do I just copy and paste it somewhere and press enter or doesn't it work like that....?

I really want to give it a change....

thanks for the reply...!

Marco</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>as a newbie I think I will manage to go trough installing togglessh, EnableRootSSH, APT and Connect to the NAS via SSH. </p>
<p>BUT then the hard work starts for me&#8230; Do I just copy and paste it somewhere and press enter or doesn&#8217;t it work like that&#8230;.?</p>
<p>I really want to give it a change&#8230;.</p>
<p>thanks for the reply&#8230;!</p>
<p>Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : nyquist</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-9474</link>
		<dc:creator>nyquist</dc:creator>
		<pubDate>Mon, 01 Jun 2009 07:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-9474</guid>
		<description>after doing some digging, what ended up working was doing

make -i install

because the build steps are out of order, apparently</description>
		<content:encoded><![CDATA[<p>after doing some digging, what ended up working was doing</p>
<p>make -i install</p>
<p>because the build steps are out of order, apparently</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : nyquist</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-9471</link>
		<dc:creator>nyquist</dc:creator>
		<pubDate>Mon, 01 Jun 2009 06:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-9471</guid>
		<description>I also ran into trouble compiling python

make: *** [libinstall] Error 1

When I scroll up, the only error I could see was

Sorry: UnicodeError: ("\\N escapes not supported (can't load unicodedata module)",)

I'm a good instruction follower, but not very code savvy.. so some guidance would be appreciated. :)

Thanks!</description>
		<content:encoded><![CDATA[<p>I also ran into trouble compiling python</p>
<p>make: *** [libinstall] Error 1</p>
<p>When I scroll up, the only error I could see was</p>
<p>Sorry: UnicodeError: (&#8221;\\N escapes not supported (can&#8217;t load unicodedata module)&#8221;,)</p>
<p>I&#8217;m a good instruction follower, but not very code savvy.. so some guidance would be appreciated. <img src='http://www.thibernet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Stephen Hartley</title>
		<link>http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo/comment-page-1#comment-6985</link>
		<dc:creator>Stephen Hartley</dc:creator>
		<pubDate>Sat, 21 Mar 2009 20:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thibernet.com/442-install-sabnzbd-on-a-readynas-duo#comment-6985</guid>
		<description>FYI, I had to add the location of uniq to the PATH (with "PATH=$PATH:~/src/usr/bin") before making Python in order for the compilation to succeed.

Also, "ln -s /etc/init.d/sabnzbd S05sabnbzd" should be "ln -s /etc/init.d/sabnzbd S05sabnzbd" and remember to do a "chmod +x /etc/init.d/sabnzbd".

I did have to change "/usr/local/bin/python2.5 /usr/local/src/SABnzbd/SABnzbd.py -d -f /etc/SABnzbd/sabnzbd.ini" to "python ~/src/SABnzbd-0.4.6/SABnzbd.py -d -f /etc/SABnzbd/sabnzbd.ini", but perhaps I did something wrong.

Also, after launching you can then edit the ini file and put in the correct IP address and port.

Don't know if I made it more difficult than I needed to, but I hope my findings help others if they find similar problems.</description>
		<content:encoded><![CDATA[<p>FYI, I had to add the location of uniq to the PATH (with &#8220;PATH=$PATH:~/src/usr/bin&#8221;) before making Python in order for the compilation to succeed.</p>
<p>Also, &#8220;ln -s /etc/init.d/sabnzbd S05sabnbzd&#8221; should be &#8220;ln -s /etc/init.d/sabnzbd S05sabnzbd&#8221; and remember to do a &#8220;chmod +x /etc/init.d/sabnzbd&#8221;.</p>
<p>I did have to change &#8220;/usr/local/bin/python2.5 /usr/local/src/SABnzbd/SABnzbd.py -d -f /etc/SABnzbd/sabnzbd.ini&#8221; to &#8220;python ~/src/SABnzbd-0.4.6/SABnzbd.py -d -f /etc/SABnzbd/sabnzbd.ini&#8221;, but perhaps I did something wrong.</p>
<p>Also, after launching you can then edit the ini file and put in the correct IP address and port.</p>
<p>Don&#8217;t know if I made it more difficult than I needed to, but I hope my findings help others if they find similar problems.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
