[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-11-25 Thread nutznboltz
See LP: #896388

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-11-25 Thread Stéphane Graber
The right way of providing a fix is by attaching the patch or debdiff to
the bug, this way Launchpad will detect it and flag the bug.

Also, this bug is marked as fix released. While I agree that this
regression needs fixing, I invite you to file a new bug for it so we can
track it properly.

Also, opening a bug against Debian is probably a good idea as that's
where the init script comes from and where it should be fixed first
(then have that fix synced into Ubuntu).

This specific bug (all nrpe processes getting killed on
LXC/OpenVZ/Vserver hosts when nrpe restarts on the host) has indeed been
fixed by the change in Debian that I pushed as an SRU so I'd really
recommend having this discussion in a separate bug report (that's not
marked as fix released).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-11-25 Thread nutznboltz
http://askubuntu.com/questions/82631/what-is-the-way-to-submit-a-patch-
to-fix-all-the-damage-that-lp-600941-causes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-11-23 Thread nutznboltz
$ grep -i sometimes /etc/init.d/nagios-nrpe-server 
#sometimes deleting the pidfile fails. cleanup afterwards.

That got past QA?  It looks like a red flag to me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-11-23 Thread nutznboltz
Regrettably start-stop-daemon is a C program that resulted from
translating a Perl script and it shows. There are far too many global
varibles in start-stop-daemon.c and although there are some nice blocks
of comments there are far to few comments that explain the intent behind
variable names such as "schedule" (the string "schedule" appears in many
contexts.) The manual page for start-stop-daemon strongly suggests that
unless you use the "--retry" option the start-stop-daemon program may
return before the process it sent a signal to actually calls exit() and
terminates, however it doesn't actually state this in plain English.

The obtuseness of start-stop-daemon is most likely the reason that the
"fixed" version of the script includes a dubious comment indicating that
sometimes the pid file has not been removed. I can easily see why
someone would not understand that he left the --retry option missing.
This bug also causes failures when the script is given the "restart"
option; the nrpe daemon will shutdown but not start up again.

Did I mention that since applying the update our nrpe servers started
crashing over and over? Repairing this is why I am doing this work.

I have been working on remediating the fix. You can see my current work in this 
PPA.
https://launchpad.net/~nutznboltz/+archive/nrpe-unbreak-lp-600941

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-11-01 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios-nrpe - 2.8.1-1ubuntu0.1

---
nagios-nrpe (2.8.1-1ubuntu0.1) hardy-proposed; urgency=low

  * Use pidfile for start-stop-daemon and fix pidfile deletion (LP: #600941)
 -- Michael JeansonMon, 24 Oct 2011 16:35:38 -0400

** Changed in: nagios-nrpe (Ubuntu Hardy)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-25 Thread Martin Pitt
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-25 Thread Michael Jeanson
I installed the package from hardy-proposed and it works as expected in
my environment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-25 Thread Stéphane Graber
The reason I didn't upload to Precise was because Debian already had the fix.
The version that just got merged now brings that fix in Precise, so I'm going 
to mark the task as Fix released (Debian 2.12-5 is where I cherry-picked the 
patch from and Precise now has 2.12-5ubuntu1).

** Changed in: nagios-nrpe (Ubuntu Precise)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-proposed/nagios-nrpe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Martin Pitt
Hello Tamas, or anyone else affected,

Accepted nagios-nrpe 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!

** Tags removed: verification-done

** Tags added: 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/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Martin Pitt
Stephane, please fix in precise as well. I can't copy the SRU as precise
has a newer version.

** Changed in: nagios-nrpe (Ubuntu Precise)
   Importance: Undecided => High

** Changed in: nagios-nrpe (Ubuntu Precise)
Milestone: None => precise-alpha-1

** Changed in: nagios-nrpe (Ubuntu Precise)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios-nrpe - 2.12-4ubuntu3.1

---
nagios-nrpe (2.12-4ubuntu3.1) oneiric-proposed; urgency=low

  * Use pidfile for start-stop-daemon and fix pidfile deletion (LP: #600941)
 -- Stephane GraberFri, 14 Oct 2011 10:40:16 +0100

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios-nrpe - 2.12-4ubuntu1.11.04.1

---
nagios-nrpe (2.12-4ubuntu1.11.04.1) natty-proposed; urgency=low

  * Use pidfile for start-stop-daemon and fix pidfile deletion (LP: #600941)
 -- Stephane GraberFri, 14 Oct 2011 10:39:21 +0100

** Changed in: nagios-nrpe (Ubuntu Oneiric)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios-nrpe - 2.12-4ubuntu1.10.10.1

---
nagios-nrpe (2.12-4ubuntu1.10.10.1) maverick-proposed; urgency=low

  * Use pidfile for start-stop-daemon and fix pidfile deletion (LP: #600941)
 -- Stephane GraberFri, 14 Oct 2011 10:32:51 +0100

** Changed in: nagios-nrpe (Ubuntu Natty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios-nrpe - 2.12-4ubuntu1.10.04.1

---
nagios-nrpe (2.12-4ubuntu1.10.04.1) lucid-proposed; urgency=low

  * Use pidfile for start-stop-daemon and fix pidfile deletion (LP: #600941)
 -- Stephane GraberFri, 14 Oct 2011 10:29:15 +0100

** Changed in: nagios-nrpe (Ubuntu Lucid)
   Status: Fix Committed => Fix Released

** Changed in: nagios-nrpe (Ubuntu Maverick)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Stéphane Graber
Looks good, changes:
 - Changed the version number to be -0ubuntu0.1
 - Updated the maintainer

I uploaded it so it will hopefully get into hardy-proposed soonish.

** Also affects: nagios-nrpe (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Changed in: nagios-nrpe (Ubuntu Hardy)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Michael Jeanson
Debdiff for the same issue on hardy, however I kept the default pidfile
location for hardy which was '/var/run/nrpe.pid'.

** Patch added: "nagios-nrpe_2.8.1-1ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+attachment/2570670/+files/nagios-nrpe_2.8.1-1ubuntu1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Stéphane Graber
I tried Lucid and Oneiric.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-24 Thread Stéphane Graber
I didn't bother testing maverick and natty as lucid, maverick and natty
all have the exact same package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-23 Thread Martin Pitt
Stephane, for which release did you test?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-18 Thread Martin Pitt
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-18 Thread Stéphane Graber
I can confirm that the proposed fix works as shown below:

root@athos:~# ps aux | grep "nrpe -c" | grep -v grep
nagios   15412  0.0  0.0  56800  2072 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   16299  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   17111  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   19966  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   22111  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   22295  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   23139  0.0  0.0  56800  2072 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   26368  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   26794  0.0  0.0  56800  2080 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   27077  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   29085  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   31481  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   31595  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   31717  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
root@athos:~# /etc/init.d/nagios-nrpe-server start
 * Starting nagios-nrpe nagios-nrpe 

[ OK ] 
root@athos:~# ps aux | grep "nrpe -c" | grep -v grep
nagios7208  0.0  0.0  19212   748 ?Ss   10:56   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   15412  0.0  0.0  56800  2072 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   16299  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   17111  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   19966  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   22111  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   22295  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   23139  0.0  0.0  56800  2072 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   26368  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   26794  0.0  0.0  56800  2080 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   27077  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   29085  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   31481  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   31595  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   31717  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
root@athos:~# /etc/init.d/nagios-nrpe-server stop
 * Stopping nagios-nrpe nagios-nrpe 

[ OK ] 
root@athos:~# ps aux | grep "nrpe -c" | grep -v grep
nagios   15412  0.0  0.0  56800  2072 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   16299  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   17111  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   19966  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   22111  0.0  0.0  56800  2068 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   22295  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   23139  0.0  0.0  56800  2072 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   26368  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   26794  0.0  0.0  56800  2080 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nagios/nrpe.cfg -d
nagios   27077  0.0  0.0  56800  2076 ?Ss   10:55   0:00 /usr/sbin/nrpe 
-c /etc/nag

[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/nagios-nrpe

** Branch linked: lp:ubuntu/natty-proposed/nagios-nrpe

** Branch linked: lp:ubuntu/maverick-proposed/nagios-nrpe

** Branch linked: lp:ubuntu/lucid-proposed/nagios-nrpe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-17 Thread Stéphane Graber
Hi Clint and Chris, I didn't bother to prepare an upload for Precise has
the fix is copy/pasted from Debian.

I'm assuming we'll either merge or sync from Debian which will give us the fix 
for Precise.
Pocket copying to Precise wouldn't hurt but I don't think it'd be particularly 
useful either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-17 Thread Clint Byrum
Chris, we can pocket copy this to precise after it hits oneiric-updates.

** Also affects: nagios-nrpe (Ubuntu Precise)
   Importance: Undecided
   Status: Triaged

** Tags added: 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/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-16 Thread Chris Halse Rogers
What's the status of this in Precise?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-14 Thread Stéphane Graber
Based my diff on Debian's change from http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=639523 and uploaded them all to proposed.

** Changed in: nagios-nrpe (Ubuntu Lucid)
   Status: Triaged => Fix Committed

** Changed in: nagios-nrpe (Ubuntu Maverick)
   Status: Triaged => Fix Committed

** Changed in: nagios-nrpe (Ubuntu Natty)
   Status: Triaged => Fix Committed

** Changed in: nagios-nrpe (Ubuntu Oneiric)
   Status: Triaged => Fix Committed

** Bug watch added: Debian Bug tracker #639523
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639523

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600941] Re: stop doesn't stop only the host's process on LXC szerver

2011-10-14 Thread Stéphane Graber
** Changed in: nagios-nrpe (Ubuntu)
   Status: New => Triaged

** Also affects: nagios-nrpe (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: nagios-nrpe (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: nagios-nrpe (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: nagios-nrpe (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Changed in: nagios-nrpe (Ubuntu Lucid)
   Status: New => Triaged

** Changed in: nagios-nrpe (Ubuntu Maverick)
   Status: New => Triaged

** Changed in: nagios-nrpe (Ubuntu Natty)
   Status: New => Triaged

** Changed in: nagios-nrpe (Ubuntu Oneiric)
   Status: New => Triaged

** Changed in: nagios-nrpe (Ubuntu Lucid)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

** Changed in: nagios-nrpe (Ubuntu Maverick)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

** Changed in: nagios-nrpe (Ubuntu Natty)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

** Changed in: nagios-nrpe (Ubuntu Oneiric)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600941

Title:
  stop doesn't stop only the host's process on LXC szerver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/600941/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs