Max SendQ limit exceeded (Denora)

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
OpEn
Posts: 12
Joined: Fri Jan 26, 2007 11:43 pm

Max SendQ limit exceeded (Denora)

Post by OpEn »

Dear Helpers
I had problem with stats server (Denora).
As soon as i linked my 3rd server Denora just :
[16:48:08] -irc.mynet.net- *** Notice -- Max SendQ limit exceeded for stats.mynet.net[127.0.0.1]: 1000035 > 1000000
[16:48:08] -irc.mynet.net- *** Global -- Closing link: Max SendQ exceeded - stats.mynet.net[127.0.0.1]

* Quits: &Denora ([email protected])
How could i fix this problem because i really want Denora back to keep stats.
Denora is running from my main server (Hub).

In my unrealIRCD.conf :
class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
};
Do i have to change anything in the unrealIRCD.conf ? when i linked my 3rd server.

Thank you in advance.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Basically you didnt put your stats server name in the ulines block.

Note that services and stats servers must be ulined on ALL servers, not just the one they directly link to.
OpEn
Posts: 12
Joined: Fri Jan 26, 2007 11:43 pm

Post by OpEn »

Thank you so much Jobe1986 for your help.

Only stats server and services that need to be included in all servers unline ?
how about servers themself .....for example need to include server1 in server2 unline , server2 in server1 unline on and on... ?

Thank you in advance.
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

Try to READ manual...
The ulines block lets you define certain servers as having extra abilities. This should only be used for servers such as services and stats. This should not be set for a normal server. Each entry is the name of the server which will receive the extra abilities.
Locked