Your message dated Mon, 01 Mar 2010 22:06:27 +0200
with message-id <[email protected]>
and subject line #569496,mail_eximstats fails if there is no current state
has caused the Debian Bug report #569496,
regarding mail_eximstats fails if there is no current state
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.)


-- 
569496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569496
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munin-node
Version: 1.4.3-2
Severity: normal

It may be easier to demonstrate:

# munin-run mail_eximstats
received.value U
completed.value U
rejected.value U
# cat /var/lib/munin/plugin-state/exim_mailstats-
%MUNIN-STATE1.0
2351803
U
U
U
# 
<wait for mail to come in>
# munin-run mail_eximstats
received.value AA
completed.value U
rejected.value U
# cat /var/lib/munin/plugin-state/exim_mailstats-
%MUNIN-STATE1.0
2355576
AA
U
U
#

Would it be better to do this?
=== BEGIN ===
--- exim_mailstats.orig 2010-02-11 17:44:11.000000000 -0500
+++ exim_mailstats      2010-02-11 17:44:26.000000000 -0500
@@ -218,7 +218,7 @@
     # file up to now, but remember how large it is now, and next
     # time read from there.
     $pos = (stat $logfile)[7];  # File size
-    $received = $completed = $rejected = 'U';
+    $received = $completed = $rejected = '0';
 }
 else {
     $pos = parseEximfile($logfile, $pos);
=== END ===

Or even change U to 0 in parseEximfile?

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages munin-node depends on:
ii  adduser                    3.100         Add and remove users and groups
ii  gawk                       1:3.1.4-2.0.1 GNU awk, a pattern scanning and pr
ii  libnet-server-perl         0.94-1        An extensible, general perl server
ii  lsb-base                   3.2-20        Linux Standard Base 3.2 init scrip
ii  munin-common               1.4.3-2       network-wide graphing framework (c
ii  perl                       5.10.1-9      Larry Wall's Practical Extraction 
ii  procps                     1:3.2.7-3     /proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl              5.2.0-1    Script SNMP connections

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.4.4-1

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to