services not working?!

These are old archives. They are kept for historic purposes only.
Post Reply
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

services not working?!

Post by mematrix »

ok, well i started my IRCd, and everytime i try to use a service i get an error like this:
[20:11:01] •›› OperServ Services are currently down. Please try again later.

what should i do? :?: :?
Josh
Posts: 19
Joined: Wed May 19, 2004 3:39 pm
Location: New York, U.S.

Post by Josh »

Josh @ irc-chat [url=irc://irc.irc-chat.net/NeoStats]#NeoStats[/url]
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

Post by mematrix »

aye, that would work, but i don't have a domain, i'm running it off of a DNS :?
Josh
Posts: 19
Joined: Wed May 19, 2004 3:39 pm
Location: New York, U.S.

Post by Josh »

Use irc.services as a link name etc. Or register for a free dns domain; http://www.dyndns.org/, http://www.no-ip.com/.
Josh @ irc-chat [url=irc://irc.irc-chat.net/NeoStats]#NeoStats[/url]
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

mematrix wrote:aye, that would work, but i don't have a domain, i'm running it off of a DNS :?
The services server name shouldn't resolve to anything. So that's not an issue.
-- codemastr
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

Post by mematrix »

Josh wrote:Use irc.services as a link name etc. Or register for a free dns domain; http://www.dyndns.org/, http://www.no-ip.com/.
aye, that's where i got the DNS from, i have clients connect to mematrix.ath.cx.
The services server name shouldn't resolve to anything. So that's not an issue.
i tried just placing mematrix.ath.cx, but it still gave me the error
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

You don't put your *SERVER* name in services-server. You put the name of the server that services link in as :P (the same as what you put in ulines).
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

Post by mematrix »

um, i'm not sure i understand, this is what i have for ulines:

Code: Select all

ulines {
	mematrix.ath.cx;
	mematrix.ath.cx;
};
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

I think you need to do some reading. You seem to have *no* clue what you're doing.
-- codemastr
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

Post by mematrix »

you're right, i basicly have no clue because this is my first time running an IRCd. i got my IRCd running but services aren't working, so i came and asked help; i guess that's too much for you...
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

Post by mematrix »

ok, so i did go back and re-read the FAQs. it says that there are no services that come with Unreal IRCd, does that mean Chanserv and Nickserv also? if so, then why is it in the .conf file?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Nickserv and Chanserv are provided by services.
And it's in the example conf file because most people use services.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

mematrix wrote:you're right, i basicly have no clue because this is my first time running an IRCd. i got my IRCd running but services aren't working, so i came and asked help; i guess that's too much for you...
Ok, first, how about you quit with the attitude? I'm not the one who neglected all the documentation on services, nor am I the one who posted this in the incorrect forum (there is a forum specifically for services).

Now, services are a completely separate program. If you want ChanServ, NickServ, etc., then you'll need to install such a program.
-- codemastr
Post Reply