Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Services crash after using help command at OperServ [SOLVED]  (Read 6756 times)

0 Members and 1 Guest are viewing this topic.

Armadillo

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 72
    • http://www.penguinfriends.org

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?
« Last Edit: June 25, 2011, 10:08:11 PM by Armadillo »
Logged
IRC-Network: irc.PenguinFriends.org | Website: www.PenguinFriends.org
Anope: 1.9.9 | InspIRCd: 2.0

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Services crash after using help command at OperServ
« Reply #1 on: June 25, 2011, 02:24:50 PM »

Debug logs.
Logged

Armadillo

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 72
    • http://www.penguinfriends.org
Re: Services crash after using help command at OperServ
« Reply #2 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.
Logged
IRC-Network: irc.PenguinFriends.org | Website: www.PenguinFriends.org
Anope: 1.9.9 | InspIRCd: 2.0

VisioN

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 82
    • myIRC Project Hosting IRC Network
Re: Services crash after using help command at OperServ
« Reply #3 on: June 25, 2011, 03:10:49 PM »

try running services with  ./services -debug -nofork  and pastebin the output
Logged
______________________________
VisioN
Find me: irc.myirc.net | irc.anope.org
Contact me: vision@myirc.net

Armadillo

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 72
    • http://www.penguinfriends.org
Re: Services crash after using help command at OperServ
« Reply #4 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
Logged
IRC-Network: irc.PenguinFriends.org | Website: www.PenguinFriends.org
Anope: 1.9.9 | InspIRCd: 2.0

VisioN

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 82
    • myIRC Project Hosting IRC Network
Re: Services crash after using help command at OperServ
« Reply #5 on: June 25, 2011, 08:53:57 PM »

[deleted because Adam solved it]
« Last Edit: June 25, 2011, 09:24:30 PM by VisioN »
Logged
______________________________
VisioN
Find me: irc.myirc.net | irc.anope.org
Contact me: vision@myirc.net

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Services crash after using help command at OperServ
« Reply #6 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.
Logged

Armadillo

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 72
    • http://www.penguinfriends.org
Re: Services crash after using help command at OperServ
« Reply #7 on: June 25, 2011, 10:07:50 PM »

Worked perfectly, thank you very much! :D
Logged
IRC-Network: irc.PenguinFriends.org | Website: www.PenguinFriends.org
Anope: 1.9.9 | InspIRCd: 2.0
Pages: [1]   Go Up