From Marc Haber <mh+debian-bugs@zugschlus.de>:
installation of munin-node hangs in postinst. manually calling
munin-node-configure --shell --debug hangs after cpu autoconf:
[10/510]mh@scyw00225:~$ sudo munin-node-configure --shell --debug
DEBUG: Opening "/usr/share/munin/plugins" for reading...
DEBUG: Checking plugin: apt...manual...autoconf...
DEBUG: Checking plugin: apt_all...manual...autoconf...
DEBUG: Checking plugin: cps_...manual...autoconf...suggest...
DEBUG: Checking plugin: cpu...auto...autoconf...
However, manually calling the cpu plugin seems to be ok:
[12/512]mh@scyw00225:~$ sudo /usr/share/munin/plugins/cpu autoconf
yes
[13/513]mh@scyw00225:~$ sudo /usr/share/munin/plugins/cpu suggest
user.value 9453
nice.value 1314
system.value 2581
idle.value 304539
iowait.value 6658
irq.value 2588
softirq.value 115
[14/514]mh@scyw00225:~$
I do not have a clue about munin, this is my first test install. Is
there anything I can do to help debugging?