modulemanager: Error initializing module 'auth_cyrus' on 'localhost': /usr/lib/prosody/../../bin/prosody:169: loop or previous error loading module 'util.sasl_cyrus'
Naturally, attempting to log in doesn't work - prosody apparently drops the authent information:Sep 09 22:15:50 riscque.net prosody[21383]: c2s20bbc10: Received[c2s_unauthed]: <iq id='purple1ca641d8' type='get'> Sep 09 22:15:50 riscque.net prosody[21383]: stanzarouter: Stanza of type iq from c2s_unauthed has xmlns: jabber:iq:auth Sep 09 22:15:50 riscque.net prosody[21383]: stanzarouter: Unhandled c2s_unauthed stanza: iq; xmlns=jabber:iq:auth Sep 09 22:15:50 riscque.net prosody[21383]: c2s20bbc10: Received </stream:stream> Sep 09 22:15:50 riscque.net prosody[21383]: c2s20bbc10: c2s stream for <27.32.65.246> closed: session closed
Is there any way to tell exactly what error auth_cyrus has?
Is that the only error in the logs? Which Lua version are you on?
Can you provide a full debug log of Prosody's startup, and your config?
On 11 September 2013 02:21, Lennon Cook <lennonvi...@gmail.com> wrote:
> On Wednesday, 11 September 2013 01:42:32 UTC+10, Waqas wrote:
>>
>> Is that the only error in the logs? Which Lua version are you on?
>>
>> Can you provide a full debug log of Prosody's startup, and your config?
>
>
> Lua 5.2.2
Prosody requires Lua 5.1 at the moment. If you have Prosody 0.9, can
you paste the output of 'prosodyctl about'?
Lua 5.1 and 5.2 have different module paths. Could it be that you have
both installed, but 5.1 doesn't have the necessary modules?