<?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/">
	<channel>
		<copyright>Copyright 1998 - 2023 DPG Media B.V.</copyright>
		<pubDate>Wed, 11 Jan 2023 22:27:56 GMT</pubDate>
		<lastBuildDate>Wed, 11 Jan 2023 22:27:56 GMT</lastBuildDate>
		<docs>https://tweakers.net/reviews/76</docs>
		<description>Tweakblogs.net is de weblog service van Tweakers, de grootste hardwaresite en techcommunity van Nederland.</description>
		<image>
			<link>https://tweakblogs.net/</link>
			<title>Tweakblogs.net</title>
			<url>https://tweakers.net/g/if/logo.gif</url>
			<height></height><width></width>
			<description>Tweakblogs.net</description>
		</image>
		<language>nl-nl</language>
		<link>https://oizopower.tweakblogs.net</link>
		<title>Oizo</title>
		<webMaster>gathering@tweakers.net</webMaster>
		<item>
			<title>Newznab+ Settings</title>
			<link>https://oizopower.tweakblogs.net/blog/8533/newznab+-settings.html#r_120123</link>
			<description>dx5314 schreef op dinsdag 12 februari 2013 @ 17:02:
Hoe heb jij a.b.mp3 toegevoegd? Deze zou ik ook graag willen toevoegen Deze staat er al in, in de admin bij groups kan je deze group aanzetten. bij newznab+ zijn er al regexen voor.</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8533/newznab+-settings.html#r_120123#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8533#r_120123</guid>
			<pubDate>Tue, 12 Feb 2013 19:36:27 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ Settings</title>
			<link>https://oizopower.tweakblogs.net/blog/8533/newznab+-settings.html#r_120113</link>
			<description>Hoe heb jij a.b.mp3 toegevoegd? Deze zou ik ook graag willen toevoegen </description><dc:creator>Protax</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8533/newznab+-settings.html#r_120113#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8533#r_120113</guid>
			<pubDate>Tue, 12 Feb 2013 16:02:32 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_119343</link>
			<description>MrOizo2005 schreef op maandag 14 januari 2013 @ 09:50:
[...]


je kan beter deze gebruiken, is een stuk makkelijker.
https://tools.percona.com/wizardMja dat heb ik geprobeerd, maar krijg elke keer een 500 Server error, en daarna kan ik mn mail adres niet meer  invoeren omdat hij al bestaat daar... dus kan er niks mee  </description><dc:creator>Night89</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_119343#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_119343</guid>
			<pubDate>Wed, 23 Jan 2013 13:03:06 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_119331</link>
			<description>Ik zal volgende week even de howto nalopen, kijken of alles nog goed werkt. Zo nodig zal ik de OP even aanpassen. Bedankt voor je toevoeging damouzer !</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_119331#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_119331</guid>
			<pubDate>Wed, 23 Jan 2013 07:55:42 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_119328</link>
			<description>S0niQuE schreef op dinsdag 22 januari 2013 @ 20:40:
Ik heb een probleem met een nieuwe installatie volgens deze handleiding. Tijdens het installeren va percona mysql, krijg ik de volgende fouten:

The following packages have unmet dependencies:
 libmysqlclient-dev : Depends: libmysqlclient18 (= 5.5.29-0ubuntu0.12.10.1) but it is not going to be installed
 percona-server-client-5.5 : Depends: libmysqlclient18 (&gt;= 5.5.28-rel29.2-360.quantal) but it is not going to be installed

Weet iemand hoe ik dit kan verhelpen?Jep, kwam hem zelf vandaag ook tegen.

apt-get download libmysqlclient18
mkdir extract build
dpkg-deb -x libmysqlclient18_5.5.29-0ubuntu0.12.10.1_amd64.deb extract/
dpkg-deb -e libmysqlclient18_5.5.29-0ubuntu0.12.10.1_amd64.deb extract/DEBIAN
sed -i -e &#039;s/mysql-common (&gt;= 5.0.51a-24+lenny5)/mysql-common/&#039; extract/DEBIAN/control
dpkg-deb -b extract/ build/
cd build
dpkg --install libmysqlclient18_5.5.29-0ubuntu0.12.10.1_amd64.deb


