Bug#535787: collectd: powerdns monitoring hangs on the pdns socket (pdns 2.9.22)

2009-08-30 Thread Luke Heberling
... the attached patch ... --- powerdns.c 2009-08-30 19:04:37.0 + +++ powerdns.c.new 2009-08-30 18:48:26.0 + @@ -46,12 +46,12 @@ #define FUNC_ERROR(func) do { char errbuf[1024]; ERROR ("powerdns plugin: %s failed: %s", func, sstrerror (errno, errbuf, sizeof (errbuf))); } wh

Bug#535787: collectd: powerdns monitoring hangs on the pdns socket (pdns 2.9.22)

2009-08-30 Thread Luke Heberling
s to . named var, spool and pdns-recursor in the /var/spool/pdns-recursor directory. This can't be fixed cleanly without changes to pdns-recursor, and even their own rec_control program is broken when pdns-recursor is chrooted. Luke Heberling -- To UNSUBSCRIBE, email to debian-bugs-dist-

Bug#535787: collectd: powerdns monitoring hangs on the pdns socket (pdns 2.9.22)

2009-08-20 Thread Luke Heberling
is applied? If there's another bug here then I expect the patched version to emit an error message that might help. Luke Heberling -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#535787: collectd: powerdns monitoring hangs on the pdns socket (pdns 2.9.22)

2009-07-28 Thread Luke Heberling
> end of the read interval. > sounds good. how about max( 2, interval_g * 3 / 4 )? Updated the patch. Also fixed the error message to mention the LocalSocket config, not the Plugin config. Compiled the package with these modifications, but didn't install or run. Luke Heberling -

Bug#535787: collectd: powerdns monitoring hangs on the pdns socket (pdns 2.9.22)

2009-07-27 Thread Luke Heberling
meout. Since it was able to connect and send data successfully, it waits indefinitely for a response that's not coming. Both problems are fixed in the attached patch, which I made against the squeeze debian source. I've tested the resulting package successfully in a lenny enviro