Comment 0 for bug 1124127

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

In precise, admin users are added to the "sudo" group, and not the "admin" group like it used to be the case.

The libvirt-bin.postinst file contains:

    # Add each admin user to the libvirtd group
    for u in $(grep "^admin:" /etc/group | sed -e "s/^.*://" -e "s/,/ /g"); do
        adduser "$u" libvirtd >/dev/null || true
    done

This needs to be modified to add the "sudo" group also, while probably retaining the "admin" group for people who have upgraded from older releases.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: libvirt-bin 0.9.13-0ubuntu12.2
ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
Uname: Linux 3.5.0-24-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Wed Feb 13 08:29:59 2013
InstallationDate: Installed on 2012-11-13 (91 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: libvirt
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.dnsmasq.d.libvirt.bin: [deleted]