Your message dated Fri, 14 Jan 2005 12:02:18 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#290317: fixed in quagga 0.98.0-3 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 Jan 2005 15:17:58 +0000 >From [EMAIL PROTECTED] Thu Jan 13 07:17:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from virgo.xame.net [62.245.218.5] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Cp6jV-0007VK-00; Thu, 13 Jan 2005 07:17:57 -0800 Received: from pd9e8ed04.dip.t-dialin.net ([217.232.237.4] helo=gate.home.ashberg.de) by virgo.xame.net with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (/C=DE/ST=BY/O=Folke Ashberg/OU=home.ashberg.de/CN=gate-client.home.ashberg.de/[EMAIL PROTECTED]) (Exim 4.33-folke) id 1Cp6jT-0000Jp-Mz; Thu, 13 Jan 2005 16:17:56 +0100 Received: from aldi.home.ashberg.de ([192.168.8.2]) by gate.home.ashberg.de with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (/C=DE/ST=BY/O=Folke Ashberg/OU=Workstation/CN=aldi-client.home.ashberg.de/[EMAIL PROTECTED]) (Exim 4.33-folke) id 1Cp6jQ-00056O-2i; Thu, 13 Jan 2005 16:17:52 +0100 Received: from root by aldi.home.ashberg.de with local (Exim 4.33-folke) id 1Cp6jP-000169-El; Thu, 13 Jan 2005 16:17:51 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: root <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: /etc/init.d/quagga: vtysh_enable gots incremented by one and isn't recognized X-Mailer: reportbug 3.5 Date: Thu, 13 Jan 2005 16:17:51 +0100 Message-Id: <[EMAIL PROTECTED]> X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED] using "From" header 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: quagga Version: 0.98.0-1 Severity: grave File: /etc/init.d/quagga Justification: renders package unusable if you set vtysh_enable=1 (or yes or true) in /etc/quagga/debian.conf then convert_daemon_prios() in /etc/init.d/quagga increments it (after setting to 1 if yes|true) by one. but then "vtysh_b()" checks only "$vtysh_enable" = 1 and no "/usr/bin/vtysh -b" takes place. ------------------------------------------------------- --- /tmp/quagga 2005-01-10 19:48:26.000000000 +0100 +++ /etc/init.d/quagga 2005-01-13 16:05:29.000000000 +0100 @@ -121,7 +121,7 @@ # Zebra is threatened special. It must be between 0=off and the first # user assigned value "1" so we increase all other enabled daemons' values. - if [ "$name" != "zebra" -a "$value" -gt 0 ]; then value=$(( $value + 1 )); fi + if [ "$name" != "zebra" -a "$name" != "vtysh_enable" -a "$value" -gt 0 ]; then value=$(( $value + 1 )); fi # If e.g. name is zebra then we set "zebra=yes". eval $name=$value @@ -187,6 +187,7 @@ . "$C_PATH/daemons" . "$C_PATH/debian.conf" + # Set priority of un-startable daemons to 'no' and substitute 'yes' to '0' convert_daemon_prios ------------------------------------------------------- -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.9-rc1 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages quagga depends on: ii debconf 1.4.41 Debian configuration management sy ii iproute 20041019-2 Professional tools to control the ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libcap1 1:1.10-14 support for getting/setting POSIX. ii libncurses5 5.4-4 Shared libraries for terminal hand ii libpam0g 0.76-22 Pluggable Authentication Modules l ii libreadline4 4.3-15 GNU readline and history libraries ii libsnmp5 5.1.2-6 NET SNMP (Simple Network Managemen ii libssl0.9.7 0.9.7e-3 SSL shared libraries ii logrotate 3.7-2 Log rotation utility -- debconf information: * quagga/upgrade_notes: --------------------------------------- Received: (at 290317-close) by bugs.debian.org; 14 Jan 2005 17:05:38 +0000 >From [EMAIL PROTECTED] Fri Jan 14 09:05:37 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 1CpUtF-0000jK-00; Fri, 14 Jan 2005 09:05:37 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1CpUq2-0006MG-00; Fri, 14 Jan 2005 12:02:18 -0500 From: Christian Hammers <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#290317: fixed in quagga 0.98.0-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 14 Jan 2005 12:02:18 -0500 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: Source: quagga Source-Version: 0.98.0-3 We believe that the bug you reported is fixed in the latest version of quagga, which is due to be installed in the Debian FTP archive: quagga-doc_0.98.0-3_all.deb to pool/main/q/quagga/quagga-doc_0.98.0-3_all.deb quagga_0.98.0-3.diff.gz to pool/main/q/quagga/quagga_0.98.0-3.diff.gz quagga_0.98.0-3.dsc to pool/main/q/quagga/quagga_0.98.0-3.dsc quagga_0.98.0-3_i386.deb to pool/main/q/quagga/quagga_0.98.0-3_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. Christian Hammers <[EMAIL PROTECTED]> (supplier of updated quagga 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, 14 Jan 2005 17:37:27 +0100 Source: quagga Binary: quagga quagga-doc Architecture: source i386 all Version: 0.98.0-3 Distribution: unstable Urgency: low Maintainer: Christian Hammers <[EMAIL PROTECTED]> Changed-By: Christian Hammers <[EMAIL PROTECTED]> Description: quagga - unoff. successor of the Zebra BGP/OSPF/RIP routing daemon quagga-doc - documentation files for quagga Closes: 290317 Changes: quagga (0.98.0-3) unstable; urgency=low . * Fixed problem in init script. Closes: #290317 * Removed obsolete "smux peer enable" patch. Files: f6c8e851f97a83b93ac727b39657dfe3 704 net optional quagga_0.98.0-3.dsc aa6b60d38026acc07caa2b3b4dde59dd 30069 net optional quagga_0.98.0-3.diff.gz 7cfa4df801ffd901196b7e559938adf8 482672 net optional quagga-doc_0.98.0-3_all.deb e6ac7af0e52a703769b478139734dc4b 1226308 net optional quagga_0.98.0-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iEYEARECAAYFAkHn+J8ACgkQkR9K5oahGOZ6/gCgjvzJky1Ekjj1kWvYFyiYl4lx G0sAoPGM3jNw3PONjmPJqltEFpShmLpW =Qch4 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]