<div dir="ltr">I do not use the rpi for any repeaters yet. I do not specify /tmp, but my files automatically are placed in /tmp.<div>I suspect that in porting the code to the rpi there must have been a change in the source code that changed that behavior.</div><div>Maybe by default, they send files to /dev/null to avoid using up the limited writes to the flash memory???</div><div>Can you plug in a usb hard drive to capture logs and recordings so as to save the flash memory from eventual destruction from too many writes?</div><div>So far I have lost 3 flash cards in experimental rpi use.  I think each location in the flash is limited to a finite number of writes (maybe 100,000 per location) and software tries to keep moving files around to use up the entire flash evenly.  But they do eventually fail.</div><div>Chuck</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 25, 2017 at 5:35 AM, Hayden Honeywood <span dir="ltr"><<a href="mailto:haydenph91@gmail.com" target="_blank">haydenph91@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Fixed it! Silly me.<div><br></div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0)">#!/bin/sh
asterisk -r -x "voter record 1727 /tmp/voter-recordRTC"`date +%F-%H-%M` >> /var/log/voterrecordlog</pre><div><div>The path needs to be defined in the command. </div><div><br></div><div>Will post all this to the wiki soon.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Hayden</div></font></span><div><div class="h5"><div><br></div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 25, 2017 at 8:40 PM, Hayden Honeywood <span dir="ltr"><<a href="mailto:haydenph91@gmail.com" target="_blank">haydenph91@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 class="gmail_quote"><div dir="ltr"><div class="gmail_extra">Thanks Chuck.</div><div class="gmail_extra"><br></div><div class="gmail_extra">My /tmp directory isn't filling up with any files at all. I made sure there had been voter receiver activity, and ran the script a few times. In the log it shows a new filename everytime I run it.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Went directly into the command line and ran:</div><div class="gmail_extra">voter record 1727 voter-recordRTC1</div><div class="gmail_extra"><br></div><div class="gmail_extra">I get back:</div><div class="gmail_extra">voter instance 1727 Record: Recording enabled info file voter-recordRTC1<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Check activity, then send the same command with 2 at the end of the filename to change. Nothing appears in /tmp. I did a complete search on the Pi for everything with the name voter in it, and still cannot find the recordings.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I also have a tmpfs that I will have to make bigger once I get it working  25M  8.0K   25M   1% /tmp</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>
</div><br></div>
</blockquote></div><br></div></div></div></div></div></div></div>
<br>______________________________<wbr>_________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@lists.allstarlink.org">App_rpt-users@lists.<wbr>allstarlink.org</a><br>
<a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/<wbr>cgi-bin/mailman/listinfo/app_<wbr>rpt-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/<wbr>cgi-bin/mailman/listinfo/app_<wbr>rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. <br></blockquote></div><br></div>