Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: All services show Internal error - unable to process request.  (Read 6804 times)

0 Members and 1 Guest are viewing this topic.

rallan

  • Anope User
  • Offline Offline
  • Posts: 5
All services show Internal error - unable to process request.
« on: December 27, 2008, 09:53:18 AM »

In the logs this is shown.
It happens for all services.


[Dec 27 09:48:35 2008] register secret@gmail.com passwordhere: user record for rallan not found
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: All services show Internal error - unable to process request.
« Reply #1 on: December 27, 2008, 12:26:50 PM »

This appears to be a desync between Anope and your IRCd.

There can be any number of causes.

So to try and rule out the most common, can I ask you to show us your IRCDModule line from services.conf and tell us EXACTLY which IRCd and version you are using, and whether your IRCd is modified in any way please?
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

rallan

  • Anope User
  • Offline Offline
  • Posts: 5
Re: All services show Internal error - unable to process request.
« Reply #2 on: December 27, 2008, 07:37:55 PM »

I am using inspircd.
My configuration line is

Code: [Select]
RemoteServer    127.0.0.1       7002    "passwordhere"
In inspircd this is my config

Code: [Select]
<bind address="127.0.0.1" port="7002" type="servers">

<link   name="services.rallan.co.cc"
        ipaddr="127.0.0.1"
        port="7002"
        allowmask="127.0.0.1"
        sendpass="passwordhere"
        recvpass="passwordhere">

<uline server="services.rallan.co.cc" silent="no">

Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: All services show Internal error - unable to process request.
« Reply #3 on: December 27, 2008, 08:27:51 PM »

Which version of InspIRCd are you using?
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

rallan

  • Anope User
  • Offline Offline
  • Posts: 5
Re: All services show Internal error - unable to process request.
« Reply #4 on: December 27, 2008, 09:22:39 PM »

 InspIRCd-1.1.22+Azeitao(r0)
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: All services show Internal error - unable to process request.
« Reply #5 on: December 27, 2008, 10:10:59 PM »

Ok,

Which version of Anope?
Which ircdmodule are you using? (from services.conf)
Which modules are you using on both inspircd & anope?

Is this online anywhere for us to see / try?

Quote
[Dec 27 09:48:35 2008] register secret@gmail.com passwordhere: user record for rallan not found

Concerned it's put the email followed by the password.

Logged

rallan

  • Anope User
  • Offline Offline
  • Posts: 5
Re: All services show Internal error - unable to process request.
« Reply #6 on: December 28, 2008, 11:03:35 AM »

It would be online but I have to start services every ten minutes. If I leave it for a while it disconnects.


These modules.
Code: [Select]
[*] Loading module:     m_spanningtree.so
[*] Loading module:     m_md5.so
[*] Loading module:     m_sha256.so
[*] Loading module:     m_alias.so
[*] Loading module:     m_antibear.so
[*] Loading module:     m_globalload.so
[*] Loading module:     m_globops.so
[*] Loading module:     m_helpop.so
[*] Loading module:     m_hideoper.so
[*] Loading module:     m_invisible.so
[*] Loading module:     m_inviteexception.so
[*] Loading module:     m_joinflood.so
[*] Loading module:     m_knock.so
[*] Loading module:     m_messageflood.so
[*] Loading module:     m_namesx.so
[*] Loading module:     m_nickflood.so
[*] Loading module:     m_nicklock.so
[*] Loading module:     m_redirect.so
[*] Loading module:     m_regonlycreate.so
[*] Loading module:     m_remove.so
[*] Loading module:     m_seenicks.so
[*] Loading module:     m_services.so
[*] Loading module:     m_spy.so
[*] Loading module:     m_svshold.so


In services.conf I selected.

I am using
Code: [Select]
inspircd11 module
« Last Edit: December 28, 2008, 11:07:23 AM by rallan »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: All services show Internal error - unable to process request.
« Reply #7 on: December 28, 2008, 12:44:22 PM »

Ok, we're not really getting anywhere here.

Run anope in support mode by doing ./services -support and wait for the issue to occur.

Email me the following files:

inspircd.conf
services.conf
services.log.todaysdate (which will contain lots of debug info for us to see)

chaz@anope.org


Logged

rallan

  • Anope User
  • Offline Offline
  • Posts: 5
Re: All services show Internal error - unable to process request.
« Reply #8 on: December 28, 2008, 08:01:41 PM »

done.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: All services show Internal error - unable to process request.
« Reply #9 on: December 28, 2008, 10:04:20 PM »

Received, reading now.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: All services show Internal error - unable to process request.
« Reply #10 on: December 29, 2008, 10:29:06 AM »

In inspircd.conf your server name has a space in it.

Quote
<server name="Iamthewalrus IRC"
        description="There are no rules!"
   network="rallan.co.cc">

Fix that and see how you get on.

Thx to w00t for noting that once I'd exhausted debugging the anope side.
Logged
Pages: [1]   Go Up