<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">If I ssh into my LC server, and run:<div><br></div><div><font face="Courier"><span class="Apple-tab-span" style="white-space:pre"> </span>service loncontrol start</font></div><div><br></div><div>or:</div><div><br></div><div><font face="Courier"><span class="Apple-tab-span" style="white-space:pre">       </span>service loncontrol stop</font></div><div><br></div><div>or:</div><div><br></div><div><font face="Courier"><span class="Apple-tab-span" style="white-space:pre">        </span>service loncontrol restart</font></div><div><br></div><div>all works as expected.</div><div><br></div><div><br></div><div><br></div><div>If, from my computer, I enter (or run a script with this command):</div><div><br></div><div><div><font face="Courier"><span class="Apple-tab-span" style="white-space:pre">      </span>ssh <a href="mailto:root@myserver.org">root@myserver.org</a> "service loncontrol stop"</font></div></div><div><br></div><div>the LC service stops exactly as expected, and the command exits normally.</div><div><br></div><div><br></div><div><br></div><div>If, instead, from my computer I enter (or run a script with these commands):</div><div><br></div><div><font face="Courier"><span class="Apple-tab-span" style="white-space:pre"> </span>ssh <a href="mailto:root@myserver.org">root@myserver.org</a> "service loncontrol start"</font></div><div><br></div><div>or: </div><div><br></div><div><div><font face="Courier"><span class="Apple-tab-span" style="white-space:pre">       </span>ssh <a href="mailto:root@myserver.org">root@myserver.org</a> "service loncontrol restart"</font></div><div><br></div><div>loncontrol starts or restarts the LC, but the command does not exit, forcing me to manually terminate the command.</div><div><br></div><div><br></div><div>Is this correct behavior? Or is there something that I am missing to get the command/script to exit properly?</div></div><div><br></div><div>Thanks!</div><div><br></div><div><br></div></body></html>