[Users] Guest Agent
Thomas Suckow
thomas.suckow at pnnl.gov
Mon Nov 25 17:36:25 UTC 2013
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20131125/95982108/attachment-0001.html>
More information about the Users
mailing list