Bug 727655

Summary: sanlock daemon needs uid/gid assignment
Product: Red Hat Enterprise Linux 6 Reporter: David Teigland <teigland>
Component: sanlockAssignee: David Teigland <teigland>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: ajia, atodorov, fsimonce
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: sanlock-1.8-1.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 738294 (view as bug list) Environment:
Last Closed: 2011-09-19 15:28:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 738294    

Description David Teigland 2011-08-02 18:41:47 UTC
Description of problem:

errata tool complains about the sanlock spec file doing this:

/usr/sbin/useradd -c "sanlock" -s /sbin/nologin -r \
                  -d /var/run/sanlock sanlock 2> /dev/null || :

without specific uid/gid, so trying to get some assigned.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 3 Lon Hohberger 2011-09-19 14:14:46 UTC
Specfile updated to:

%pre
/usr/sbin/useradd -u 179 -g 179 -c "sanlock" -s /sbin/nologin -r \
                  -d /var/run/sanlock sanlock 2> /dev/null || :

Comment 4 David Teigland 2011-09-19 15:28:13 UTC

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