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

-- 
Reinstall error on libvirt -- group already exists
https://bugs.launchpad.net/bugs/355907
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to