[mythtv-users] recordedmarkup table corruption

Preet Khalsa preet at ecbit.com
Thu Apr 28 22:35:47 UTC 2005


I had a hard lockup on the backend.  Froze the entire machine.  My
reiserfs file system recovered much, but left the table recordedmarkup
corrupt.  This meant that nuvexport would not run and spits out ...

Can't open file: 'recordedmarkup.MYD'. (errno: 145)

I checked /var/lib/mysql/mythconverg and it is there.  So the table is
corrupt.

To fix this, log into mysql ...

mysql -u root -p mythconverg

and then check and repair the table ...

check table recordedmarkup;
repair table recordedmarkup;

And then all should be well.

I am posting this because google resulted in nothing useful.

Love my myth

Preet



More information about the mythtv-users mailing list