Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 151202

Summary: i can't get munin-1.3.2-r1 working
Product: Gentoo Linux Reporter: Balint Dobai-Pataky <dpblnt>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Balint Dobai-Pataky 2006-10-13 10:58:41 UTC
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.
Comment 1 Balint Dobai-Pataky 2006-10-13 10:59:49 UTC
Created attachment 99566 [details]
emerge --info
Comment 2 Balint Dobai-Pataky 2006-10-18 12:48:44 UTC
i should have debugged it first.
now i got it working.

my bad, sorry.