Your message dated Fri, 22 Jan 2016 18:28:49 +0000
with message-id <[email protected]>
and subject line Bug#799289: fixed in collectd 5.5.1-1
has caused the Debian Bug report #799289,
regarding collectd: fails when comma is locale's decimal mark
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
799289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799289
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: collectd
Version: 5.5.0-3
Severity: important
Tags: upstream

Dear Maintainer,

when Debian uses comma ( "," ) as decimal mark ( set with LC_NUMERIC ) 
collectd fails to write rrd files with error:

[2015-09-17 16:22:22] rrdtool plugin: rrd_update_r 
(/var/lib/collectd/rrd/outsider/load/load.rrd) failed: 
/var/lib/collectd/rrd/outsider/load/load.rrd: conversion of '1,41' to float not 
complete: tail ',41'


Example locales that uses comma as decimal mark: pl_PL, de_DE.

Problem was reported by someone to upstream, but seems ignored:
https://github.com/collectd/collectd/issues/1237




-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-0.bpo.4-amd64 (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages collectd depends on:
ii  collectd-core  5.5.0-3
ii  libc6          2.19-18+deb8u1
ii  librrd4        1.4.8-1.2

Versions of packages collectd recommends:
ii  default-jre-headless  2:1.7-52
ii  iptables              1.4.21-2+b1
ii  libatasmart4          0.19-3
ii  libcurl3-gnutls       7.38.0-4+deb8u2
ii  libdbi1               0.9.0-4
ii  libesmtp6             1.0.6-4
ii  libgcrypt20           1.6.3-2
ii  libgdk-pixbuf2.0-0    2.31.1-2+deb8u2
ii  libglib2.0-0          2.42.1-1
ii  libhiredis0.10        0.11.0-4
ii  libldap-2.4-2         2.4.40+dfsg-1+deb8u1
ii  liblvm2app2.2         2.02.111-2.2
ii  libmemcached11        1.0.18-4
ii  libmnl0               1.0.3-5
ii  libmodbus5            3.0.6-1
ii  libmysqlclient18      5.5.44-0+deb8u1
ii  libnotify4            0.7.6-2
ii  libnspr4              2:4.10.7-1
ii  libnss3               2:3.17.2-1.1+deb8u2
ii  libopenipmi0          2.0.16-1.4
ii  liboping0             1.7.0-1
ii  libowcapi-2.9-8       2.9p8-6
ii  libpcap0.8            1.6.2-2
ii  libperl5.20           5.20.2-3+deb8u1
ii  libpq5                9.4.4-0+deb8u1
ii  libprotobuf-c1        1.0.2-1
ii  libpython2.7          2.7.9-2
ii  librabbitmq1          0.5.2-2
ii  librdkafka1           0.8.5-2
ii  librrd4               1.4.8-1.2
ii  libsensors4           1:3.3.5-2
ii  libsigrok2            0.3.0-1
ii  libsnmp30             5.7.2.1+dfsg-1
ii  libssl1.0.0           1.0.1k-3+deb8u1
ii  libtokyotyrant3       1.1.40-4.2
ii  libudev1              215-17+deb8u2
ii  libupsclient4         2.7.2-4
ii  libvarnishapi1        4.0.2-1
ii  libvirt0              1.2.9-9+deb8u1
ii  libxml2               2.9.1+dfsg1-5
ii  libyajl2              2.1.0-2
ii  zlib1g                1:1.2.8.dfsg-2+b1

collectd suggests no packages.

-- Configuration Files:
/etc/collectd/collectd.conf changed [not included]

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: collectd
Source-Version: 5.5.1-1

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

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.
Marc Fournier <[email protected]> (supplier of updated collectd 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: SHA512

Format: 1.8
Date: Fri, 22 Jan 2016 16:53:49 +0100
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev 
libcollectdclient-dev libcollectdclient1
Architecture: source
Version: 5.5.1-1
Distribution: unstable
Urgency: medium
Maintainer: Sebastian Harl <[email protected]>
Changed-By: Marc Fournier <[email protected]>
Description:
 collectd   - statistics collection and monitoring daemon
 collectd-core - statistics collection and monitoring daemon (core system)
 collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
 collectd-dev - statistics collection and monitoring daemon (development files)
 collectd-utils - statistics collection and monitoring daemon (utilities)
 libcollectdclient-dev - client library for collectd's control interface 
(development file
 libcollectdclient1 - client library for collectd's control interface
Closes: 799289 811580
Changes:
 collectd (5.5.1-1) unstable; urgency=medium
 .
   * New upstream release:
     - The "LC_NUMERIC" locale is now forced to "C", preventing problems on
       environments where the locale uses a comma as decimal separator. Thanks
       to Hubert Jarosz for reporting this (Closes: #799289).
     - Fixed FTBFS with GCC 6.0; thanks to Martin Michlmayr for reporting this
       (Closes: #811580).
   * debian/patches:
     - Removed bts802249_varnish_41.patch; implemented upstream.
   * debian/collectd.conf:
     - Sync with upstream changes since 5.5.0.
Checksums-Sha1:
 1bb629138b4add0b72ee16a9580037cf7562654f 3651 collectd_5.5.1-1.dsc
 91df348504f0f9d5c2a2be50933c0695386d7871 1797852 collectd_5.5.1.orig.tar.bz2
 f8bad2da02920fe0af8e49037af810f5802dee1d 69192 collectd_5.5.1-1.debian.tar.xz
Checksums-Sha256:
 5f9a7133600017b756fb992dfe458255d6c694093442e3136254b4f8701d0d22 3651 
collectd_5.5.1-1.dsc
 f9c5d526e1f0429a7db1ccd90bdf9e23923a2fd43b7285cfda8f0341e5c0bc3f 1797852 
collectd_5.5.1.orig.tar.bz2
 bbba87af40757a094cafe0ac255acc3075f351194ab0f80d09e0d5da80a72fcb 69192 
collectd_5.5.1-1.debian.tar.xz
Files:
 34f7d9f4c8166e5016e0c73ebd437d7e 3651 utils optional collectd_5.5.1-1.dsc
 fd24b947cef9351ce3e2d6d2a0762e18 1797852 utils optional 
collectd_5.5.1.orig.tar.bz2
 dad8e1d7b86f61f4a8515014c548b2e1 69192 utils optional 
collectd_5.5.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVqJbSxFvXjqzaKTrAQropQ/+Jj+vtOu8c+I1udSuKCdcvwhisDP79T9F
Z7/wDGOA6HinLD3OWtT+JIH+9vM4HRwDZDkHUNmCHfHVC9gaXaKcjffoG9AwLKhz
VihlTfNskJqdmv/tOpfIRryF8dOw+o2CwshhBKMtPHbBbSvv8qp6kNR7MLBo6FBb
GDH1SEUKCaQoWf2mHuQbppnRWAyQzYdgltCfiPfRT+d9MTDmZpQLYkDjNH1PcckE
/Efhj3Izbf1ChNtVn8l5MGMEMBVP3FJw0tZP8+iHqf06BwF2AjvR/HQS1J6Q/+NZ
VqNHcUG2v2iNBD0a14onbmddpaQmCMNSFCMcE+2UxMO9u6vn1VGyANX7Qhz5j+Ty
fAvt9mh/lEI+PzXQymsmIduVtwGYxuy4nloDVpK1304d0lva4sIK+NfmUFVnUr1o
oRuuQCMeu6LPwuj4XG9IWFYkspuBkowyLAKcgPqA6KrVic46KFeNmzIDB5nx0A/z
3CNBQ+BGszPa7OEsloqSpTJFnNbfTK8t9+odctcIvzO0l1tHBhi57VX6VrKDstQb
d/Jkm8sIqZLsf59naARILcuoqvGZXYjSQKlFJe/ans7zF7FZgOrljjB3QjGkO6fn
Kod4j+YfIilND0qXjS+0Zsczx5xZPegwDjYhKg9O//dFwjEq93SwwMqnfFsqt/AF
yUSrOQ88+KQ=
=oOY2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to