Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Maestro fails on startup with an error message that includes “cannot restore segment prot after reloc: Permission denied”. What can I do?

0
Posted

Maestro fails on startup with an error message that includes “cannot restore segment prot after reloc: Permission denied”. What can I do?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.