<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,&nbsp;<div><br></div><div>try using screen :</div><div><br></div><div><a href="http://www.rackaid.com/resources/linux-screen-tutorial-and-how-to/">http://www.rackaid.com/resources/linux-screen-tutorial-and-how-to/</a></div><div><br></div><div>I think it's the best way of doing this.</div><div><br></div><div>Regards,</div><div><br><div> <span class="Apple-style-span" style="font-size: 12px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Matthieu NICAISE</div><div>Responsable technique<br><br>GSM : 06 72 19 09 55<br><a href="mailto:commercial@thinkrosystem.com">technique@thinkrosystem.com</a><br>------------------------------------------------------------------------<br>Thinkro System<br><a href="http://www.thinkrosystem.com/">http://www.thinkrosystem.com/</a></div></div><div><br class="webkit-block-placeholder"></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"> </div><br><div><div>Le 2 mai 10 à 15:52, Dan Journo a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Bob,<br><br>Thanks for that. Is there any way I can make the task run in the background and free up the console? Also so that I can disconnect my ssh session without losing the task.<br><br>Thanks<br>Dan<br><br><br>Sent from my Windows Mobile® phone.<br><br>-----Original Message-----<br>From: Bob Smither &lt;<a href="mailto:Smither@C-C-I.com">Smither@C-C-I.com</a>&gt;<br>Sent: 02 May 2010 14:04<br>To: Asterisk Users Mailing List - Non-Commercial Discussion &lt;<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;<br>Subject: Re: [asterisk-users] Calls Dropping<br><br><br>On Sun, 2010-05-02 at 08:34 -0400, Dan Journo wrote:<br><br>&lt;snip&gt;<br><br><br><blockquote type="cite">How can i log a continuous ping test to a file and include the date<br></blockquote><blockquote type="cite">and time of each ping?<br></blockquote><br>Try this:<br><br>#!/bin/sh<br>for (( ; ; ))<br>do<br> &nbsp;NOW=$(date +"%T %m/%d/%Y")<br> &nbsp;PING=$(ping -qc 1 example.com)<br> &nbsp;echo $NOW: $PING &gt;&gt; pinger.log<br>done<br>exit 0<br><br>You can then monitor the log file using:<br><br>$ tail -f pinger.log<br><br>You will need to use ^C to kill the script.<br><br>Hope this helps.<br><br><br><br><br>--<br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br>New to Asterisk? Join us for a live introductory webinar every Thurs:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br>-- <br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br>New to Asterisk? Join us for a live introductory webinar every Thurs:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></div></blockquote></div><br></div></body></html>