Your message dated Thu, 23 Mar 2006 15:02:10 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#208939: fixed in acct 6.3.99+6.4pre1-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-38.1 Severity: normal Tags: patch In /etc/init.d/acct logger is used to log directly to /var/log/daemon.log, however there's a chance that the log file doesn't exist and the log record goes lost. I'm using metalog, so i log daemon facilities to /var/log/daemon/ dir, someone else could simply log to another file. I think is a better way to instruct logger to log via syslog, so that you can also log to different files, depending on your syslog configuration. As acct is started after syslog, i think it can be achieved without problems. Here is a simple patch to do that, priority err seems adeguate to me. --- /etc/init.d/acct 2003-09-06 11:57:08.000000000 +0200 +++ /etc/init.d/acct.orig 2003-09-06 11:56:46.000000000 +0200 @@ -70,7 +70,7 @@ echo "failed" echo "Process accounting already running on this system." else - logger -p daemon.err \ + logger -f /var/log/daemon.log \ "Unexpected error code $rv received in /etc/init.d/acct" fi set -e @@ -123,7 +123,7 @@ echo " failed" echo "Process accounting already running on this system." else - logger -p daemon.err \ + logger -f /var/log/daemon.log \ "Unexpected error code $rv received in /etc/init.d/acct" fi set -e Thanks, Gian Piero. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux king 2.4.20 #1 ven mag 23 19:17:10 CEST 2003 i686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] Versions of packages acct depends on: ii debconf 1.3.13 Debian configuration management sy ii libc6 2.3.2-5 GNU C Library: Shared libraries an -- debconf information: acct/kernel_mismatch: false
--- End Message ---
--- Begin Message ---Source: acct Source-Version: 6.3.99+6.4pre1-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.3.99+6.4pre1-1.diff.gz to pool/main/a/acct/acct_6.3.99+6.4pre1-1.diff.gz acct_6.3.99+6.4pre1-1.dsc to pool/main/a/acct/acct_6.3.99+6.4pre1-1.dsc acct_6.3.99+6.4pre1-1_i386.deb to pool/main/a/acct/acct_6.3.99+6.4pre1-1_i386.deb acct_6.3.99+6.4pre1.orig.tar.gz to pool/main/a/acct/acct_6.3.99+6.4pre1.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, 18 Mar 2006 18:38:00 +0100 Source: acct Binary: acct Architecture: source i386 Version: 6.3.99+6.4pre1-1 Distribution: unstable Urgency: low Maintainer: Daniel Baumann <[EMAIL PROTECTED]> Changed-By: Daniel Baumann <[EMAIL PROTECTED]> Description: acct - The GNU Accounting utilities for process and login accounting Closes: 187538 208220 208939 212961 241243 282320 287291 289648 290052 291154 293837 303851 307597 314136 327134 331731 357362 Changes: acct (6.3.99+6.4pre1-1) unstable; urgency=low . * New maintainer (Closes: #357362). * New upstream release: - supporting v3 file format (Closes: #289648, #291154, #327134) * Redone debian directory: - added watch file. - corrected copyright file (Closes: #290052). - fixed debconf depends (Closes: #331731). - removed references to non-existing pacct in dump-acct.8 (Closes: #293837). - removed dpatches: one was merged upstream, manpages are broken-out, and /usr/bin/last ist removed after compilation (less intrusive). - added Czech debconf translation (Closes: #282320, #287291). - added Finnish debconf translation (Closes: #303851). - added Vietnamese debconf translation (Closes: #307597). - updated Dansk debconf translation (Closes: #241243). - updated German debconf translation (Closes: #314136). * Acknowledge NMU: - fixed gzipped logfile handling in cron.monthly (Closes: #187538, #208220, #212961). - adjusted logfile path for logger call in init.d (Closes: #208939). Files: b926523358f5f4d9fbaa3848220e5fcc 624 admin optional acct_6.3.99+6.4pre1-1.dsc 9703f591801c5bbded35c9739d04f81c 318624 admin optional acct_6.3.99+6.4pre1.orig.tar.gz e15afcba192b761cca746b416740e5b8 19531 admin optional acct_6.3.99+6.4pre1-1.diff.gz 1654037bacdcea59b546f4881f4c541d 110704 admin optional acct_6.3.99+6.4pre1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEIyTdxa93SlhRC1oRAg6MAJ9iaO/NmvMG4Ocw+I/Rn3Xzp5bPfACdGjIo soUgmtf7Xla6EGvMfrNk4zQ= =LjxR -----END PGP SIGNATURE-----
--- End Message ---

