LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Permission denied on Fedora 12? (https://www.linuxquestions.org/questions/linux-software-2/permission-denied-on-fedora-12-a-791254/)

jan1024188 02-24-2010 08:29 AM

Permission denied on Fedora 12?
 
Hello,

When I try to run .bin files for example when I try to install adobe air for linux, I get this error even if I am logged in as SU.

Quote:

[root@localhost Downloads]# ./AdobeAIRInstaller.bin
bash: ./AdobeAIRInstaller.bin: Permission denied
Any ideas how to fix this?

reed9 02-24-2010 08:36 AM

Check the permissions.

Code:

ls -l AdobeAIRInstaller.bin
Probably needs the executable flag set.

As root
Code:

chmod +x AdobeAIRInstaller.bin

jan1024188 02-24-2010 10:17 AM

Now I get this error;
Quote:

[root@localhost Downloads]# ./AdobeAIRInstaller.bin
Error loading the runtime (/tmp/air.pErVrO/build/opt/Adobe AIR/Versions/1.0/libCore.so: cannot enable executable stack as shared object requires: Permission denied)

knudfl 02-24-2010 10:59 AM

Fedora 12 : 1) su
2) Downloads/AdobeAIRInstaller.bin
.. and a GUI opens : push the button "Agree"
and shortly after "Finished" will appear.

You may have a corrupt file, AdobeAIRInstaller.bin ?
Suggest : try with another download, if it still fails.
.....

EDIT : I have "SELinux" disabled. Could make a difference ?
.....

jan1024188 02-25-2010 04:09 AM

Quote:

Originally Posted by knudfl (Post 3875205)
Fedora 12 : 1) su
2) Downloads/AdobeAIRInstaller.bin
.. and a GUI opens : push the button "Agree"
and shortly after "Finished" will appear.

You may have a corrupt file, AdobeAIRInstaller.bin ?
Suggest : try with another download, if it still fails.
.....

EDIT : I have "SELinux" disabled. Could make a difference ?
.....

How do you disable selinux, as its really irritating?

knudfl 02-26-2010 04:33 AM

Quote:

How do you disable selinux
1) su
2) system-config-selinux

( Or find it in the Menu : System > Administration.)
.....


All times are GMT -5. The time now is 11:05 AM.