<div dir="ltr">Hey,<div><br><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 18, 2013 at 1:10 PM, Kaj Wiik <span dir="ltr"><<a href="mailto:kjwiik@utu.fi" target="_blank">kjwiik@utu.fi</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi!<br>
<br>
Perhaps better place to ask would be condor-users but as this is a linux-specific and probably debian-related problem...<br>
<br>
Is there already a fix to the problem that USB keyboard/mice atime is not changed and so keyboard/mouse activity is not detected? I found that in the standard Neurodebian setup, activity detection does not work out-of-the-box (unfortunately from an affected user...).<br>

<br>
Google gives three possible solutions (from 2008): kernel patch (uugh..), monitoring ttyN (does not work currently at least in Ubuntu) and an user-space helper deamon:<br>
<br>
<a href="https://lists.cs.wisc.edu/archive/htcondor-users/2008-February/msg00112.shtml" target="_blank">https://lists.cs.wisc.edu/<u></u>archive/htcondor-users/2008-<u></u>February/msg00112.shtml</a><br>
<br>
Has there been any progress on this I have missed?<br></blockquote><div><br></div><div style>condor_config contains:</div><div style><br></div><div style><div>##  Normally, when the startd is computing the idle time of all the</div>
<div>##  users of the machine (both local and remote), it checks the utmp</div><div>##  file to find all the currently active ttys, and only checks access</div><div>##  time of the devices associated with active logins.  Unfortunately,</div>
<div>##  on some systems, utmp is unreliable, and the startd might miss</div><div>##  keyboard activity by doing this.  So, if your utmp is unreliable,</div><div>##  set this setting to True and the startd will check the access time</div>
<div>##  on all tty and pty devices.</div><div>#STARTD_HAS_BAD_UTMP = False</div><div><br></div><div>##  This entry allows the startd to monitor console (keyboard and</div><div>##  mouse) activity by checking the access times on special files in</div>
<div>##  /dev.  Activity on these files shows up as "ConsoleIdle" time in</div><div>##  the startd's ClassAd.  Just give a comma-separated list of the</div><div>##  names of devices you want considered the console, without the</div>
<div>##  "/dev/" portion of the pathname.</div><div>#CONSOLE_DEVICES = mouse, console</div><div><br></div><div><br></div><div style>Did you try those?</div><div style><br></div><div style>Michael</div></div></div>

</div></div></div>