Article ID: 1310 - Last Modified: June 3, 2011
Maestro fails on startup with an error message that includes "cannot restore segment prot after reloc: Permission denied". What can I do?
This message is usually produced because the SELinux security settings are enabled, and these settings prevent Maestro from loading. If you do not get the Permission denied message when you log in as root and start Maestro, the problem is most likely the security settings.
The first solution is to disable the SELinux security settings, by logging on as root and issuing the following command:
setenforce 0
This command turns off the SELinux security until the machine is rebooted. To turn off the settings permanently, log on as root, open /etc/selinux/config in a text editor, and change the
SELINUX setting to disabled.
If you do not want to disable SELinux security, you can run one of the following commands:
chcon -t texrel_shlib_t `find $SCHRODINGER -name \\*.so\\*`
or
find $SCHRODINGER -name \\*.so\\* | xargs chcon -t texrel_shlib_t
These commands must be run when logged in as the user who installed the software.
Type the words or phrases on which you would like to search, or click here to view a list of all
Knowledge Base articles

