Bug#501189: [munin-node] postinstall crashes when group munin does not exist

2008-10-05 Thread Jan Walzer
Package: munin-node Version: 1.2.6-5 Severity: normal --- Please enter the report below this line. --- If you only install munin-node and NOT the munin package itself, postint breaks. You have to create the munin group manually before running the postinst. --- System information. ---

Bug#501189: [munin-node] postinstall crashes when group munin does not exist

2008-10-05 Thread Holger Levsen
tags 501189 +moreinfo +unreproducible thanks Hi Jan, thanks for your bugreport! On Sunday 05 October 2008 13:48, Jan Walzer wrote: If you only install munin-node and NOT the munin package itself, postint breaks. You have to create the munin group manually before running the postinst. Huh?

Bug#501189: [munin-node] postinstall crashes when group munin does not exist

2008-10-05 Thread Jan Walzer
Hi Holger, I could track down the problem: On Sun, 05 Oct 2008 15:08:47 +0200, Holger Levsen [EMAIL PROTECTED] wrote: Huh? This code is run in munin-nodes and munins postinst: if ! getent passwd munin /dev/null; then adduser --group --system --no-create-home \

Bug#501189: [munin-node] postinstall crashes when group munin does not exist

2008-10-05 Thread Holger Levsen
Hi Jan, On Sunday 05 October 2008 23:12, Jan Walzer wrote: I could track down the problem: Great, thanks! Yes, it seems, that xen-tools create all the accounts from the host-machine also on the client. But that's only done with the users and not with the groups. Sounds buggy to me. Did you