Search found 8846 matches

by sander
January 26th, 2008, 12:22 pm
Forum: Bug Reports
Topic: No feedback if articles no longer exist on news server
Replies: 0
Views: 10898

Re: No feedback if articles no longer exist on news server

True: unclear and annoying. I only get this info below when the rars en pars are completely missing: No.blabla.2007.DVDSCR.CUSTOM.NL False Stage Par2     [PAR-INFO] no.blabla.dvdscr-anarchy: => Scanning "/media/sda3/sander/downloads/incomplete/No.blabla.2007.DVDSCR.CUSTOM.NL/no.blabla.dvdscr-an...
by sander
January 26th, 2008, 3:01 am
Forum: General Help
Topic: 0.3.0 IPv6 on Vista
Replies: 13
Views: 34267

Re: 0.3.0 IPv6 on Vista

Yarbles, I was trying to going to help, but it looks like I'm going to give more confusion: That line 44 is this:         res = socket.getaddrinfo(self.host, self.port, 0, socket.SOCK_STREAM) So I tried some things from the Python CLI (not SAB itself) on Ubuntu Linux (see below). My goal was to fing...
by sander
January 24th, 2008, 1:27 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83964

Re: "Download speed: 0.18 KB/s" because of ... missing articles

It should actually be possible to check the health when importing the nzb through the use of the "HEAD" command. Basically the server just responds with the header, not the full article. If the article is missing it gives the status code for a missing article. Could use one connection to ...
by sander
January 24th, 2008, 10:16 am
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83964

Re: "Download speed: 0.18 KB/s" because of ... missing articles

This way, during download you can already guesstimate if the download is going to be successful. Sander Yes & No. As basicly you should have the PAR files to repair it , if Par files are missing than you have have a problem and is health not 100% If the health indicator is 99%, I can expect tha...
by sander
January 24th, 2008, 1:45 am
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83964

Re: "Download speed: 0.18 KB/s" because of ... missing articles

@Sander Oke I see what yoiu mean now, You want something after the download that shows the health , I was thinking of something during downloading Uhm, no, I mean *during* the download. The method / script I posted can be used at any moment during the download. Suggestion for implementation: 1) Eac...
by sander
January 23rd, 2008, 3:08 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83964

Re: "Download speed: 0.18 KB/s" because of ... missing articles

I made a script to automate the process. You should run the script from within the .sabnzbd/logs/ directory Here's the script: #!/bin/sh echo "Inspecting:" $1 echo "Total number of Articles Handled, resp missing Articles:" cat sabnzbd.error.log | grep $1 | grep decoder | grep -vi...
by sander
January 23rd, 2008, 2:37 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83964

Re: "Download speed: 0.18 KB/s" because of ... missing articles

As an example, here's some manual, reverse engineering Health Detection by inspecting ~/.sabnzbd/logs/sabnzbd.error.log First example: I'm interested in a post of which all articles have names with ...4588e@up.download2day.nl in them. First step: I count all relevant messages: get all lines with the...
by sander
January 23rd, 2008, 1:37 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83964

Re: "Download speed: 0.18 KB/s" because of ... missing articles

The detection and handling (user feedback wise, not repairing wise) of incomplete files needs revamping. The reported speed is actually the AVERAGE speed, not the current speed. Something I did not know either till recently. So it is not actually downloading, it is just looking for the articles, no...
by sander
January 23rd, 2008, 1:29 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83964

Re: "Download speed: 0.18 KB/s" because of ... missing articles

Health indicator might be a problem I guess As this depends on the retention days the usenet provider has. And sometimes it happens that even when retention is 200 days, that a file of 150 days is still missing on the servers I'm not asking for a *prediction* of the health, just a measurement how s...
by sander
January 23rd, 2008, 11:15 am
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83964

"Download speed: 0.18 KB/s" because of ... missing articles

Hi, Today, SAB was saying "Download speed: 0.18 KB/s" and ETA was thus sky high. I checked all things: server settings, network connecting, DSL-modem settings (I even rebooted it). After a lot of checks, I discovered the low download speed (and high ETA) was because ... the articles were m...
by sander
January 22nd, 2008, 4:09 pm
Forum: General Discussion
Topic: Free Newsservers
Replies: 402
Views: 1340272

Re: Free Newsservers

Update to my post about the free IPv6-only binary newsserver newszilla6.xs4all.nl (as reposted here on this forum by rascalli): I said the connection was limited to 50 kBps (about 500 kbps). This was the max for 1 thread; after I had raised the number of threads from 1 to 3, my download went up from...