Search found 8828 matches

by sander
October 18th, 2011, 2:24 pm
Forum: General Help
Topic: Sabnzbd is not recognizing nzb file in watch folder
Replies: 5
Views: 2894

Re: Sabnzbd is not recognizing nzb file in watch folder

Have you filled out something that is understood by SAB where it is running? To check, execute the two commands below. sander@R540:~$ grep -i dirscan .sabnzbd/sabnzbd.ini dirscan_speed = 5 dirscan_dir = scandir sander@R540:~$ grep -i dirscan .sabnzbd/logs/sabnzbd.log 2011-10-10 07:03:50,079::DEBUG::...
by sander
October 18th, 2011, 1:21 am
Forum: General Help
Topic: Can't access SABnzbd 0.6.9
Replies: 16
Views: 5716

Re: Can't access SABnzbd 0.6.9

Reboot your system, login and don't do anything special. So do NOT start SABnzbd-console by hand
Then open a CMD box, and type:

tasklist | find /i "sabnzbd"

Post the output here.
by sander
October 17th, 2011, 2:56 pm
Forum: General Discussion
Topic: FWIW: NZB with .SFV gives problem, without .SFV all OK
Replies: 3
Views: 2058

Re: FWIW: NZB with .SFV gives problem, without .SFV all OK

I'm now running 0.6.10, and the same NZB (with SFV) goes without problems.

Nice work, Shy!
by sander
October 17th, 2011, 2:30 pm
Forum: Post-Processing Scripts
Topic: How to pass "sort string" to xbmc?
Replies: 6
Views: 4025

Re: How to pass "sort string" to xbmc?

Isn't $3 useful? Or is that nonsense when you use RSS-feeds? Anyway: time to test it: this is the postprocess-script I wrote on my system, and it gives useful info about $1 and $2 and $3: #!/bin/sh echo $1 $2 $3 $4 $5 $6 $7 >> /home/sander/sab-logger.txt So, if you run that, you can what $3 offers y...
by sander
October 17th, 2011, 12:26 pm
Forum: Post-Processing Scripts
Topic: How to pass "sort string" to xbmc?
Replies: 6
Views: 4025

Re: How to pass "sort string" to xbmc?

Wat is a sort string? Can you give an example? And none of the first three parameters is useful for you? 1 The final directory of the job (full path) 2 The original name of the NZB file 3 Clean version of the job name (no path info and ".nzb" removed) Have you tried them? Or can you give a...
by sander
October 17th, 2011, 11:34 am
Forum: Debian/Ubuntu Package
Topic: 30%+ Failure Rate (CRC/PAR) but Retry works
Replies: 24
Views: 11588

Re: 30%+ Failure Rate (CRC/PAR) but Retry works

I'll see what I can do about tracking down some old DDR1 RAM. More than likely I'll have to order some. It's looking like prices have gone up a bit for DDR1, so I really hope it fixes the issue. If that doesn't fix the issue, what would be your next suggestion? And thank you very much for your repl...
by sander
October 17th, 2011, 12:47 am
Forum: Debian/Ubuntu Package
Topic: 30%+ Failure Rate (CRC/PAR) but Retry works
Replies: 24
Views: 11588

Re: 30%+ Failure Rate (CRC/PAR) but Retry works

Ran memtest for nearly 4 hours earlier and only got 1 error. Ouch. Memory problems are not acceptable: they will cause all kinds of strange problems. Do you have two (or more) memory modules? If so, can you remove the memory module that causes the problem, and then run memtest again? If your system...
by sander
October 16th, 2011, 11:37 pm
Forum: General Help
Topic: password lock
Replies: 2
Views: 1007

Re: password lock

stop SABnzbd, find the file sabnzbd.ini and remove it, then start SABnzbd

HTH
by sander
October 16th, 2011, 11:20 pm
Forum: Debian/Ubuntu Package
Topic: 30%+ Failure Rate (CRC/PAR) but Retry works
Replies: 24
Views: 11588

Re: 30%+ Failure Rate (CRC/PAR) but Retry works

After you clicked Retry, was there any additional download? I don't see any download at all in your log: no "missing" message like in your earlier log.

If there is no additional download, it's probably a hardware error. Can you run memtest?
by sander
October 16th, 2011, 5:02 pm
Forum: Post-Processing Scripts
Topic: [Windows] Can't get post-script to run
Replies: 6
Views: 3501

Re: [Windows] Can't get post-script to run

In http://localhost:8080/sabnzbd/config/categories/ ? Define a post-process script for the Default category?
by sander
October 16th, 2011, 4:12 pm
Forum: Post-Processing Scripts
Topic: [Windows] Can't get post-script to run
Replies: 6
Views: 3501

Re: [Windows] Can't get post-script to run

Is the extension .CMD OK for Windows? Can you run the script from a CMD-box? What if you rename to .BAT?

Is .CMD in your PATHEXT?
by sander
October 16th, 2011, 3:19 pm
Forum: Post-Processing Scripts
Topic: [Windows] Can't get post-script to run
Replies: 6
Views: 3501

Re: [Windows] Can't get post-script to run

I would start by putting a 'logger' in the renamer.cmd: something that writes a message + date to a separate logfile. I haven't got Windows here, but DOS/WIndows must have a DATE command. If so "DATE ... >>> C:\temp\mylogfile.log" should work. Do it before and after the java call.
by sander
October 16th, 2011, 2:32 pm
Forum: Debian/Ubuntu Package
Topic: 30%+ Failure Rate (CRC/PAR) but Retry works
Replies: 24
Views: 11588

Re: 30%+ Failure Rate (CRC/PAR) but Retry works

I'm thinking the problem is not in SAB, but on the newsserver side; if a message is missing, but in a retry it is there, that's a newsserver problem (or it's too new). The method to determine this: check your log file for the article number. (If you have 'grep', it's easy). Lower newsserver connecti...
by sander
October 16th, 2011, 2:11 pm
Forum: Debian/Ubuntu Package
Topic: 30%+ Failure Rate (CRC/PAR) but Retry works
Replies: 24
Views: 11588

Re: 30%+ Failure Rate (CRC/PAR) but Retry works

A few remarks: There are a lot of missing articles in your pastebin paste. If you retry (and it works), does the log show the same missing articles? If not, the articles are suddenly there, apparently. So: do you download too new posts which are still being uploaded? Does your brother have an extra ...
by sander
October 16th, 2011, 1:54 pm
Forum: Debian/Ubuntu Package
Topic: 30%+ Failure Rate (CRC/PAR) but Retry works
Replies: 24
Views: 11588

Re: 30%+ Failure Rate (CRC/PAR) but Retry works

I guess it's an older and somewhat slow system. If the pause-download solves the problem, I would leave it like that. Given the speed of your system, parallel download and post-processing might be slower than working sequential. Shy, the AMD Sempron 3000+ is a 1600 / 1800 / 2000 MHz processor. I'm ...