Your message dated Sat, 24 Nov 2012 21:00:31 +0000
with message-id <[email protected]>
and subject line Bug#689001: fixed in collectd 5.2.0-1
has caused the Debian Bug report #689001,
regarding upgrade script refers to program not in PATH
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.)


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

/usr/lib/collectd/utils/migrate-4-5.px generates a script that contains
calls to a rrd_filter.px that's not in PATH.

(Turns out it's in /usr/lib/collectd/utils/)

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages collectd depends on:
iu  collectd-core  5.1.0-3
iu  iptables       1.4.14-3
ii  libc6          2.13-35
iu  librrd4        1.4.7-2

Versions of packages collectd recommends:
ii  libc6               2.13-35
iu  libcurl3-gnutls     7.27.0-1
ii  libdbi1             0.8.4-6
iu  libdbus-1-3         1.6.2-2
ii  libesmtp6           1.0.6-1+b1
ii  libgcrypt11         1.5.0-3
ii  libgdk-pixbuf2.0-0  2.26.1-1
iu  libglib2.0-0        2.33.12+really2.32.4-1
ii  libhal1             0.5.14-8
pn  libmemcached10      <none>
pn  libmodbus5          <none>
iu  libmysqlclient18    5.5.24+dfsg-9
ii  libnotify4          0.7.5-1
ii  libopenipmi0        2.0.16-1.3
ii  liboping0           1.6.2-1
iu  libpcap0.8          1.3.0-1
ii  libperl5.14         5.14.2-13
iu  libpq5              9.1.6-1
pn  libprotobuf-c0      <none>
iu  libpython2.7        2.7.3-5
pn  librabbitmq0        <none>
iu  librrd4             1.4.7-2
ii  libsensors4         1:3.3.2-2
ii  libsnmp15           5.4.3~dfsg-2.5
iu  libssl1.0.0         1.0.1c-4
pn  libtokyotyrant3     <none>
iu  libupsclient1       2.6.4-2
pn  libvarnishapi1      <none>
iu  libvirt0            0.9.12-5
iu  libxml2             2.8.0+dfsg1-5
ii  libyajl2            2.0.4-2

collectd suggests no packages.

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

-- debconf information excluded

-- 
see shy jo

--- End Message ---
--- Begin Message ---
Source: collectd
Source-Version: 5.2.0-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.
Sebastian Harl <[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: SHA1

Format: 1.8
Date: Tue, 20 Nov 2012 15:40:12 +0100
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev 
libcollectdclient-dev libcollectdclient1
Architecture: source amd64 all
Version: 5.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Sebastian Harl <[email protected]>
Changed-By: Sebastian Harl <[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: 592881 630683 657122 680172 685760 688285 689001
Changes: 
 collectd (5.2.0-1) experimental; urgency=low
 .
   * New upstream release:
     - ping plugin: Don't abort if ping_send fails but report an error only;
       thanks to Bernd Zeimetz for reporting this (Closes: #630683).
     - df plugin: Ignore "rootfs" file-system type to make sure that root
       file-system statistics are only collected once; thanks to Florian La
       Roche for reporting this (Closes: #657122).
     - Fixed parse errors when using (including) empty config files; thanks to
       Reinhard Tartler for reporting this (Closes: #592881).
     New plugins:
     - Aggregate multiple values lists into one: aggregation
     - Query statistics from BSD's packet filter: pf (FreeBSD only)
   * Uploading to experimental because of the Wheezy freeze.
   * debian/control, debian/rules:
     - Build-depend on kfreebsd-kernel-headers (kfreebsd-any only) and disable
       the 'pf' plugin on non-kfreebsd systems.
   * debian/patches:
     - Removed migrate-4-5-df.dpatch; merged upstream.
     - Removed rtnl_dump_filter.dpatch; merged upstream.
     - Added myplugin_includes.dpatch -- change the example plugin include path
       to /usr/include/collectd/core/ (see below).
     - rrd_filter_path.dpatch: Also patch the migrate-4-5 script; while this is
       not required for the (optional) auto-migration when updating the package
       (the full path is passed as an argument) it helps the user to just use
       the script without the need to add further arguments; thanks to Joey
       Hess for reporting this (Closes: #689001).
   * debian/rules:
     - Fix installation paths used for Perl bindings. Upstream now passes
       INSTALL_BASE rather than PREFIX to Makefile.PL which resulted in the
       bindings being installed to different locations than before.
   * debian/collectd-utils.install:
     - Install collectd-tg(1).
   * debian/libcollectdclient-dev.install:
     - Install the libcollectdclient network*.h header files.
   * Renamed libcollectclient0 to libcollectdclient1 due to the SONAME version
     bump.
   * debian/libcollectdclient1.symbols:
     - Updated for 5.2.
   * debian/collectd-dev.install:
     - Install the collectd (daemon) headers to /usr/include/collectd/core/
       rather than /usr/include/collectd/. The latter is used by
       libcollectdclient which causes file conflicts.
   * debian/collectd.conf:
     - Let the 'df' plugin ignore 'rootfs' (else, the root file-system would
       appear twice, causing one of the updates to fail and spam the log) and
       the usual virtual / temporary file-systems (cf. #657122).
   * debian/collectd-core.postrm:
     - Source the debconf confmodule to make the db_* functions available;
       thanks to Joey Hess and YunQiang Su for reporting this
       (Closes: #680172, #688285).
   * debian/po:
     - Updated Brazilian Portuguese debconf templates; thanks to Adriano Rafael
       Gomes (Closes: #685760).
Checksums-Sha1: 
 8e8cb935ff0cfa92add0dd09500c609dc2004653 2693 collectd_5.2.0-1.dsc
 b56832913cbdc06ee370f89a57ed3c25ed16a88b 1735199 collectd_5.2.0.orig.tar.gz
 ab1ed1c8d5166c2bdb8954a921271bad6490a73e 72132 collectd_5.2.0-1.diff.gz
 949e7f8e6ec8f92b47ab8865a2044c506a8ecf87 959046 collectd-core_5.2.0-1_amd64.deb
 e180e98dae1bec5bb4f5a27b46054dd6f18d1b28 80210 collectd_5.2.0-1_amd64.deb
 196969ad749f89b73f6265cdf3abc66896b5cda2 95424 collectd-utils_5.2.0-1_amd64.deb
 39d6239ec6be2a1d8e8453d21cfb92bea37ce600 1438512 collectd-dbg_5.2.0-1_amd64.deb
 bbfe807bfa286f1286799d60c74094d3fe9f06ee 75368 
libcollectdclient-dev_5.2.0-1_amd64.deb
 b2d4b7a34560a8e6355300cf4ced8897f1897645 86694 
libcollectdclient1_5.2.0-1_amd64.deb
 2e39b9351a7b2e8eefeae5623d5e553ba0de0d3a 119092 collectd-dev_5.2.0-1_all.deb
Checksums-Sha256: 
 ecf8582b1d53ce2545af5f5f5bfb9a0466e364d31d7c6db07de4530a530aeab1 2693 
collectd_5.2.0-1.dsc
 47738dc3c58513bc2c941bf16f56c391570f942841f6cb7856197aa6975441f7 1735199 
collectd_5.2.0.orig.tar.gz
 82339f7e5709f3a3d84ff6b124ae9f369e6b1faa231a811c45f5dba0a853d4d6 72132 
collectd_5.2.0-1.diff.gz
 23c1b4a00463ce566ec1ff11a80d9c8951fadab6229da68c628df4c3eddba6de 959046 
collectd-core_5.2.0-1_amd64.deb
 414c31f418496da8e5d9929386a67e354440a4b84fa0d63d2bfd55ec87c2efa3 80210 
collectd_5.2.0-1_amd64.deb
 62a348d26e74426231d731793f86482c039edfdd2d5b21c3bc577b0e37e752dd 95424 
collectd-utils_5.2.0-1_amd64.deb
 328f6f889a79272c1cf0f217f508be0854f87a2542ab728eb1f993c4b4bf147e 1438512 
collectd-dbg_5.2.0-1_amd64.deb
 3bd62168dfe36e2592d95fa7594be8de3df4cef28dd2eb8789f669d1ba467696 75368 
libcollectdclient-dev_5.2.0-1_amd64.deb
 807dac4f67abe8da72abcb7c8ea04c432b5f2d7ee097349349e0265e7210c1d1 86694 
libcollectdclient1_5.2.0-1_amd64.deb
 1cf8e9086904c8848b96e8f290e70918090abef8dcd5d28b3168e888cd0899db 119092 
collectd-dev_5.2.0-1_all.deb
Files: 
 b6654e11c3643bbff13fef9999cb9baf 2693 utils optional collectd_5.2.0-1.dsc
 c0b4b94ffc9be540e4392aee64c4a42c 1735199 utils optional 
collectd_5.2.0.orig.tar.gz
 0e894092c4f51cd0f9eca565ed7f17bd 72132 utils optional collectd_5.2.0-1.diff.gz
 d606cc27fdcd1c50e600bc6db1c4fe24 959046 utils optional 
collectd-core_5.2.0-1_amd64.deb
 c682fcf4084f01ff3bc37cf5d4b7dff2 80210 utils optional 
collectd_5.2.0-1_amd64.deb
 593d1af6f7ad7131923ebc817cbf916d 95424 utils optional 
collectd-utils_5.2.0-1_amd64.deb
 34fca8c411b7281811f5834d595de326 1438512 debug extra 
collectd-dbg_5.2.0-1_amd64.deb
 45b7f0ac3857db58082cb89acc479880 75368 libdevel optional 
libcollectdclient-dev_5.2.0-1_amd64.deb
 16ed3adf58b6e03e8ab2bb2e7f675d60 86694 libs optional 
libcollectdclient1_5.2.0-1_amd64.deb
 049416e0f15d3199bde995a88f6827c5 119092 utils optional 
collectd-dev_5.2.0-1_all.deb

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

iEYEARECAAYFAlCuLtoACgkQEFEKc4UBx/ykpACfX221MzUF5B1AIorQ+niFpOPU
Bk8AnRAT+90iDAinLtQkv2/oj0JCXYid
=1JSv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to