> 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

Still needs conflict with rhev agent though.

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

Reply via email to