PDA

View Full Version : dev/ida instead of /dev/sda


jp110
2005-09-10, 02:20 AM CDT
I'm getting the following error, snmpd: /usr/sbin/snmpd: error while loading shared libraries: libbeecrypt.so.6: cannot enable executable stack as shared object requires: Permission denied. I have checked smartd.conf and changed sda to ida, but still get the error. Any help would be appreciated.

Thanks

Twey
2005-09-10, 04:07 AM CDT
It's possibly:
a) something should be run as root;
b) SELinux is being hormonal again.
Run it as root; if that doesn't work (or you already are) run "setenforce 0" as root before running, then run "setenforce 1" to enable it again.