[mythtv-users] log errors

Bill Meek keemllib at gmail.com
Sat Oct 25 03:18:05 UTC 2014


On 10/24/2014 04:31 PM, Daryl McDonald wrote:
> On Fri, Oct 24, 2014 at 12:06 PM, Bill Meek <keemllib at gmail.com> wrote:
...
>
>   daryl at daryl-A780L3C:~$  ls -ld /media/storage/mythtv/recordings
> drwxrwsr-x 2 mythtv mythtv 20480 Oct 24 17:05
> /media/storage/mythtv/recordings
>
> I don't see a problem here?

Agreed. Try:

     find /media/storage/mythtv/recordings -type f -name "*.mpg" ! -user mythtv -ls

Or, just look at each line with an error e.g.:

     ls -ld /media/storage/mythtv/recordings/1041_20140901233000.mpg

>> On the frontend:
...
>> The errors in lines 63 to 69 such as: "Unable to find image file" for:
>> mm_*.png could mean your permissions on your $HOME/.mythtv/themecache
>> directory. For *example*:
>>
>>      ~/.mythtv/themecache/Steppes.1920.1080/
>>
>
>   daryl at daryl-A780L3C:~$ ls -ld $HOME/.mythtv/themecache
> drwxrwxr-x 4 daryl daryl 4096 Oct 16 12:00 /home/daryl/.mythtv/themecache
> daryl at daryl-A780L3C:~$ ls -al  ~/.mythtv/themecache
> total 116
> drwxrwxr-x  4 daryl daryl   4096 Oct 16 12:00 .
> drwxrwxr-x 15 daryl daryl   4096 Aug 26 11:51 ..
> drwxrwxr-x  3 daryl daryl 102400 Oct 24 17:09 Steppes.1360.768
> drwxrwxr-x  2 daryl daryl   4096 Oct 16 11:47 Terra.1360.768
> daryl at daryl-A780L3C:~$
>
> Permissions seem fine here? They do.

How about going to the Theme chooser and re-downloading Steppes?

You could look at the permissions of all the files under
the directory above. Or, maybe try: ls -l mm_*.png in the
themecache/Steppes.1360.768 directory. This is what mine looks
like (but I'm on 0.28-pre):

$ ls -l mm_*.png
-rw-rw-r-- 1 bill bill 965 Apr  4  2014 mm_next_off.png---1x-1.png
-rw-rw-r-- 1 bill bill 841 Apr  4  2014 mm_next_on.png---1x-1.png
-rw-rw-r-- 1 bill bill 836 Apr  4  2014 mm_next_pushed.png---1x-1.png
-rw-rw-r-- 1 bill bill 946 Apr  4  2014 mm_prev_off.png---1x-1.png
-rw-rw-r-- 1 bill bill 827 Apr  4  2014 mm_prev_on.png---1x-1.png
-rw-rw-r-- 1 bill bill 817 Apr  4  2014 mm_prev_pushed.png---1x-1.png

-- 
Bill


More information about the mythtv-users mailing list