[mythtv-users] How to use tmdb.pl with MythVideo/MythWeb

Michael T. Dean mtdean at thirdcontact.com
Sun Apr 5 23:47:09 UTC 2009


On 04/05/2009 07:41 PM, Bobby Gill wrote:
>> Alright...  I went from what you wrote, but now I'm thinking you copied
>> what you saw on the HOWTO page...  So:
>>
>> ls -l /usr/{,local/}bin/{mythfrontend,mythtv}*
> [19:41:15] ~ > ls -l /usr/{,local/}bin/{mythfrontend,mythtv}*
> -rwsr-sr-x 1 root root 1491128 2008-03-26 15:00 /usr/bin/mythfrontend

Yep, the "s" in your /usr/bin/mythfrontend line is what's causing the issue.

So, now:

chmod 0755 /usr/bin/mythfrontend

(or, more generically

chmod 0755 /usr/{,local/}bin/{mythfrontend,mythtv}*

) and enjoy.

Thanks for waiting to get the ls output so others with the issue can see 
so they can compare to their systems.

Mike


More information about the mythtv-users mailing list