Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Unable to oper up (Access denied)  (Read 2332 times)

0 Members and 1 Guest are viewing this topic.

Jed

  • Anope User
  • Offline Offline
  • Posts: 2
Unable to oper up (Access denied)
« on: July 06, 2023, 09:20:28 AM »

Hi

recently set up my IRC with unralircd and the new Anope branch.

So far everthing works fine according chanserv and nickserv.

However i'm unable to oper up my user as I wanted to add a Bot

Always says Access denied no matter what command I give to os

As far as I understand everything is alright so maybe its only a short thing, but I'm unable to find it.

Would be glad if anyone could have a look.

unrealircd.conf:
Quote
oper XYZ {
   class opers;
   mask *;
   password "mypass";
   /* Oper permissions are defined in an 'operclass' block.
    * See https://www.unrealircd.org/docs/Operclass_block
    * UnrealIRCd ships with a number of default blocks, see
    * the article for a full list. We choose 'netadmin' here.
    */
   operclass XYZ;
   swhois "is a Administrator";
   vhost irc.my-irc.de;
}
 and at the end:
/* Admin Server Block */
operclass XYZ {
   permissions {
      chat;
      channel { operonly; see; override { flood; } }
      client;
      immune;
      self { getbaddcc; opermodes; set; }
      server { opermotd; info; close; module; dns; rehash;
               remote; description; addmotd;
               addomotd; tsctl { view; } }
      route;
      kill;
      server-ban;
   }
}

operclass XYZ-override {
   parent admin;
   permissions {
      channel { operonly; see; override; }
      self { getbaddcc; opermodes; set; unkickablemode; }
   }
}

rest is pretty standard.

anope, services.conf:
Quote
oper
{
   /* The nickname of this services oper */
   name = "XYZ"

   /* The opertype this person will have */
   type = "Services Administrator"

   /* If set, the user must be an oper on the IRCd to gain their Services
    * oper privileges.
    */
   require_oper = yes

   /* An optional password. If defined, the user must login using "/OPERSERV LOGIN" first */
   #password = "mypass"

   /* An optional SSL fingerprint. If defined, it's required to be able to use this opertype. */
   #certfp = "ed3383b3f7d74e89433ddaa4a6e5b2d7"

   /* An optional list of user@host masks. If defined the user must be connected from one of them */
   #host = "*@*.anope.org ident@*"

   /* An optional vHost to set on users who identify for this oper block.
    * This will override HostServ vHosts, and may not be available on all IRCds
    */
   #vhost = "oper.mynet"
}


Yes, XYZ is a registered nick.

Could provide full .conf files if needed.

Any help would be appreciated ;)
Thnk you.

Logged

Zemra

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: Unable to oper up (Access denied)
« Reply #1 on: July 16, 2023, 09:16:26 AM »

show output of /ns info yournick and /os oper list
Logged

Jed

  • Anope User
  • Offline Offline
  • Posts: 2
Re: Unable to oper up (Access denied)
« Reply #2 on: July 17, 2023, 04:05:35 PM »

info mynick shows:

Quote
-NickServ- XYZ is ...
-
-NickServ- XYZ is a Services Operator of type Services Administrator.
-
-NickServ-           Account: XYZ
-
-NickServ-       Online from: myip
-
-NickServ-       Online from: myip
-
-NickServ-        Registered: Jun 13 18:47:51 2023 Mitteleuropäische Sommerzeit (33 days, 22 hours, 12 minutes ago)
-
-NickServ- Last quit message: Connection closed
-
-NickServ-     Email address: mymail
-
-NickServ-           Options: Private, Protection, Security, Auto-op

oper list shows:

acces denied
respectively.
Logged
Pages: [1]   Go Up