Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
-
Redhat 5.1, Java 6
-
Reviewed
Description
When running rpm -V the rpm shows:
bash-3.1# rpm -V chukwa-0.1.1-1
.....UG. /grid/0/chukwa/LICENSE.txt
.....UG. /grid/0/chukwa/bin
.....UG. /grid/0/chukwa/bin/VERSION
.....UG. /grid/0/chukwa/bin/agent.sh
This means the User and Group permission are mismatched with what RPM provided. The build script needs to change to chown file ownership during build time instead of chown in the post installation script.