<br><br><div class="gmail_quote">2008/7/1 Garrick Staples &lt;<a href="mailto:garrick@usc.edu">garrick@usc.edu</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Jul 01, 2008 at 06:56:55AM +0100, Gary Dawes alleged:<br>
<div class="Ih2E3d">&gt; Bugger - It&#39;s not fixed. Joe&#39;s strace has revealed that X seems to be stuck<br>
&gt; in a loop processing gettimeofday. machine time is correct and NTP is<br>
&gt; functioning as normal.<br>
<br>
</div>It is very likely not having a problem with gettimeofday, it is just in a loop<br>
that happens to include gettmeofday.<br>
<br>
strace only shows the system calls, it just happens to be the only system call<br>
in the loop.<br>
<br>
 &nbsp; while(1) {<br>
 &nbsp; &nbsp; gettimeofday();<br>
 &nbsp; &nbsp; do some stuff;<br>
 &nbsp; &nbsp; do some other stuff and fail;<br>
 &nbsp; }<br>
<font color="#888888"><br>
--<br>
Garrick Staples, GNU/Linux HPCC SysAdmin<br>
University of Southern California<br>
<br>
Please avoid sending me Word or PowerPoint attachments.<br>
See <a href="http://www.gnu.org/philosophy/no-word-attachments.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.html</a><br>
</font><br><br></blockquote></div>Continuing slowly with this, it now seems that it&#39;s mythwelcome and mythfrontend which is causing Xorg to go completely loopy. Don&#39;t know why yet. I may try a recompile.<br>