Your message dated Mon, 25 Jun 2007 19:46:43 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422212: fixed in collectd 4.0.2-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)
--- Begin Message ---
Package: collectd
Version: 3.10.4-1
Severity: normal
collectd floods my logs with this message:
| May 4 11:35:21 emilia collectd[30233]: statv?fs failed: Value too large for
defined data type
This seems to be the result of an EOVERFLOW in a statvfs() call.
Looking at /usr/include/statvfs.h, this seems to be caused by
__USE_FILE_OFFSET64 not being defined during compilation, and thus
fsblkcnt_t and fsfilcnt_t being 32 bit (on i386). So the solution is
probably to define _FILE_OFFSET_BITS=64 on 32 bit platforms, which
should be easy by just adding a AC_SYS_LARGEFILE autoonf macro.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages collectd depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii librrd2 1.2.15-0.3 Time-series data storage and displ
collectd recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: collectd
Source-Version: 4.0.2-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:
collectd-apache_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd-apache_4.0.2-1_i386.deb
collectd-dbg_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd-dbg_4.0.2-1_i386.deb
collectd-dev_4.0.2-1_all.deb
to pool/main/c/collectd/collectd-dev_4.0.2-1_all.deb
collectd-dns_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd-dns_4.0.2-1_i386.deb
collectd-hddtemp_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd-hddtemp_4.0.2-1_i386.deb
collectd-mysql_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd-mysql_4.0.2-1_i386.deb
collectd-perl_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd-perl_4.0.2-1_i386.deb
collectd-ping_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd-ping_4.0.2-1_i386.deb
collectd-sensors_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd-sensors_4.0.2-1_i386.deb
collectd_4.0.2-1.diff.gz
to pool/main/c/collectd/collectd_4.0.2-1.diff.gz
collectd_4.0.2-1.dsc
to pool/main/c/collectd/collectd_4.0.2-1.dsc
collectd_4.0.2-1_i386.deb
to pool/main/c/collectd/collectd_4.0.2-1_i386.deb
collectd_4.0.2.orig.tar.gz
to pool/main/c/collectd/collectd_4.0.2.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.
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.7
Date: Wed, 13 Jun 2007 18:58:34 +0100
Source: collectd
Binary: collectd-hddtemp collectd-ping collectd-sensors collectd-mysql
collectd-apache collectd-dns collectd-dbg collectd-dev collectd collectd-perl
Architecture: source i386 all
Version: 4.0.2-1
Distribution: experimental
Urgency: low
Maintainer: Sebastian Harl <[EMAIL PROTECTED]>
Changed-By: Sebastian Harl <[EMAIL PROTECTED]>
Description:
collectd - statistics collection daemon
collectd-apache - statistics collection daemon (Apache plugin)
collectd-dbg - statistics collection daemon (debugging symbols)
collectd-dev - statistics collection daemon (development files)
collectd-dns - statistics collection daemon (DNS plugin)
collectd-hddtemp - statistics collection daemon (hddtemp plugin transitional
package
collectd-mysql - statistics collection daemon (MySQL plugin)
collectd-perl - statistics collection daemon (perl plugin)
collectd-ping - statistics collection daemon (ping plugin)
collectd-sensors - statistics collection daemon (sensors plugin)
Closes: 422212 428114
Changes:
collectd (4.0.2-1) experimental; urgency=low
.
* New upstream release (Closes: #428114).
- Added large file support (Closes: #422212).
- Rewrite of the plugin system to allow more flexibility by using
different types of plugins.
- Added Nagios plugin to query collectd from Nagios.
New plugins:
- Output to "comma separated values" (CSV) files: csv
- Output to RRD files: rrdtool
- IO via the network: network
- External runtime interface: unixsock
- Embedding a Perl interpreter: perl
- Logging to files, STDOUT or STDERR: logfile
- Logging to syslog: syslog
- Amount of available entropy: entropy
- Execution of external programs: exec
- Iptables statistics: iptables (32bit systems only)
- IRQ counters: irq
- UPS information: nut (32bit systems only)
* New binary package collectd-perl (linking against libperl).
- Added collectd-perl to suggested packages.
* examples/myplugin.c: Converted to the new plugin interface.
* Enabled debugging.
* Added possibility to automatically migrate RRD files to collectd-4 using
migrate-3-4.px and extractDS.px provided by upstream.
- Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
- Using po-debconf to make translations of debconf templates possible.
* Added NEWS.Debian with notes regarding the upgrade to collectd-4.
* Updated init script to only start a single collectd process.
* Added examples/MyPlugin.pm.
* Added XS-Vcs-{Git,Browser} tags.
* Added check_plugins.pl to check the build result of all plugins.
* Do not build apple_sensors and tape plugins as they do not provide any
functionality any longer.
Files:
804519cd88759f591a0b41e7863f185c 1148 utils optional collectd_4.0.2-1.dsc
cc6298c5559a5d2e592ffa2ad0fb6a6b 954608 utils optional
collectd_4.0.2.orig.tar.gz
1af85c17a92c68c51775d85292fce9bf 16707 utils optional collectd_4.0.2-1.diff.gz
5caed26125279917d64f5d68cee54ec5 217018 utils optional
collectd_4.0.2-1_i386.deb
a369ea0e688b7b7070895233d620bd12 277824 devel extra
collectd-dbg_4.0.2-1_i386.deb
e7a68b8f688dc0b4648b2cf0dd8973e2 24222 utils optional
collectd-apache_4.0.2-1_i386.deb
52cafd3452338f98181c16820b950b32 28250 utils optional
collectd-dns_4.0.2-1_i386.deb
5ce47c1b7e7458a0e68258c7f1225c85 19420 utils optional
collectd-hddtemp_4.0.2-1_i386.deb
13fba487c89ee7e94e6b533f9027fc94 24032 utils optional
collectd-mysql_4.0.2-1_i386.deb
b7db69d188beada0725582fdabdab13a 39476 utils optional
collectd-perl_4.0.2-1_i386.deb
4a83dcc16c82a8037f3f23d5541fa910 23140 utils optional
collectd-ping_4.0.2-1_i386.deb
8bdf111a958c1f2b81af459e97d73488 24232 utils optional
collectd-sensors_4.0.2-1_i386.deb
0327bc631aa99ecc39a48ee94d010f69 37576 utils optional
collectd-dev_4.0.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGciXK01u8mbx9AgoRAuLGAKCmdAj2vbVwXu0FA7Vx/kJ8WWQu8gCbBzl2
Vf9qFwTswPaclcAdQXCPH6k=
=UikR
-----END PGP SIGNATURE-----
--- End Message ---