Hello,

I have released a patch (1.38.10-scheduler.patch) to the patches area of the 
Bacula Source Forge releases.  I *strongly* recommend that everyone using 
Bacula version 1.38.10 apply this patch.  It applies only to the Director 
(the SD and FD are unchanged) and *only* to version 1.38.10.  The patch will 
prevent the Director for crashing or hanging (depending on your OS) whenever 
you do a "reload" command or whenever there is a sudden clock shift, which 
occurs much more often than one would imagine.

At the same time, I've released a src rpm (version 2) that contains the patch. 
You can rebuild your rpms from source, or wait until the rpm packaging is 
done.

In addition, I have released a new version of depkgs, which contains a newer 
version of mtx -- this is not very important.

For your convenience, I have attached the patch to this email.

-- 
Best regards,

Kern

  (">
  /\
  V_V
 This patch should correct the FreeBSD mutex crash that happens in
 the Director after a sudden clock shift or after the "reload" command.
 Apply it to 1.38.10 (will not work with prior version) with:

  cd <bacula-source>
  patch -p0 <1.38.10-scheduler.patch
  make
  make install
  ...



Index: src/dird/scheduler.c
===================================================================
RCS file: /cvsroot/bacula/bacula/src/dird/scheduler.c,v
retrieving revision 1.33.2.2
diff -u -r1.33.2.2 scheduler.c
--- src/dird/scheduler.c	4 Jun 2006 12:24:39 -0000	1.33.2.2
+++ src/dird/scheduler.c	24 Jun 2006 17:25:58 -0000
@@ -151,6 +151,7 @@
               free(next_job);
           }
           schedules_invalidated = false;
+          unlock_jobs();
           goto again;
       }
       unlock_jobs();
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to