Your message dated Thu, 26 May 2005 22:32:19 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#279060: fixed in mrtg 2.12.1-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; 31 Oct 2004 11:54:22 +0000
>From [EMAIL PROTECTED] Sun Oct 31 03:54:22 2004
Return-path: <[EMAIL PROTECTED]>
Received: from 251.red-81-44-219.pooles.rima-tde.net 
(hal9000.tribulaciones.org) [81.44.219.251] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1COEHu-0001IT-00; Sun, 31 Oct 2004 03:54:22 -0800
Received: from localhost (localhost [127.0.0.1])
        by hal9000.tribulaciones.org (Postfix) with ESMTP id 234333821A;
        Sun, 31 Oct 2004 12:52:18 +0100 (CET)
Received: from hal9000.tribulaciones.org ([127.0.0.1])
        by localhost (hal9000 [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 09123-01; Sun, 31 Oct 2004 12:51:59 +0100 (CET)
Received: by hal9000.tribulaciones.org (Postfix, from userid 1000)
        id 71E6338262; Sun, 31 Oct 2004 12:51:56 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mrtg: fails when used in a UTF-8 environment
X-Mailer: reportbug 3.1
Date: Sun, 31 Oct 2004 12:51:55 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at tribulaciones.org
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: mrtg
Version: 2.10.13-1
Severity: important
Tags: patch

 When trying to run mrtg in a UTF-8 environment you get the following
 error:
-----------------------------------------------------------------------
ERROR: Mrtg will most likely not work propperly when the environment
       variable LANG is set to UTF-8. Please run mrtg in an environment
       where this is not the case:

       env LANG=C /usr/bin/mrtg ...
-----------------------------------------------------------------------

 And the stats are not made.

 This can be easily fixed by forcing the LANG=C environment when calling
mrtg in the cron script.

--- mrtg.old    2004-10-31 12:51:13.000000000 +0100
+++ mrtg        2004-10-30 18:19:28.000000000 +0200
@@ -1 +1 @@
-0-55/5 *       * * *   root    if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg.cfg 
]; then /usr/bin/mrtg /etc/mrtg.cfg >> /var/log/mrtg/mrtg.log 2>&1; fi
+0-55/5 *       * * *   root    if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg.cfg 
]; then env LANG=C /usr/bin/mrtg /etc/mrtg.cfg >> /var/log/mrtg/mrtg.log 2>&1; 
fi


  Cheers
 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.7-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages mrtg depends on:
ii  debconf                     1.4.39       Debian configuration management sy
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libsnmp-session-perl        1.06-1       Perl support for accessing SNMP-aw
ii  perl                        5.8.4-2.3    Larry Wall's Practical Extraction 
ii  perl-modules                5.8.4-2.3    Core Perl modules.

-- debconf information:
  mrtg/own_user: true
* mrtg/conf_mods: true

---------------------------------------
Received: (at 279060-close) by bugs.debian.org; 27 May 2005 02:38:04 +0000
>From [EMAIL PROTECTED] Thu May 26 19:38:04 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 1DbUjc-0007FP-00; Thu, 26 May 2005 19:38:04 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DbUe3-0004fa-00; Thu, 26 May 2005 22:32:19 -0400
From: Adam Majer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#279060: fixed in mrtg 2.12.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 26 May 2005 22:32:19 -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: 4

Source: mrtg
Source-Version: 2.12.1-1

We believe that the bug you reported is fixed in the latest version of
mrtg, which is due to be installed in the Debian FTP archive:

mrtg-contrib_2.12.1-1_all.deb
  to pool/main/m/mrtg/mrtg-contrib_2.12.1-1_all.deb
mrtg_2.12.1-1.diff.gz
  to pool/main/m/mrtg/mrtg_2.12.1-1.diff.gz
mrtg_2.12.1-1.dsc
  to pool/main/m/mrtg/mrtg_2.12.1-1.dsc
mrtg_2.12.1-1_i386.deb
  to pool/main/m/mrtg/mrtg_2.12.1-1_i386.deb
mrtg_2.12.1.orig.tar.gz
  to pool/main/m/mrtg/mrtg_2.12.1.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.
Adam Majer <[EMAIL PROTECTED]> (supplier of updated mrtg 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: Thu, 26 May 2005 20:56:39 -0500
Source: mrtg
Binary: mrtg-contrib mrtg
Architecture: source i386 all
Version: 2.12.1-1
Distribution: unstable
Urgency: low
Maintainer: Adam Majer <[EMAIL PROTECTED]>
Changed-By: Adam Majer <[EMAIL PROTECTED]>
Description: 
 mrtg       - multi router traffic grapher
 mrtg-contrib - multi router traffic grapher (contributed files)
Closes: 24801 228238 243637 261286 279060 285514 289320 299899
Changes: 
 mrtg (2.12.1-1) unstable; urgency=low
 .
   * New upstream release
   * New maintainer. Old maintainer MIA as discussed on debian-devel.
   * Acknowledge NMUs (closes: #289320, #261286, #243637, #299899, #285514,
     #279060, #228238, #24801)
Files: 
 950fa401c128bff0ef0b8b6e1d9b5948 660 net extra mrtg_2.12.1-1.dsc
 a382278eda9c04e7da22dca8de501d2f 1135126 net extra mrtg_2.12.1.orig.tar.gz
 b64cfb882835626b71874fa52e933a22 25150 net extra mrtg_2.12.1-1.diff.gz
 e26bf966a804a4204525d82c95925500 509936 net extra mrtg-contrib_2.12.1-1_all.deb
 ae0ea42827e9c6f32004a62d8748411d 665598 net extra mrtg_2.12.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCln9G73/bNdaAYUURAtoTAKCYKDdEP17kyCf8QahEHQqRdTTxmwCgiRp2
bPMcZKKbL9gh3dMJ97/rCRQ=
=M4cT
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to