Public bug reported:
Binary package hint: munin-node
Attempting to run munin-node-configre with --shell results in no output
and non-zero return code whereas without the --shell option, the command
returns reasonable yes/no suggestions.
Command and output:
$ sudo munin-node-configure --shell
#
Yes I do.
$ dpkg -l | grep autoconf
ii autoconf 2.65-3ubuntu1
automatic configure script builder
--
munin-node-configure --shell fails on lucid
https://bugs.launchpad.net/bugs/604110
You received this bug notification because you are a
I dug into this a little today by running strace on the call:
sudo strace munin-node-configure --shell &> strace.output
Examining that led to the suspicious discover that somebody was
attempting to use the Text::CSV_XS library and not finding it so I
installed libtext-csv-xs-perl and tried again