[Bug 252686] Re: Reload action on init script kills daemon

2010-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package exim4 - 4.69-2ubuntu0.1

---
exim4 (4.69-2ubuntu0.1) hardy-proposed; urgency=low

  * debian/exim4-base.exim4.init: Fix 'reload' action so that it
doesn't just stop the daemon (LP: #252686)
 -- Paul Elliott omahns.h...@gmail.com   Wed, 31 Mar 2010 22:03:05 +0100

** Changed in: exim4 (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-04-06 Thread Martin Pitt
Accepted exim4 into hardy-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: exim4 (Ubuntu Hardy)
   Status: Confirmed = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-04-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-proposed/exim4

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-04-06 Thread Paul Elliott
The 4.69-2ubuntu0.1 package from hardy-proposed fixes the issue on my
test machines. Can anyone else also provide verification?

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-04-01 Thread Thierry Carrez
@Paul: The patch looks incorrect to me. You use $PROGRAM while the
original script uses $DAEMON ?

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-04-01 Thread Paul Elliott
@Thierry: Well spotted, strange that it still worked without the command
at the end of the parameters to start-stop-daemon. Anyway, please find
attached a corrected debdiff.

** Attachment added: exim4_4.69-2ubuntu0.1.debdiff
   http://launchpadlibrarian.net/42785694/exim4_4.69-2ubuntu0.1.debdiff

** Patch removed: Corrected debdiff for exim4 init script fix
   http://launchpadlibrarian.net/42721503/exim4_4.69-2ubuntu0.1.debdiff

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-04-01 Thread Thierry Carrez
Uploaded, pending acceptation in hardy-proposed.

** Changed in: exim4 (Ubuntu Hardy)
   Status: In Progress = Confirmed

** Changed in: exim4 (Ubuntu Hardy)
 Assignee: Paul Elliott (omahns-home) = (unassigned)

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-03-31 Thread Paul Elliott
** Changed in: exim4 (Ubuntu Hardy)
 Assignee: (unassigned) = Paul Elliott (omahns-home)

** Changed in: exim4 (Ubuntu Hardy)
   Status: Triaged = In Progress

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-03-31 Thread Paul Elliott
SRU: Minimal patch to fix 'reload' action in exim4 init script

I would like to nominate this for SRU in Hardy. Newer releases do not
have this issue as the underlying problem in init-functions is fixed:

https://bugs.launchpad.net/ubuntu/hardy/+source/exim4/+bug/252686/comments/2

Currently it's not possible to reload exim4 using the init script on
Hardy. It currently kills the running daemon without warning. This patch
fixes the behaviour of the init script by directly calling start-stop-
daemon rather that using the faulty killproc function in init-scripts.
Regression potential is low as the same fix has already previously been
applied to both freeradius and nagios2 without issue.

TEST CASE:

1. Install and configure updated exim4.
2. Issue a '/etc/init.d/exim4 reload' - the exim4 daemon should remain running 
if the patch is successful.

** Attachment added: Debdiff to fix reload action in init script
   http://launchpadlibrarian.net/42663922/exim4_4.69-2ubuntu1.debdiff

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-03-31 Thread John Dong
Hi Paul,


(1) Please target hardy-proposed, not hardy
(2) Version number should be 4.69-2ubuntu0.1

Other than that, the patch looks good. Once this is fixed, consider the
patch ACKed by the SRU team.

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2010-03-31 Thread Paul Elliott
Hi John,

Thanks for your pointers, I've updated the target to hardy-proposed and
corrected the version number. Please find the updated debdiff attached.

Please can somebody provide sponsorship and upload to hardy-proposed for
further testing?

Thanks, Paul.

** Attachment added: Corrected debdiff for exim4 init script fix
   http://launchpadlibrarian.net/42721503/exim4_4.69-2ubuntu0.1.debdiff

** Patch removed: Debdiff to fix reload action in init script
   http://launchpadlibrarian.net/42663922/exim4_4.69-2ubuntu1.debdiff

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package freeradius - 1.1.7-1ubuntu0.1

---
freeradius (1.1.7-1ubuntu0.1) hardy-proposed; urgency=low

  * debian/freeradius.init: Fix 'reload' action so that it doesn't just
stop the daemon (LP: #252686)

 -- Thierry Carrez thierry.car...@ubuntu.com   Mon, 15 Jun 2009
12:54:39 +

** Changed in: freeradius (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-28 Thread Mrten
This is 8.04.3 LTS, looking at apt-cache policy I see I've pulled
nagios3 as backport from rogerw's ppa (mentioned in bug 240764).

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-27 Thread Mrten
This bug affects nagios3 as well, the patch from comment #4 fixes the
issue.

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-20 Thread Thierry Carrez
I confirm that the version in hardy-proposed fixes the reload issue.

** Tags removed: verification-needed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-17 Thread Martin Pitt
Accepted freeradius into hardy-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: freeradius (Ubuntu Hardy)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-proposed/freeradius

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-15 Thread Martin Pitt
(In the future, please just upload simple patches like that; it's easy
to reject them in the few cases where there aren't appropriate, and in
general having it in the queue already speeds things up)

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-15 Thread Thierry Carrez
** Changed in: freeradius (Ubuntu Hardy)
   Status: Confirmed = In Progress

** Changed in: freeradius (Ubuntu Hardy)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-07-15 Thread Thierry Carrez
Uploaded.

** Changed in: freeradius (Ubuntu Hardy)
   Status: In Progress = Fix Committed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-06-15 Thread Thierry Carrez
** Changed in: freeradius (Ubuntu Hardy)
   Importance: Undecided = Medium

** Changed in: freeradius (Ubuntu Hardy)
   Status: New = In Progress

** Changed in: freeradius (Ubuntu Hardy)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-06-15 Thread Thierry Carrez
SRU Report for freeradius

Bug Impact: calling the reload init script action for freeradius
results in killing the daemon.

Affected supported releases: hardy. The bug in LSB has been introduced
between gutsy and hardy.

Development branch fix: LSB has been fixed in intrepid so that killproc
correctly transmits signals.

Minimal patch: see attached

TEST CASE:
$ sudo apt-get install freeradius
[...]
$ pidof freeradius
5124
$ sudo /etc/init.d/freeradius reload
 * Reloading configuration files for FreeRADIUS daemon...
$ pidof freeradius
$
Freeradius should be running after the reload.

Regression potential discussion:
This update only impacts the reload action of the freeradius init script, which 
is currently completely broken.

** Attachment added: freeradius_1.1.7-1ubuntu0.1.debdiff
   http://launchpadlibrarian.net/27952020/freeradius_1.1.7-1ubuntu0.1.debdiff

** Changed in: freeradius (Ubuntu Hardy)
   Status: In Progress = Confirmed

** Changed in: freeradius (Ubuntu Hardy)
 Assignee: Thierry Carrez (ttx) = (unassigned)

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-06-15 Thread Thierry Carrez
Subscribing ubuntu-sru for decision on hardy SRU for freeradius

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-05-18 Thread Thierry Carrez
Tim: it's not a severe bug, but it's a risky move in an LTS, since you
can't really determine all what may be affected by this change. The
choice made was to selectively fix the affected packages, which is safer
but more work and less comprehensive. Adding a task for
freeradius/hardy.

** Also affects: freeradius (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: freeradius (Ubuntu)
   Status: New = Fix Released

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-05-17 Thread Tim Utschig

Is the fix discussed in #228460 going to make it into hardy?  Specifically this 
change to /lib/lsb/init-functions:

   -if [ -n $sig -o $sig = 15 -o $sig = TERM ]; then
   +if [ -z $sig -o $sig = 15 -o $sig = TERM ]; then

I'm encountering this bug when /etc/init.d/freeradius reload ends up
sending SIGTERM rather than SIGHUP.

I can see that it is marked as WONTFIX for hardy.  I suppose it is not a
severe bug, but it is confusing when first encountered and annoying
thereafter.

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-04-21 Thread Thierry Carrez
** Changed in: exim4 (Ubuntu Hardy)
   Status: In Progress = Triaged

** Changed in: exim4 (Ubuntu Hardy)
 Assignee: Thierry Carrez (ttx) = (unassigned)

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-04-20 Thread Thierry Carrez
** Changed in: exim4 (Ubuntu Hardy)
   Status: Triaged = In Progress

** Changed in: exim4 (Ubuntu Hardy)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-01-30 Thread Thierry Carrez
Confirming on hardy. Fixed in intrepid by the LSB bugfix.

** Also affects: exim4 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: exim4 (Ubuntu)
   Status: New = Invalid

** Changed in: exim4 (Ubuntu Hardy)
   Status: New = Confirmed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-01-28 Thread Mark Bergsma
This bug also affects Exim4:

After a

/etc/init.d/exim4 reload

exim is sent a TERM signal, and disappears without warning.

Relevant bash trace:

+ reload_exim
+ case ${QUEUERUNNER} in
+ killproc -p /var/run/exim4/exim.pid /usr/sbin/exim4 -HUP
+ local pidfile sig status base i name_param is_term_sig
+ pidfile=
+ name_param=
+ is_term_sig=no
+ OPTIND=1
+ getopts p: opt
+ case $opt in
+ pidfile=/var/run/exim4/exim.pid
+ getopts p: opt
+ shift 2
+ base=exim4
+ '[' '!' /var/run/exim4/exim.pid ']'
++ echo -HUP
++ sed -e 's/^-\(.*\)/\1/'
+ sig=HUP
++ echo HUP
++ sed -e 's/^SIG\(.*\)/\1/'
+ sig=HUP
+ '[' -n HUP -o HUP = 15 -o HUP = TERM ']'
+ is_term_sig=yes
+ status=0
+ '[' '!' yes = yes ']'
+ /sbin/start-stop-daemon --stop --pidfile /var/run/exim4/exim.pid --retry 5 
--quiet --oknodo

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-09-26 Thread Martin Pitt
Copied to hardy-updates.

** Changed in: nagios2 (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-09-12 Thread ShadowMax
Verification done (x86):

- nagios2 2.11-1ubuntu1.2 (hardy): reload does not work;
- nagios2 2.11-1ubuntu1.3 (hardy-proposed): reload works fine.

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-09-02 Thread Luca Falavigna
lsb in Intrepid fixed this problem. Following Dustin's advice, it is
preferable to address this in nagios2 to reduce regression potential.
Intrepid is not affected: nagios2 has been superseded by nagios3.

** Changed in: lsb (Ubuntu)
   Status: New = Fix Released

** Changed in: lsb (Ubuntu Hardy)
   Status: New = Won't Fix

** Changed in: nagios2 (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: nagios2 (Ubuntu Hardy)
   Importance: Undecided = Medium
   Status: New = Confirmed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-09-02 Thread Thierry Carrez
Debdiff for bug 231004 + bug 252686 SRU

Bug Impact: calling the reload init script action for nagios2 results
in killing the daemon.

Affected supported releases: hardy. The bug in LSB has been introduced
between gutsy and hardy.

Development branch fix: nagios3 is shipped with Intrepid. LSB has been
fixed in intrepid so that killproc correctly transmits signals.

TEST CASE:
$ sudo apt-get install nagios2
[...]
$ pidof nagios2
5124
$ sudo /etc/init.d/nagios2 reload
 * Reloading nagios2 monitoring daemon configuration files nagios2   [ OK ]
$ pidof nagios2
$
Nagios should be running after the reload.

Regression potential discussion:
This update only impacts the reload action of the nagios2 init script, which is 
currently completely broken.

** Attachment added: nagios2_2.11-1ubuntu2.debdiff
   http://launchpadlibrarian.net/17239753/nagios2_2.11-1ubuntu2.debdiff

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-09-02 Thread Luca Falavigna
Uploaded to hardy-proposed as 2.11-1ubuntu1.3.

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-08-06 Thread Bug Watch Updater
** Changed in: lsb (Debian)
   Status: Unknown = Fix Released

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-08-05 Thread Steve Beattie
** Also affects: lsb (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478871
   Importance: Unknown
   Status: Unknown

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-07-29 Thread Thierry Carrez
Confirmed in hardy.

This is in fact a bug in /lib/lsb/init-functions where killproc does handle all 
signals as SIGTERM :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478871
The fix is already merged in intrepid.

** Changed in: nagios2 (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Confirmed

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-07-29 Thread Thierry Carrez
This can be worked-around in nagios2, or fixed in lsb. The LSB change
might have too much regression potential for a SRU, though.

If we want to fix it in nagios2 we can use the attached initscript
patch.

** Attachment added: killproc.patch
   http://launchpadlibrarian.net/16377987/killproc.patch

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-07-29 Thread Thierry Carrez
This would be the patch if we choose to fix it in lsb directly.

This will change behavior of all scripts calling killproc with a signal
number. This is theorically a good change, but it might generate
unexpected behavior changes.

I can make a debdiff for the chosen solution.

** Also affects: lsb (Ubuntu)
   Importance: Undecided
   Status: New

** Attachment added: killproc_signal.patch
   http://launchpadlibrarian.net/16378139/killproc_signal.patch

** Attachment removed: killproc.patch

   http://launchpadlibrarian.net/16377987/killproc.patch

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-07-29 Thread Thierry Carrez
nagios2 initscript patch if we prefer to fix it in nagios2

** Attachment added: initscript.patch
   http://launchpadlibrarian.net/16378233/initscript.patch

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2008-07-28 Thread Adam Collard
Whoops. nagios2 not nagios

** Changed in: nagios2 (Ubuntu)
Sourcepackagename: nagios = nagios2

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs