[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-15 Thread Louis Bouchard
** Changed in: haproxy (Ubuntu) Assignee: (unassigned) => Louis Bouchard (louis-bouchard) -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1494141 Title: HAProxy

[Ubuntu-ha] [Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-09-15 Thread Louis Bouchard
** Changed in: corosync (Ubuntu) Assignee: (unassigned) => Louis Bouchard (louis-bouchard) -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to corosync in Ubuntu. https://bugs.launchpad.net/bugs/1434684 Title: Pacema

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-16 Thread Louis Bouchard
** Changed in: haproxy (Ubuntu) Status: New => In Progress ** Changed in: haproxy (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.n

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-16 Thread Louis Bouchard
Hi, haproxy 1.5.4 introduces the following change : ret=0 - start-stop-daemon --quiet --oknodo --stop \ - --retry 5 --pidfile $PIDFILE --exec $HAPROXY || ret=$? + for pid in $(cat $PIDFILE); do + start-stop-daemon --quiet --oknodo --stop \ +

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-17 Thread Louis Bouchard
** Package changed: haproxy (Ubuntu) => trusty-backports -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1494141 Title: HAProxy 1.5 init script does not terminate processe

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-17 Thread Louis Bouchard
Marking task Trusty as invalid, since haproxy 1.4 uses --pidfile and is unaffected. Marking task Wily as fix released as the --pid option is available in Wily so haproxy 1.5 is unaffected ** Also affects: haproxy (Ubuntu) Importance: Undecided Status: New ** Also affects: haproxy (Ubun

[Ubuntu-ha] [Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-09-17 Thread Louis Bouchard
** Also affects: corosync (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: corosync (Ubuntu Trusty) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to corosync in Ubuntu

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-17 Thread Louis Bouchard
Patch for the fix to the backport package ** Patch added: "lp1494141_fix_stop_failure.debdiff" https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1494141/+attachment/4466700/+files/lp1494141_fix_stop_failure.debdiff -- You received this bug notification because you are a member of Ubuntu

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-17 Thread Louis Bouchard
Bonjour Claudio, No, I have just submitted the fix for inclusion in the backported package. Once the backport team has taken care of it, it will be indicated as such in the bug. Kind regards, ..Louis -- You received this bug notification because you are a member of Ubuntu High Availability T

[Ubuntu-ha] [Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-09-17 Thread Louis Bouchard
** Changed in: corosync (Ubuntu Trusty) Assignee: (unassigned) => Louis Bouchard (louis-bouchard) -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to corosync in Ubuntu. https://bugs.launchpad.net/bugs/1434684 Ti

[Ubuntu-ha] [Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-09-17 Thread Louis Bouchard
Hello, Well, elbandi have found the answer to your question : pacemaker now needs to be started as a separate service. To quote the document : "Pacemaker used to obtain membership and quorum from a custom Corosync plugin. This plugin also had the capability to start Pacemaker automatically when

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-17 Thread Louis Bouchard
** Patch removed: "lp1494141_fix_stop_failure.debdiff" https://bugs.launchpad.net/trusty-backports/+bug/1494141/+attachment/4466700/+files/lp1494141_fix_stop_failure.debdiff -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-17 Thread Louis Bouchard
Micah, got the bug number ? Maybe we should make this one a duplicate then ? ..Louis -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1494141 Title: HAProxy 1.5 init scri

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-22 Thread Louis Bouchard
Hello, Unfortunately Jorge's patch is incomplete. The reason for the looping on pid is that, if nproc > 1, the pidfile will contain more than one PID and using --pidfile will only kill the first one. The proposed patch here will fix both situation, i.e. the fact that --pid is silently ignored and

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-22 Thread Louis Bouchard
Good catch Claudio. The bug is present in Trusty and Trusty-backports. Prior to LP: #1477198, the stop script did not stop at all because it relied on the --pid option that is introduced in dpkg version 1.17.6 as outlined in the man page of start-stop-daemon : [--pid] pid Ch

[Ubuntu-ha] [Bug 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-09-22 Thread Louis Bouchard
Peter, you will not be able to reproduce on Debian unless you test versions prior to Stable. The reason why the stop script does not stop at all processes is because it relied on the --pidfile option and this one only kills the first PID. When nproc > 1, the PIDFILE contains all PIDs. This is why

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-22 Thread Louis Bouchard
FYI, I will rebase the debdiff on the new version currently in backport & repost. -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1494141 Title: HAProxy 1.5 init script do

[Ubuntu-ha] [Bug 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-09-23 Thread Louis Bouchard
signee: (unassigned) => Louis Bouchard (louis-bouchard) ** Changed in: haproxy (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/14

[Ubuntu-ha] [Bug 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-09-24 Thread Louis Bouchard
** Description changed: + [SRU justification] + The sysVinit script does not completely stop processes when nbproc > 1 + + [Impact] + Stopping haproxy without this fix leaves all but one process running + + [Fix] + Use temporary pidfile in a loop containing one single PID as the --pid option is

[Ubuntu-ha] [Bug 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-10-12 Thread Louis Bouchard
** Patch removed: "lp1494141_fix_stop_failure.debdiff" https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1481737/+attachment/4473139/+files/lp1494141_fix_stop_failure.debdiff ** Patch added: "lp1481737_stop_multipid.debdiff" https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/14817

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-10-30 Thread Louis Bouchard
Claudio, it is only partly fixed by Jorge's patch. I have proposed the same fix than for this bug in LP: #1481737. Unfortunately, not being a core dev, it needs to be sponsored to be accepted. Then I can backport the fix here in 1.5 Sorry for the delay, I'll chase a sponsor. -- You received th

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-11-05 Thread Louis Bouchard
Greg, 1.6.2 is not packaged for Trusty. I don't know where it comes from. -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1494141 Title: HAProxy 1.5 init script does not t

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-11-05 Thread Louis Bouchard
Vincent Bernat (vbernat) is the Debian maintainer for haproxy. His PPA assumes a version of dpkg that is newer than 1.17.7. I'll try to open a Debian bug on that. The problem lies in the use of start-stop-daemon's new --pid option that is only available after wily. If 1.6 is backported to any ver

[Ubuntu-ha] [Bug 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-11-06 Thread Louis Bouchard
** Also affects: haproxy (Ubuntu Vivid) Importance: Undecided Status: New ** Changed in: haproxy (Ubuntu Vivid) Assignee: (unassigned) => Louis Bouchard (louis-bouchard) ** Changed in: haproxy (Ubuntu Vivid) Importance: Undecided => Medium ** Changed in: haproxy (Ubuntu

[Ubuntu-ha] [Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-11-27 Thread Louis Bouchard
** Changed in: trusty-backports Assignee: Louis Bouchard (louis-bouchard) => (unassigned) -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1494141 Title: HAProxy

[Ubuntu-ha] [Bug 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-12-08 Thread Louis Bouchard
** Tags removed: verification-needed ** Tags added: verification-done ** Changed in: haproxy (Ubuntu Trusty) Assignee: Louis Bouchard (louis-bouchard) => (unassigned) -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed

[Ubuntu-ha] [Bug 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-12-08 Thread Louis Bouchard
ok, I'm on the vivid SRU -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to haproxy in Ubuntu. https://bugs.launchpad.net/bugs/1481737 Title: HAProxy init script does not work correctly with nbproc configuration option Sta

[Ubuntu-ha] [Bug 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-12-08 Thread Louis Bouchard
debdiff for vivid SRU ** Patch added: "lp1481737_vivid.debdiff" https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1481737/+attachment/4531521/+files/lp1481737_vivid.debdiff -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscrib

[Ubuntu-ha] [Bug 1530837] Re: Logsys file leaks in /dev/shm after sigabrt, sigsegv and when running corosync -v

2016-01-13 Thread Louis Bouchard
** Also affects: corosync (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to corosync in Ubuntu. https://bugs.launchpad.net/bugs/1530837 Title: Logsys file leaks in

[Ubuntu-ha] [Bug 1530837] Re: Logsys file leaks in /dev/shm after sigabrt, sigsegv and when running corosync -v

2016-03-09 Thread Louis Bouchard
Fixes to the debdiff look ok to me. Sponsored to Trusty -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to corosync in Ubuntu. https://bugs.launchpad.net/bugs/1530837 Title: Logsys file leaks in /dev/shm after sigabrt, sigseg

[Ubuntu-ha] [Bug 1563089] Re: Memory Leak when new cluster configuration is formed.

2016-03-29 Thread Louis Bouchard
** Also affects: corosync (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to corosync in Ubuntu. https://bugs.launchpad.net/bugs/1563089 Title: Memory Leak when new

[Ubuntu-ha] [Bug 1563089] Re: Memory Leak when new cluster configuration is formed.

2016-04-05 Thread Louis Bouchard
Fix accepted to the development release. Fix sponsored for Trusty and wily; unsubscribing the Ubuntu-sponsor team -- You received this bug notification because you are a member of Ubuntu High Availability Team, which is subscribed to corosync in Ubuntu. https://bugs.launchpad.net/bugs/1563089 T