<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 29, 2017 at 7:35 PM, Alex <span dir="ltr"><<a href="mailto:x37v.alex@gmail.com" target="_blank">x37v.alex@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div>Have you tried running the script directly on your odroid to see if it outputs anything relevant?<br></div><br>You're calling sudo with no interaction. does sudo require a password on your odroid?<br><br></div>If you've started pd and jackd with the same user that runs this script you shouldn't have to call sudo. There is also a way to allow the user to call 'poweroff' but I forget how you set that up.. it might be a group that you have to be in.</div></div></blockquote><div>Running this command enabled me to run poweroff without sudo or a password:</div><div><span style="background-color:rgb(239,239,239);color:rgb(0,0,0);font-family:"ubuntu mono",monospace;font-size:14px">sudo chmod a+s /sbin/poweroff</span> </div></div>Now the script runs fine without using sudo at all, thanks!<br></div></div>