Your message dated Sat, 04 Nov 2006 04:47:17 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#324910: fixed in acct 6.4~pre1-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)
--- Begin Message ---Package: acct Version: 6.3.5-39 Severity: minor Tags: patch In /etc/cron.monthly/acct, a monthly report of system and user activity logged in the wtmp file is generated; part of this is the following: if [ -f $LOGROTATE ] && [ -x /usr/sbin/logrotate ] then [...] ac -f $WTMP /var/log/wtmp.1 -p | sort -nr +1 >> /var/log/wtmp.report [...] else ac -p | sort -nr +1 >> /var/log/wtmp.report [...] fi In the second case, the invocation of ac would summarize connect/login times for all users; in the first, it would do likewise for the user /var/log/wtmp.1 which doesn't exist, so the only ac output will be: total 0.00 The additional parameter to ac seems to have been left when $WTMP was introduced, probably in a fix in acct-6.3.5-38.2, and should most probably be removed to restore functionality. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.27-2-k7 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) Versions of packages acct depends on: ii debconf 1.4.30.13 Debian configuration management sy ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an -- debconf information excluded--- /etc/cron.monthly/acct +++ /etc/cron.monthly/acct @@ -29,9 +29,9 @@ WTMP=$(tempfile) gunzip -c /var/log/wtmp.1.gz > $WTMP fi - ac -f $WTMP /var/log/wtmp.1 -p | sort -nr +1 >> /var/log/wtmp.report + ac -f $WTMP -p | sort -nr +1 >> /var/log/wtmp.report echo >> /var/log/wtmp.report last -f $WTMP >> /var/log/wtmp.report if [ -n "$WTMP_WAS_GZIPPED" ]
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: acct Source-Version: 6.4~pre1-1 We believe that the bug you reported is fixed in the latest version of acct, which is due to be installed in the Debian FTP archive: acct_6.4~pre1-1.diff.gz to pool/main/a/acct/acct_6.4~pre1-1.diff.gz acct_6.4~pre1-1.dsc to pool/main/a/acct/acct_6.4~pre1-1.dsc acct_6.4~pre1-1_i386.deb to pool/main/a/acct/acct_6.4~pre1-1_i386.deb acct_6.4~pre1.orig.tar.gz to pool/main/a/acct/acct_6.4~pre1.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated acct 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: Sat, 4 Nov 2006 10:10:00 +0100 Source: acct Binary: acct Architecture: source i386 Version: 6.4~pre1-1 Distribution: unstable Urgency: medium Maintainer: Daniel Baumann <[EMAIL PROTECTED]> Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: acct - The GNU Accounting utilities for process and login accounting Closes: 208939 324910 375712 377835 380744 381492 385626 392023 392045 392134 396444 Changes: acct (6.4~pre1-1) unstable; urgency=medium . * New email address. * Hardcoding location of the log files, using environment variables does not work for all binaries (Closes: #377835, #380744, #385626, #392045, #396444). * Adjusted init.d script to log to syslog directly as suggested by Gian Piero Carrubba <[EMAIL PROTECTED]> (Closes: #208939). * Updated sort call in cron.monthly to new syntax as found out by Gilles Mocellin <[EMAIL PROTECTED]> and others (Closes: #375712, #381492). * Updated ac call in cron.monthly to process both $WTMP and /var/log/wtmp.1 (Closes: #324910). * Fixed spelling mistake in default (Closes: #392023). * Fixed spelling mistake and incompleteness in dump-acct.8 (Closes: #392134). Files: 3096991a5c35ec70a5c9ebfbc4840e9a 590 admin optional acct_6.4~pre1-1.dsc 9703f591801c5bbded35c9739d04f81c 318624 admin optional acct_6.4~pre1.orig.tar.gz 4d8d82efacfdefb7743c717d72be1299 20938 admin optional acct_6.4~pre1-1.diff.gz 42578608c35747ff8b1c5eddd56fd8b0 108662 admin optional acct_6.4~pre1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFTIeZ+C5cwEsrK54RAgGNAJ94IEVfPhJTymDhxFs5v/TUCfnqTACgtdPo +KggQR7r8Q7aOJ5gLMdvFTI= =Rcw+ -----END PGP SIGNATURE-----
--- End Message ---

