On 11/25/2013 06:36 PM, Thomas Suckow wrote:
> Why not just reuse the rhev-agent username, it is what it is reserved as? Then just add a conflict with the rhev RPM so they cannot be installed together.

Actually, looking at the spec file. The user is added with the -o option (Allow non-unique). If you added -o to groupadd then the problem should go away and was probably the original intent of the spec file writer.

getent group ovirtagent >/dev/null || groupadd -r -g 175 ovirtagent
to
getent group ovirtagent >/dev/null || groupadd -r -g 175 -o ovirtagent
https://admin.fedoraproject.org/updates/ovirt-guest-agent-1.0.8-6.el5 contains this fix.

Still needs conflict with rhev agent though.

Well there's a conflict specified with rhev-agent just not for the user.

-Thomas


_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to