[mythtv-users] Mythtv not recording sheduled recording tofiles at all

Michael Rice mikerice1969 at gmail.com
Mon Jun 16 17:04:40 UTC 2008


On 6/15/08, Anzi <anzi at dnainternet.net> wrote:
> Thanks for the answer, but I haven't gotten this to work at all.  'lsof
> |grep '1006_20080615011800.mpg' gives me no candidates? and I believe
> that storage directories are okay (if theres isn't a big magic behind
> them..).
>
> It feels like it is recording to somewhere but not in this system? I
> have no slave systems.

As far as I know 'lsof' lists open files.  You want to find the file
open or not.

What about:
find / -name '1006_20080615011800.mpg' -print

It looks like from your log it should be in:
'/data/mythtv/default'
or
'/data/mythtv/default_2'

If not then your storage groups have a problem.


More information about the mythtv-users mailing list