[mythtv-commits] Ticket #13111: metadata lookup is invoking invalid executables

MythTV noreply at mythtv.org
Sat Aug 26 17:47:06 UTC 2017


#13111: metadata lookup is invoking invalid executables
---------------------------------------------+--------------------------
     Reporter:  pbennett                     |      Owner:  jyavenard
         Type:  Bug Report - General         |     Status:  new
     Priority:  minor                        |  Milestone:  needs_triage
    Component:  MythTV - Mythmetadatalookup  |    Version:  Master Head
     Severity:  medium                       |   Keywords:
Ticket locked:  0                            |
---------------------------------------------+--------------------------
 When refreshing artwork as follows
 {{{
 mythmetadatalookup --refresh-all-artwork --verbose general,system
 }}}
 Some invalid things are showing up in the logs
 {{{
 2017-08-25 18:10:14.576191 I [16729/16729] CoreContext
 mythsystemunix.cpp:948 (Fork) - Managed child (PID: 16784) has started! *
 command=/home/peter/proj/build/xenial-
 amd64/mythtv/ttvdb/usr/share/mythtv/metadata/Television/tvdb_test.conf -v,
 timeout=0
 2017-08-25 18:10:14.596324 I [16729/16750] SystemManager
 mythsystemunix.cpp:354 (run) - Managed child (PID: 16784) has exited!
 command=/home/peter/proj/build/xenial-
 amd64/mythtv/ttvdb/usr/share/mythtv/metadata/Television/tvdb_test.conf -v,
 status=32256, result=126
 2017-08-25 18:10:14.626164 I [16729/16729] CoreContext
 mythsystemunix.cpp:948 (Fork) - Managed child (PID: 16786) has started! *
 command=/home/peter/proj/build/xenial-
 amd64/mythtv/ttvdb/usr/share/mythtv/metadata/Musicmbutils.py -v, timeout=0
 2017-08-25 18:10:14.646305 I [16729/16750] SystemManager
 mythsystemunix.cpp:354 (run) - Managed child (PID: 16786) has exited!
 command=/home/peter/proj/build/xenial-
 amd64/mythtv/ttvdb/usr/share/mythtv/metadata/Musicmbutils.py -v,
 status=32512, result=127
 }}}
 The file tvdb_test.conf that it is trying to run is not an executable. The
 file Musicmbutils.py has a slash missing, it should be Music/mbutils.py.
 Apart from these errors the run appears to work correctly.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13111>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list