Alleen regel 5 de (&gt;= 5.0.51a-24+lenny5)/mysql-common/&#039;  even vervangen door de juiste versie die je in error krijgt. deze heb ik zo 123 niet bij de hand.</description><dc:creator>damouzer</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_119328#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_119328</guid>
			<pubDate>Tue, 22 Jan 2013 22:36:06 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_119325</link>
			<description>Ik heb een probleem met een nieuwe installatie volgens deze handleiding. Tijdens het installeren va percona mysql, krijg ik de volgende fouten:

The following packages have unmet dependencies:
 libmysqlclient-dev : Depends: libmysqlclient18 (= 5.5.29-0ubuntu0.12.10.1) but it is not going to be installed
 percona-server-client-5.5 : Depends: libmysqlclient18 (&gt;= 5.5.28-rel29.2-360.quantal) but it is not going to be installed

Weet iemand hoe ik dit kan verhelpen?</description><dc:creator>Anoniem: 492837</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_119325#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_119325</guid>
			<pubDate>Tue, 22 Jan 2013 19:40:57 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_118945</link>
			<description>Night89 schreef op zaterdag 12 januari 2013 @ 13:55:
//edit//
Nog een beetje zitten zoeken, en ik denk dat het wat met de Percona Config te maken heef, deze heeft standaard geen my.cnf aan boord en moet je dus zelf erin zetten, er zijn wel demofiles meegeleverd, maar daar begrijp ik dan weer net niet genoeg van om dat om te zetten in nuttige info je kan beter deze gebruiken, is een stuk makkelijker.
https://tools.percona.com/wizard</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_118945#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_118945</guid>
			<pubDate>Mon, 14 Jan 2013 08:50:44 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_118803</link>
			<description>ZIt nu met 200 Articles per keer, en dat gaat toch nog toe goed, maar das belachelijk natuurlijk, voor de reinstall van mijn servertje (draaide toen apache en mysql gewoon) ging het prima met 10.000 tegelijk... overigens maakt nieuwsserver niet uit, heb reeds een andere geprobeerd, ssl aan of uit ook niet..


//edit//
Nog een beetje zitten zoeken, en ik denk dat het wat met de Percona Config te maken heef, deze heeft standaard geen my.cnf aan boord en moet je dus zelf erin zetten, er zijn wel demofiles meegeleverd, maar daar begrijp ik dan weer net niet genoeg van om dat om te zetten in nuttige info 

zie link :
http://www.superuser.com/...all-my-cnf-for-percona-db</description><dc:creator>Night89</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_118803#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_118803</guid>
			<pubDate>Sat, 12 Jan 2013 12:55:02 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_118786</link>
			<description>Night89 schreef op vrijdag 11 januari 2013 @ 17:44:
Ik heb deze tut ook gevolgd, prima te doen trouwens!

Zit nu ook alleen met dat Failed to write to socket probleempje.... is daar al een oplossing voor?Geen idee, misschien even de aantal parts per keer verhogen of verlagen. En als je de mogelijkheid hebt probeer eens een andere news provider</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_118786#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_118786</guid>
			<pubDate>Fri, 11 Jan 2013 17:22:46 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_118783</link>
			<description>Ik heb deze tut ook gevolgd, prima te doen trouwens!

Zit nu ook alleen met dat Failed to write to socket probleempje.... is daar al een oplossing voor?</description><dc:creator>Night89</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_118783#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_118783</guid>
			<pubDate>Fri, 11 Jan 2013 16:44:32 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ Settings</title>
			<link>https://oizopower.tweakblogs.net/blog/8533/newznab+-settings.html#r_118095</link>
			<description>Bedankt goed bezig !!!</description><dc:creator>cobels</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8533/newznab+-settings.html#r_118095#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8533#r_118095</guid>
			<pubDate>Mon, 24 Dec 2012 11:24:59 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117871</link>
			<description>Ultimation schreef op vrijdag 14 december 2012 @ 22:53:
