Package: munin-node Version: 2.0~rc6-3 Severity: normal Dear Maintainer,
I'm using Munin with "tls enabled". When the master connects to the node, Munin closes the connection with this error in the logfile: Could not set SSL_CTX options Maybe the current version of Net::SSLeay is the problem. It's called in /usr/share/perl5/Munin/Common/TLS.pm (from package munin-common). My workaround is, to comment out the SSL_CTX lines, but that's a bad solution... With Squeeze it works without any changes. I can't find the real problem in Wheezy. -- System Information: Debian Release: wheezy/sid APT prefers testing-proposed-updates APT policy: (500, 'testing-proposed-updates'), (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.3.6-vs2.3.3.3-nc (SMP w/16 CPU cores) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages munin-node depends on: ii adduser 3.113+nmu2 ii gawk 1:4.0.1+dfsg-1 ii libnet-server-perl 0.99-4 ii lsb-base 4.1+Debian4 ii munin-common 2.0~rc6-3 ii munin-plugins-core [munin-plugins] 2.0~rc6-3 ii munin-plugins-extra [munin-plugins] 2.0~rc6-3 ii perl 5.14.2-11 ii procps 1:3.3.2-3 Versions of packages munin-node recommends: ii libnet-snmp-perl 6.0.1-2 ii munin-plugins-core 2.0~rc6-3 Versions of packages munin-node suggests: pn acpi | lm-sensors <none> pn ethtool <none> pn hdparm <none> pn libcache-cache-perl <none> pn libcrypt-ssleay-perl <none> pn libdbd-mysql-perl <none> pn libdbd-pg-perl <none> pn liblwp-useragent-determined-perl <none> pn libnet-irc-perl <none> pn libtext-csv-xs-perl <none> pn libwww-perl <none> pn libxml-simple-perl <none> pn logtail <none> pn munin <none> pn munin-java-plugins <none> pn munin-plugins-extra 2.0~rc6-3 pn mysql-client <none> pn net-tools 1.60-24.1 pn python 2.7.2-10 pn ruby 4.8 pn ruby1.8 [ruby] 1.8.7.352-2 pn smartmontools <none> -- Configuration Files: /etc/cron.d/munin-node changed [not included] /etc/munin/munin-node.conf changed [not included] /etc/munin/plugin-conf.d/munin-node [Errno 13] Keine Berechtigung: u'/etc/munin/plugin-conf.d/munin-node' -- no debconf information
--- ./usr/share/perl5/Munin/Common/TLS.pm 2012-05-17 13:25:43.000000000 +0200 +++ /usr/share/perl5/Munin/Common/TLS.pm 2012-05-31 17:55:50.000000000 +0200 @@ -131,11 +131,11 @@ return 0; } - # Tune a few things... - if (Net::SSLeay::CTX_set_options($ctx, &Net::SSLeay::OP_ALL)) { - $self->{logger}("[ERROR] Could not set SSL_CTX options"); - return 0; - } +# # Tune a few things... +# if (Net::SSLeay::CTX_set_options($ctx, &Net::SSLeay::OP_ALL)) { +# $self->{logger}("[ERROR] Could not set SSL_CTX options"); +# return 0; +# } return $ctx; }