graphs don't get updated. on the cron-update i notice in munin-node.log: 2006/10/13-20:50:02 CONNECT TCP Peer: "127.0.0.1:55231" Local: "127.0.0.1:4949" 2006/10/13-20:50:02 [22664] TLS Notice: No key file "/etc/munin/munin-node.pem". Continuing without private key. 2006/10/13-20:50:02 [22664] TLS Notice: No certificate file "/etc/munin/munin-node.pem". Continuing without certificate. 2006/10/13-20:50:12 [22664] Connection timed out. timeout at /usr/sbin/munin-node line 505, <STDIN> line 1. i have rrdtool compiled with perl use flag. i looked into the munin source - i wanted to disable TLS, i noticed, if SSLeay can be included, then TLS is enabled, so i unmerged dev-perl/Net-SSLeay-1.25, the TLS errors got gone, but the timeout remained. i can telnet to localhost 4949, and get munin-node's answer. i ran munin-node-configure --shell, i can see some plugins configured in.
Created attachment 99566 [details] emerge --info
i should have debugged it first. now i got it working. my bad, sorry.