<div class="gmail_quote">On Sun, Dec 13, 2009 at 8:49 AM, Jonathan S. Abrams <span dir="ltr">&lt;<a href="mailto:hociman@comcast.net">hociman@comcast.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
When launchd executed this command, it did not work.  The system.log file reads &quot;Exited with exit code: 1&quot;.<br></blockquote><div><br></div><div>Can you redirect the output to a file so it can tell you why it failed?  e.g.  &gt;file.out 2&gt;&amp;1</div>
<div><br></div><div>One common thing that prevents non-interactive sudo is this tty setting: </div></div><br>Defaults    requiretty<br><br>..wayne..<br>