Hi Jesse,

This error is not critical - in fact it should not be printed as an error but maybe as an info or debug. The select exits with EINTR error and it should be ignored. Anyhow the loop continues and further selects are still performed so it is ok in what the actual functionality is concerned.

Regards,

--
Anca Vamanu
www.voice-system.ro




On 09/16/2010 07:02 PM, Jesse Cloutier wrote:
Hi All,

I am trying to build in support for the xmpp module running as a component, I think I have everything setup properly but every 60 seconds I am getting this error in the logs

ERROR:xmpp:xmpp_component_child_process: select() failed: Interrupted system call

these are the settings I have for the module

modparam("xmpp", "xmpp_domain", "xmpp.ca1.cronomagic.com")
modparam("xmpp", "xmpp_host", "xmpp.ca1.cronomagic.com")
modparam("xmpp", "backend", "component")
modparam("xmpp", "xmpp_port", 5222)


Anyone have an idea where the error is comming from?

Thanks
Jesse
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to