Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151202 - i can't get munin-1.3.2-r1 working
Summary: i can't get munin-1.3.2-r1 working
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 10:58 UTC by Balint Dobai-Pataky
Modified: 2006-10-18 12:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,2.71 KB, text/plain)
2006-10-13 10:59 UTC, Balint Dobai-Pataky
Details

Note You need to log in before you can comment on or make changes to this bug.
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.