<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eliot Miranda wrote:
<blockquote
 cite="mid:CAC20JE1DkpdOq4Uz+EAsx3QXObyMnk4cmzX5PrWQEw21O4gDvA@mail.gmail.com"
 type="cite">
  <div dir="ltr">Hi Frank,
  <div><br>
  </div>
  <div>    (Bob, thanks for your reply).<br>
  <div class="gmail_extra"><br>
  <br>
  <div class="gmail_quote">On Fri, Jun 20, 2014 at 2:39 PM, Frank
Shearar <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Hi
Eliot,<br>
    <br>
I thought I'd take a stab at setting up a CI job for Spur VM+Image,<br>
and after futzing around with filenames, got an actual execution of<br>
the VM. And then things broke. The full output's here:<br>
    <br>
    <a moz-do-not-send="true"
 href="http://build.squeak.org/job/SqueakTrunkOnSpur/6/console"
 target="_blank">http://build.squeak.org/job/SqueakTrunkOnSpur/6/console</a><br>
    <br>
but the error itself is this:<br>
    <br>
    pthread_setschedparam failed; consider using ITIMER_HEARTBEAT:<br>
Operation not permitted<br>
    <br>
and the process exited with status 22.<br>
    <br>
Is this a simple thing to fix? Any idea what hoops I need to jump<br>
through to work around the problem?</blockquote>
  <div><br>
  </div>
  <div>So this is always described in the README on my website, see
e.g. <a moz-do-not-send="true"
 href="http://www.mirandabanda.org/files/Cog/VM/VM.r3006/README.3006">http://www.mirandabanda.org/files/Cog/VM/VM.r3006/README.3006</a>.
 I *could* put checks in the VM that saw if the kernel was &gt;- 2.6.13
and whether /etc/security/limits.d/VM.conf existed and issue a more
helpful error message.  But this is work and I feel like the README
should be sufficient.  What do y'all think?</div>
  </div>
  <div><br>
  </div>
-- <br>
best,
  <div>Eliot</div>
  </div>
  </div>
  </div>
</blockquote>
<br>
I won't comment on the need or not, but if you do something, the
general philosphy is to code for behaviour rather than particular
versions of something.  I guess you know that already :) and there are
constraints on that.  (and I'm just thinking out loud.)<br>
cheers -ben<br>
<br>
</body>
</html>