Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1325435

Summary: cimsrvr and pegasus users and groups missing after anaconda install
Product: Red Hat Enterprise Linux 6 Reporter: Alois Mahdal <amahdal>
Component: tog-pegasusAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-daemons
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.8Keywords: Regression
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-11 07:20:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
install.log none

Description Alois Mahdal 2016-04-08 19:42:40 UTC
Created attachment 1145240 [details]
install.log

Description of problem
======================

During anaconda installation, pegasus and cimsvr users and groups are
not created properly.


Version-Release number of selected component
============================================

2:tog-pegasus-2.12.0-4.el6


How reproducible
================

Not sure; probably always


Steps to Reproduce
==================

 1. Schedule 

        /CoreOS/sblim/Regression/bz974075-SAP-5-10-sblim-cmpi-base-wrong-UserModeTime-and

    using Beaker


Actual results
==============

Test fails due to missing `pegasus` user, which prevents to change
credentials.  (The service is still able to start up, though)


Expected results
================

Test succeeds (or fails due to other reason, e.g. because it's broken,
which is a known issue.)


Additional info
===============

Look into install.log (attached) shows a lot of errors:

    warning: group pegasus does not exist - using root
    /bin/chgrp: invalid group: `pegasus'
    warning: group pegasus does not exist - using root
    warning: group pegasus does not exist - using root
    warning: user cimsrvr does not exist - using root
    warning: group cimsrvr does not exist - using root
    warning: user cimsrvr does not exist - using root
    warning: group cimsrvr does not exist - using root

(tog-pegasus-libs is installed first, then tog-pegasus in
this case.)

This was seen with last compose in Beaker - RHEL-6.8-20160407.0, on all
archs.  Other way I tried was yum installation on RHEL-6.8-20160330.0,
which succeeded.

For comparison, I have scheduled the same Beaker test with
RHEL-6.8-20160330.0 (TJ#1295884).

Comment 2 Alois Mahdal 2016-04-08 19:53:46 UTC
Umm, the RHEL-6.8-20160330.0 compose suffers from this as well, but the RHEL6.7 GA compose, which was used for errata testing (the "official way" is last ga + erratum rpms, not full compose), did not have the issue;  hence setting Regression kw.

OTOH, the only commit in dist-git between rhel-6.8 and rhel-6.7 (ssl option) does not touch any related code.  This looks like something else breaks our installation...

Comment 4 Vitezslav Crhonek 2016-04-11 07:20:59 UTC

*** This bug has been marked as a duplicate of bug 1313794 ***