services

These are old archives. They are kept for historic purposes only.
Post Reply
vakou
Posts: 3
Joined: Sat Oct 09, 2004 12:29 am

services

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post 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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.
vakou
Posts: 3
Joined: Sat Oct 09, 2004 12:29 am

Post 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
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
vakou
Posts: 3
Joined: Sat Oct 09, 2004 12:29 am

Post 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?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post 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.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post 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 .
Jae30001
Posts: 5
Joined: Sun Nov 21, 2004 7:46 pm

Post 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?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.
Jae30001
Posts: 5
Joined: Sun Nov 21, 2004 7:46 pm

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Well then you should probably add this statement to your services.conf :P
Post Reply