Hi Kern,

<apologies -- forgot to reply to list, so this is a dupe>

2009/11/3 Kern Sibbald <k...@sibbald.com>:
<snip>
> I don't guarantee that the patches will go easily or cleanly into 3.0.2 or
> 3.0.3 as they are in our current git repo.  If you use git, you stand a good
> change of having them go in correctly, since in these kinds of situations git
> really is like magic especially if you use "cherry-pick"
Magic indeed!

 $ git checkout -b backport-fixes Release-3.0.3
 $ git cherry-pick -x <commits>
 $ git archive --prefix=bacula-3.0.3_1/ backport-fixes:bacula/ | gzip
> ~/bacula-3.0.3_1.tar.gz

<more snip>
> I certainly hope these "hang" problems are resolved by my  Fix SD DCR race ...
> patch.
I plan to test this tomorrow. I want to see if upping the PostgreSQL
connection limit changes the behaviour of my backup system first, as I
think this is a seperate issue that just happens to cause things that
trigger the race condition you fixed.

> Any feedback on whether or not the patches are effective would be much
> appreciated.

Will keep you posted. Thanks again for all your help with this :-)
--Alex

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to