<div dir="ltr"><div><div><div>Dear Maxime<br><br></div>I try to use your script for continue my program, the below line: <br><div><b>                                   nohup</b> Gate main.mac<b> &</b></div>But I get this line in terminal <br></div>                                  nohup: ignoring input and appending output to 'nohup.out'  <br></div>and I did see any reaction on my statue file as the program is running <br><div><br>or when I type this line: nohup Gate main.mac <b>> out.log 2>&1</b> &    I got a number like 115509 in terminal that maybe it be the particles which was run before... <br><br></div><div>I wonder if you have time to help me this issue..<br><br></div><div>Best <br></div><div>Mery<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Apr 5, 2018 at 12:44 PM Maxime Chauvin <<a href="mailto:maxime.chauvin@inserm.fr">maxime.chauvin@inserm.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Dear Mery,<div><br></div><div>GATE like any other program launched in a terminal will be kill if it receives some specific signal like SIGHUP (signal hang up) sent when you close a terminal.</div><div><br></div><div>If you want your program to continue even if you close the terminal, you just need to disregard the signal SIGHUP when you launch GATE (or any other program). To do this you can simply use the command nohup (no hang up):</div><div><br></div><div><b>nohup</b> Gate main.mac<b> &</b></div><div><br></div><div>I recommend also redirecting the standard output and error to a log file so you can see what happened during the execution:</div><div><br></div><div>nohup Gate main.mac <b>> out.log 2>&1</b> &</div><div><br></div><div>You can use this on your computer as well as on a server over ssh.</div><div><br></div><div>Kind regards,</div><div>  Maxime<br><div><br><blockquote type="cite"><div>On 5 Apr 2018, at 09:02, Mery MB <<a href="mailto:mery.mb.mph@gmail.com" target="_blank">mery.mb.mph@gmail.com</a>> wrote:</div><br class="m_2354894359910610329Apple-interchange-newline"><div><div dir="ltr"><div><div><div>Dear Gate User<br><br></div>Is there any way to continue the Gate programs after closing the terminal with any reason?<br> <br>  <br><br></div>Best <br></div>Mery<br></div>
_______________________________________________<br>Gate-users mailing list<br><a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.opengatecollaboration.org</a><br><a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a></div></blockquote></div><br></div></div></blockquote></div>