<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 24, 2014 at 12:06 PM, Bill Meek <span dir="ltr">&lt;<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On 10/24/2014 09:50 AM, Daryl McDonald wrote:<br>
...<span class=""><br>
&gt; Thanks for the patience and understanding, here are a couple appropriate<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
sized logs:<br>
<br>
daryl@daryl-A780L3C:~$ ./shortlog.sh mythbackend | pastebinit<br>
<a href="http://paste.ubuntu.com/8656900/" target="_blank">http://paste.ubuntu.com/<u></u>8656900/</a><br>
daryl@daryl-A780L3C:~$ ./shortlog.sh mythfrontend | pastebinit<br>
<a href="http://paste.ubuntu.com/8656903/" target="_blank">http://paste.ubuntu.com/<u></u>8656903/</a><br>
</blockquote>
<br></span>
Backend:<br>
<br>
Much nicer. The permissions issues was already addressed, probably<br>
/media/storage/mythtv/<u></u>recordings isn&#39;t writable by mythtv, or the<br>
files under it aren&#39;t. Type: ls -ld /media/storage/mythtv/<u></u>recordings<br>
to see what&#39;s there now. Mine looks like: drwxrwsr-x 2 mythtv mythtv.<br></blockquote><div><br></div><div> daryl@daryl-A780L3C:~$  ls -ld /media/storage/mythtv/recordings</div><div>drwxrwsr-x 2 mythtv mythtv 20480 Oct 24 17:05 /media/storage/mythtv/recordings</div><div><br></div><div>I don&#39;t see a problem here?</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
On the frontend:<br>
<br>
42&#39;s looks important if you use LIRC. If not maybe there&#39;s some stale<br>
configuration hanging around. I don&#39;t use it so someone else gets to<br>
comment on LIRC.<br></blockquote><div><br></div><div>I use LIRC to control a STB no remote (ir ipazz) </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
I get line 43, but don&#39;t use a joystick and ignore the line.<br>
<br>
The errors in lines 63 to 69 such as: &quot;Unable to find image file&quot; for:<br>
mm_*.png could mean your permissions on your $HOME/.mythtv/themecache<br>
directory. For *example*:<br>
<br>
    ~/.mythtv/themecache/Steppes.<u></u>1920.1080/<br></blockquote><div><br></div><div> daryl@daryl-A780L3C:~$ ls -ld $HOME/.mythtv/themecache</div><div>drwxrwxr-x 4 daryl daryl 4096 Oct 16 12:00 /home/daryl/.mythtv/themecache</div><div><div>daryl@daryl-A780L3C:~$ ls -al  ~/.mythtv/themecache</div><div>total 116</div><div>drwxrwxr-x  4 daryl daryl   4096 Oct 16 12:00 .</div><div>drwxrwxr-x 15 daryl daryl   4096 Aug 26 11:51 ..</div><div>drwxrwxr-x  3 daryl daryl 102400 Oct 24 17:09 Steppes.1360.768</div><div>drwxrwxr-x  2 daryl daryl   4096 Oct 16 11:47 Terra.1360.768</div><div>daryl@daryl-A780L3C:~$ </div></div><div><br></div><div>Permissions seem fine here?</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
If you&#39;re not using AirPlay, I&#39;d ignore line 74.<br></blockquote><div><br></div><div>I&#39;m not using it </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
For 83-86, I&#39;d just go into the frontend setup for Themes and delete<br>
the Gray and BlackCurves themes. You seem to be using Steppes.<br></blockquote><div><br></div><div>Grey and Black Curves don&#39;t appear in the theme chooser, so I didn&#39;t delete what isn&#39;t there? </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
96 and 98 I don&#39;t know how to fix. If they appear frequently (e.g. not<br>
just at startup), then maybe it&#39;s time to worry about them.<br>
<br>
Suggestion. I&#39;d never pipe the output to pastebinit without reviewing<br>
it first. Had you done it for mythfilldatabase (and if you have more<br>
than one source), there&#39;s a bug that puts your Schedules Direct userid<br>
in the output. After spotting it you could safely type:<br></blockquote><div><br></div><div>I wasn&#39;t aware, thanks for the heads up </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
    ./shortlog.sh mythfilldatabase &gt; /tmp/mfdb.log<br>
    edit /tmp/mfdb.log (and change your actual userid to &lt;useridWasHere&gt;)<br>
    pastebinit /tmp/mfdb.log<br>
<br>
And yes, Trac ticket 12300 has a patch for the bug.<div class=""><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://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>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>I&#39;m more bewildered than I was when I first consulted the logs.    Daryl</div></div><br></div></div>