Ik kwam dit frapante probleem tegen:
Of in de tutorial moet MB veranderd worden naar alleen M.oeps ik was mij hier niet van bewust, dit is idd een foutje van mij tijdens het schrijven.
Heb hem meteen aangepast thanks !

-1 zou ik sowieso niet doen, dan kan je server onderuit gaan.</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117871#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117871</guid>
			<pubDate>Sat, 15 Dec 2012 01:14:20 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117866</link>
			<description>Ik kwam dit frapante probleem tegen:


2012/12/14 22:42:35 [error] 29462#0: *1 FastCGI sent in stderr: &quot;PHP message: PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 3072 bytes)
in /var/www/newznab/www/lib/page.php on line 17&quot; while reading response header from  upstream, client: 192.168.2.12, server: nzbindexer, request: &quot;GET / HTTP/1.1&quot;, upstream: &quot;fastcgi://127.0.0.1:9000&quot;, host: &quot;192.168.2.52


Opgelost door memory te veranderen naar -1.
Of in de tutorial moet MB veranderd worden naar alleen M.</description><dc:creator>Ultimation</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117866#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117866</guid>
			<pubDate>Fri, 14 Dec 2012 21:53:33 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117865</link>
			<description>Wel zelfs op 250 last van het zelfde.</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117865#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117865</guid>
			<pubDate>Fri, 14 Dec 2012 21:12:22 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117863</link>
			<description>Heb hem op 10000 gezet maar zelfde resultaat toen naar 2500 toen ging het al stukken beter nu op 250 en nog geen last gehad.

MySQL gaf dit aan:
code:1
2
3
4
5
6
+-----+---------+-----------+---------+---------+------+-------+------------------+-----------+---------------+-----------+
| Id  | User    | Host      | db      | Command | Time | State | Info             | Rows_sent | Rows_examined | Rows_read |
+-----+---------+-----------+---------+---------+------+-------+------------------+-----------+---------------+-----------+
| 108 | newznab | localhost | newznab | Sleep   |    0 |       | NULL             |         0 |             0 |         2 |
| 109 | root    | localhost | NULL    | Query   |    0 | NULL  | SHOW PROCESSLIST |         0 |             0 |         1 |
+-----+---------+-----------+---------+---------+------+-------+------------------+-----------+---------------+-----------+

En geen fouten in de logboek</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117863#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117863</guid>
			<pubDate>Fri, 14 Dec 2012 19:33:12 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117856</link>
			<description>Ik zou het toch oplossen in plaats van in bedwang houden. 3 dingen die je even kan proberen.

1. Wat gebeurt er als je de parts van 20000 naar 10000 zet in de newznab admin.
2. Kijk eens wat er gebeurt in MySQL met SHOW PROCESSLIST;
3. Staat er niet iets in de MySQL log?</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117856#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117856</guid>
			<pubDate>Fri, 14 Dec 2012 15:32:31 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117855</link>
			<description>GerardHenninger schreef op vrijdag 14 december 2012 @ 16:09:
[...]


Dat probleem heb ik dus ook...... Heel vervelendIk heb wel een manier gevonden om het een beetje in bedwang te houden maar het is wel meer werk.

php ./backfill_date.php 11-10-2012 alt.binaries.ebook

Dit zorgt er voor dat je niet te veel wilt doen in een keer dit help in meeste gevallen.</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117855#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117855</guid>
			<pubDate>Fri, 14 Dec 2012 15:22:50 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117854</link>
			<description>we_are_borg schreef op vrijdag 14 december 2012 @ 12:38:
Ik heb even the backfill.php gedraaid en dit krijg ik:

