Greetings,<br><br>i dont know if this helps you, but once in a while i have the same problem with those 0 byte recording, what i do is to run the find orphans script, that did clean it up nicely for me, but i dont know if it will solve your issue. Im not sure the path will work for you<br>
<br><font size="2" color="black" face="Verdana,Arial,Helvetica"><font size="2" color="black" face="Verdana,Arial,Helvetica"><font color="#660066">perl /usr/share/doc/mythtv-backend/contrib/<a href="http://myth.find_orphans.pl">myth.find_orphans.pl</a> </font></font></font><br>
<br>-lasse<br><br><br><div class="gmail_quote">On Tue, Dec 22, 2009 at 1:52 AM, covert covert <span dir="ltr"><<a href="mailto:thecovert%2Bmythusers@gmail.com">thecovert+mythusers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Dec 22, 2009 at 3:49 AM, Eric Sharkey <<a href="mailto:eric@lisaneric.org">eric@lisaneric.org</a>> wrote:<br>
> On Mon, Dec 21, 2009 at 8:22 AM, Dave Richardson <<a href="mailto:mythtv@derdev.com">mythtv@derdev.com</a>> wrote:<br>
>> and you would find and delete this way<br>
>><br>
>> find . -size 0 -exec rm -f {} \;<br>
><br>
> That works, but:<br>
><br>
> find . -size 0 -delete<br>
><br>
> is a little easier.<br>
><br>
> Eric<br>
<br>
</div>I don't need to delete them but just be alerted to the fact there<br>
being generated So I know the machine needs my attention.<br>
<br>
I had the idea to do it via Myth / SQL but both your idea's lead me to<br>
this idea.<br>
<br>
find . -mmin -21 -mmin +1 -size 0<br>
<br>
Ran every 20 minutes on a cron job. If there is output, email me.<br>
<br>
Thanks.<br>
<div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>