Hi, all of my paths are absolute. There are in /usr/bin/puredata. <br>Do you think it could be that /usr/ isn&#39;t mounted yet when Pd is launched by rc.local?<br><br><div class="gmail_quote">2013/1/24 <a href="mailto:padawan12@obiwannabe.co.uk">padawan12@obiwannabe.co.uk</a> <span dir="ltr">&lt;<a href="mailto:padawan12@obiwannabe.co.uk" target="_blank">padawan12@obiwannabe.co.uk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
    
 <div><div><div class="h5">
 
 
  <div>
   On 24 January 2013 at 18:35 Pierre Massat &lt;<a href="mailto:pimassat@gmail.com" target="_blank">pimassat@gmail.com</a>&gt; wrote:
  </div> 
  </div></div><div><div><div class="h5"> 
   <blockquote style="margin-left:0px;padding-left:10px;border-left:solid 1px blue" type="cite">
    Hi,
    <br>
    <br>I&#39;m trying to get Pd to run at startup. I&#39;ve put the command in /etc/rc.local.
    <br>Everything works fine, except that Pd seems to be unable to search the paths I specified (either in .pdsettings or directly in the command line). I&#39;m trying to use a patch with the reverb described in the audio examples (G.08 I think), and there&#39;s an abstraction in it which lives in 3.audio.examples. 
    <br> Every time I boot Pd starts all right, but I get errors because it can&#39;t create the abstraction.
    <br>
    <br>It&#39;s a bit weird because the very same command works like a charm once i&#39;ve logged in.
    <br>
    <br>
   </blockquote></div></div> Make sure all paths are absolute, and not relative to a tilde (user home) and point
  </div> 
  <div>
   to world readable directories.
   <br>Starting via rc.local will mean the application is launched as root, and since there
  </div> 
  <div>
   is no login shell and cwd associated at the time it is launched the paths you
  </div> 
  <div>
   specify when logged in probably make no sense.
  </div>
 
</div></blockquote></div><br>