[mythtv-users] some errors in backend log

Brad DerManouelian myth at dermanouelian.com
Wed Aug 27 07:06:19 UTC 2008


On Aug 26, 2008, at 11:36 PM, Bobby Gill wrote:

> I am using the script from the mythtv remove commercials wiki and it  
> has been working fine, wondering if this error is important:

This script? http://www.mythtv.org/wiki/index.php/Script_-_RemoveCommercials
If so, there is no line 142. Which script are you using?

> 2008-08-27 00:57:26.895 Cutlist set to:
> mythcommflag: Clearing cutlist successful for 1015_20080826233300.mpg
> /usr/bin/removecommercials: line 142: recordedmarkup: command not  
> found
> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using  
> password: NO)

This error is because you haven't given permission to root at localhost  
to modify your mythconverg database.
You want to use the insturctions at the bottom of this page: http://www.mythtv.org/wiki/index.php/MythFrontend
But you want root instead of mythtv, so use this:
grant all on mythtconverg.* to 'root'@'%' identified by  
'thepasswordyouchoose';

> Also have been getting a bunch of these throughout the log:
>
> 2008-08-27 00:51:56.804 TFW, Error: Write() -- IOBOUND begin  
> cnt(2048) free(2047)
> 2008-08-27 00:51:57.384 TFW, Error: Write() -- IOBOUND end

That looks like your disk is too slow to do everything you're asking  
it to do.

-Brad



More information about the mythtv-users mailing list