Search found 7644 matches

by hugbug
08 Nov 2008, 22:47
Forum: Support
Topic: Error in Nzbgetweb
Replies: 4
Views: 2917

Re: Error in Nzbgetweb

Guest wrote:I've found my error : i did'nt put the same directory (dstdir...) in nzbget.conf and in settings.php.
That can't be a reason for:
Thierry17 wrote:Notice: RPC: method "editqueue", error 3 - Invalid action in /volume1/web/nzb/functions.php on line 198.
but if it works now, who cares? :)
by hugbug
07 Nov 2008, 14:02
Forum: Support
Topic: Error in Nzbgetweb
Replies: 4
Views: 2917

Re: Error in Nzbgetweb

hugbug wrote: you should use nzbgetweb 1.1.
I ment nzbgetweb 1.2 :)
by hugbug
07 Nov 2008, 13:35
Forum: Support
Topic: Error in Nzbgetweb
Replies: 4
Views: 2917

Re: Error in Nzbgetweb

What version of nzbgetweb you use?
With nzbget 0.5.1 you should use nzbgetweb 1.1.
by hugbug
01 Nov 2008, 23:53
Forum: Support
Topic: (daemon) download hangs on ubuntu
Replies: 1
Views: 1730

Re: (daemon) download hangs on ubuntu

Configure with --enable-debug. Then set "DebugTarget" to "log" or "both" in config file.
by hugbug
01 Nov 2008, 19:32
Forum: Support
Topic: New option: ParTimeLimit
Replies: 0
Views: 2619

New option: ParTimeLimit

I just added a new feature related to par-check - the option "ParTimeLimit". It's pupose is to cancel par-repair if estimated repair time is too big. It's not that important on a normal x86 computers. But on NAS with very slow CPUs the repairing can take very long time if many blocks are damaged. Fo...
by hugbug
01 Nov 2008, 19:17
Forum: Support
Topic: New feature: delayed par-check/repair
Replies: 21
Views: 9870

Re: New feature: delayed par-check/repair

Thanks for making usage of this new feature ;)
by hugbug
30 Oct 2008, 22:34
Forum: Support
Topic: Help with nzbget-housekeeper
Replies: 10
Views: 6173

Re: Help with nzbget-housekeeper

Not sure if I can help, cause I do not use the script myself. But ydrol will definitely ask for more info :-): script version; your hardware and OS; post your config for review here; did the script created a log file? If so, post it here also. There is a stable and testing versions of the script. Di...
by hugbug
30 Oct 2008, 22:23
Forum: Support
Topic: New feature: delayed par-check/repair
Replies: 21
Views: 9870

Re: New feature: delayed par-check/repair

Same issue w/ r246 I figured it out. A signal handling for SIGCHLD was needed to receive exit code in daemon mode. It worked in debug mode, cause in this mode nzbget intercepts and logs all signals for debug purposes. Fixed in r247. Please test. So actually the solely puprose of option "AllowReProc...
by hugbug
30 Oct 2008, 08:34
Forum: Support
Topic: [BUG?] Hanging downloads
Replies: 13
Views: 8266

Re: [BUG?] Hanging downloads

I'm afraid that might cause more problems than it would solve. It worths a try. I'm not sure if it is really a dns-lookup problem (cause ping works). Looks like a thread issue: the network doesn't work in one particular thread, but works in other threads. First, I'm using ssl with the server, so I'...
by hugbug
29 Oct 2008, 08:17
Forum: Support
Topic: [BUG?] Hanging downloads
Replies: 13
Views: 8266

Re: [BUG?] Hanging downloads

Try to use IP-address of your newsserver instead of dns-name:

Code: Select all

Server1.Host=200.100.10.1
This should eliminate the need of dns-lookup and might help.