Package: collectd-core Version: 5.1.0-3 Severity: important Dear Maintainer,
After activating the apache plugin, collectd stopped sending metrics. When investigating, collectd stops working with the following error: collectd: ath.c:193: _gcry_ath_mutex_lock: Assertion `*lock == ((ath_mutex_t) 0)' failed. Removing the config for the apache plugin makes collectd run as expected. And only activating the network and apache plugin works. While investigating this further, this bug appears to be triggered when either the vmem or the df plugins are configured along side the network and apache plugins, but _only_ when the network plugin is configured with SecurityLevel "Encrypt". I have a feeling it is related to the upstream patch at https://github.com/collectd/collectd/pull/156, but I can't say why. Config that works: ==== Hostname "web1.kumina.nl" LoadPlugin vmem LoadPlugin syslog Interval 10 LoadPlugin "apache" <Plugin "apache"> <Instance ""> URL "http://127.0.0.255/server-status?auto" </Instance> </Plugin> LoadPlugin "network" Server "collector.kumina.nl" ReportStats true </Plugin> ==== Config that crashes: ==== Hostname "web1.kumina.nl" LoadPlugin vmem LoadPlugin syslog Interval 10 LoadPlugin "apache" <Plugin "apache"> <Instance ""> URL "http://127.0.0.255/server-status?auto" </Instance> </Plugin> LoadPlugin "network" <Plugin "network"> <Server "collector.kumina.nl"> Username "web1.kumina.nl" SecurityLevel "Encrypt" Password "PASSWORD" </Server> ReportStats true </Plugin> ==== -- System Information: Debian Release: 7.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages collectd-core depends on: ii debconf [debconf-2.0] 1.5.49 ii iptables 1.4.14-3.1 ii libc6 2.13-38 ii libltdl7 2.4.2-1.1 Versions of packages collectd-core recommends: ii perl 5.14.2-21+deb7u1 pn rrdtool <none> Versions of packages collectd-core suggests: ii apache2 2.2.22-13 ii apache2-mpm-worker [httpd-cgi] 2.2.22-13 pn apcupsd <none> pn bind9 <none> pn collectd-dev <none> pn hddtemp <none> pn ipvsadm <none> ii libc6 2.13-38 pn libconfig-general-perl <none> ii libcurl3-gnutls 7.26.0-1+wheezy7 pn libdbi1 <none> pn libdbus-1-3 <none> pn libesmtp6 <none> ii libgcrypt11 1.5.0-5+deb7u1 pn libgdk-pixbuf2.0-0 <none> ii libglib2.0-0 2.33.12+really2.32.4-5 pn libhal1 <none> ii libhtml-parser-perl 3.69-2 pn libmemcached10 <none> pn libmodbus5 <none> ii libmysqlclient18 5.5.33+dfsg-0+wheezy1 pn libnotify4 <none> pn libopenipmi0 <none> pn liboping0 <none> ii libpcap0.8 1.3.0-1 ii libperl5.14 5.14.2-21+deb7u1 ii libpq5 9.1.11-0wheezy1 pn libprotobuf-c0 <none> ii libpython2.7 2.7.3-6 pn librabbitmq0 <none> pn libregexp-common-perl <none> pn librrd4 <none> pn librrds-perl <none> ii libsensors4 1:3.3.2-2+deb7u1 pn libsnmp15 <none> ii libssl1.0.0 1.0.1e-2+deb7u3 pn libtokyotyrant3 <none> pn libupsclient1 <none> ii liburi-perl 1.60-1 pn libvarnishapi1 <none> pn libvirt0 <none> ii libxml2 2.8.0+dfsg1-7+nmu2 pn libyajl2 <none> pn lm-sensors <none> pn mbmon <none> ii memcached 1.4.13-0.2+deb7u1 pn mysql-server <none> pn nginx <none> pn notification-daemon <none> pn nut <none> pn olsrd <none> pn openvpn <none> pn pdns-server <none> pn postgresql <none> pn time-daemon <none> -- debconf information: collectd/migration-4-5: collectd/auto-migrate-3-4: false collectd/migration-3-4: collectd/postrm_purge_data: true collectd/auto-migrate-4-5: false -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org