Problem with maximum users and service-links
Posted: Wed Mar 16, 2005 2:57 pm
Hey all,
I hope someone can help me here.
I'm in an organisation of LAN party's. At our events we use UnrealIRCD as IRC Server.
Now here's the problem. The last time i've used an config with 1 irc server linked to anope services on the same host (127.0.0.1). The config I used can be found here: http://hugo.linuxbak.nl/unrealconfig_services.conf
The problem when using this, was, that after a few hundred clients (like 300-400) were connected, the IRC server was randomly no longer accepting connections. There seemed no static maximum number. The only way I got it solved was to remove the services link, and the corresponding clients block:
I use "ulimit -n 2048" to allow more open files
Another previous event, I used 2 IRC servers linked to each other, with exact the same problem. The workaround there was to switch to a single IRC server.
All the time I've used the newest available server version. My systems runs with a recent 2.4 kernel on Debian Woody (stable).
As you might can understand, it is hard for me to test configurations, so maybe someone can point me to the problem. It's probably just me making some dumb mistake somewhere, I just can't see where :) I also searched this forum, but couldn't find this exact problem somewhere.
I hope someone can help me here.
I'm in an organisation of LAN party's. At our events we use UnrealIRCD as IRC Server.
Now here's the problem. The last time i've used an config with 1 irc server linked to anope services on the same host (127.0.0.1). The config I used can be found here: http://hugo.linuxbak.nl/unrealconfig_services.conf
The problem when using this, was, that after a few hundred clients (like 300-400) were connected, the IRC server was randomly no longer accepting connections. There seemed no static maximum number. The only way I got it solved was to remove the services link, and the corresponding clients block:
Code: Select all
allow {
ip *@127.0.0.1;
hostname *;
class servers;
};
Another previous event, I used 2 IRC servers linked to each other, with exact the same problem. The workaround there was to switch to a single IRC server.
All the time I've used the newest available server version. My systems runs with a recent 2.4 kernel on Debian Woody (stable).
As you might can understand, it is hard for me to test configurations, so maybe someone can point me to the problem. It's probably just me making some dumb mistake somewhere, I just can't see where :) I also searched this forum, but couldn't find this exact problem somewhere.