Hide Forgot
Description of problem: I get this error in rpmdiff,so I would like to ask to reserve gid/uid for ABRT. BAD abrt Invocation of useradd without specifying a UID on all architectures: Thank you. Invocation of groupadd/useradd from specfile: getent group abrt >/dev/null || groupadd -f --system abrt getent passwd abrt >/dev/null || useradd --system -g abrt -d /etc/abrt -s /sbin/nologin abrt
uidgid pair 173:173 reserved upstream and in Rawhide, waiting for qa_ack ...
Please be so kind and add a few key words to the technical note of this bugzilla entry using the following structure: Cause: Consequence: Fix: Result: For details, see: https://bugzilla.redhat.com/page.cgi?id=fields.html#cf_release_notes Thanks
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause What actions or circumstances induced the feature request. Consequence What action was inhibited by the feature’s absence. Change What was done to implement the feature. Note: backported from upstream is not an explanation. Result What now happens when the actions or circumstances above occur. Note: this is not the same as the feature request was fulfilled.
These are already present in errata description text ... but ok, adding to technotes field.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,10 +1 @@ -Cause +This updated setup package reserves the new "abrt" user ID and group ID, and the userid (UID) and groupid (GID) numbers (173:173), which should prevent accidental usage of that UID/GID pair by other packages and administrators. The "abrt" user and group IDs are created by abrt package and used for automated bug reporting process.- What actions or circumstances induced the feature request. -Consequence - What action was inhibited by the feature’s absence. -Change - What was done to implement the feature. - Note: backported from upstream is not an explanation. -Result - What now happens when the actions or circumstances above occur. - Note: this is not the same as the feature request was fulfilled.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -This updated setup package reserves the new "abrt" user ID and group ID, and the userid (UID) and groupid (GID) numbers (173:173), which should prevent accidental usage of that UID/GID pair by other packages and administrators. The "abrt" user and group IDs are created by abrt package and used for automated bug reporting process.+The Automated Bug Reporting Tool (abrt) creates a user ID (UID) pair and group ID (GID) pair, both with the name "abrt" and number "173". The automated bug reporting process uses this user and group when it reports bugs. Previously, this UID/GID pair were not reserved during setup and other packages or administrators could accidentally assign those values to other users and groups. The setup package now reserves these UID and GID names and numbers for abrt. Accidental clashes with other users and groups are therefore avoided.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0524.html