Bweb shows 33 running jobs, bconsole shows none.  How can I clear these jobs?

mysql.log shows the following query being made by bweb

SELECT Job.JobId AS jobid,
       Job.Name  AS jobname,
       Job.Level     AS level,
       Job.StartTime AS starttime,
       Job.JobFiles  AS jobfiles,
       Job.JobBytes  AS jobbytes,
       Job.JobStatus AS jobstatus, SEC_TO_TIME(  UNIX_TIMESTAMP(NOW())
                            - UNIX_TIMESTAMP(StartTime))
         AS duration,
       Client.Name AS clientname
FROM Job INNER JOIN Client USING (ClientId)
WHERE
  JobStatus IN ('C','R','B','e','D','F','S','m','M','s','j','c','d','t','p');




      

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to