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:
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 ***