[Bug 604110] Re: munin-node-configure --shell fails on lucid
Artur Jackowski
604110 at bugs.launchpad.net
Mon Jul 18 19:59:23 UTC 2011
It's not a bug in app but in your configuration. I have a newer version
(1.4.5) than yours and I get the same logs like UndiFineD but I'm almost
100% sure it's the same problem.
You need to set environment variables to give libdbd-pg-perl information
how and where to connect. Maybe there is some other way but I don't know
perl (Java rules).
root at arturc:/etc/munin# export PGHOST=localhost
root at arturc:/etc/munin# export PGPORT=5432
root at arturc:/etc/munin# export PGUSER=postgres
And also (!!!)
root at arturc:/etc/munin# export PGPASSWORD=mySecretPassword
Note, that having a password in ~/.pgpass change nothing. Munin (or per libraries) simply ignore it.
With these environment params you can successfuly run both
# munin-node-configure --suggest
# munin-node-configure --shell
and (after symbolic link creation) install munin.
** Changed in: munin (Ubuntu)
Status: Expired => Invalid
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/604110
Title:
munin-node-configure --shell fails on lucid
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/604110/+subscriptions
More information about the Ubuntu-server-bugs
mailing list