Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ircd: Too many user connections (local)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
palantir
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2003
Posts: 142
Location: Trento, Italia

PostPosted: Sun Apr 18, 2004 4:06 pm    Post subject: ircd: Too many user connections (local) Reply with quote

I need to setup a local IRC server for testing purposes, to which I will be the only one to connect with multiple clients from the same machine. I have made the basic setup, and the server is up and running, but it will let me make only one connection from my machine. The first client connects normally, the second one gets:

Code:

[17:57] [Info] Looking for server localhost ...
[17:57] [Info] Server found, connecting ...
[17:57] [Info] Connected! Logging in ...
[17:57] [Error] Connection to Server localhost lost. Trying to reconnect.
[17:57] [error] Closing Link: Palantir[unknown@piastrella.science.unitn.it]
(Too many user connections (local))


Can someone help, please?
Back to top
View user's profile Send private message
serg_sk
Guru
Guru


Joined: 10 Jul 2004
Posts: 315
Location: Ukraine

PostPosted: Thu Feb 17, 2005 7:41 pm    Post subject: Re: ircd: Too many user connections (local) Reply with quote

palantir wrote:
I need to setup a local IRC server for testing purposes, to which I will be the only one to connect with multiple clients from the same machine. I have made the basic setup, and the server is up and running, but it will let me make only one connection from my machine. The first client connects normally, the second one gets:

Code:

[17:57] [Info] Looking for server localhost ...
[17:57] [Info] Server found, connecting ...
[17:57] [Info] Connected! Logging in ...
[17:57] [Error] Connection to Server localhost lost. Trying to reconnect.
[17:57] [error] Closing Link: Palantir[unknown@piastrella.science.unitn.it]
(Too many user connections (local))


Can someone help, please?

I have same problem but not only local. When i connect owen internet same trouble. How fix it?

P.S. Sorru for bad English
_________________
Sorry for my bad englilsh. :)
irc.freenode.net #fluxbox-ru - Fluxbox russian speaking channel.
Back to top
View user's profile Send private message
dik
n00b
n00b


Joined: 19 Jul 2003
Posts: 69
Location: London

PostPosted: Thu Feb 17, 2005 8:04 pm    Post subject: Reply with quote

Have you made sure your I/Y:lines are set correctly?

You've probably got it set too low, well...thats what It seems like from the description of your error.

What IRCD are you trying to use?
_________________
Linux veritas 2.6.11-gentoo-r8 #4 Tue Jan 11 21:36:48 GMT 2005 i686 AMD Athlon(tm) XP 1800+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
serg_sk
Guru
Guru


Joined: 10 Jul 2004
Posts: 315
Location: Ukraine

PostPosted: Fri Feb 18, 2005 12:24 pm    Post subject: Reply with quote

dik wrote:
Have you made sure your I/Y:lines are set correctly?

You've probably got it set too low, well...thats what It seems like from the description of your error.

What IRCD are you trying to use?

I use irc-server :)

Here is my ircd.conf
Code:
M:Elvenhome:127.0.0.1:RDM IRC Server:6660
A:Generic Internet Access:Admin John Doe:jdoe@generic.com
Y:10:90:0:10:500000
Y:1:90:0:500:100000::5
Y:2:90:0:1000:100000:12:50
I:*@*::*@*::2
O:*@Elvenhome:lalala:serg_sk:OaARD:1
Q::Reserved for services:*NickServ*
Q::Reserved for services:*MemoServ*
Q::Reserved for services:*OperServ*
Q::Reserved for services:*HelpServ*
Q::Reserved for services:*StatServ*
Q::Reserved for services:*RootServ*
Q::Reserved for services:*BotServ*
Q::Reserved for services:*OpmServ*
Q::Reserved for services:*SeenServ*
Q::Reserved for services:*IrcIIHelp*
Q::Reserved for services:*Global*
Q::Reserved for services:*DevNull*
Q::Reserved for services:*WeNet*
P:*:localhost:CP1251:6667
P:*:localhost:TRANSLIT:6668
P:*:localhost:KOI8-F:6669
P:*:localhost:KOI8-R:6670
P:*:localhost:CP866:6671
P:*:localhost:ISO8859-5:6672
B:CP1251:cp1251.cp:win:B
B:TRANSLIT:translit.cp
B:KOI8-F:koi8-f.cp:koi,koi8,unix
B:KOI8-R:koi8-r.cp
B:CP866:cp866.cp:dos
B:ISO8859-5:iso8859-5.cp:iso


I was smoking some configs, but now i have another trouble. Server could not accept more then one connection by one ip-adress.
_________________
Sorry for my bad englilsh. :)
irc.freenode.net #fluxbox-ru - Fluxbox russian speaking channel.
Back to top
View user's profile Send private message
dik
n00b
n00b


Joined: 19 Jul 2003
Posts: 69
Location: London

PostPosted: Fri Feb 18, 2005 4:06 pm    Post subject: Reply with quote

I dont have any experience using irc-server IRCD, never even heard of it in fact.

I'd suggest having a look at your

Code:
Y:10:90:0:10:500000
Y:1:90:0:500:100000::5
Y:2:90:0:1000:100000:12:50
I:*@*::*@*::2


Im sure thats where you're going to find the fix to your problem.

Alternatively, use an IRCD with better documentation ;)

Shameless unrealircd plug. http://www.unrealircd.com

spose you could just 'emerge unrealircd' too
_________________
Linux veritas 2.6.11-gentoo-r8 #4 Tue Jan 11 21:36:48 GMT 2005 i686 AMD Athlon(tm) XP 1800+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
serg_sk
Guru
Guru


Joined: 10 Jul 2004
Posts: 315
Location: Ukraine

PostPosted: Fri Feb 18, 2005 7:16 pm    Post subject: Reply with quote

dik wrote:
I dont have any experience using irc-server IRCD, never even heard of it in fact.

I'd suggest having a look at your

Code:
Y:10:90:0:10:500000
Y:1:90:0:500:100000::5
Y:2:90:0:1000:100000:12:50
I:*@*::*@*::2


Im sure thats where you're going to find the fix to your problem.

Alternatively, use an IRCD with better documentation ;)

Shameless unrealircd plug. http://www.unrealircd.com

spose you could just 'emerge unrealircd' too


Edit ircd.conf as you said.
Here irc-server say when i ry to connect to him twise
Code:
* Closing Link: serg_sk[unknown@Elvenhome] (Too many user connections (local))
* Disconnected

_________________
Sorry for my bad englilsh. :)
irc.freenode.net #fluxbox-ru - Fluxbox russian speaking channel.
Back to top
View user's profile Send private message
serg_sk
Guru
Guru


Joined: 10 Jul 2004
Posts: 315
Location: Ukraine

PostPosted: Sun Feb 20, 2005 7:01 pm    Post subject: Reply with quote

Help, people. Save my life =)
_________________
Sorry for my bad englilsh. :)
irc.freenode.net #fluxbox-ru - Fluxbox russian speaking channel.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum