Your message dated Wed, 16 Apr 2008 17:40:44 -0400
with message-id <[EMAIL PROTECTED]>
and subject line exim has been removed from Debian, closing #218460
has caused the Debian Bug report #218460,
regarding exim: exiwhat doesn't see all exim processes
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
218460: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218460
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: exim
Version: 3.35-1woody2
Severity: normal
Tags: patch
exiwhat doesn't "see" processes which look like this in ps output:
698 ? S 0:09 [exim]
The following patch fixes it:
--- /usr/sbin/exiwhat Fri Sep 19 21:45:25 2003
+++ /usr/local/sbin/exiwhat Fri Oct 31 16:10:40 2003
@@ -22,7 +22,7 @@
ps_cmd=/bin/ps
ps_arg=ax
kill_arg=-USR1
-egrep_arg='/exim( |$)'
+egrep_arg='[\[/]exim(\]| |$)'
# See if this installation is using the esoteric "USE_NODE" feature of Exim,
# in which it uses the host's name as a suffix for the configuration file name.
skynet:~# /usr/sbin/exiwhat
No exim process data
skynet:~# /usr/local/sbin/exiwhat
698 daemon: no queue runs, port 25
skynet:~#
I guess this also affects exim4
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux menel 2.4.22-2-686 #1 Sun Oct 19 11:47:36 EST 2003 i686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL
Versions of packages exim depends on:
ii cron 3.0pl1-72 management of regular background p
ii libc6 2.2.5-11.5 GNU C Library: Shared libraries an
ii libdb2 2:2.7.7.0-7 The Berkeley database routines (ru
ii libident 0.22-2 simple RFC1413 client library - ru
ii libldap2 2.0.23-6.3 OpenLDAP libraries.
ii libpam0g 0.72-35 Pluggable Authentication Modules l
ii libpcre3 3.4-1.1 Philip Hazel's Perl Compatible Reg
--- End Message ---
--- Begin Message ---
Version: 3.36-18.2+rm
The exim package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/420191 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Barry deFreese
--- End Message ---