Open GoogleCodeExporter opened 9 years ago
Could you look into log files for any mod_archive related errors or warnings,
please?
Original comment by xdersd
on 15 Sep 2010 at 3:16
Original comment by xdersd
on 15 Sep 2010 at 3:17
prosody.err is empty and prosody.log has no mention of mod_archive that I can
see
Original comment by singpol...@gmail.com
on 16 Sep 2010 at 8:38
Note that I checked prosody.err.[1-6] and prosody.log.[1-6] with the same
results :)
Original comment by singpol...@gmail.com
on 16 Sep 2010 at 8:40
Environment:
Ubuntu 10.04
Prosody 0.7.0-1, hosting example.com
mod_archive r6202ce4d12
example.com user: Adium 1.4 (OS X)
googlemail.com user: Pidgin (Windows)
Enabling debug logging gives me this log showing an incoming message activating
the "msg_handler" but not a subsequent outgoing message:
Dec 26 15:19:42 s2sin88a6d38 debug Received[s2sin]: <message
id='purple8061434e' type='chat' to='chris@example.com/Laptop'
from='foo.bar@googlemail.com/Laptop9ACD360A'>
Dec 26 15:19:42 example.com:archive debug -- Enter msg_handler()
Dec 26 15:19:42 datamanager debug Failed to load accounts storage
('cannot open /var/lib/prosody/googlemail%2ecom/accounts/foo%2ebar.dat: No such
file or directory') for user: foo.bar@googlemail.com
Dec 26 15:19:42 datamanager debug Failed to load archive_prefs storage
('cannot open /var/lib/prosody/example%2ecom/archive_prefs/chris.dat: No such
file or directory') for user: chris@example.com
Dec 26 15:19:42 s2sin88a6d38 debug Received[s2sin]: <message
id='purple8061434f' type='chat' to='chris@example.com/Laptop'
from='foo.bar@googlemail.com/Laptop9ACD360A'>
Dec 26 15:19:42 example.com:archive debug -- Enter msg_handler()
Dec 26 15:19:50 c2s86c19d0 debug Received[c2s]: <message
id='purple7046af4f' type='chat' to='foo.bar@googlemail.com/Laptop9ACD360A'>
Dec 26 15:19:50 stanzarouter debug sending s2s stanza: <message
type='chat' to='foo.bar@googlemail.com/Laptop9ACD360A'
from='chris@example.com/Laptop' id='purple7046af4f'>
Dec 26 15:19:50 s2sout878fd90 debug going to send stanza to googlemail.com
from example.com
Dec 26 15:19:50 s2sout878fd90 debug sending: <message type='chat'
to='foo.bar@googlemail.com/Laptop9ACD360A' from='chris@example.com/Laptop'
id='purple7046af4f'>
Dec 26 15:19:50 s2sout878fd90 debug stanza sent over s2sout
Original comment by chris@orr.me.uk
on 26 Dec 2010 at 3:36
This patch seems to solve this: http://pastie.org/1813016
Original comment by stephen....@gswot.org
on 19 Apr 2011 at 8:31
Original issue reported on code.google.com by
singpol...@gmail.com
on 14 Sep 2010 at 2:23