<?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: NZBGET for CH3SNAS, the Zeroday way</title>
	<atom:link href="http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/</link>
	<description>I&#039;m playing here. And you are invited</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:45:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: indexmonkey</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-36785</link>
		<dc:creator>indexmonkey</dc:creator>
		<pubDate>Fri, 26 Mar 2010 15:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-36785</guid>
		<description>I have this running with lightty already running something else.  Install as it says, but dont use startweb.sh as your web server as its already running. To link your nzbget to your current website, which by default is /mnt/HD_a2/www/pages
do the following 

code:
-----------------------------------------------
cd /mnt/HD_a2/www/pages 
ln -s /mnt/HD_a2/newsbin/web news
-----------------------------------------------

Then from your browser goto 
http://name of device/news

A ninja advised me just how sweet this is. Cheers!</description>
		<content:encoded><![CDATA[<p>I have this running with lightty already running something else.  Install as it says, but dont use startweb.sh as your web server as its already running. To link your nzbget to your current website, which by default is /mnt/HD_a2/www/pages<br />
do the following </p>
<p>code:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
cd /mnt/HD_a2/www/pages<br />
ln -s /mnt/HD_a2/newsbin/web news<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Then from your browser goto<br />
<a href="http://name" rel="nofollow">http://name</a> of device/news</p>
<p>A ninja advised me just how sweet this is. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remco</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-36699</link>
		<dc:creator>Remco</dc:creator>
		<pubDate>Fri, 26 Feb 2010 20:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-36699</guid>
		<description>Dennis, Paul,

Beide bedankt voor jullie snelle antwoord. Het is inmiddels werkend. Ik denk dat het te maken had met chmod 777 dat ik niet op een map had toegepast.
@Paul, ik had ook hetzelfde, maar daar was ik al achter gekomen. Feit blijft wel dat je het snel over het hoofd ziet.</description>
		<content:encoded><![CDATA[<p>Dennis, Paul,</p>
<p>Beide bedankt voor jullie snelle antwoord. Het is inmiddels werkend. Ik denk dat het te maken had met chmod 777 dat ik niet op een map had toegepast.<br />
@Paul, ik had ook hetzelfde, maar daar was ik al achter gekomen. Feit blijft wel dat je het snel over het hoofd ziet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-36698</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 26 Feb 2010 20:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-36698</guid>
		<description>Vergeet niet de ; voor upload_tmp_dir =tmp te verwijderen.
Duurde even voor dat ik dat door had.</description>
		<content:encoded><![CDATA[<p>Vergeet niet de ; voor upload_tmp_dir =tmp te verwijderen.<br />
Duurde even voor dat ik dat door had.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dennis</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-36693</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Fri, 26 Feb 2010 08:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-36693</guid>
		<description>Remco,

het is van belang dat ALLE folders waar je naar verwijst schrijfbaar zijn (chmod 777 [folder] en dat ze bestaan

en dat ook daadwerkelijk de juiste PHP.INI instellingen gemaakt zijn.

make sure the &#039;post_max_size&#039; is big enough
upload_tmp_dir en de upload filesize aanpassen

en dan natuurlijk lighttpd opnieuw starten als je de wijzigingen in php.ini hebt doorgevoerd.</description>
		<content:encoded><![CDATA[<p>Remco,</p>
<p>het is van belang dat ALLE folders waar je naar verwijst schrijfbaar zijn (chmod 777 [folder] en dat ze bestaan</p>
<p>en dat ook daadwerkelijk de juiste PHP.INI instellingen gemaakt zijn.</p>
<p>make sure the &#8216;post_max_size&#8217; is big enough<br />
upload_tmp_dir en de upload filesize aanpassen</p>
<p>en dan natuurlijk lighttpd opnieuw starten als je de wijzigingen in php.ini hebt doorgevoerd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remco</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-36684</link>
		<dc:creator>Remco</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-36684</guid>
		<description>Hoi Dennis,

Bedankt voor alle informatie die ik heb ik kunnen gebruiken om NZBGet Web Interface aan de praat te krijgen op mijn CH3MNAS. Dat was zeker niet gelukt zonder deze bron.
Het enige wat mij nog niet lukt is om grote nzb bestanden in te lezen via de upload manier. Ik krijg dan de melding:
Could not upload file! Error code: 7

Nou zie ik hierboven in de comments dat iemand hier ook problemen mee heeft/had. Ik heb de oplossing toegepast, php.ini aangepast en op een andere website heb ik het bestand lighttpd.conf aan gepast naar het volgende:
------------------------------------------------------------
## php support
## uncomment the following lines and the mod_fastcgi module above
fastcgi.server = ( &quot;.php&quot; =&gt; ((
    &quot;bin-path&quot;  =&gt; &quot;/ffp/bin/php-cgi -c /ffp/etc/php.ini&quot;,
    &quot;socket&quot;    =&gt; &quot;/tmp/php-cgi.socket&quot;,
    &quot;max-procs&quot; =&gt; 2
)))
------------------------------------------------------------

Hierbij heb ik -c /ffp/etc/php.ini toegevoegd.

Helaas werkt dit ook niet. Heb jij misschien nog een idee wat ik kan doen?

Alvast bedankt!</description>
		<content:encoded><![CDATA[<p>Hoi Dennis,</p>
<p>Bedankt voor alle informatie die ik heb ik kunnen gebruiken om NZBGet Web Interface aan de praat te krijgen op mijn CH3MNAS. Dat was zeker niet gelukt zonder deze bron.<br />
Het enige wat mij nog niet lukt is om grote nzb bestanden in te lezen via de upload manier. Ik krijg dan de melding:<br />
Could not upload file! Error code: 7</p>
<p>Nou zie ik hierboven in de comments dat iemand hier ook problemen mee heeft/had. Ik heb de oplossing toegepast, php.ini aangepast en op een andere website heb ik het bestand lighttpd.conf aan gepast naar het volgende:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
## php support<br />
## uncomment the following lines and the mod_fastcgi module above<br />
fastcgi.server = ( &#8220;.php&#8221; =&gt; ((<br />
    &#8220;bin-path&#8221;  =&gt; &#8220;/ffp/bin/php-cgi -c /ffp/etc/php.ini&#8221;,<br />
    &#8220;socket&#8221;    =&gt; &#8220;/tmp/php-cgi.socket&#8221;,<br />
    &#8220;max-procs&#8221; =&gt; 2<br />
)))<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Hierbij heb ik -c /ffp/etc/php.ini toegevoegd.</p>
<p>Helaas werkt dit ook niet. Heb jij misschien nog een idee wat ik kan doen?</p>
<p>Alvast bedankt!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dennis</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-36037</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Sun, 11 Oct 2009 10:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-36037</guid>
		<description>die test.php bestaat al in v3 van het pakket ;-)

php.ini heb ik niet bijgevoegd, maar zou kunnen waar e.e.a. in is aangepast
ook als je een newzbin account heb dan moet je geloof ik de zlib module activeren voor php.</description>
		<content:encoded><![CDATA[<p>die test.php bestaat al in v3 van het pakket ;-)</p>
<p>php.ini heb ik niet bijgevoegd, maar zou kunnen waar e.e.a. in is aangepast<br />
ook als je een newzbin account heb dan moet je geloof ik de zlib module activeren voor php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-36036</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Sun, 11 Oct 2009 10:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-36036</guid>
		<description>Voor diegenen die net als ik hebben geworsteld met een error code 7 bij het uploaden van een (te) grote nzb in nzbgetweb:

Maak een php.ini bestandje aan in /ffp/etc

zet dit erin

upload_max_filesize = 10M
post_max_size = 20M
upload_tmp_dir = /mnt/HD_a2/usbstorage/temp

of als je geen usbstorage hebt: bedenk iets.

Hierna werkte het bij mij. Ik had hier al maanden last van. Kon niets vinden op internet en nu zelf maar net zo lang geprutst totdat het werkte. 

Het kan ook handig zijn om een pagina test.php aan te maken met volgend inhoud

phpinfo();


Zo kun je zien of je variabelen gepakt worden en waar php.ini wordt gezocht.</description>
		<content:encoded><![CDATA[<p>Voor diegenen die net als ik hebben geworsteld met een error code 7 bij het uploaden van een (te) grote nzb in nzbgetweb:</p>
<p>Maak een php.ini bestandje aan in /ffp/etc</p>
<p>zet dit erin</p>
<p>upload_max_filesize = 10M<br />
post_max_size = 20M<br />
upload_tmp_dir = /mnt/HD_a2/usbstorage/temp</p>
<p>of als je geen usbstorage hebt: bedenk iets.</p>
<p>Hierna werkte het bij mij. Ik had hier al maanden last van. Kon niets vinden op internet en nu zelf maar net zo lang geprutst totdat het werkte. </p>
<p>Het kan ook handig zijn om een pagina test.php aan te maken met volgend inhoud</p>
<p>phpinfo();</p>
<p>Zo kun je zien of je variabelen gepakt worden en waar php.ini wordt gezocht.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dennis</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-35853</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Fri, 31 Jul 2009 04:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-35853</guid>
		<description>Genie

to start scripts automatically during boot (and I think I wrote it before)
you must copy the scripts manually into /ffp/start
than it will execute upon boot.

if nzbget is crashing: first update your nzbget binary (you only need to update the binary), replace the old with the new one from nzbget.sourceforge.net

I use 338 and 317 and they are rather stable.</description>
		<content:encoded><![CDATA[<p>Genie</p>
<p>to start scripts automatically during boot (and I think I wrote it before)<br />
you must copy the scripts manually into /ffp/start<br />
than it will execute upon boot.</p>
<p>if nzbget is crashing: first update your nzbget binary (you only need to update the binary), replace the old with the new one from nzbget.sourceforge.net</p>
<p>I use 338 and 317 and they are rather stable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Genie</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-35852</link>
		<dc:creator>Genie</dc:creator>
		<pubDate>Thu, 30 Jul 2009 22:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-35852</guid>
		<description>Thanx for the tutorial, it&#039;s working almost like a charm except for 2 things:

im trying to autostart nzbget + webinterface, I have added these 2 lines to fun_plug:
/mnt/HD_a2/newsbin/startnzbget.sh start
/mnt/HD_a2/newsbin/startweb.sh start
server doesnt get started, but if I run them manually it does? how to fix this?

im telling the server to pause during par2 checking and unpacking
unfortunately the unpausing crashes the server
this behaviour also happens when I pause and resume the server through the web interface
i have to restart the server with &quot;start&quot; in webinterface
How can I fix this?

TIA for all your effort :)</description>
		<content:encoded><![CDATA[<p>Thanx for the tutorial, it&#8217;s working almost like a charm except for 2 things:</p>
<p>im trying to autostart nzbget + webinterface, I have added these 2 lines to fun_plug:<br />
/mnt/HD_a2/newsbin/startnzbget.sh start<br />
/mnt/HD_a2/newsbin/startweb.sh start<br />
server doesnt get started, but if I run them manually it does? how to fix this?</p>
<p>im telling the server to pause during par2 checking and unpacking<br />
unfortunately the unpausing crashes the server<br />
this behaviour also happens when I pause and resume the server through the web interface<br />
i have to restart the server with &#8220;start&#8221; in webinterface<br />
How can I fix this?</p>
<p>TIA for all your effort :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidney</title>
		<link>http://www.aroundmyroom.com/2009/05/04/nzbget-for-ch3snas-the-zeroday-way/comment-page-1/#comment-35741</link>
		<dc:creator>Sidney</dc:creator>
		<pubDate>Tue, 30 Jun 2009 21:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.aroundmyroom.com/?p=5748#comment-35741</guid>
		<description>Beste lezers,

Paar weken geleden heb ik een CH3SNAS gekocht en ingericht. Nu wilde ik er de funplug op draaien. Na een stuk of 10x proberen en diverse tutorials is het eindelijk gelukt met bovenstaande tutorial. Bedankt daarvoor!! Nu zou ik graag de Funplug &amp; NZBGET naar een USB-stick willen zetten, zodat mijn schijven weer in slaap stand kunnen gaan als er niet wordt gedownload, geparred &amp; uitgepakt. 
Heb met name deze CH3SNAS aangeschaft vanwege deze functie die enabled kan worden. Scheelt namelijk enorm veel stroom en warmte. Heeft iemand een goed link om dit voor elkaar te krijgen of als het mogelijk is, kan iemand mij dat kort vertellen?

Alvast bedankt voor de tips...</description>
		<content:encoded><![CDATA[<p>Beste lezers,</p>
<p>Paar weken geleden heb ik een CH3SNAS gekocht en ingericht. Nu wilde ik er de funplug op draaien. Na een stuk of 10x proberen en diverse tutorials is het eindelijk gelukt met bovenstaande tutorial. Bedankt daarvoor!! Nu zou ik graag de Funplug &amp; NZBGET naar een USB-stick willen zetten, zodat mijn schijven weer in slaap stand kunnen gaan als er niet wordt gedownload, geparred &amp; uitgepakt.<br />
Heb met name deze CH3SNAS aangeschaft vanwege deze functie die enabled kan worden. Scheelt namelijk enorm veel stroom en warmte. Heeft iemand een goed link om dit voor elkaar te krijgen of als het mogelijk is, kan iemand mij dat kort vertellen?</p>
<p>Alvast bedankt voor de tips&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
