LinHES Forums
http://forums.linhes.org/

[6.03.00] Transcode to xvid ... could not stop or remove job
http://forums.linhes.org/viewtopic.php?f=21&t=21154
Page 1 of 1

Author:  Martin1802 [ Thu Jun 17, 2010 8:44 am ]
Post subject:  [6.03.00] Transcode to xvid ... could not stop or remove job

Hi ...

anybody has problem with removing jobs ... trying to transcode a recorded tvshow to xvid ...

job is in statuslist oder joblist ... too on webinterface screen, but it is not possible to remove :-( nor to stop / pause job ...

any hints? Which info do you need? I look in back-/frontend.log but did not find any problems ...

using system with core/extra repos ...

Author:  Martian [ Thu Jun 17, 2010 11:04 am ]
Post subject: 

I encountered a similar problem when trying to set up jobs for encoding for my wife's iPod.

I ended up just installing phpMyAdmin and removing the jobs from the "jobqueue" table in the "mythconverg" database by hand.

I don't know of any other way to kill a job before it finished. If you pkill the process it just re-launches thanks to still being in the jobqueue table.

Good Luck,

Martian

Author:  penguinpwr [ Sun Jun 20, 2010 1:58 pm ]
Post subject: 

This is what I do. Open a terminal.


mysql -u mythtv -pmythtv
use mythconverge;
select * from jobqueue;
DELETE FROM jobqueue where status="1";
quit


That always seems to work for me. 1 is for a queued and 4 is for active jobs. I wish I could remember where I got that from, I would give them credit. I was just barely smart enough to write it down when I came across it. Good luck.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/