[Bug 355907] Re: Reinstall error on libvirt -- group already exists

2010-04-01 Thread Dustin Kirkland
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

[Bug 355907] Re: Reinstall error on libvirt -- group already exists

2009-10-06 Thread Chuck Short
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 -- Reinstall error on libvirt -- group already exists https://bugs.launchpad.net/bugs/355907 You received this

[Bug 355907] Re: Reinstall error on libvirt -- group already exists

2009-10-06 Thread Dustin Kirkland
** Changed in: libvirt (Ubuntu) Importance: Undecided = High -- 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. --