Nick and Chan Services?!

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

Platinum
Posts: 21
Joined: Tue Mar 09, 2004 9:50 pm
Location: Netherlands
Contact:

Nick and Chan Services?!

Post by Platinum »

hi first of all GUYS the IRCd ownz! nice job!

secund i have problem i hope someone can help me...

i want to run nick,chan and other services when i do /nickserv help i get

Services are currently down. Please try again later.

please tell me how to turn it ON..

thx in advance and keep up good work!
Plat
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

You have to download a service package like Auspice or Epona. Then install it, edit the configuration for the services, then add a link block to unrealircd.conf for the services, then run the services daemon. You should see something like:

--my.irc.net-- *** LocOps - Link services.irc.net (127.0.0.1) established.
--my.irc.net-- *** LocOps - Link services.irc.net (127.0.0.1) is now synched.

You might also see UnrealIRCd complaining about protocol versions. Also, some services (like Epona) don't support the End-Of-Synch command used by UnrealIRCd to notify of a completely successful uplink, in which case you won't see the "is now synched" message, but the services will still be there.

To enable /nickserv blah, you need to include one of the aliases files appropriate to the services you are running.

This is because most newer service daemons run as psuedo-servers. Thus, to make them work properly, you need a C:Line, N:Line, H:Line, and U:Line for the services. (In UnrealIRCd, this is the link and ulines block. !!! Remeber the "link::hub *;" directive or OperServ JUPE will cause UnrealIRCd to drop the link !!!)
Platinum
Posts: 21
Joined: Tue Mar 09, 2004 9:50 pm
Location: Netherlands
Contact:

Post by Platinum »

thx u very much m8!

i will tray that
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

In the future, please try and post things in the appropriate forum. This is clearly a services question.
-- codemastr
ctn|chrisw
Posts: 25
Joined: Wed Mar 10, 2004 9:24 am

Post by ctn|chrisw »

Epona is no longer in developement. It was taken over by anope. I used anope and love it. You can get it at http://www.anope.org
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

ctn|chrisw wrote:Epona is no longer in developement. It was taken over by anope. I used anope and love it. You can get it at http://www.anope.org
Anope doesn't run on Windows.
Sjef
Posts: 11
Joined: Wed Mar 10, 2004 10:12 am
Location: Mijnstreek Oost
Contact:

Post by Sjef »

aquanight wrote:
ctn|chrisw wrote:Epona is no longer in developement. It was taken over by anope. I used anope and love it. You can get it at http://www.anope.org
Anope doesn't run on Windows.
There's an Anope ported to Wincrap.

http://www.wircds.net
Platinum
Posts: 21
Joined: Tue Mar 09, 2004 9:50 pm
Location: Netherlands
Contact:

Post by Platinum »

Hi guys thx for fast respons

i downloaded AlterServ services and i get error like :

*** LocOps -- Link denied for services.test.ath.cx([email protected]) (No link block named 'services.test.ath.cx') [@xxx.xx.xx.xx.3660]

whats the probleem?!

thx in advance!
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Add to unrealircd.conf:

Code: Select all

link services.test.ath.cx {
user *;
host *;
bind-ip "127.0.0.1";
hub *; # OperServ JUPE will NOT work without!
pass-connect "blah";
pass-receive "blah";
};

ulines {
"services.test.ath.cx";
};
Modify blocks as necessary.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Sjef wrote:There's an Anope ported to Wincrap.
The only problem I have with services is that I have to start them manually. On Windows XP Pro, this is very irritating, because I have to put them in Startup and basically log in before they'll run.

That's why I'm going to write my own services (based on Epona, since I can't seem to d/l Anope right now) which will run as an NT Service (i.e. in the background).
Platinum
Posts: 21
Joined: Tue Mar 09, 2004 9:50 pm
Location: Netherlands
Contact:

Post by Platinum »

yes working nice now! thx alot guys!!!
penna
Posts: 12
Joined: Tue Mar 09, 2004 5:50 am
Location: Germany

Post by penna »

aquanight there is no need to use firedaemons they can run any program as a service
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Will it properly shutdown the service (SIGTERM, etc), or does it just terminate the thing in the middle of a DB Save?
Ron2K

Post by Ron2K »

Just do what I do - try it and see. (I'll try it out this evening and let you know what the results are tomorrow morning.)
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Services

Post by jewles »

Hmmm... What a waste of 5 mins of reading. Unreal doesn't support services... sorry you all have to face fact.
Locked