<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Thanks if it is harmless I'll ignore
it. It just comes out with the highest level of logging anyway.<br>
<br>
cheers<br>
alessandra<br>
<br>
On 11/10/2012 12:36, Jonathan Barber wrote:<br>
</div>
<blockquote
cite="mid:CAPEiEj66pNFPXdxcimdRbPpwLsz=MvVk-sOa1QrT8_4M1eNUCg@mail.gmail.com"
type="cite">
<pre wrap="">On 10 October 2012 20:30, Alessandra Forti <a class="moz-txt-link-rfc2396E" href="mailto:Alessandra.Forti@cern.ch"><Alessandra.Forti@cern.ch></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
</pre>
</blockquote>
<pre wrap="">
[snip]
</pre>
<blockquote type="cite">
<pre wrap="">10/10 13:37:39 MRMCheckEvents()
10/10 13:37:39 INFO: no PBS sched socket connections ready
10/10 13:37:39 MSUAcceptClient(6,ClientSD,HostName,TCP)
10/10 13:37:39 INFO: accept call failed, errno: 11 (Resource temporarily
unavailable)
10/10 13:37:39 INFO: all clients connected. servicing requests
which leaves me perplexed since in other places with a different log level
it sees the jobs waiting on the server so somehow some comunication happens
and other doesn't
</pre>
</blockquote>
<pre wrap="">
I see these same messages from maui 3.3.1. It is probably not a
problem for you, but it I believe it is a small bug in Maui.
The problem is that the socket has the flag O_NONBLOCK set. However,
when the MSUAcceptClient() call's accept() to see if a client is
connecting, it doesn't take this into account.
I've attached a patch for the attention of the maintainers. It
quietens the output and works for the 3.3.1 branch and applies cleanly
against the trunk (so it also work there).
Regards
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
torqueusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a>
<a class="moz-txt-link-freetext" href="http://www.supercluster.org/mailman/listinfo/torqueusers">http://www.supercluster.org/mailman/listinfo/torqueusers</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Facts aren't facts if they come from the wrong people. (Paul Krugman)
</pre>
</body>
</html>