Your message dated Sat, 21 May 2005 21:02:56 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#296315: fixed in syslog-ng 1.6.7-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; 21 Feb 2005 17:30:31 +0000 >From [EMAIL PROTECTED] Mon Feb 21 09:30:31 2005 Return-path: <[EMAIL PROTECTED]> Received: from (dibbler.cic) [81.31.26.139] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D3HOA-0000Bh-00; Mon, 21 Feb 2005 09:30:31 -0800 Received: from michal by dibbler.cic with local (Exim 4.44) id 1D3HO6-0001Wo-68 for [EMAIL PROTECTED]; Mon, 21 Feb 2005 18:30:26 +0100 Content-Type: multipart/mixed; boundary="===============0191486683==" MIME-Version: 1.0 From: =?utf-8?b?TWljaGFsIMSMaWhhxZk=?= <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: Complains about unaccepted values X-Mailer: reportbug 3.8 Date: Mon, 21 Feb 2005 18:30:22 +0100 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] 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-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: This is a multi-part MIME message sent by reportbug. --===============0191486683== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: syslog-ng Version: 1.6.5-2 Severity: normal Tags: patch Anytime I start/stop/reload I get following errors: CONSOLE_LOG_LEVEL is of unaccepted value. KERNEL_RINGBUF_SIZE is of unaccepted value. It's simply because I don't want to set anything in /etc/default/syslog-ng. Attached patch fixes this. Anyway these setting probably should be done only on start/reload and not on stopping. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i586) Kernel: Linux 2.6.10-dibbler Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages syslog-ng depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii util-linux 2.12p-2 Miscellaneous system utilities -- no debconf information --===============0191486683== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="syslog-ng.patch" --- syslog-ng.orig 2005-02-21 18:26:09.924130554 +0100 +++ syslog-ng 2005-02-21 18:27:29.144133034 +0100 @@ -16,23 +16,27 @@ #we source /etc/default/syslog-ng if exists [ -r /etc/default/syslog-ng ] && . /etc/default/syslog-ng -case "x$CONSOLE_LOG_LEVEL" in - x[0-7]) - dmesg -n $CONSOLE_LOG_LEVEL - ;; - *) - echo "CONSOLE_LOG_LEVEL is of unaccepted value." - ;; -esac - -case "x$KERNEL_RINGBUF_SIZE" in - x[0-9]*) - dmesg -s $KERNEL_RINGBUF_SIZE - ;; - *) - echo "KERNEL_RINGBUF_SIZE is of unaccepted value." - ;; -esac +if [ "$CONSOLE_LOG_LEVEL" ] ; then + case "x$CONSOLE_LOG_LEVEL" in + x[0-7]) + dmesg -n $CONSOLE_LOG_LEVEL + ;; + *) + echo "CONSOLE_LOG_LEVEL is of unaccepted value." + ;; + esac +fi + +if [ "$KERNEL_RINGBUF_SIZE" ] ; then + case "x$KERNEL_RINGBUF_SIZE" in + x[0-9]*) + dmesg -s $KERNEL_RINGBUF_SIZE + ;; + *) + echo "KERNEL_RINGBUF_SIZE is of unaccepted value." + ;; + esac +fi # stop syslog-ng before changing its PID file! PIDFILE="/var/run/syslog-ng.pid" --===============0191486683==-- --------------------------------------- Received: (at 296315-close) by bugs.debian.org; 22 May 2005 01:08:06 +0000 >From [EMAIL PROTECTED] Sat May 21 18:08:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DZewn-00013h-00; Sat, 21 May 2005 18:08:05 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DZero-0008KJ-00; Sat, 21 May 2005 21:02:56 -0400 From: SZALAY Attila <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#296315: fixed in syslog-ng 1.6.7-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 21 May 2005 21:02:56 -0400 Delivered-To: [EMAIL PROTECTED] 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-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 X-Spam-Level: X-CrossAssassin-Score: 2 Source: syslog-ng Source-Version: 1.6.7-1 We believe that the bug you reported is fixed in the latest version of syslog-ng, which is due to be installed in the Debian FTP archive: syslog-ng_1.6.7-1.diff.gz to pool/main/s/syslog-ng/syslog-ng_1.6.7-1.diff.gz syslog-ng_1.6.7-1.dsc to pool/main/s/syslog-ng/syslog-ng_1.6.7-1.dsc syslog-ng_1.6.7-1_i386.deb to pool/main/s/syslog-ng/syslog-ng_1.6.7-1_i386.deb syslog-ng_1.6.7.orig.tar.gz to pool/main/s/syslog-ng/syslog-ng_1.6.7.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. SZALAY Attila <[EMAIL PROTECTED]> (supplier of updated syslog-ng 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: Sun, 22 May 2005 01:13:49 +0200 Source: syslog-ng Binary: syslog-ng Architecture: source i386 Version: 1.6.7-1 Distribution: unstable Urgency: low Maintainer: SZALAY Attila <[EMAIL PROTECTED]> Changed-By: SZALAY Attila <[EMAIL PROTECTED]> Description: syslog-ng - Next generation logging daemon Closes: 282782 296315 298022 299543 301617 304215 304894 304966 Changes: syslog-ng (1.6.7-1) unstable; urgency=low . * New upstream version. (Closes: #301617, #304894, #304966, #282782) * Check if CONSOLE_LOG_LEVEL and KERNEL_RINGBUF_SIZE has value and not complain about wrong value, if not. (Closes: #296315, #304215) * Removed unneeded code from postrm. (This code was to remove divertion, but syslog-ng does not divert any file any more.) * Removed KERNEL_RINGBUF_SIZE option. (Closes: #298022) * Added AC_PREREQ(2.50) to configure.in. (Closes: #299543) Files: f46e7c36fa924a8ca094948e08eacf6b 690 admin extra syslog-ng_1.6.7-1.dsc 4afaae7a55b4631ee73cf9f87a1a7fb0 727358 admin extra syslog-ng_1.6.7.orig.tar.gz d2ca9eacd1e451d4f166aa6beba712a3 44782 admin extra syslog-ng_1.6.7-1.diff.gz 33fe58e727b015f5403ab41172c31b1e 216418 admin extra syslog-ng_1.6.7-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCj8hn23Gu/Kug6LIRArmlAKCk3Lpi4hrgncHt8L8yE2NTnAqWAQCfXIj0 jn+sqFBFIdmx6s4TlDOo6Eg= =D8uk -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]