<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>It only errs out if I run the script every 15 seconds (not show in post). The script was designed to run every 15 seconds and if a ping failed it runs tshark for a minute. We have a very evasive network issue, that comes and goes in a minute or less and needed a way to run a capture in the moment. I set the script to run every minute, instead and everything works fine, outside of the problem occurring 15 seconds later and ending before the next minute :)</div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Thanks for checking</div><div><br></div><hr id="zwchr" data-marker="__DIVIDER__"><div data-marker="__HEADERS__"><b>From: </b>"Joel Breazeale" <joel.breazeale@gmail.com><br><b>To: </b>"tclug-list" <tclug-list@mn-linux.org><br><b>Sent: </b>Thursday, October 24, 2019 7:54:26 PM<br><b>Subject: </b>Re: [tclug-list] bash script not working properly<br></div><br><div data-marker="__QUOTED_TEXT__"><div dir="ltr">I'll bite.<br><div>I notice you use capture.pcapng in Moveit.sh.  How about fully qualifying the path with /home/raymond/capture.pcapng?</div><br><div>Are you getting an error message from the failure?  If so what is that error?</div><br><div><br><br>On Wed, Oct 23, 2019 at 12:48 PM <<a href="mailto:admin@lctn.org" target="_blank">admin@lctn.org</a>> wrote:<br>><br>> I have a simple bash script (ws.sh), with the following 2 commands:<br>><br>> #!/bin/bash<br>><br>> tshark -i enp1s0 -a duration:60 -w /home/raymond/capture.pcapng<br>><br>> wait<br>><br>> /home/raymond/movit.sh<br>><br>> Movit.sh:<br>><br>><br>> #!/bin/bash<br>> mv capture.pcapng $(date +%F-%H:%M)1.pcapng && touch capture.pcapng<br>> echo "All Done!"<br>><br>> The first command always works properly but the second does not run via cron. However, running the script (ws,sh) via the command line executes properly. I have tried  sleep and wait between commands but nothing works, so far.<br>><br>> Ideas?<br>><br>><br>><br>> Raymond Norton<br>> LCTN<br>> 952.955.7766<br>> _______________________________________________<br>> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>> <a href="mailto:tclug-list@mn-linux.org" target="_blank">tclug-list@mn-linux.org</a><br>> <a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a></div></div>
<br>_______________________________________________<br>TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>tclug-list@mn-linux.org<br>http://mailman.mn-linux.org/mailman/listinfo/tclug-list<br></div></div></body></html>