Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 118650

Summary: (iiimf-server) bad home dir
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: im-sdkAssignee: Yu Shao <yshao>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eng-i18n-bugs, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: -30 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-25 21:14:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 114961    

Description Bill Nottingham 2004-03-18 16:40:48 UTC
htt's home dir should not be in /home - causes oddness in autofs
setups on upgrades.

Comment 1 Leon Ho 2004-03-23 06:19:15 UTC
Maybe change the useradd command parameters in the spec to:

/usr/sbin/useradd htt -d /usr/lib/im -c "IIIMF Input Server" -r -s
/sbin/nologin -M >/dev/null 2>&1


Comment 2 Yu Shao 2004-03-25 21:14:02 UTC
Yeah, using -s is the way to fix it. Thanks.