[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-05-16 Thread Erik Forsberg

** Attachment added: "Patch fixing problem"
   http://launchpadlibrarian.net/14554741/commands.cfg.diff

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-09 Thread Thierry Carrez
I looked into it and this problem is the result of several problems in
the package building.

debian/rules calls configure with --use-mail=/usr/bin/mail so Nagios should 
generate default config files with the good pointer.
However there is no mailx | mailutils in the build dependencies so, when 
configure doublechecks it, it goes back to the default (/bin/mail).
Therefore the default configs are generated with /bin/mail rather than 
/usr/bin/mail.

It would be sufficient to add mailx | mailutils in the build
dependencies if there weren't a new round of patching done afterwards
with cfg-commands.cfg.diff. This diff-file needs to be changed too to
keep track of the changes.

I'll do a debdiff and check if the problem is still there in nagios3.

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-12 Thread Thierry Carrez
This was fixed in nagios3 (upstream fixed the configure script so that
it no longer ignores --use-mail, no need to add mailx | mailutils as
build dep). I backport the fix for nagios2.

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-12 Thread Thierry Carrez
Here is the debdiff with the configure fix (backported from Nagios 3)
and fixup of the cfg-commands.cfg.diff file so that it doesn't break
with the new contents. Not sure this is SRU material though -- the
problem being in a configuration file, in an off-by-default
notification...

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

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-13 Thread Mathias Gug
Subscribing the motu-sru team as outlined on
https://wiki.ubuntu.com/StableReleaseUpdates. Once motu-sru has acked
the proposal, subscribe the ubuntu-universe-sponsor team to sponsor your
debdiff.

You should also target hardy-proposed instead of hardy in your
changelog.

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-16 Thread Thierry Carrez
Fixed debdiff with hardy-proposed as a target.

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

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-19 Thread Thierry Carrez
** Changed in: nagios2 (Ubuntu)
 Assignee: Lionel Porcheron (lionel.porcheron) => Thierry Carrez (tcarrez)

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-19 Thread Thierry Carrez
I need to work more on this, especially since there is a security update
in the pipe that I should merge in. MOTU-sru, feel free to
unsubscribe...

** Changed in: nagios2 (Ubuntu)
   Status: Confirmed => In Progress

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-23 Thread Thierry Carrez
Minimal patch from 2.11-ubuntu1.2 version.

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

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-07-14 Thread Cody A.W. Somerville
Ack.

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-09-01 Thread Thierry Carrez
No nagios2 in intrepid, so this is "fixed" in the development release.
nagios3 doesn't have this bug.

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

** Changed in: nagios2 (Ubuntu)
 Assignee: Thierry Carrez (tcarrez) => (unassigned)
   Status: Confirmed => Invalid

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-09-02 Thread Thierry Carrez
Combined SRU with bug 252686

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

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

** Changed in: nagios2 (Ubuntu Hardy)
   Importance: Undecided => Low

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-09-09 Thread Jonathan Riddell
accepted into hardy-proposed, please test

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

** Tags added: verification-needed

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

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

- nagios2 2.11-1ubuntu1.2 (hardy): /bin/mail.
- nagios2 2.11-1ubuntu1.3 (hardy-proposed): /usr/bin/mail.

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-09-24 Thread Luca Falavigna
I can confirm version 2.11-1ubuntu1.3 correctly provides /usr/bin/mail
in configuration file.

** Tags added: verification-done

** Tags removed: verification-needed

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

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

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

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2010-03-31 Thread Bug Watch Updater
** Changed in: nagios2 (Debian)
   Status: New => Fix Released

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
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