Page 1 of 1

services.conf: ServicesRoot missing

Posted: Sun Nov 21, 2004 9:08 pm
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)

Posted: Sun Nov 21, 2004 9:10 pm
by Dukat
You have to specify a ServicesRoot in your services.conf file... I'm sure it's mentioned in the example.conf...

Posted: Sun Nov 21, 2004 9:23 pm
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"

Posted: Sun Nov 21, 2004 9:52 pm
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...

Posted: Sun Nov 21, 2004 10:15 pm
by katsklaw
did you rename your example.conf to services.conf?

Posted: Mon Nov 22, 2004 4:08 am
by Jae30001
lol, yes i sure did...

Posted: Tue Nov 23, 2004 7:14 am
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 ..

Posted: Tue Nov 23, 2004 9:20 am
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.

Posted: Wed Nov 24, 2004 3:49 am
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/