Page 1 of 1

UnrealIRCd 5.0.1 + Anope 2.0.9 -OperServ- No oper block for your nick.

Posted: Fri Apr 02, 2021 12:59 pm
by nicop
Hello
I have checked the various forum posts but cannot understand the error.

UnrealIRCd:

Code: Select all

oper nico {
	class opers;
	mask *@"My IP"
         password "My PASSWORD";
	/* 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 netadmin;
	swhois "is a Network Administrator";
Anope:

Code: Select all

oper
{
	/* The nickname of this services oper */
	name = "nico"

Whois and MODE:

Code: Select all

* [nico] is an IRC Operator (nico) [netadmin]
* [nico] is using a Secure Connection
* [nico] is using an IP with a reputation score of 438
* [nico] is a Network Administrator

Code: Select all

* +iowrsxzt
* +kcfvGqSsob :Server notice mask
I did the rehash from shell and reload from services

I can't understand the problem..

Thanks in advance

Re: UnrealIRCd 5.0.1 + Anope 2.0.9 -OperServ- No oper block for your nick.

Posted: Mon Apr 05, 2021 1:51 am
by Lord255
hi nicop!
it would be nice if you could copy paste all your oper block from anope. (of course without pw.)
but anyway..

the way the process should go:
1, connect to server
2, nickserv auth (cmd: /ns identify <nickservpw>)
3, oper up (ircd side - cmd: /oper <ircdopername> <ircoperpw>)
4, login to operserv (/os login <operservpw>)

see: https://github.com/anope/anope/blob/948 ... #L894-L920


for debug:
- after auth to ns do a "/ns status nico" - what number you get back?
- make sure you uncommented the followings: oper; name; password, but the rest is just commented out. (see link few lines above.)