Services Admin Problem

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
madman
Posts: 34
Joined: Thu Nov 04, 2004 7:55 am

Services Admin Problem

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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)
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

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 »

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 »

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 »

I found out, I just didn't post because I had to go when I found out, thanks anyway katsklaw.

~madman
Locked