code:1
2
3
4
Getting 20000 parts (18523103 in queue)
Received 20000 articles of 20000 requested, 0 blacklisted, 0 not binaries
500 bin updates...1000 bin updates...1500 bin updates...2000 bin updates...
0 new, 2,326 updated, 20,000 parts. 3.85 headers, 22.26 update, 26.11 range.

Zover dat ik het weet is dit goed hij haalt de berichten op uit de groups die ik actief heb staan. 

Na verloop van tijd krijg ik:

code:1
2
3
4
5
6
7
Getting 20000 parts (18463103 in queue)
Error : Failed to write to socket! (connection lost!)
Skipping group
Processing alt.binaries.anime
Could not select group (bad name?): alt.binaries.anime
Processing alt.binaries.apps.stuffz
Could not select group (bad name?): alt.binaries.apps.stuffz

En ik weet niet hoe ik dit moet oplossen.Dat probleem heb ik dus ook...... Heel vervelend</description><dc:creator>GerardHenninger</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117854#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117854</guid>
			<pubDate>Fri, 14 Dec 2012 15:09:24 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117846</link>
			<description>Ik heb even the backfill.php gedraaid en dit krijg ik:

code:1
2
3
4
Getting 20000 parts (18523103 in queue)
Received 20000 articles of 20000 requested, 0 blacklisted, 0 not binaries
500 bin updates...1000 bin updates...1500 bin updates...2000 bin updates...
0 new, 2,326 updated, 20,000 parts. 3.85 headers, 22.26 update, 26.11 range.

Zover dat ik het weet is dit goed hij haalt de berichten op uit de groups die ik actief heb staan. 

Na verloop van tijd krijg ik:

code:1
2
3
4
5
6
7
Getting 20000 parts (18463103 in queue)
Error : Failed to write to socket! (connection lost!)
Skipping group
Processing alt.binaries.anime
Could not select group (bad name?): alt.binaries.anime
Processing alt.binaries.apps.stuffz
Could not select group (bad name?): alt.binaries.apps.stuffz

En ik weet niet hoe ik dit moet oplossen.</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117846#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117846</guid>
			<pubDate>Fri, 14 Dec 2012 11:38:56 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117839</link>
			<description>MrOizo2005 schreef op donderdag 13 december 2012 @ 23:49:
[...]


Je hebt hem zeker toegevoegd als a.b.naam je moet het toevoegen in de hele naam, dus alt.binaries.naam Nee ik draai gewoon het volgende 
code:1
php ./backfill.php of de andere backfill met een datum er achter ik geef geen group op. Ik draai hem nu weer even ik zal als hij onderuit gaat de hele bericht posten.</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117839#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117839</guid>
			<pubDate>Fri, 14 Dec 2012 10:05:57 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117830</link>
			<description>raidnoob2 schreef op vrijdag 14 december 2012 @ 07:05:
# Change these settings to match your machine
    listen 80 default_server;
    server_name localhost;


snap deze niet helemaal, wat moet je hier invullen? mijn servernaam is &quot;indexer&quot;.

als ik &quot;server_name&quot; vervang door &quot;indexer&quot; en naar het ip ga doet ie helemaal niets, als ik hem laat staan zonder waarden aan te passen krijg ik een 502 bad gateway...Zet je interne IP er eens voor:
server_name 192.168.1.2 localhost;

Of check even die php-fpm fix in mijn start post.</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117830#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117830</guid>
			<pubDate>Fri, 14 Dec 2012 08:23:29 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117823</link>
			<description># Change these settings to match your machine
    listen 80 default_server;
    server_name localhost;


snap deze niet helemaal, wat moet je hier invullen? mijn servernaam is &quot;indexer&quot;.

als ik &quot;server_name&quot; vervang door &quot;indexer&quot; en naar het ip ga doet ie helemaal niets, als ik hem laat staan zonder waarden aan te passen krijg ik een 502 bad gateway...</description><dc:creator>Anoniem: 405873</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117823#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117823</guid>
			<pubDate>Fri, 14 Dec 2012 06:05:42 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117817</link>
			<description>we_are_borg schreef op donderdag 13 december 2012 @ 21:45:
