Page 1 of 1

Unreal and IRCServer

Posted: Wed Sep 29, 2004 1:54 am
by Glico
When i try to run the IRCservices it shows:

Initialization successful, starting IRC Services.

At the log:

[Sep 28 22:50:49.748955 2004] Read error from server: Connection aborted

does anyone knows why ?

Posted: Wed Sep 29, 2004 7:33 am
by Ron2K
Sounds like a linking problem. Check your IRCd log and your status window for any messages from the IRCd side.

Posted: Wed Sep 29, 2004 8:58 am
by Glico
Ron2K wrote:Sounds like a linking problem. Check your IRCd log and your status window for any messages from the IRCd side.
there is nothing in ircd's log just a client connect

My Link Block:

Code: Select all

link            services.glico.ath.cx
{
	username	*;
	hostname 	127.0.0.1;
	bind-ip 	127.0.0.1;
	port 		*;
	hub             *;
	password-connect "****";
	password-receive "****";
	class           servers;
}

Posted: Wed Sep 29, 2004 11:57 am
by w00t
He meant to connect to the ircd, oper up, and watch the status window of your client as you try to start services up.

Posted: Wed Sep 29, 2004 3:51 pm
by WilliamWIkked
why is the port * ?

Does that work?

Posted: Wed Sep 29, 2004 3:59 pm
by aquanight
Port only matters when the IRCd makes an outgoing connection. It doesn't so, the port doesn't matter :P .

Posted: Wed Sep 29, 2004 5:23 pm
by Glico
w00t wrote:He meant to connect to the ircd, oper up, and watch the status window of your client as you try to start services up.
Here's the result:

Code: Select all

-glico.ath.cx- *** LocOps -- Link denied for services.glico.ath.cx([email protected]) (No link block named 'services.glico.ath.cx') [@127.0.0.1.3249]

PS: I've made it ...

Hum its embarassing but, the line block was commented, in unreal default configuration file, so i just uncommented and done :evil:

sorry by the bad english

Posted: Wed Sep 29, 2004 11:39 pm
by WilliamWIkked
Don't worry I recently had the same problem. :)