[mythtv-users] mythnuv2mkv job queue error on some recordings

auric auric at aanet.com.au
Sat Nov 28 23:22:14 UTC 2009


> Date: Sat, 28 Nov 2009 13:34:55 -0500
> From: Bobby Gill <bobbygill at rogers.com>
> Subject: [mythtv-users] mythnuv2mkv job queue error on some recordings
> To: Discussion about mythtv <mythtv-users at mythtv.org>
> Message-ID:
> 	<8c675e700911281034o31df69b3he47ae923f513b8ac at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> I have a job queue set up as:
> 
> mythnuv2mkv --jobid=%JOBID% --quality=high --contype=avi --chanid=%CHANID%
> --starttime=%STARTTIME%
> 
> I run this regularly and it successfully completes on most recordings, but
> on some I keep getting this:
> 
> 2009-11-28 13:27:01.019 JobQueue Error: User Job 'mythnuv2mkv --jobid=6970
> --quality=high --contype=avi --chanid=1015 --starttime=20081110233552'
> failed, unable to find executable, check your PATH and backend logs.
> 2009-11-28 13:27:01.027 JobQueue: Current PATH:
> '/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/opt/kde/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin:/home/bobby2/.bin:/home/bobby2/Scripts:/usr/local/bin'
> 2009-11-28 13:27:01.490 JobQueue Error: User Job 'mythnuv2mkv --jobid=6977
> --quality=high --contype=avi --chanid=1042 --starttime=20081105230000'
> failed, unable to find executable, check your PATH and backend logs.
> 2009-11-28 13:27:01.492 JobQueue: Current PATH:
> '/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/opt/kde/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin:/home/bobby2/.bin:/home/bobby2/Scripts:/usr/local/bin'
> 
> 
> This only occurs on a small percentage of recordings I queue up for this
> job.
> 
> 
> Thanks
> Bob

Bob, Ignore the PATH error, this is the only error that the myth backend
can and will report for any failure of a job script. (I just checked the
latest myth source and this situation has changed but I won't update the
script until majority are on 0.22)
You need to look in the mythnuv2mkv log file for the actual problem.
This is LOGBASEDIR/mythnuv2mkvPID.log where LOGBASEDIR is a variable in
the script, defaults to /var/tmp and PID is the Process ID of the
script. You can get the PID from the System Status Job Queue or Log
Entries screens as [PID]. However I find the easiest way is do a
"ls -lrt /var/tmp/mythnuv2mkv*log" and the most recent
mythnuv2mkv{PID}.log will be at the end. (ls -lrt is a long listing
ordered by reverse time).

Auric




More information about the mythtv-users mailing list