United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
# rpm -ivh rhcs*.rpm
# /opt/redhat-cs/setup/setup
# /opt/redhat-cs/cert-ca/restart-cert
chown -R "specific_username:specific_group" /opt/redhat-cs/cert-ca/ chown "specific_username:specific_group" /opt/redhat-cs/alias/cert-ca* chmod 664 /opt/redhat-cs/alias/secmod.db export LD_ASSUME_KERNEL=2.4.1
For example, to allow the user redhat from group redhat to run Certificate System, we change the lines to:
chown -R "redhat:redhat" /opt/redhat-cs/cert-ca/ chown "redhat:redhat" /opt/redhat-cs/alias/cert-ca* chmod 664 /opt/redhat-cs/alias/secmod.db export LD_ASSUME_KERNEL=2.4.1
# /opt/redhat-cs/cert-ca/restart-cert
Note: If the parameter LD_ASSUME_KERNEL=2.4.1 is not set, then IBM JRE would crash trying to read /proc/self/maps. This would be a known issue documented in this bugzilla report: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=165351