<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Jesse,<br>
<br>
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.<br>
<br>
Regards,<br>
<pre class="moz-signature" cols="72">-- 
Anca Vamanu
<a class="moz-txt-link-abbreviated" href="http://www.voice-system.ro">www.voice-system.ro</a></pre>
<br>
<br>
<br>
On 09/16/2010 07:02 PM, Jesse Cloutier wrote:
<blockquote cite="mid:4C923F83.5080101@cronomagic.com" type="cite">
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <font size="-1">Hi All,<br>
  <br>
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<br>
  <br>
ERROR:<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="xmpp:xmpp_component_child_process:">xmpp:xmpp_component_child_process:</a>
select() failed: Interrupted system call<br>
  <br>
these are the settings I have for the module<br>
  <br>
modparam("xmpp", "xmpp_domain", "xmpp.ca1.cronomagic.com")<br>
modparam("xmpp", "xmpp_host", "xmpp.ca1.cronomagic.com")<br>
modparam("xmpp", "backend", "component")<br>
modparam("xmpp", "xmpp_port", 5222)<br>
  <br>
  <br>
Anyone have an idea where the error is comming from? <br>
  <br>
Thanks<br>
Jesse</font><br>
</blockquote>
</body>
</html>