On 12/28/06, <b class="gmail_sendername">Chris Pinkham</b> &lt;<a href="mailto:cpinkham@bc2va.org">cpinkham@bc2va.org</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* On Thu Dec 28, 2006 at 08:58:05AM -0600, Allan Wilson wrote:<br>&gt; On 12/27/06, Allan Wilson &lt;<a href="mailto:allanwilson@gmail.com">allanwilson@gmail.com</a>&gt; wrote:<br>&gt; &gt;2006-12-27 04:08:38.989 GetRecordBasename found no entry
<br><br>&gt; Does this have something to do with storage groups? I have my recordings<br>&gt; spanned across two partitions on two different drives.<br><br>The &quot;found no entry&quot; line indicates it couldn&#39;t find the filename in
<br>the recorded table, so it sounds DB related.&nbsp;&nbsp;GetRecordBasename does<br>a simple SQL query:<br><br>SELECT basename<br>&nbsp;&nbsp;&nbsp;&nbsp;FROM recorded<br>&nbsp;&nbsp;&nbsp;&nbsp;WHERE chanid = CHANID<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND starttime = STARTTIME;<br><br>So, if that&#39;s failing, you&#39;re not even getting to the meat of the
<br>Storage Groups code.<br><br>Are both servers using the same DB?&nbsp;&nbsp;Did you try different several<br>recordings?&nbsp;&nbsp;Do you see anything else in the logs.<br><br>--<br>Chris<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>Both are using the same database but the new frontend is remote. I did check the database and the tables look fine. Since I can see the recordings list does this mean I have access to the database. I thought it might have been a permission problem on mysql but I can see the recordings. It happens on all recordings. I went ahead and resetup my&nbsp; permissions on the database and verified that is working fine. I had a typo in /etc/hosts and I fixed that but still no luck. I didn&#39;t see anything else in the logs. Would it help if I turned on a flag when I run the frontend to get more information? Thanks
<br><br>Allan<br><br>