Anope IRC Services

Anope.org => Anope General => Topic started by: Shane74 on May 30, 2006, 09:27:38 PM

Title: Bot Serv
Post by: Shane74 on May 30, 2006, 09:27:38 PM
Hello, i was wondering if you all could help me out.

i have
›› Anope-1.7.14 (1023) UnrealIRCd 3.2.x - M -- build #2, compiled Mar 27 2006 11:16:02

and
›› Unreal3.2.4. FinWXOoZE [Windows XP Service Pack 2=2307]

I've made bots for the server, but everytime i go to assign one to a room, services crash.

with the error
*** Global -- Closing link: Max SendQ exceeded -

Could you all tell me why, n how to fix it?
Thanks in Advance.
Title:
Post by: katsklaw on May 30, 2006, 09:28:28 PM
fix your ulines
Title:
Post by: Charles Kingsley on May 30, 2006, 09:33:20 PM
And the winner for the quickest response today goes to katsklaw.
Title:
Post by: katsklaw on May 30, 2006, 09:52:58 PM
lol .. I just happened to check at the time the user posted. ;P
Title:
Post by: ich on June 06, 2006, 09:15:32 AM
I have fixed my ulines, but its the same problem :(

My IRC-Status:
(10:10:16) -shell.bw-networx.net- *** Notice -- Max SendQ limit exceeded for services2.bw-networx.net[212.60.234.137]: 3000022 > 3000000
(10:10:16) -shell.bw-networx.net- *** Global -- Closing link: Max SendQ exceeded - services2.bw-networx.net[212.60.234.137]

my logfile has at the end about 1000 times (i mean it really!!!)

[Jun 06 09:52:33 2006] channel: MODE #sut -h for nonexistent user Bulle

and that within 8 seconds!

Now all services crashed.


If you wanna come, the port is 7000!

[Edited on 6-6-2006 by ich]
Title:
Post by: Charles Kingsley on June 06, 2006, 09:47:57 AM
I'm still willing to bet your ulines are wrong somewhere, remember they are case sensitive, and after you alter them, you should restart anope.
Title:
Post by: ich on June 06, 2006, 09:57:37 AM
Here are my ulines:

ulines {
      services2.bw-networx.net;
      plusservices.bw-networx.net;
      };

and here the config:

# ServerName <name>  [REQUIRED]
#     Specifies the IRC server name which Services should use.  May be
#     overridden by the -name command-line option.

ServerName  "services2.bw-networx.net"
Title:
Post by: Charles Kingsley on June 06, 2006, 12:01:28 PM
How many servers do you have?
Title:
Post by: Dave Robson on June 06, 2006, 12:29:57 PM
Max SendQ limit exceeded only happens when your ulines are wrong on more or more servers :/

Try:

/stats U server.name.com

for each server, and make sure there all " services2.bw-networx.net "
Title:
Post by: ich on June 06, 2006, 01:10:10 PM
wait... there is a u-line too much!

ic have just the IRC-Server and the services! :) ill try that...


...YES!

that was the error! :)

thanx for everything!