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
madman
Posts: 34 Joined: Thu Nov 04, 2004 7:55 am
Post
by madman » Sun Nov 14, 2004 8:06 am
Im having a problem with my services. Everything I try to do admin wise it wont let me. Example, setting a vhost is limited to service-admins which i am, but it still wont let me, it just says: Access Denied. Any help is appreciated:
Code: Select all
oper madman {
class clients;
from {
userhost *@*;
};
password "****";
flags
{
services-admin;
can_restart;
netadmin;
};
};
~madman
Dukat
Posts: 1083 Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland
Post
by Dukat » Sun Nov 14, 2004 10:22 am
Did you /identify to nickserv?
(Oh, btw: You don't need the services-admin flag in your oper block, it's included in the netadmin flag)
codemastr
Former UnrealIRCd head coder
Posts: 811 Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:
Post
by codemastr » Sun Nov 14, 2004 6:58 pm
When OperServ says "services admin" it usually means the admin list stored in services, not the flag in unrealircd.conf.
-- codemastr
madman
Posts: 34 Joined: Thu Nov 04, 2004 7:55 am
Post
by madman » Sun Nov 14, 2004 9:43 pm
How do i get to the admin list?
EDIT: I tried /operserv admin add madman and i still got access denied.'
I figured I have to add my self as a root admin, but I have no idea how.
katsklaw
Posts: 1124 Joined: Sun Apr 18, 2004 5:06 pm
Contact:
Post
by katsklaw » Sun Nov 14, 2004 10:07 pm
madman wrote: How do i get to the admin list?
EDIT: I tried /operserv admin add madman and i still got access denied.'
I figured I have to add my self as a root admin, but I have no idea how.
read your services.conf file
madman
Posts: 34 Joined: Thu Nov 04, 2004 7:55 am
Post
by madman » Mon Nov 15, 2004 6:00 am
I found out, I just didn't post because I had to go when I found out, thanks anyway katsklaw.
~madman