Could not select group (bad name?)Je hebt hem zeker toegevoegd als a.b.naam je moet het toevoegen in de hele naam, dus alt.binaries.naam </description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117817#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117817</guid>
			<pubDate>Thu, 13 Dec 2012 22:49:28 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117813</link>
			<description>Ik krijg de hele tijd de volgende fout als ik een backfill_date.php of backfill.php gebruik.

Could not select group (bad name?)</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117813#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117813</guid>
			<pubDate>Thu, 13 Dec 2012 20:45:33 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117804</link>
			<description>Dat was het ik zat al in de settings van Newznab te kijken. Mijn dank is groot.

Als men unrar wilt gebruiken die staat hier:
/usr/bin/unrar

Mediainfo:
/usr/bin/mediainfo

Ffmpeg:
/usr/local/bin/ffmpeg

Lame:
/usr/bin/lame</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117804#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117804</guid>
			<pubDate>Thu, 13 Dec 2012 15:06:46 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117802</link>
			<description>we_are_borg schreef op donderdag 13 december 2012 @ 15:49:
Nog een kleine vraag het menu aan de zijkant werkt niet die gaat naar localhost terwijl de menubalk gewoon werkt die werkt op IP adres. Weet iemand hoe ik dit op kan lossen.Je kan de nginx config hiervoor aanpassen:


sudo nano /etc/nginx/sites-available/newznab


Dan pas je het zo aan:

server_name domein.test.nl 192.168.1.2 localhost;
</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117802#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117802</guid>
			<pubDate>Thu, 13 Dec 2012 14:52:07 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117801</link>
			<description>Ja idd een lock file is het beste even het programma opzoeken die dat gemakkelijk kon doen.

Nog een kleine vraag het menu aan de zijkant werkt niet die gaat naar localhost terwijl de menubalk gewoon werkt die werkt op IP adres. Weet iemand hoe ik dit op kan lossen.</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117801#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117801</guid>
			<pubDate>Thu, 13 Dec 2012 14:49:35 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117797</link>
			<description>we_are_borg schreef op donderdag 13 december 2012 @ 15:13:
In cron hebben we wel een programma nodig die er voor zorgt dat de volgende cron event niet uit gevoerd wordt voordat de vorige doorlopen is.Maak je een lock file </description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117797#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117797</guid>
			<pubDate>Thu, 13 Dec 2012 14:20:00 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117795</link>
			<description>In cron hebben we wel een programma nodig die er voor zorgt dat de volgende cron event niet uit gevoerd wordt voordat de vorige doorlopen is.</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117795#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117795</guid>
			<pubDate>Thu, 13 Dec 2012 14:13:39 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117792</link>
			<description>we_are_borg schreef op donderdag 13 december 2012 @ 14:38:
Zeer veel dank werkte in een keer.

Alleen een vraag het ophalen van headers e.d. ik neem aan dat ik dit via cron kan doen.Hier moet ik inderdaad ook nog even naar kijken hier ben ik niet aan toegekomen nog.
Heb nu even quick en dirty dit in &quot;/etc/rc.local&quot; staan.

/var/www/newznab/misc/sphinx/nnindexer.php daemon
screen sh /var/www/newznab/misc/update_scripts/nix_scripts/newznab_screen_local.sh


Maar ik geloof dat er in de misc mappen van newznab ook diverse crons staan.</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117792#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117792</guid>
			<pubDate>Thu, 13 Dec 2012 13:42:26 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117791</link>
			<description>Zeer veel dank werkte in een keer.

Alleen een vraag het ophalen van headers e.d. ik neem aan dat ik dit via cron kan doen.</description><dc:creator>we_are_borg</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117791#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117791</guid>
			<pubDate>Thu, 13 Dec 2012 13:38:11 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117789</link>
			<description>ggx schreef op donderdag 13 december 2012 @ 00:21:
