NNTP 502 not leading to SAB 10 min back-off?

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

NNTP 502 not leading to SAB 10 min back-off?

Post by sander »

It this correct behaviour by SAB? Or is Eweka sending the wrong NNTP code 502?

The number of SAB's connections for newsreader3.eweka.nl is set to 1. However, I do get a lot of Warnings by SABnzbd (see below). When I do a manual NNTP to eweka, I get a 502 message (see below too).
With login-problems, I would expect SAB to back off for 10 minutes. Or is 502 not considered to be a login problem? Hmmm ... http://tools.ietf.org/html/rfc3977 says " 502: It is necessary to terminate the connection and to start a new one with the appropriate authority before the command can be used.", so the RFC says to start a new connection, ... which SAB does? So it's a problem caused by Eweka giving the wrong code?


Code: Select all

authinfo user 17blaba
381 PASS required
authinfo pass blabla
502 (max number of simultaneous IP addresses reached: 1)
and

Code: Select all

2011-12-04 12:27:00,905	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:26:00,157	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:24:59,744	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:23:59,597	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:22:53,617	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:21:53,350	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:21:03,164	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:21:03,157	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:21:03,149	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)
2011-12-04 12:21:03,149	ERROR:	Probable account sharing (newsreader3.eweka.nl:119)

User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: NNTP 502 not leading to SAB 10 min back-off?

Post by shypike »

Checking the code, I see that this situation is covered.
SABnzbd actually says "Probable account sharing", which indicates that the recognition works.
It will do a 10 minute timeout.
But only when the server has been flagged as "optional".
Maybe that's not so appropriate here, but the idea that a non-optional server
must be utilized as much as possible.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: NNTP 502 not leading to SAB 10 min back-off?

Post by sander »

shypike wrote:Checking the code, I see that this situation is covered.
SABnzbd actually says "Probable account sharing", which indicates that the recognition works.
It will do a 10 minute timeout.
But only when the server has been flagged as "optional".
Maybe that's not so appropriate here, but the idea that a non-optional server
must be utilized as much as possible.
OK, clear. Thanks for the explanation.
Post Reply