Changes between Initial Version and Version 1 of Ticket #32141


Ignore:
Timestamp:
Nov 20, 2011, 1:19:26 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting so your posts are legible.

There is no such thing as Snow Leopard for PowerPC.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32141

    • Property Owner changed from macports-tickets@… to alpha@…
    • Property Keywords munin 10.7 removed
  • Ticket #32141 – Description

    initial v1  
    33When calling the any plugin on Lion via telnet, it results in the same error (see below some modifications needed to successfully install)
    44
     5{{{
    56Trying 129.20.159.199...
    67Connected to pr159199.med.univ-rennes1.fr.
     
    1415list
    1516cupsys_pages df df_inode if_en0 if_err_en0 load lpstat netstat ntp_offset postfix_mailqueue processes test users
     17}}}
    1618
    1719while it run fine using munin-run on the node computer
    1820
     21{{{
    1922sudo -u munin /opt/local/sbin/munin-run df
    2023Password:
     
    2427_dev_disk2s2.value 100
    2528_dev_disk4s2.value 33
     29}}}
    2630
    2731and here is the corresponding munin-node.log
    2832
     33{{{
    29342011/11/19-19:31:45 CONNECT TCP Peer: "129.20.159.165:48055" Local: "129.20.159.199:4949"
    30352011/11/19-19:31:45 [2392] DEBUG: > # munin node at pr159199.med.univ-rennes1.fr
     
    45502011/11/19-19:32:01 [2392] DEBUG: >
    46512
    47 
    48 
    49 ======================================
     52}}}
    5053
    5154I experience difficulties in installing minion node on snow leopard (PPC and intel core 2 duo as well as Lion / intel Xeon and i5)
    5255
    5356First of all, after installing, I tried to run
     57{{{
    5458sudo munin-node-configure --suggest --shell | sh
     59}}}
    5560
    5661I got an error
    5762
     63{{{
    5864Could not open plugin configuration directory: No such file or directory at /opt/local/lib/perl5/site_perl/5.12.3/Munin/Node/Service.pm line 81
     65}}}
    5966
    6067Looking at the code, I assumed that
    6168
     69{{{
    6270sudo mkdir /opt/local/etc/munin/plugin-conf.d
     71}}}
    6372
    6473could fix the issue… In fact the plugin folder could not be written by an admin and sh seems to be sudo, like
    6574
     75{{{
    6676sudo munin-node-configure --suggest --shell | sudo sh
     77}}}
    6778
    6879on Lion, none of the plugin succeeded in autoconf with message
     80
     81{{{
    6982Non-zero exit during autoconf (1)
     83}}}
     84
    7085So, I also had to run as munin user
    7186
     87{{{
    7288sudo -u munin munin-node-configure --suggest --shell | sudo sh
     89}}}
    7390
    7491(but there is still an  issue with asking for password if the precedent sudo is not recent enough…)