Constant Disk Activity from MythTV
      by Wyatt WalterLast night I was playing with my MythTV box setting up a frontend on my MacBook and I noticed after I was done playing that the MythTV backend server’s disk was constantly making noise. When I stopped the MythTV backend services, the noise stopped. Then once I started it back up the activity continue the way it was before. After doing a little Googling, I found out that others had had this problem on Ubuntu 8.04 shortly after installing MythTV. Later in the bug report someone discovered that on their machine, the constant disk activity was MythTV logging that it couldn’t connect to the MySQL server. Turns out they were exactly right. In my /var/log/mythtv/mythbackend.log file, it was constantly writing:
QSqlQuery::exec: database not open
QSqlQuery::exec: database not open
2009-06-26 23:50:02.359 DB Error (KickDatabase):
Query was:
SELECT NULL;
No error type from QSqlError? Strange...
QSqlQuery::prepare: database not open
QSqlQuery::exec: database not open
2009-06-26 23:50:02.412 DB Error (SimpleDBStorage::load()):
Query was:
SELECT station FROM record WHERE recordid = :WHERERECORDID
No error type from QSqlError? Strange...
2009-06-26 23:50:02.413 Unable to connect to database!
2009-06-26 23:50:02.414 Driver error was [1/1045]:
QMYSQL3: Unable to connect
Database error was:
Access denied for user 'mythtv'@'localhost' (using password: YES)
Turns out, I had been messing with the MySQL permissions to get my MythTV frontend machine to work and hadn’t noticed that I broke the backend. If you install MythTV and notice that you get constant disk access after it starts, this is likely the culprit.
- Chrome No Longer Beta Google announced today something that I didn't realize they were...
- Windows as a TV-Tuner Commercial So I recently saw a Microsoft commercial about how Windows...
- Goodbye Windows Small Business Server, Hello eBox Microsoft Small Business server finally has a competitor. I've been...
- Running LAMP Applications Using Nginx While playing with WordPress on nginx for my last post,...
- My Prosper Internal Rate of Return Update (End of Jan 07) — 12.31% It seems that after some thought EnoughWealth and TB and...
- Prosper.com Crosses 50 Million Dollars in Loans It took from 2/27/06 until 04/05/2007. Just over one month...
- Ellis Boats Company Ellis Boats was founded in the early 1900s, because fishing...
- Prosper.com Lender Game — leporello Initial Update — (10.04%) to 16.61% leporello joins the game... Here is his intro... I am...
Tags: linux, mythtv
Filed under How-Tos / Tips :
Comments (0) :
Jun 27th, 2009


