Page 1 of 1

Services Down ?

Posted: Wed Nov 16, 2005 4:55 pm
by Hijack
I've linked services and then I'm trying use it it says services are currently down, what's wrong ?

Yes, i have rehashed config.

Here's my config:

unrealircd.conf

Code: Select all

listen         *:6669
{
           options
           {
                         serversonly;
           };
};

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

ulines {
	gamerzone.services;
};

set 
{
services-server 	"gamerzone.services";
};
services.conf

Code: Select all

RemoteServer    localhost 6669 "***"
ServerName  "gamerzone.services"
I didn't get errors or smth, services connecting just fine.

-gamerzone.sytes.net- *** Notice -- (link) Link gamerzone.sytes.net -> gamerzone.services[@127.0.0.1.1150] established
-gamerzone.sytes.net- *** Notice -- Link gamerzone.services -> gamerzone.sytes.net is now synced [secs: 0 recv: 0.560 sent: 0.772][/code]

No errors in logs too.

Posted: Wed Nov 16, 2005 5:12 pm
by Syzop
So (as an oper), services show up in /MAP ? (If not, then services went dead/gone)

What does '/stats S' say? does it indeed say services-server is set to 'gamerzone.services'?

Posted: Wed Nov 16, 2005 5:18 pm
by Hijack
/map shows this:
gamerzone.sytes.net (1) 1
`-gamerzone.services (0)

/stats S shows services-server: gamerzone.services

Posted: Wed Nov 16, 2005 5:23 pm
by Syzop
Hm, and something like '/NS HELP' says services are down?

I don't know then, unless something is horribly wrong with your aliases, but the defaults are fine.

Posted: Wed Nov 16, 2005 5:34 pm
by Hijack
Well I'm sure all is ok with aliases, anyway I'll try to use IRCservices now and then I'll post result.

Posted: Wed Nov 16, 2005 6:55 pm
by Hijack
With IRCServices all works good ;/

Posted: Wed Nov 16, 2005 8:37 pm
by Hijack
I've tryed to download and config services again and now it works, I think it can be MSVCR71.dll problem, cuz first I'm used googled one, and now from Frameworks .NET, it works perfectly now. :)