Reinstall error on libvirt -- group already exists

Bug #355907 reported by Neal Bierbaum
4
Affects Status Importance Assigned to Milestone
libvirt (Ubuntu)
Fix Released
High
Unassigned

Bug Description

Tried reinstall of kvm, libvirt, etc. At end of reinstall the message shown in the title appeared. The details in the install log said "libvirt: group already exists". This is probably not really a problem -- the error reporting just needs to be fixed.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: libvirt-bin 0.6.1-0ubuntu4
SourcePackage: libvirt
Title: package libvirt-bin 0.6.1-0ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-11-generic x86_64

Revision history for this message
Neal Bierbaum (nrbcenter-swreg) wrote :
Revision history for this message
Chuck Short (zulcss) wrote :

Thanks for the bug report, It can probably do a better job of detecting if a libvirt group already exists.

Regards
chuck

Changed in libvirt (Ubuntu):
status: New → Triaged
Changed in libvirt (Ubuntu):
importance: Undecided → High
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

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
                addgroup --system libvirtd
        fi

Changed in libvirt (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.