[Bug 604110] Re: munin-node-configure --shell fails on lucid

2010-07-20 Thread Aaron Brashears
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

[Bug 604110] Re: munin-node-configure --shell fails on lucid

2010-07-12 Thread Aaron Brashears
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

[Bug 604110] [NEW] munin-node-configure --shell fails on lucid

2010-07-10 Thread Aaron Brashears
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 #