Max sendq excedeed between hub and leaf

These are old archives. They are kept for historic purposes only.
Post Reply
RoTT
Posts: 5
Joined: Sun Oct 03, 2010 11:35 pm

Max sendq excedeed between hub and leaf

Post by RoTT »

Hello,
i have a big problem.
In our network we have closed all international connection and only local people can connect in my server.
So, from 4 days i receive this error between hub and leafs max sendq excedeed 50023(50000) and if i increase sendq under class servers to 100000 i receive 100044(100000) for excaple.
I see in the log of server that is a flood of irc connection but if i put in my unrealircd.conf the code that the connection are closed for everybody except of nation connection... how is it possible?
Is it solved only with iptable?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Max sendq excedeed between hub and leaf

Post by Jobe »

One possible cause of this could be something as simple as ulines. Eg where services for example is not ulined on one server so that server bounces ever +o services sends for its bot on a channel, services then bounces a +o back and so on until the server without the uline for services gets disconnected for the error you receive.
Your IP: Image
Your Country: Image
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Max sendq excedeed between hub and leaf

Post by Syzop »

A sendq of 50K or 100K is quite low in this case, I would suggest bumping it to 1M (1000000) or more. Just like the example server class has in doc/example.conf.

Jobe could still be correct, it could be a mode fight. You should be able to see this in channels and by other server messages.
RoTT
Posts: 5
Joined: Sun Oct 03, 2010 11:35 pm

Re: Max sendq excedeed between hub and leaf

Post by RoTT »

Hello,
if i increase the sendq the error is:
Max SendQ limit exceeded for *.*.* [*.*.*.*]: 1000081 > 1000000
Max SendQ limit exceeded for *.*.* [*.*.*.*]: 2000047 > 2000000
Max SendQ limit exceeded for *.*.* [*.*.*.*]: 3000054 > 3000000
Max SendQ limit exceeded for *.*.* [*.*.*.*]: 4000072 > 4000000

i cut the Neostats uline but the problem persist.
P.s. my server connect with option automatic.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Max sendq excedeed between hub and leaf

Post by katsklaw »

RoTT wrote:Hello,
if i increase the sendq the error is:
Max SendQ limit exceeded for *.*.* [*.*.*.*]: 1000081 > 1000000
Max SendQ limit exceeded for *.*.* [*.*.*.*]: 2000047 > 2000000
Max SendQ limit exceeded for *.*.* [*.*.*.*]: 3000054 > 3000000
Max SendQ limit exceeded for *.*.* [*.*.*.*]: 4000072 > 4000000

i cut the Neostats uline but the problem persist.
P.s. my server connect with option automatic.
U:Line updates are not /rehash'able The server must be introduced as U:Lined or not. U:Lines are also case sensitive. Please double check all U"Lines on all servers to insure they are correct and match identically across the network Then restart and reconnect all servers affected. Then restart all U:Lined servers.

PS: NeoStats/Services must be U:Lined. So cutting their U:Line is making it worse/causing the problem.
RoTT
Posts: 5
Joined: Sun Oct 03, 2010 11:35 pm

Re: Max sendq excedeed between hub and leaf

Post by RoTT »

Hello,
i checked everythings, the uline on leaf, hub, services... seems everythings ok... the problem persist.
I paste config of one hub and one leaf and services.
Can someone help me?
Services.conf http://pastebin.com/0ZGsdZLZ
Hub config http://pastebin.com/9Cx5SXPv
Leaf config http://pastebin.com/b4hLZULX

Thanks a lot!!!
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Max sendq excedeed between hub and leaf

Post by katsklaw »

ServerName "Services.Myserver.Net"

hub:

ulines {
Services.myserver.org.Net;
NeoStats.myserver.org.Eu;
};

Leaf:

ulines {
Services.myserver.org;
NeoStats.myserver.org;
};

Once again, U:Lines *MUST* match exactly and are case sensitive.
RoTT
Posts: 5
Joined: Sun Oct 03, 2010 11:35 pm

Re: Max sendq excedeed between hub and leaf

Post by RoTT »

Hello, thanks.
I change everything in that config file because there was ips and name of my network and i don't want to do spam.
I assicure you that everythings is egual, uline are ok!
The only problem that i can see in log file of neostats is:

(06/10/2010[12:59:46]) ERROR NeoStats - LinemodeSock Error: 32 (Connection reset by peer)
(06/10/2010[12:59:46]) CRITICAL NeoStats - Error from IRCd Socket: Connection reset by peer
(06/10/2010[12:59:46]) CRITICAL NeoStats - Exiting due to error
I don't understand, port of neostats and unreal is ok...
If you want, i can send you via email my config file.
My network have 5 year and neveer this problem... from 4 days, after a floodder attack, we change somethings, as ban mask and except mask... after that... we cannot solve this problem... are 5 days that i crazy for this,
Please help me!!!
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Max sendq excedeed between hub and leaf

Post by katsklaw »

I can't help you further, you are hiding required information.
RoTT
Posts: 5
Joined: Sun Oct 03, 2010 11:35 pm

Re: Max sendq excedeed between hub and leaf

Post by RoTT »

Hello,
can i send config via email or in other mode?
Post Reply