On 9/8/07, Paul Harrison &lt;<a href="mailto:mythtv@dsl.pipex.com">mythtv@dsl.pipex.com</a>&gt; wrote:<br>&gt; Mitch Gore wrote:<br>&gt; &gt; This is a combined FE/BE.&nbsp;&nbsp;So it should work.&nbsp;&nbsp;What do i do now?<br>&gt; &gt;<br>
&gt; <br>&gt; Is &#39;mythtv&#39; the correct hostname?<br>&gt; <br>&gt; Does running the query below in mysql give you the correct work<br>&gt; directory setting?<br>&gt; SELECT value, data FROM settings WHERE hostname = &#39;mythtv&#39; AND value =
<br>&gt; &#39;MythArchiveTempDir&#39;;<br>&gt; <br>&gt; Does that work directory exist and does the user running mythfrontend<br>&gt; have read/write permissions on it?<br>&gt; <br>&gt; Paul H.<br>&gt; <br>&gt; _______________________________________________
<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>&gt; <br><br><br><br>Here is the output:<br><br>mysql&gt; SELECT value, data FROM settings WHERE hostname = &#39;mythtv&#39; AND value =<br>&nbsp;&nbsp;&nbsp;&nbsp;-&gt; &#39;MythArchiveTempDir&#39;;<br>+--------------------+----------------------+
<br>| value&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>+--------------------+----------------------+<br>| MythArchiveTempDir | /video/temp-archive/ | <br>| MythArchiveTempDir |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| <br>+--------------------+----------------------+
<br>2 rows in set (0.00 sec)<br><br>I figured the blank record was causing the issue.&nbsp; I went into phpMyAdmin and deleted the blank.&nbsp; Retryed and the blank is back.&nbsp; So for some reason it doesnt like the first one and creates a new blank entry.&nbsp; The hostname is mythtv.
<br><br>Thanks,<br>Mitchell<br><br>