Bacula-users

[Bacula-users] Bweb list running jobs that are not running

2009-02-20 10:24:04
Subject: [Bacula-users] Bweb list running jobs that are not running
From: Peter Reilly <preilly88 AT yahoo DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 20 Feb 2009 07:19:30 -0800 (PST)
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Bweb list running jobs that are not running, Peter Reilly <=