[mythtv-users] mythfilldatabase false failure

Bill Meek keemllib at gmail.com
Wed Nov 27 21:37:31 UTC 2019


On 11/27/19 2:44 PM, Asher Schaffer wrote:
> On Wed, Nov 27, 2019 at 9:19 AM Jan Ceuleers <jan.ceuleers at gmail.com> wrote:
> 
>> Would you please run mythfilldatabase --dd-grab-all manually again from
>> the cli, and then display its exit code like so:
>>
>> $ mythfilldatabase --dd-grab-all
>> $ echo $?
>>
>> Please let us know whether it returns 0 or something else?
> 
> It returns 0 and no errors in the output
> 
> I also changed the setting to not include the path for
> mythfilldatabase, so it now outputs logs successfully but no sign of
> any errors in the log either.

The error fires when the backend housekeeper gets a return code
other than GENERIC_EXIT_OK (which is 0.)

Some users have make mythfilldatabase a script that calls the real
thing (in order to make sure the network is up/dns is working.)

locate -b '\mythfilldatabase' should return a single file and
it's known to the backend to be in the GetAppBinDir(). That's
usually /usr/bin as you had before.

Is the output of locate the executable or a shell script?

-- 
Bill

https://github.com/MythTV/mythtv/blob/fixes/30/mythtv/programs/mythbackend/backendhousekeeper.cpp#L737


More information about the mythtv-users mailing list