Hi Andreas, If you are not comfortable with git, the simplest would be to do "wget https://raw.github.com/davidvossel/pacemaker/fc03be02bf3a045babfe8233cbc99227da71d024/lib/pengine/unpack.c" & port the change in calculate_active_ops() manually.
--Shyam On Mon, Jul 2, 2012 at 4:39 PM, Stallmann, Andreas <[email protected]> wrote: > Thanks, Shyam, > > that would have been my next question. But again to my FIRST one. :-) How do > I download the patch? There's no download link anywhere. Do I simply have to > copy-and-paste from the text box? > > Cheers, > > Andreas > -- > CONET Solutions GmbH > Andreas Stallmann, > Theodor-Heuss-Allee 19, 53773 Hennef > Tel.: +49 2242 939-677, Fax: +49 2242 939-393 > Mobil: +49 172 2455051 > Internet: http://www.conet.de, mailto: [email protected] > > -----Ursprüngliche Nachricht----- > Von: Shyam [mailto:[email protected]] > Gesendet: Montag, 2. Juli 2012 12:27 > An: The Pacemaker cluster resource manager > Betreff: Re: [Pacemaker] Resource is monitored only till promote... bug or > config error? > > Hi Andreas, > > Its as good as patching any debian patches on ubuntu. > > You could do something like this on your 12.04: > $ apt-get install devscripts > $ apt-get build-dep pacemaker > $ apt-get source pacemaker > > now you will have the pacemaker sources > $ dch --local test (or whatever name you want labelled) <apply the patch > changes manually> $ dpkg-source --commit (to get a patch) $ debuild -us -uc > > you should have all pacemaker packages & should be set at this step. > > --Shyam > > > > On Mon, Jul 2, 2012 at 3:42 PM, Stallmann, Andreas <[email protected]> > wrote: >> Hi Shyam, >> >> >> >> ----------------------------- >> CONET Solutions GmbH, Theodor-Heuss-Allee 19, 53773 Hennef. >> Registergericht/Registration Court: Amtsgericht Siegburg (HRB Nr. >> 9136) Geschäftsführer/Managing Directors: Anke Höfer >> ----------------------------- >> >> -----Ursprüngliche Nachricht----- >> Von: Shyam [mailto:[email protected]] >>> I tested this patch & this solves the original bug of #5072. But I also >>> dont know what it means that the regression test suite is broken. >> >> That's good to hear (well, at least the first bit... ;-) ) I'm new to >> github. How can you download the patch only (and not the full source)? >> >> Cheers, >> >> Andreas >> >> _______________________________________________ >> Pacemaker mailing list: [email protected] >> http://oss.clusterlabs.org/mailman/listinfo/pacemaker >> >> Project Home: http://www.clusterlabs.org Getting started: >> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf >> Bugs: http://bugs.clusterlabs.org > > _______________________________________________ > Pacemaker mailing list: [email protected] > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > Project Home: http://www.clusterlabs.org Getting started: > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > Bugs: http://bugs.clusterlabs.org > > _______________________________________________ > Pacemaker mailing list: [email protected] > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > Project Home: http://www.clusterlabs.org > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > Bugs: http://bugs.clusterlabs.org _______________________________________________ Pacemaker mailing list: [email protected] http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
