Bug 378091 - Condor User/Group Request
Summary: Condor User/Group Request
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: setup
Version: 5.1
Hardware: All
OS: Linux
high
low
Target Milestone: ---
: ---
Assignee: Phil Knirsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 458296
TreeView+ depends on / blocked
 
Reported: 2007-11-12 16:01 UTC by Matthew Farrellee
Modified: 2015-03-05 01:19 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-08-27 08:17:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2008:0838 0 normal SHIPPED_LIVE setup enhancement update 2008-08-27 08:17:22 UTC

Description Matthew Farrellee 2007-11-12 16:01:20 UTC
I need a user and group created for a new Condor package, a batch processing
system. The user and group name should be "condor" with a home directory of
/var/lib/condor. It is used to own all Condor daemons and files as well as run
user specified jobs. The Condor package is currently creating the account with:

%pre
getent group condor >/dev/null || groupadd -r condor
getent passwd condor >/dev/null || \
  useradd -r -m -g condor -d %_var/lib/condor -s /sbin/nologin \
    -c "Owner of Condor Daemons" condor
exit 0

Comment 2 RHEL Program Management 2007-12-03 20:47:31 UTC
This request was evaluated by Red Hat Product Management for
inclusion, but this component is not scheduled to be updated in
the current Red Hat Enterprise Linux release.  This request will
be reviewed for a future Red Hat Enterprise Linux release.

Comment 10 Jeff Needle 2008-08-07 14:43:34 UTC
Since we check for the existence of the account and create it if it's not there, no big deal.  We'll just use the proper UID/GID as long as there's a guarantee that when it eventually gets into RHEL, the UID/GID will be 64:64.

Comment 11 Phil Knirsch 2008-08-07 14:56:20 UTC
Ok, then it shouldn't be a problem as i can guarantee that as soon as a new setup package lands in RHEL-5 it will contain that pair of uid/gid for condor. :)

Read ya, Phil

Comment 15 errata-xmlrpc 2008-08-27 08:17:25 UTC
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/RHEA-2008-0838.html


Note You need to log in before you can comment on or make changes to this bug.