Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Armadillo on June 25, 2011, 02:21:05 PM

Title: Services crash after using help command at OperServ [SOLVED]
Post by: Armadillo on June 25, 2011, 02:21:05 PM
Hi there,

i compiled 1.9.4 some hours ago on my CentOS 5.6 system.

I wanted to try if the bug, where a user could see all oper commands is now fixed and tried the following command as a normal non registered user:
Code: [Select]
/msg Operserv helpThen Operserv responses:
Quote
notice: OperServ: Access denied.
And after that the services crash:
Quote
LINK: Connection to services.example.org failed with error: Unrecognised or malformed command 'GLOBOPS' -- possibly loaded mismatched modules
My module list:
Quote
notice: OperServ: Current Module list:
›notice: OperServ: Module: inspircd20 [1.9.4 (1)] [Protocol]
›notice: OperServ: Module: enc_md5 [1.9.4 (1)] [Encryption]
›notice: OperServ: Module: enc_none [1.9.4 (1)] [Encryption]
›notice: OperServ: Module: enc_sha1 [1.9.4 (1)] [Encryption]
›notice: OperServ: Module: enc_sha256 [1.9.4 (1)] [Encryption]
›notice: OperServ: Module: enc_old [1.9.4 (1)] [Encryption]
›notice: OperServ: Module: m_socketengine_select [1.9.4 (1)] [SocketEngine]
›notice: OperServ: Module: db_plain [1.9.4 (1)] [Database]
›notice: OperServ: Module: cs_appendtopic [1.9.4 (1)] [Supported]
›notice: OperServ: Module: cs_enforce [1.9.4 (1)] [Supported]
›notice: OperServ: Module: ns_maxemail [1.9.4 (1)] [Supported]
››notice: OperServ: Module: hs_request [1.9.4 (1)] [Supported]
notice: OperServ: 12 Modules loaded.
Log entries: none. :(

After the unlink, the services get back after some seconds.

Can you give me a hint what the problem is?
Title: Re: Services crash after using help command at OperServ
Post by: Charles Kingsley on June 25, 2011, 02:24:50 PM
Debug logs.
Title: Re: Services crash after using help command at OperServ
Post by: Armadillo on June 25, 2011, 02:37:28 PM
There are no debug logs.

The strange thing is, that there are no logs since the new version is running. No startup/shutdown logs or something else.
Title: Re: Services crash after using help command at OperServ
Post by: VisioN on June 25, 2011, 03:10:49 PM
try running services with  ./services -debug -nofork  and pastebin the output
Title: Re: Services crash after using help command at OperServ
Post by: Armadillo on June 25, 2011, 03:15:52 PM
Got this:
Quote
[Jun 25 16:13:41.960734 2011] Debug: Received: :210AAAO8U PRIVMSG 00AAAAAAB :help
[Jun 25 16:13:41.960930 2011] Debug: Sent: :00AAAAAAB NOTICE bla :Access denied.
[Jun 25 16:13:41.960973 2011] Debug: Sent: :00AAAAAAB GLOBOPS :Denied access to OperServ from bla!bla@xxxxxxxxxxxxxxxxxxx.de (non-oper)
[Jun 25 16:13:41.961498 2011] Debug: Received: :126 ERROR :Unrecognised or malformed command 'GLOBOPS' -- possibly loaded mismatched modules
[Jun 25 16:13:41.961555 2011] Debug: Unrecognised or malformed command 'GLOBOPS' -- possibly loaded mismatched modules
Title: Re: Services crash after using help command at OperServ
Post by: VisioN on June 25, 2011, 08:53:57 PM
[deleted because Adam solved it]
Title: Re: Services crash after using help command at OperServ
Post by: Adam on June 25, 2011, 08:55:51 PM
Load m_globops on inspircd, Anope is getting squit because its trying to use the globops command when one doesn't exist.
Title: Re: Services crash after using help command at OperServ
Post by: Armadillo on June 25, 2011, 10:07:50 PM
Worked perfectly, thank you very much! :D