<p>This is probably a configuration problem, but on a recently installed setup of MythTV 0.23.1 under Debian 5.0 I can&#39;t get any recordings to start. Looking at the logs the problem seems to be that the dirname prefix for the Default group is not being added to the filename with the result that the file open fails, since every log I found with a web search shows the fully qualified name:<br>
 <br>2011-02-07 00:42:25.046 Started recording: The IT Crowd: channel 1014 on cardid 1, sourceid 1<br>2011-02-07 00:42:27.103 TVRec(1): rec-&gt;GetFileName(): &#39;1014_20110207004250.mpg&#39;<br>2011-02-07 00:42:27.273 TFW, Error: Opening file &#39;1014_20110207004250.mpg&#39;.<br>
                        eno: Permission denied (13)<br>2011-02-07 00:42:27.308 TVRec(1) Error: RingBuffer &#39;1014_20110207004250.mpg&#39; not open...<br>2011-02-07 00:42:27.352 TVRec(1): Changing from RecordingOnly to None<br>
2011-02-07 00:42:27.423 Finished recording The IT Crowd: channel 1014</p>
<p>I&#39;ve checked, several times, that the Default directory is set to &#39;/data/mythtv/recordings/&#39; so I would expect GetFileName to return &#39;/data/mythtv/recordings/1014_20110207004250.mpg&#39;. I&#39;ve also checked that the permissions on that folder are corrent (in fact they&#39;re 0777!) but suspect that the file open is simply trying to open the file somewhere else.<br>
 <br>What am I doing wrong? Or what have I forgotten to set?<br clear="all"><br>-- <br>Derek.<br></p>