On Tue, 2006-08-01 at 23:08 -0400, Claude Jones wrote: > On Tuesday August 01 2006 9:52 am, Paul Howarth wrote: > > > setenforce 0 fixes the issue, which is why I figure it's Selinux > > > > OK, let's fix this. > > > > # setenforce 0 > > > > Run the troublesome app. > > > > Look in /var/log/messages for SELinux AVC denials since the "setenforce" > > was done. Post what you get. > > Finally getting a chance to do this: > If I setenforce 0, both programs run, but Jahshaka only will run as root. > Neither produces any messages in /var/log/messages - Perhaps you have auditd running (this was the default on FC4). If so, the AVC messages will be in /var/log/audit/audit.log > Jahshaka produces this > on the cli: > > # jahshaka > jahshaka.bin: error while loading shared libraries: libGL.so.1: cannot enable > executable stack as shared object requires: Permission denied If you know which libGL.so.1 this is, you could try: # execstack -c /path/to/libGL.so.1 > If I setenforce 1, neither program runs - right about that time, I get the > following in /var/log/messages: > > Aug 1 23:02:39 tehogee automount[15231]: >> /usr/sbin/showmount: can't get > address for .directory > Aug 1 23:02:39 tehogee automount[15231]: lookup(program): lookup > for .directory failed > Aug 1 23:02:39 tehogee automount[15231]: failed to mount /net/.directory > > Those get repeated about 8 times. Might not be related. We'll see. See if you can find any type=AVC messages in /var/log/audit/audit.log. Paul.