Page 1 of 1

services

Posted: Sat Oct 09, 2004 12:53 am
by vakou
NickServ Services are currently down. Please try again later.
also chanservices
what i have to edir in the conf file

please let me know
thanks

Posted: Sat Oct 09, 2004 1:17 am
by katsklaw
first insure that services is currently running.

Then find the services conf file for your services.

eg if you use anope you should see anope.conf

then in your unrealircd.conf put

Code: Select all

include "aliases/anope.conf";
don't forget to /rehash.

Posted: Sat Oct 09, 2004 8:10 am
by Dukat
vakou, you didn't read the FAQ...
http://www.vulnscan.org/UnrealIrcd/faq/#52

It is required that you read the FAQ BEFORE posting here in the forums.

Posted: Sat Oct 09, 2004 10:16 am
by vakou
ok thanks for the info i download and compile anope services
the thing now is where exactly i will put them on my unrealircd.conf

can anyone help me
did i have to create a new block for service
please let me know first time to try unrealircd

thanks

Posted: Sat Oct 09, 2004 10:28 am
by AngryWolf
Basically all you have to do is configure Anope and put a link block into unrealircd.conf that makes it so Anope can connect to Unreal. Ever heard of the "docs" directory of Anope and the example configuration? Almost everything is documented there. Some more help we can provide you with:

Ronk2k's howto about linking Services
My example link block for Services

I know it takes a long time to make a good configuration, so be patient and, of course, the docs and FAQs can help you a lot.

Additionally, if you wish to ask for help specifically about Anope, please use the Services forum, because that's the right place for such questions.

Posted: Sun Oct 10, 2004 7:29 pm
by vakou
is there a way that i can find somewhere a ready unrealircd.comf
except the example.conf so i will understand better how i can link the services and maybe more things?

Posted: Sun Oct 10, 2004 11:35 pm
by katsklaw
no, understanding the unrealircd.conf file is required if you wish to succeed as a server admin. The understanding of the conf files goes for all IRCd's not just Unreal.

The links that AngryWolf posted are as simple as it gets.

Posted: Mon Oct 11, 2004 4:01 pm
by Solutech
Running an irc server requires you to know what to do . Otherwise when a problem crops up you cant sort it out .

Follow the posted links to learn how to link up services . Read all the faqs , docs etc and get to know your server .

Once you have a grounding in how it all is configured and how it works you will find you can sort out 99% of problems yourself .

I had to learn from scratch myself . It took me about 2 weeks of reading and tinkering to get my server running how I wanted it.

Now messing about in the .conf is like second nature . Everyone here is willing to help you understand the server but we wont do the legwork for you .

You get much more out of Unreal by doing it yourself . Once its up you can look at it and say "I did that" gave me a real sense of achievement as when I started reading into the docs I thought thats it Im screwed I'll never get this to work .

Posted: Sun Nov 21, 2004 8:20 pm
by Jae30001
First post:

I have tried that, FAq, and did no help

Code: Select all

Services are currently down. Please try again later.
CONNECT Not enough parameters
is what i see when i type /ns asdasd or /connect like i was directed.

Im pretty sure i have everything corrent, and i have alias/anope.conf included. On the link o took out SSL.. i felt no need for it, so it leave this

Code: Select all

link            services.jae.net
{
	username	*;
	hostname 	127.0.0.1;
	bind-ip 	*;
	port 		6667;
	hub             *;
	password-connect "xxxxxxx";
	password-receive "xxxxxxx";
	class           servers;
		options {
			zip;
		};
};

Code: Select all

RemoteServer    localhost 6667 "xxxxxxxx"
ServerDesc  "Services for IRC Networks"
ServiceUser "[email protected]"
Any quick notes for me?

Posted: Sun Nov 21, 2004 9:03 pm
by Dukat
Yeah, read the Howto on linking servers:
http://forums.unrealircd.com/viewtopic.php?t=329

(Especially the part about services...)

Every problem you have is because you did not follow this guide.

Posted: Sun Nov 21, 2004 9:07 pm
by Jae30001
WEll, i had same problem i seemed to got that but i checked the log, and it says

Code: Select all

services.conf: ServicesRoot missing

Posted: Sun Nov 21, 2004 9:09 pm
by Dukat
Well then you should probably add this statement to your services.conf :P