<br><br><div class="gmail_quote">On Wed, Jul 13, 2011 at 11:56, cyrille henry <span dir="ltr">&lt;<a href="mailto:ch@chnry.net">ch@chnry.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

hello,<br>
<br>
thanks all for your answer.<br>
<br>
I&#39;m now back home, and (thanks to Murphy&#39;s law), the problem can&#39;t be reproduced.<br>
<br>
I noticed a bad (physical) Fire wire connection on the cable after the performance, but now it is ok.<br>
maybe my audio buffer was too small and any other computer activity could break the connection between pd and jack (but not between audacity and jack)<br>
<br>
so the only valid hypothesis i can find is :<br>
- too small buffer for jack configuration<br>
- bad pd implementation of jack<br>
- automatic script in ubuntu that start in bad timing (friday 19h30)<br>
- bad priority between pd and ubuntu script<br>
<br>
it&#39;s just discouraging that thing worked for 60h straight and crash during the 20 min performance.<br>
<br>
The only lesson i can find is that &quot;with computer, you can&#39;t prove things are working, you can only prove that things don&#39;t work&quot;.<br>
<br>
<br>
<br>
did anyone ever experience a slow down due to ubuntu automatic script that should run on the background?<br>
how to easily disable them? (cron?)<br>
<br>
thanks,<br>
Cyrille<br clear="all"></blockquote></div><br>AFAIK, Ubuntu runs crontab through anacrontab, which allows the START_HOURS_RANGE in /etc/anacrontab. You can set it to hours when there are usually no performances.<br><br>There is also /etc/security/limits/limits.conf where you can prioritize some groups&#39; jobs. For realtime priority to the audio group (which you have to create and join of course) these settings are recommended (memory limit has to be adjusted to your physical memory and check the &#39;nice&#39; setting because I&#39;m not sure this is the best):<br>

@audio   -  rtprio     99<br>@audio   -  memlock    1541733<br>@audio   -  nice      -19<br><br>Andras<br>