Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: rallan on December 27, 2008, 09:53:18 AM

Title: All services show Internal error - unable to process request.
Post by: rallan 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
Title: Re: All services show Internal error - unable to process request.
Post by: Jobe 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?
Title: Re: All services show Internal error - unable to process request.
Post by: rallan 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">

Title: Re: All services show Internal error - unable to process request.
Post by: Jobe on December 27, 2008, 08:27:51 PM
Which version of InspIRCd are you using?
Title: Re: All services show Internal error - unable to process request.
Post by: rallan on December 27, 2008, 09:22:39 PM
 InspIRCd-1.1.22+Azeitao(r0)
Title: Re: All services show Internal error - unable to process request.
Post by: Charles Kingsley 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.

Title: Re: All services show Internal error - unable to process request.
Post by: rallan 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
Title: Re: All services show Internal error - unable to process request.
Post by: Charles Kingsley 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


Title: Re: All services show Internal error - unable to process request.
Post by: rallan on December 28, 2008, 08:01:41 PM
done.
Title: Re: All services show Internal error - unable to process request.
Post by: Charles Kingsley on December 28, 2008, 10:04:20 PM
Received, reading now.
Title: Re: All services show Internal error - unable to process request.
Post by: Charles Kingsley 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.