<div dir="ltr">On Wed, Aug 27, 2008 at 3:06 AM, Brad DerManouelian <span dir="ltr"><<a href="mailto:myth@dermanouelian.com" target="_blank">myth@dermanouelian.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>On Aug 26, 2008, at 11:36 PM, Bobby Gill wrote:<br>
<br>
> I am using the script from the mythtv remove commercials wiki and it<br>
> has been working fine, wondering if this error is important:<br>
<br>
</div>This script? <a href="http://www.mythtv.org/wiki/index.php/Script_-_RemoveCommercials" target="_blank">http://www.mythtv.org/wiki/index.php/Script_-_RemoveCommercials</a><br>
If so, there is no line 142. Which script are you using?<br>
<div></div></blockquote><div><br><a href="http://www.mythtv.org/wiki/index.php/Talk:Script_-_RemoveCommercials" target="_blank">http://www.mythtv.org/wiki/index.php/Talk:Script_-_RemoveCommercials</a><br><br>Sorry I should've mentioned I'm using the one from the Talk page there.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><br>
> 2008-08-27 00:57:26.895 Cutlist set to:<br>
> mythcommflag: Clearing cutlist successful for 1015_20080826233300.mpg<br>
> /usr/bin/removecommercials: line 142: recordedmarkup: command not<br>
> found<br>
> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using<br>
> password: NO)<br>
<br>
</div>This error is because you haven't given permission to root@localhost<br>
to modify your mythconverg database.<br>
You want to use the insturctions at the bottom of this page: <a href="http://www.mythtv.org/wiki/index.php/MythFrontend" target="_blank">http://www.mythtv.org/wiki/index.php/MythFrontend</a><br>
But you want root instead of mythtv, so use this:<br>
grant all on mythtconverg.* to 'root'@'%' identified by<br>
'thepasswordyouchoose';<br>
<div></div></blockquote><div><br>Thanks a bunch! I have done this and will monitor for further errors. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br>
> Also have been getting a bunch of these throughout the log:<br>
><br>
> 2008-08-27 00:51:56.804 TFW, Error: Write() -- IOBOUND begin<br>
> cnt(2048) free(2047)<br>
> 2008-08-27 00:51:57.384 TFW, Error: Write() -- IOBOUND end<br>
<br>
</div>That looks like your disk is too slow to do everything you're asking<br>
it to do.<br>
<br>
-Brad</blockquote><div><br> That reminds me, there's a HD Ringbuffer size option in mythtv-setup I have set to 14100. Is that a practical setting for a Sata drive? Don't wanna take it higher if that could damage anything, just curious if I've got it set low though.<br>
<br>Thanks,<br>Bob</div></div></div>