Page 1 of 1

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

Posted: December 4th, 2011, 6:37 am
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)


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

Posted: December 4th, 2011, 10:49 am
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.

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

Posted: December 4th, 2011, 11:12 am
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.