<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 2, 2015 at 8:24 PM, 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">On 02/02/2015 06:14 PM, Daryl McDonald wrote:<br>
...<span class=""><br>
>   daryl@daryl-A780L3C:~$ sudo ls -ld /var/lib/mysql/mythconverg/<u></u>settings.MYD<br>
<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-rw-rw---- 1 mysql mysql 0 Feb  2 04:15 /var/lib/mysql/mythconverg/<u></u>settings.MYD<br>
</blockquote>
<br></span>
That explains why your BE log is showing problems SELECTing settings, the<br>
file is empty. Mine, for example, is 74196 bytes.<br>
<br>
Why the file has 0 bytes is another question (that I can't answer.) You could<br>
check: /var/log/mysql/error.log for hints.<br>
<br>
You didn't move your DB somewhere else during you disk changes last year did<br>
you. Another question only you can answer. Were symbolic links involved.<br>
<br>
The good news is that the mysql DB at least has the information that allows you<br>
to login using the maintenance password. I'd try checking mythconverg. But use<br>
the mythtv password. You should see if this works:<br>
<br>
1st, get your mythtv password:<br>
<br>
    grep Password ~mythtv/.mythtv/config.xml<br>
<br>
Then analyze the DB:<br>
<br>
    mysqlanalyze -u mythtv -p -h localhost mythconverg<br>
<br>
If that doesn't work:<br>
<br>
    sudo mysqlanalyze --defaults-extra-file=/etc/<u></u>mysql/debian.cnf mythconverg<br>
<br>
The output will (should) be long, so please use a pastebin.<br>
<br>
I would not use rsync to restore the root partition unless there's some<br>
evidence of missing files in /.<div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
Bill<br>
______________________________<u></u>_________________<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/<u></u>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a></div></div></blockquote><div><br></div><div>There was definitely something corrupting my database, what got me going again was restoring a database from a few months ago, now I have mega-multiple orphans to deal with. The question now is will any of the testing you've suggested be of any value, with the old database in place?  Thanks Bill, Daryl</div></div><br></div></div>