Services Down ?

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Hijack
Posts: 5
Joined: Wed Nov 16, 2005 4:19 pm

Services Down ?

Post 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.
Syzop
UnrealIRCd head coder
Posts: 2181
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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'?
Hijack
Posts: 5
Joined: Wed Nov 16, 2005 4:19 pm

Post by Hijack »

/map shows this:
gamerzone.sytes.net (1) 1
`-gamerzone.services (0)

/stats S shows services-server: gamerzone.services
Syzop
UnrealIRCd head coder
Posts: 2181
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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.
Hijack
Posts: 5
Joined: Wed Nov 16, 2005 4:19 pm

Post 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.
Hijack
Posts: 5
Joined: Wed Nov 16, 2005 4:19 pm

Post by Hijack »

With IRCServices all works good ;/
Hijack
Posts: 5
Joined: Wed Nov 16, 2005 4:19 pm

Post 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. :)
Locked