[Bug 273748] Re: postinst fails with addgroup: The group `libvirtd' already exists as a system group.

2010-04-01 Thread Jamie Strandboge
** Summary changed: - package libvirt-bin 0.4.4-3ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1 + postinst fails with addgroup: The group `libvirtd' already exists as a system group. -- postinst fails with addgroup: The group `libvirtd'

[Bug 273748] Re: postinst fails with addgroup: The group `libvirtd' already exists as a system group.

2010-04-01 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) = Jamie Strandboge (jdstrand) -- postinst fails with addgroup: The group `libvirtd' already exists as a system group. https://bugs.launchpad.net/bugs/273748 You received this bug notification because you are a member of Ubuntu Server

[Bug 273748] Re: postinst fails with addgroup: The group `libvirtd' already exists as a system group.

2010-04-01 Thread Jamie Strandboge
Per this comment in bug #355907: I can confirm that this is fix-released in Lucid. In Jaunty, we had: if ! getent group libvirt /dev/null; then addgroup --system libvirtd fi Now it's fixed with: if ! getent group libvirtd /dev/null; then