Your message dated Sat, 3 Apr 2010 18:57:18 +0200
with message-id <[email protected]>
and subject line closing
has caused the Debian Bug report #282259,
regarding fetchmail: shouldn't print sleeping at <date> while logging into 
syslog
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.)


-- 
282259: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=282259
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fetchmail
Version: 6.2.5-11
Severity: minor
Tags: patch

Hi,

fetchmail is printing every 2 minutes these 'sleeping at' and 'awakened at'
messages into syslog. This is pretty annoying. This bug was already fixed
in 5.9.5-3 (Bug 120078). I don't know in which version it reappeared,
I just updated from 5.9.11-6.2. I haven't seen a justification in the
Changelog, so I assume its recurrence is accidental.

I've included a patch similar as in fetchmail-5.9.11-6.2.

Greetings,
Alexander Motzkau

diff -Naur fetchmail-6.2.5/fetchmail.c fetchmail-6.2.5.neu/fetchmail.c
--- fetchmail-6.2.5/fetchmail.c 2004-11-20 20:49:28.000000000 +0100
+++ fetchmail-6.2.5.neu/fetchmail.c     2004-11-20 21:43:00.000000000 +0100
@@ -740,7 +740,7 @@
                exit(PS_AUTHFAIL);
            }
 
-           if (outlevel > O_SILENT)
+           if (outlevel > O_NORMAL)
                report(stdout, 
                       GT_("sleeping at %s\n"), timestamp());
 
@@ -775,7 +775,7 @@
                    ctl->wedged = FALSE;
            }
 
-           if (outlevel > O_SILENT)
+           if (outlevel > O_NORMAL)
                report(stdout, GT_("awakened at %s\n"), timestamp());
        }
     } while

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: lang=de...@euro, lc_ctype=de...@euro (ignored: LC_ALL set to de...@euro)

Versions of packages fetchmail depends on:
ii  adduser                     3.59         Add and remove users and groups
ii  base-files                  3.1          Debian base system miscellaneous f
ii  debconf                     1.4.30.10    Debian configuration management sy
ii  debianutils                 2.8.4        Miscellaneous utilities specific t
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7d-5     SSL shared libraries

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 6.3.13-1

I have no idea which version fixes that exactly but I can say for sure that
at least 6.3.13-1 includes a modified version of the initial patch by 
Alexander. So I am closing this bug.

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - [email protected] - GPG: 0xA0A0AAAA
For security reasons, all text in this mail is double-rot13 encrypted.

Attachment: pgphwxFQ12VFh.pgp
Description: PGP signature


--- End Message ---

Reply via email to