Page 1 of 1

Services Admin Problem

Posted: Sun Nov 14, 2004 8:06 am
by madman
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

Posted: Sun Nov 14, 2004 10:22 am
by Dukat
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)

Posted: Sun Nov 14, 2004 6:58 pm
by codemastr
When OperServ says "services admin" it usually means the admin list stored in services, not the flag in unrealircd.conf.

Posted: Sun Nov 14, 2004 9:43 pm
by madman
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.

Posted: Sun Nov 14, 2004 10:07 pm
by katsklaw
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

Posted: Mon Nov 15, 2004 6:00 am
by madman
I found out, I just didn't post because I had to go when I found out, thanks anyway katsklaw.

~madman