Page 1 of 2
session limit exceeds
Posted: Tue Aug 10, 2004 11:00 am
by synopsys
(06:58pm) * Souljah (~
[email protected]) Quit (User has been banned from Digital-code (Session limit exceeded))
how do i fix all my users getting glind for session limit exceeds? what is it anyway.
Posted: Tue Aug 10, 2004 11:17 am
by Ron2K
Your network uses IRCServices, right? In which case, read
this.
If you don't use IRCServices - well, read it anyway, it will give you an idea about what session limiting is. The solution would be to use a different configuration for your services. (This is
definitely a services issue; the closest that UnrealIRCd itself comes to session limiting is the allow::maxperip directive, and that squishes new connections instantaneously without quit messages like the one that you gave us.)
Posted: Tue Aug 10, 2004 11:26 am
by synopsys
Ron2K wrote:Your network uses IRCServices, right? In which case, read
this.
If you don't use IRCServices - well, read it anyway, it will give you an idea about what session limiting it. The solution would be to use a different configuration for your services. (This is
definitely a services issue; the closest that UnrealIRCd itself comes to session limiting is the allow::maxperip directive, and that squishes new connections instantaneously without quit messages like the one that you gave us.)
That's really confuzing.. can you just tell me how to fix it please. ;/
Posted: Tue Aug 10, 2004 11:32 am
by Ron2K
*sigh*
OK, firstly, what services are you using?
Posted: Tue Aug 10, 2004 11:33 am
by synopsys
Ron2K wrote:*sigh*
OK, firstly, what services are you using?
Anope
Posted: Tue Aug 10, 2004 11:35 am
by Ron2K
*** Double post edited out - I hate my varsity LAN sometimes ***
Posted: Tue Aug 10, 2004 11:37 am
by synopsys
Ron2K wrote:*sigh*
OK, firstly, what services are you using?
Anope dude
Posted: Tue Aug 10, 2004 11:48 am
by Ron2K
First off, sorry about the double post earlier - varsity network is screwing me over. Again.
Secondly, you'll have to dig up Anope's configuration file(s) and turn off session limiting. You'll have to ask someone else about that, or figure out how to do it yourself, as I don't use Anope. (Just in case you haven't worked it out by now, I use IRCServices.)
Posted: Tue Aug 10, 2004 12:13 pm
by synopsys
K, thanx. Anyone use Anope can help me?
Posted: Tue Aug 10, 2004 2:58 pm
by AngryWolf
If you don't know how to set session limits, perhaps you don't even know where to find information about that, in which case you shouldn't use Anope.
Also see the
LimitSessions configuration directive.
Additionally, this is
Unreal 3.2 support, and not the place to talk more about the issue. I suggest moving this topic to the Services forum.
Posted: Thu Aug 12, 2004 6:28 am
by synopsys
/os EXCEPTION ADD * 50 cuz
(02:27pm) -OperServ- Session limit for * set to 50.
This prety much turns it off, right?
Posted: Thu Aug 12, 2004 10:17 am
by AngryWolf
That's not the proper way to turn of session limits. "/os exception" is what we explicitly use to define exceptions. The default value is set with the DefSessionLimit configuration directive, that's what you should change to a higher number if 3 isn't enough for you. Or if your goal is to disable session limits, then simply comment out the LimitSessions directive.
session limits
Posted: Mon Aug 30, 2004 4:21 pm
by mad_dog
try this
/os userlist
u will probably see the nick in that list that is getting session limit killed and will see them 3 times. use /os killclone nick and it will kill all images of that user, then /os akill list and remove from akill list /os akill del [number]
this should fix it
Posted: Mon Aug 30, 2004 11:00 pm
by w00t
What the...
Re: session limits
Posted: Tue Aug 31, 2004 2:42 am
by codemastr
mad_dog wrote:try this
/os userlist
u will probably see the nick in that list that is getting session limit killed and will see them 3 times. use /os killclone nick and it will kill all images of that user, then /os akill list and remove from akill list /os akill del [number]
this should fix it
That won't fix anything, in fact it sounds like it would only make things worse!
That doesn't stop people from being killed for session limits, it kills them *again* and temporarily removes the ban which the session limiter will readd the next time they exceed the limit!