Re: [Bacula-users] [Bacula-devel] Bacula 3.0.3 deadlock : Job is waiting for execution

2010-01-09 Thread Renaud Marquet
Le samedi 09 janvier 2010 à 21:25 +0100, Kern Sibbald a écrit : > Hello, > > On Saturday 09 January 2010 20:20:01 Renaud Marquet wrote: > > Kern, > > > > altough I searched for a possible workaround, I didn't found the ones > > you talk about. But your statement is not correct as pointing to a val

Re: [Bacula-users] [Bacula-devel] Bacula 3.0.3 deadlock : Job is waiting for execution

2010-01-09 Thread Kern Sibbald
Hello, On Saturday 09 January 2010 20:20:01 Renaud Marquet wrote: > Kern, > > altough I searched for a possible workaround, I didn't found the ones > you talk about. But your statement is not correct as pointing to a valid > smtp server is not a proper workaround. Actually, if for some reason, > t

Re: [Bacula-users] HP MSL2024 Autochanger "ERR=Device or resource busy."

2010-01-09 Thread Richard Scobie
John Drescher wrote: > Have you tried to stop bacula-sd and then execute the mtx-changer > script directly from the shell? You will probably have to look at the > code for the parameters. Hi John, Yes, I have successfully been able to do this a number of times and also run through the "btape

Re: [Bacula-users] [Bacula-devel] Bacula 3.0.3 deadlock : Job is waiting for execution

2010-01-09 Thread Renaud Marquet
Kern, altough I searched for a possible workaround, I didn't found the ones you talk about. But your statement is not correct as pointing to a valid smtp server is not a proper workaround. Actually, if for some reason, the *valid* smtp server is down, the problem will occur and I bet users will no

[Bacula-users] No Full backup in first weekend of january

2010-01-09 Thread Pieter (NL)
Hi, I noticed something stange. In the first week of january no Full backup was made on my server(s). I have the following schedule: Schedule { Name = "WeeklyCycle" Run = Level=Full w01 w03 w05 w07 w09 w11 w13 w15 w17 w19 w21 w23 w25 w27 w29 w31 w33 w35 w37 w39 w41 w43 w45 w47 w49 w51 w53 o

[Bacula-users] static bacula-fd for FreeBSD disaster recovery

2010-01-09 Thread G VM
Hi all, I am trying to build a static binary of bacula-fd. I found this thread: http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg33494.html http://sourceforge.net/mailarchive/message.php?msg_name=3838017D92B3C445BA200CE3B6A821A40A7482%40cetus.dawnsign.com I followed the instruc

Re: [Bacula-users] How to prune/delete job entries from bacula db

2010-01-09 Thread Timo Neuvonen
> I want do delete all the failed Jobs from the job lists. > > I've identified all them with the following sql > > # 19 > :List jobs which have no files in db and are possible failed > SELECT DISTINCT > Job.JobId,Job.Name,ClientId,Job.StartTime,Job.Type,Job.Level,JobFiles,JobBytes,JobStatus > FROM

[Bacula-users] How to prune/delete job entries from bacula db

2010-01-09 Thread Pierre Bernhardt
Hello, I want do delete all the failed Jobs from the job lists. I've identified all them with the following sql # 19 :List jobs which have no files in db and are possible failed SELECT DISTINCT Job.JobId,Job.Name,ClientId,Job.StartTime,Job.Type,Job.Level,JobFiles,JobBytes,JobStatus FROM Job W

Re: [Bacula-users] bconsole query for calculating client 7days utilization

2010-01-09 Thread vishal veerkar
Thanks a ton for your reply... I have testing it on test bed and results are satisfactory. With previous version of script and after seeing your reply i was not able to come at comfortable level and hence need to validate before implementing on production from somebody. Thanks for sending the who