services.conf: ServicesRoot missing

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

services.conf: ServicesRoot missing

Post by Jae30001 »

I had a problem when i typed, /ns asdasd it said services currently down

Well i checked my ANOPE logs, and it said the following

Code: Select all

services.conf: ServicesRoot missing

(IM running fat32)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You have to specify a ServicesRoot in your services.conf file... I'm sure it's mentioned in the example.conf...
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

from example.conf

Code: Select all

# ServicesRoot <nicks>  [REQUIRED]
#    Specifies the Services "super-users".  The super-users, or "roots" as in
#    Unix terminology, are the only users who can add or delete Services
#    admins.
#
#    You can specify more than one nick by separating each one by a space.
#
#    This is commented out by default; make sure you insert the correct
#    nick before uncommenting it.

#ServicesRoot   "dengel anope"
Jae30001
Posts: 5
Joined: Sun Nov 21, 2004 7:46 pm

Post by Jae30001 »

catually... im running fat32, and the example.conf didnt exactly show me much at all,


Code: Select all

# Example configuration file for Services.  After making the appropriate
# changes to this file, place it in the Services data directory (as
# specified in the "configure" script, default /usr/local/lib/services)
# under the name "services.conf".
WEll /usr/local/lib/services doesnt help if your talking about this but i did find

Code: Select all

# ServicesRoot <nicks>  [REQUIRED]
#    Specifies the Services "super-users".  The super-users, or "roots" as in
#    Unix terminology, are the only users who can add or delete Services
#    admins.
#
#    You can specify more than one nick by separating each one by a space.
#
#    This is commented out by default; make sure you insert the correct
#    nick before uncommenting it.

ServicesRoot   "roots"
and its filled out from my point of view.. so im stumped...
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

did you rename your example.conf to services.conf?
Jae30001
Posts: 5
Joined: Sun Nov 21, 2004 7:46 pm

Post by Jae30001 »

lol, yes i sure did...
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Post by GouroB »

catually... im running fat32, and the example.conf didnt exactly show me much at all
Fat32 in linux or in ur pc ? whatever as u said bout fat32 so if its in win then u might do
# ServicesRoot <nicks> [REQUIRED]
# Specifies the Services "super-users". The super-users, or "roots" as in
# Unix terminology, are the only users who can add or delete Services
# admins.
#
# You can specify more than one nick by separating each one by a space.
#
# This is commented out by default; make sure you insert the correct
# nick before uncommenting it.

ServicesRoot "nick nick"
Just set one or two or as many as u want nicks in the line starts with " ServicesRoot " and dont forget to remove " # " which is in front of the ServicesRoot word .....

good luck ..
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Jae30001 wrote:catually... im running fat32, and the example.conf didnt exactly show me much at all
In case you are editing services.conf and other Linux files under Windows, it's worthy to use a viewer and an editor that actually supports UNIX character encoding, otherwise you really won't see much.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

AngryWolf wrote:
Jae30001 wrote:catually... im running fat32, and the example.conf didnt exactly show me much at all
In case you are editing services.conf and other Linux files under Windows, it's worthy to use a viewer and an editor that actually supports UNIX character encoding, otherwise you really won't see much.
Long live nano! http://www.nano-editor.org/
Locked