Your message dated Fri, 12 May 2006 07:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343180: fixed in apachetop 0.12.6-4
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)
--- Begin Message ---
Package: apachetop
Version: 0.12.5-5
Severity: minor
Tags: patch
when an apache logfile becomes greater than 2gb, apachetop refuses to work
with it.
although the configure script detects:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
they seem to be necessarry.
the following (quick&dirty) patch fixed it for me:
diff -u apachetop-0.12.5/src/apachetop.h apachetop-0.12.5/src/apachetop.h
--- apachetop-0.12.5/src/apachetop.h
+++ apachetop-0.12.5/src/apachetop.h
@@ -5,6 +5,11 @@
# include "config.h"
#endif
+#undef _FILE_OFFSET_BITS
+#undef _LARGE_FILES
+#define _FILE_OFFSET_BITS 64
+#define _LARGE_FILES 1
+
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-sdinet20-tokamak
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Versions of packages apachetop depends on:
ii fam 2.7.0-8 File Alteration Monitor
ii libc6 2.3.5-8.1 GNU C Library: Shared libraries an
ii libgcc1 1:4.0.2-5 GCC support library
ii libncurses5 5.5-1 Shared libraries for terminal hand
ii libpcre3 6.4-1.1 Perl 5 Compatible Regular Expressi
ii libreadline5 5.1-1 GNU readline and history libraries
ii libstdc++6 4.0.2-5 The GNU Standard C++ Library v3
apachetop recommends no packages.
-- debconf-show failed
--- End Message ---
--- Begin Message ---
Source: apachetop
Source-Version: 0.12.6-4
We believe that the bug you reported is fixed in the latest version of
apachetop, which is due to be installed in the Debian FTP archive:
apachetop_0.12.6-4.diff.gz
to pool/main/a/apachetop/apachetop_0.12.6-4.diff.gz
apachetop_0.12.6-4.dsc
to pool/main/a/apachetop/apachetop_0.12.6-4.dsc
apachetop_0.12.6-4_i386.deb
to pool/main/a/apachetop/apachetop_0.12.6-4_i386.deb
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Kemp <[EMAIL PROTECTED]> (supplier of updated apachetop 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 12 May 2006 15:39:27 +0000
Source: apachetop
Binary: apachetop
Architecture: source i386
Version: 0.12.6-4
Distribution: unstable
Urgency: medium
Maintainer: Steve Kemp <[EMAIL PROTECTED]>
Changed-By: Steve Kemp <[EMAIL PROTECTED]>
Description:
apachetop - Realtime Apache monitoring tool
Closes: 343180 358576
Changes:
apachetop (0.12.6-4) unstable; urgency=medium
.
* Applied patch from Martin Michlmayr to build with gcc 4.1
(Close: #357644)
* Applied patch for large file support from Sven Koch
(Closes: #343180)
* Updated URL in manpage, thanks to Mathieu De Zutter.
(Closes: #358576)
Files:
dffd9e272a9f6453e4fc5aa03b8fb3ae 655 admin optional apachetop_0.12.6-4.dsc
c0299a2b37439934b63da1cd2acf8c1a 41775 admin optional
apachetop_0.12.6-4.diff.gz
d98e9c6138d4571b2d0b1b03484cc81d 32152 admin optional
apachetop_0.12.6-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEZJ5twM/Gs81MDZ0RAtYfAKC2X3nvZM5sR8Bu1mJX1w6e9POiHACgpIUB
AP4Uf1ZzcASl1Fp1KhnNtII=
=bD5d
-----END PGP SIGNATURE-----
--- End Message ---