[Bug 1038139] Re: Missing running check on init script

2015-04-16 Thread Mathew Hodson
** Tags removed: removal-candidate verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title: Missing running check on init script To manage notifications about this bug go to

[Bug 1038139] Re: Missing running check on init script

2015-04-06 Thread Mathew Hodson
** Description changed: - - SRU Justification: - Impact: 'service haproxy stop' returns 4 if haproxy was already stopped. - Development fix: check whether haproxy is running before trying to kill it - Stable fix: same as development fix - Te

[Bug 1038139] Re: Missing running check on init script

2015-01-13 Thread Mathew Hodson
** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title: Missing running check on init script To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 1038139] Re: Missing running check on init script

2014-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/haproxy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title: Missing running check on init script To manage notifications about this bug go to: https://bugs.laun

[Bug 1038139] Re: Missing running check on init script

2014-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/haproxy/precise- proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title: Missing running check on init script To manage notificati

[Bug 1038139] Re: Missing running check on init script

2014-09-25 Thread Brian Murray
Hello Ariel, or anyone else affected, Accepted haproxy into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/haproxy/1.4.18-0ubuntu1.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https:/

[Bug 1038139] Re: Missing running check on init script

2014-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/haproxy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title: Missing running check on init script To manage notifications about this bug go to: h

[Bug 1038139] Re: Missing running check on init script

2014-09-25 Thread Brian Murray
Hello Ariel, or anyone else affected, Accepted haproxy into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/haproxy/1.4.24-2ubuntu1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wi

[Bug 1038139] Re: Missing running check on init script

2014-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package haproxy - 1.5.4-1ubuntu1 --- haproxy (1.5.4-1ubuntu1) utopic; urgency=medium * haproxy.init: return 0 on stop if haproxy was not running. (LP: #1038139) -- Serge HallynTue, 23 Sep 2014 12:06:17 -0500 ** Changed in: haproxy (Ubuntu Utopic)

[Bug 1038139] Re: Missing running check on init script

2014-09-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/haproxy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title: Missing running check on init script To manage notifications about this bug go to: h

[Bug 1038139] Re: Missing running check on init script

2014-09-23 Thread Serge Hallyn
** Changed in: haproxy (Ubuntu Precise) Importance: Undecided => High ** Changed in: haproxy (Ubuntu Precise) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139

[Bug 1038139] Re: Missing running check on init script

2014-09-23 Thread Serge Hallyn
** Description changed: + + SRU Justification: + Impact: 'service haproxy stop' returns 4 if haproxy was already stopped. + Development fix: check whether haproxy is running before trying to kill it + Stable fix: same as development fix + Te

[Bug 1038139] Re: Missing running check on init script

2014-09-23 Thread Serge Hallyn
Updated init patch which I'll be pushing. --- haproxy.old 2014-09-22 10:52:07.599718882 + +++ haproxy.new 2014-09-22 10:51:34.815653158 + @@ -46,7 +46,9 @@ return 0 fi for pid in $(cat $PIDFILE) ; do - /bin/kill $pid || return 4 +

[Bug 1038139] Re: Missing running check on init script

2014-09-22 Thread Ante Karamatić
Patch ** Patch added: "init.patch" https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1038139/+attachment/4211282/+files/init.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title

[Bug 1038139] Re: Missing running check on init script

2014-09-22 Thread Ante Karamatić
This still won't be enough. I suggest something like this: --- haproxy.old 2014-09-22 10:52:07.599718882 + +++ haproxy.new 2014-09-22 10:51:34.815653158 + @@ -46,7 +46,9 @@ return 0 fi for pid in $(cat $PIDFILE) ; do - /bin/kill $pid || return

[Bug 1038139] Re: Missing running check on init script

2014-09-22 Thread James Page
** Also affects: haproxy (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: haproxy (Ubuntu Utopic) Importance: Undecided Status: Confirmed ** Changed in: haproxy (Ubuntu Trusty) Status: New => Confirmed ** Changed in: haproxy (Ubuntu Trusty) Importa

[Bug 1038139] Re: Missing running check on init script

2014-02-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: haproxy (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title: Mi

[Bug 1038139] Re: Missing running check on init script

2014-02-13 Thread Jim Howell
+1. In a very related vein, the init script exits with status 4 when it tries to start an already-running haproxy. Both the stop and start behaviors are non-standard LSB: http://linux- ha.org/wiki/LSB_Resource_Agents -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1038139] Re: Missing running check on init script

2012-08-17 Thread Ubuntu Foundation's Bug Bot
The attachment "haproxy.diff" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from t

[Bug 1038139] Re: Missing running check on init script

2012-08-17 Thread Ariel Wainer
** Patch added: "haproxy.diff" https://bugs.launchpad.net/bugs/1038139/+attachment/3265551/+files/haproxy.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038139 Title: Missing running check