[mythtv-users] User job not executing

Anthony Giggins seven at seven.dorksville.net
Tue Nov 20 12:12:12 UTC 2007


Ok I changed the script as per a few suggestions 

#!/bin/sh
export TERM=vt100
VIDEODIR=$1
FILENAME=$2
echo $VIDEODIR/$FILENAME > /storage/videos/new/test.log
/usr/bin/nuvexport --mencoder --infile=$VIDEODIR/$FILENAME
--path=/storage/videos/new --height=576 --width=720 --mode=xvid --
deinterlace --nonoise_reduction --cutlist --noconfirm --nice=19 > /dev/null


But it was still not running as per the log below which the jobqueue
debugging led me to the JobAllowUserJob1 Option which was set to 0 but is
now set to 1 I then also needed to restart the BE



2007-11-20 23:04:32.381 JobQueue: GetJobsInQueue: Found 'Xvid export
720x576' Job for 1003 @ 20071120051500 in Queued state.
2007-11-20 23:04:32.443 JobQueue: Currently Running 0 jobs.
2007-11-20 23:04:32.447 JobQueue: Skipping 'Xvid export 720x576' job for
chanid 1003 @ 20071120051500, not allowed to run on this backend.

This is now working, thank you for your help everyone

Cheers,
Anthony



More information about the mythtv-users mailing list