Waarom chmod 777?Heb deze even aangepast in de post, zou moeten werken op deze manier.
Ik heb meteen een stukje toegevoegd in de howto voor de InnoDB tabellen.</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117789#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117789</guid>
			<pubDate>Thu, 13 Dec 2012 13:32:26 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117783</link>
			<description>ggx schreef op donderdag 13 december 2012 @ 00:21:
Waarom chmod 777?Zal hier inderdaad nog eens even naar gaan kijken  Dit word aangegeven tijdens de install van newznabFreekers schreef op donderdag 13 december 2012 @ 09:13:
Hmm, ik zie overal de zelfde setup voor Sphinx, desondanks krijg ik hem zo niet aan de praat...
WARNING: failed to open pid_file &#039;/var/www/newznab/db/sphinxdata/searchd.pid&#039;. Elke keer opnieuwZet alles eens aan in de admin, en start dan de daemon even handmatig.</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117783#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117783</guid>
			<pubDate>Thu, 13 Dec 2012 11:54:43 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117781</link>
			<description>Thanks! Zonder problemen weten te installeren!</description><dc:creator>Magnat</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117781#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117781</guid>
			<pubDate>Thu, 13 Dec 2012 11:41:06 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117776</link>
			<description>Hmm, ik zie overal de zelfde setup voor Sphinx, desondanks krijg ik hem zo niet aan de praat...
WARNING: failed to open pid_file &#039;/var/www/newznab/db/sphinxdata/searchd.pid&#039;. Elke keer opnieuw</description><dc:creator>Freekers</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117776#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117776</guid>
			<pubDate>Thu, 13 Dec 2012 08:13:57 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117774</link>
			<description>Waarom chmod 777?</description><dc:creator>Anoniem: 118213</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117774#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117774</guid>
			<pubDate>Wed, 12 Dec 2012 23:21:08 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117765</link>
			<description>Henkske schreef op woensdag 12 december 2012 @ 17:47:
Kan ik nginx &quot;gewoon&quot; installen ondanks dat ik al apache heb draaien?kan, maar dan zou ik hier eerst even op googlen, want beide gebruiken ze standaard poort 80. Dus dan zal je b.v. Nginx als een passthrough proxy moeten zetten naar apache </description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117765#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117765</guid>
			<pubDate>Wed, 12 Dec 2012 16:49:39 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117764</link>
			<description>Kan ik nginx &quot;gewoon&quot; installen ondanks dat ik al apache heb draaien?</description><dc:creator>Henkske</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117764#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117764</guid>
			<pubDate>Wed, 12 Dec 2012 16:47:48 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117763</link>
			<description>Die had ik al veranderd toch ? Anyway install script ziet er leuk uit. Maar alleen voor apache toch (zit op telefoon dus niet helemaal doorgelezen haha)</description><dc:creator>MrOizo2005</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117763#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117763</guid>
			<pubDate>Wed, 12 Dec 2012 15:54:51 GMT</pubDate>
		</item>
		<item>
			<title>Newznab+ installatie (ubuntu / nginx / percona)</title>
			<link>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117762</link>
			<description>MrOizo2005 schreef op woensdag 12 december 2012 @ 11:44:
[...]


Het gaat erom dat de gebruiker er ook nog iets van leert , anders word het klakkeloos zonder te kijken neergegooid en krijg ik de vragen waarom het niet werkt 


[...]


Zal ze later even aanpassen, thanks !Vergeet ook nite:
nano /etc/default/sphinxsearch
naar
sudo nano /etc/default/sphinxsearch te veranderen 

edit script:
http://pastie.org/pastes/2935422</description><dc:creator>nivong</dc:creator>
			<category></category>
			<comments>https://oizopower.tweakblogs.net/blog/8524/newznab+-installatie-(ubuntu-nginx-percona).html#r_117762#reacties</comments>
			<guid isPermaLink="false">https://oizopower.tweakblogs.net/blog/8524#r_117762</guid>
			<pubDate>Wed, 12 Dec 2012 15:46:53 GMT</pubDate>
		</item>
	</channel>
</rss>