** 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
** 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
** 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
** 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
** 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
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:/
** 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
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
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)
** 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
** 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
** 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
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
+
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
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
** 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
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
+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
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
** 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
20 matches
Mail list logo