Bug 803267 - setup_pam_fs_limits.sh path is incorrect in libra service
Summary: setup_pam_fs_limits.sh path is incorrect in libra service
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Rob Millner
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-14 10:56 UTC by bzhao
Modified: 2015-05-14 22:52 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-19 18:22:39 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description bzhao 2012-03-14 10:56:54 UTC
Description of problem:
It'll prompt error message "/usr/bin/setup_pam_fs_limits.sh: No such file or directory" when you execute /etc/init.d/libra restart

Version-Release number of selected component (if applicable):
rhc-0.88.4-1.el6_2.noarch

How reproducible:
Always

Steps to Reproduce:
Setup:
Have root access to instance
	
Actions:
1- check /var/lib/libra/.httpd.d/ via ssh as root
2- check if files in /etc/security/limits.d/ can be recreated
# rm 84-$uuid.conf
3- restart libra service
# /etc/init.d/libra restart
  
Actual results:
Terminal will output error message "/usr/bin/setup_pam_fs_limits.sh: No such file or directory"

Expected results:
service is completed without any error

Additional info:
workaround:
modify /etc/init.d/libra, about 138 line
remove /usr/bin/setup_pam_fs_limits.sh $uuid and add  /usr/libexec/stickshift/lib/express/setup_pam_fs_limits.sh $uuid

Comment 1 Rob Millner 2012-03-14 17:31:49 UTC
Fixed in commit a4c3071.

Comment 2 bzhao 2012-03-15 05:28:43 UTC
Passed verification on dev 1662


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