Oh... That was it. Big thanks on the debug ! Proper fix is on its way, and .12 will follow soonish.
-- Steve Schnepp http://blog.pwkf.org/tag/munin On Mon, Mar 18, 2013 at 10:28 AM, Eero Häkkinen <eer...@bigfoot.com> wrote: > Steve Schnepp wrote on 2013-02-28 14:54:54 +0100: > > I'm looking further on what changed between 1.4 & 2.0. > > The fetch_service_config method in the file > /usr/share/perl5/Munin/Master/Node.pm is changed to use the new > _node_read_fast method which uses sysread for reading from a socket and > bypasses the TLS layer completely. > > A simple work-a-round to revert the fetch_service_config method to use > the _node_read method instead of the _node_read_fast method for reading, > like in the attached patch. > > A proper fix whould probably be to make the _node_read_fast to work with > TLS connections, too. >