Bug#343237: marked as done (Incorrect timestamp generated after daylight savings time ends)

Debian Bug Tracking System owner at bugs.debian.org
Sun Jan 8 16:49:56 UTC 2006


Your message dated Sun, 08 Jan 2006 08:32:25 -0800
with message-id <E1EvdSz-0007Gs-D5 at spohr.debian.org>
and subject line Bug#343237: fixed in libparse-syslog-perl 1.09-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Dec 2005 21:02:14 +0000
>From anthony at derobert.net Tue Dec 13 13:02:14 2005
Return-path: <anthony at derobert.net>
Received: from [216.181.68.19] (helo=Tao.metrics.net)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1EmHHq-0007EP-BY
	for submit at bugs.debian.org; Tue, 13 Dec 2005 13:02:14 -0800
Received: from anthony by Tao.metrics.net with local (Exim 4.50)
	id 1EmHHo-0003D0-LE; Tue, 13 Dec 2005 16:02:12 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Anthony DeRobertis <anthony at derobert.net>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: Incorrect timestamp generated after daylight savings time ends
X-DST-Sucks: yes
Message-ID: <20051213210212.12085.29596.reportbug at Tao.metrics.net>
X-Mailer: reportbug 3.18
Date: Tue, 13 Dec 2005 16:02:12 -0500
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libparse-syslog-perl
Version: 1.03-1
Severity: normal

Our syslog near the end of October this year looks like this:

Oct 30 01:59:53 ivr3 bayonne: dx(8): play
Oct 30 01:59:58 ivr3 bayonne: dx(8): step ffff sleep(%timeout)
Oct 30 01:59:58 ivr3 bayonne: dx(8): sleep
Oct 30 01:00:00 ivr3 CROND[6946]: (root) CMD (/usr/lib/sa/sa1 1 1) 
Oct 30 01:00:00 ivr3 CROND[6947]: (root) CMD (/usr/local/bin/runtsync) 
Oct 30 01:00:04 ivr3 bayonne: dx(8): step ffff set(%warning,%noinput)

Parse::Syslog doesn't correctly handle the second 1AM. Instead, it warps
the time backwards! That is, if you paste the above into the following:

perl -MParse::Syslog -e 'my $p = new Parse::Syslog("/dev/stdin", arrayref => 1); while ($arr = $p->next) { print "$arr->[0]\n" }'

You get:

1130651993
1130651998
1130651998
1130648400
1130648400
1130648404

When it finally hits this line:

Oct 30 02:00:00 ivr3 CROND[7083]: (root) CMD (/usr/lib/sa/sa1 1 1) 

it manages to spit out a correct time stamp again, 1130655600.

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (500, 'stable'), (99, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libparse-syslog-perl depends on:
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 

libparse-syslog-perl recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 343237-close) by bugs.debian.org; 8 Jan 2006 16:41:04 +0000
>From katie at ftp-master.debian.org Sun Jan 08 08:41:04 2006
Return-path: <katie at ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1EvdSz-0007Gs-D5; Sun, 08 Jan 2006 08:32:25 -0800
From: Joachim Breitner <nomeata at debian.org>
To: 343237-close at bugs.debian.org
X-Katie: $Revision: 1.65 $
Subject: Bug#343237: fixed in libparse-syslog-perl 1.09-1
Message-Id: <E1EvdSz-0007Gs-D5 at spohr.debian.org>
Sender: Archive Administrator <katie at ftp-master.debian.org>
Date: Sun, 08 Jan 2006 08:32:25 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: libparse-syslog-perl
Source-Version: 1.09-1

We believe that the bug you reported is fixed in the latest version of
libparse-syslog-perl, which is due to be installed in the Debian FTP archive:

libparse-syslog-perl_1.09-1.diff.gz
  to pool/main/libp/libparse-syslog-perl/libparse-syslog-perl_1.09-1.diff.gz
libparse-syslog-perl_1.09-1.dsc
  to pool/main/libp/libparse-syslog-perl/libparse-syslog-perl_1.09-1.dsc
libparse-syslog-perl_1.09-1_all.deb
  to pool/main/libp/libparse-syslog-perl/libparse-syslog-perl_1.09-1_all.deb
libparse-syslog-perl_1.09.orig.tar.gz
  to pool/main/libp/libparse-syslog-perl/libparse-syslog-perl_1.09.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 343237 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Breitner <nomeata at debian.org> (supplier of updated libparse-syslog-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  8 Jan 2006 17:23:01 +0100
Source: libparse-syslog-perl
Binary: libparse-syslog-perl
Architecture: source all
Version: 1.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Changed-By: Joachim Breitner <nomeata at debian.org>
Description: 
 libparse-syslog-perl - Perl module for parsing syslog entries
Closes: 343237
Changes: 
 libparse-syslog-perl (1.09-1) unstable; urgency=low
 .
   * New upstream release (Closes: bug#343237)
   * Bumped standards version (no changes)
Files: 
 ad3f94e1b4085c0fe377ef25bf2732ba 829 perl optional libparse-syslog-perl_1.09-1.dsc
 ddfeb94b537b05e2f64ae333eca50a20 11033 perl optional libparse-syslog-perl_1.09.orig.tar.gz
 484fa3e4cd420d7f739b43c26f3b9257 1888 perl optional libparse-syslog-perl_1.09-1.diff.gz
 3bc30d92d783a3405875adee8dcd1baa 13142 perl optional libparse-syslog-perl_1.09-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iQCVAwUBQ8E9Vr8Zfhn2SkeXAQIKUAQAq2pdIJTwiuwXNE/MFBeNz34daaAr7GKZ
94XsncI/mt4uQ/tgulPTSmNFcXKMQtykJRy2GPd9i+wyyziaW5M1MOOt+6GwYvBt
GRK8yCqmd0wWfz4zaPtGoMfqp+Z4/J+Tbi6h7EIC5aZP1OU8b4WhfeTKY4CFlp9l
qVMFYWUtMwU=
=CrEd
-----END PGP SIGNATURE-----




More information about the pkg-perl-maintainers mailing list