Search found 10 matches

by emieln
07 Feb 2009, 19:22
Forum: Support
Topic: Can't get find a Debian package and compile nzbget.
Replies: 10
Views: 5954

Re: Can't get find a Debian package and compile nzbget.

There is nothing wrong with your system, you just need to install libxml2-dev. You may also need to install libsigc++-2.0-dev. And don't remove libxml2 :)
by emieln
28 Jan 2009, 13:43
Forum: Support
Topic: [HOW-TO] Installing NZBGet on QNAP
Replies: 4
Views: 15170

Re: [QUESTION] Direction/Future of NZBGet

Thanks for the explanation. Apparently it works when you use the web interface the way you described. I looked over the code that the web interface uses to start it and it turns out it copies the libs to a different rootfs and chroots into it. Chrooting into /mnt/HDA_ROOT/rootfs_2_3_6 enables you to...
by emieln
26 Jan 2009, 22:56
Forum: Support
Topic: Server connection limit problem
Replies: 11
Views: 9319

Re: Server connection limit problem

That is awesome, thanks! It works now :)
by emieln
26 Jan 2009, 11:47
Forum: Support
Topic: [HOW-TO] Installing NZBGet on QNAP
Replies: 4
Views: 15170

[HOW-TO] Installing NZBGet on QNAP

Hi phil-t, if you don't mind me asking, how did you manage to get nzbget-0.5 installed and working on the QNAP? I installed nzbget-0.4 using the qpkg for it, but when i run it i get this error: /share/MD0_DATA/.qpkg/nzbget/nzbget: relocation error: /usr/local/lib/libsigc-2.0.so.0: symbol __aeabi_ate...
by emieln
26 Jan 2009, 11:35
Forum: Support
Topic: Server connection limit problem
Replies: 11
Views: 9319

Re: Server connection limit problem

Thanks for the patch. Unfortunately it doesn't fix the problem. I added #include <unistd.h> to NNTPConnection.cpp in order to make it compile, and set the timeout to 5000 ms. This causes nzbget to wait a bit longer after the first failed downloads but it still prints the user-limit errors after that...
by emieln
22 Jan 2009, 23:12
Forum: Support
Topic: Server connection limit problem
Replies: 11
Views: 9319

Re: Server connection limit problem

Ok, I just found out that even though pan successfully downloaded the whole release, it really messed up the way in which it was saved. Every file was saved in about 44 separate parts, named like this: The.X.Factor.S05E11.WS.PDTV.XviD-FTP.part01.rar, The.X.Factor.S05E11.WS.PDTV.XviD-FTP.part01_copy_...
by emieln
22 Jan 2009, 22:48
Forum: Support
Topic: Server connection limit problem
Replies: 11
Views: 9319

Re: Server connection limit problem

I just downloaded the whole release from the same nzb on the same news server using the Pan newsreader, without any errors whatsoever. Afterwards I tried to load that same nzb again into nzbget, and as soon as nzbget started downloading it, it gave me more connection limit errors. (this was a while ...
by emieln
22 Jan 2009, 20:15
Forum: Support
Topic: Server connection limit problem
Replies: 11
Views: 9319

Re: Server connection limit problem

Currently I am using news.hitnews.eu (http://www.hitnews.eu/). Before that I was using news.smsusenet.nl (http://www.smsusenet.nl/). The same problem happens with both.
by emieln
22 Jan 2009, 18:33
Forum: Support
Topic: Server connection limit problem
Replies: 11
Views: 9319

Re: Server connection limit problem

I forgot to mention this happens with both nzbget version 0.5.0-testing and 0.6.0-testing (from current svn trunk), on Debian GNU/Linux "sid".
by emieln
22 Jan 2009, 18:29
Forum: Support
Topic: Server connection limit problem
Replies: 11
Views: 9319

Server connection limit problem

It seems that nzbget sometimes goes over the maximum allowed number of connections: ERROR Authorization for <server> failed (Answer: 400 <server>: Your per-user connection limit reached) Downloading new posts works great, but on older posts these errors sometimes pop up. It seems to me that these er...