<div dir="ltr"><div>I managed to get some of the log files off but I am not sure where to start. The backend is just showing a large number of autoexipre messages followed by file missing errors.</div><div><br></div><div>mysql error log</div><a href="http://pastebin.com/QYBVSQgS">http://pastebin.com/QYBVSQgS</a><div><br></div><div>backend<br><div><a href="http://pastebin.com/9ncw4MHL">http://pastebin.com/9ncw4MHL</a><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 7 May 2015 at 23:47, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@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 class="HOEnZb"><div class="h5">On 05/07/2015 05:14 PM, Scott Moncrieff wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Something disastrous seems to have happened to my Mythtv backend.<br>
<br>
I got a low disk space warning pop up and the computer became unresponsive.<br>
I powered off and rebooted and it happened again so next time I opened the<br>
system monitor and watched the hard drive fill up from 23% full up to 99%<br>
in the space of 5 minutes then jump back down to 23% and start again and it<br>
keeps cycling round like this.<br>
<br>
The process writing to the disk is mysqld - usr/sbin/mysqld<br>
<br>
I managed to use backup and restore in the Mythbuntu Control centre to<br>
backup to a flash drive. I then restored a clonzilla backup of the system<br>
from 6 months ago and it runs ok until I restore the database backup and<br>
then the hard drive starts filling up again.<br>
<br>
Any idea what may be happening or how to trouble shoot it? The drive is<br>
filling up very quickly (128gb SSD) and the system becomes unresponsive so<br>
it I only have a minute or so to do anything after re booting.<br>
<br>
</blockquote>
<br></div></div>
Hi,<br>
<br>
After rebooting, stop the backend and then stop mysql. If mysql is the<br>
culprit, that will give you time to investigate.<br>
<br>
Maybe just stopping the BE would be enough. You get to try that.<br>
<br>
I'd start in /var/log/mysql/error.log. You could also look in<br>
/var/lib/mysql/mythconverg. The biggest file in mine is:<br>
<br>
    recordedseek.MYI @ 100M<br>
<br>
Your DB could be stored elsewhere, and the problem could be in non-<br>
mythconverg files under .../mysql too, but that's a start.<br>
<br>
You could restart mysql and the BE and tail mythbackend.log. Then,<br>
in another window type: mythbackend --setverbose database and watch<br>
the fun in the 1st window for a possible reason to what is being<br>
written to the DB. I'd do this as a last resort.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Bill<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</font></span></blockquote></div><br></div>