Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: Movian on July 10, 2007, 02:07:26 PM

Title: Problems when assigning bot to channells
Post by: Movian on July 10, 2007, 02:07:26 PM
Hey i did a quick search and couldn't find a solution to this although i have found some possible causes. However i don't know enugh about the way anope / unrealircd works to fix them :S and wanderd if you guys could help

anope and unrealircd apear to be working fine. untill i assign a bot to a channell. At which point everything slowly grinds to a halt and i get the error message

irc.sanitarium.fm- *** Global -- Closing link: Buffer allocation error - services.sanitarium.fm[127.0.0.1]
-
-irc.sanitarium.fm- *** Notice -- *** TROUBLE: buffer allocation error! Increase BUFFERPOOL! ***

now i know u guys say to check the u lines however we are using the newer format as mentioned in the install document
the link section is as follows

link services.sanitarium.fm
{
                username                *;
                hostname                127.0.0.1;
                bind-ip                      *;
                port                          6667;
                hub                           *;
                password-connect  "Mypassword";
                password-recieve   "Mypassword";
                class                         servers;
}'
set {timesynch {enables no; }; };



as mentioned if i don't assign a bot to a channell services run absolutly fine its only once this is done that it slows down disconnects and the service hangs ...

any help is apriciated.
Title:
Post by: ben on July 10, 2007, 08:20:13 PM
make sure the link block is right
and the services.conf is setup for your server

http://forum.anope.org/viewthread.php?tid=1267 <-- how do that right :[
Title:
Post by: Jobe on July 10, 2007, 08:54:12 PM
Most probably ulines if anything IRCd side.

If the link block was wrong services wouldnt connect to begin with.