Skip to main content
Question

Linux installation of FME Server failed but I ran it as root! line 403: ./install.sh: Permission denied

  • January 12, 2017
  • 1 reply
  • 25 views

fmelizard
Safer
Forum|alt.badge.img+20

I am logged into my Linux machine as root, and tried to run the installer.

 

sudo ./fme-server-b16716-linux-x64.run

After granting all permissions, it still doesn't work.

sudo chmod 777 fme-server-b16716-linux-x64.run
sudo ./fme-server-b16716-linux-x64.run

This is the error I received:

Verifying archive integrity... All good.
Uncompressing FME Server 2016.1.3.1................................................................................
/usr/safe/./fme-server-b16716-linux-x64.run: line 403: ./install.sh: Permission denied

What can I do?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 671 replies
  • January 12, 2017

Try the following command sequence to extract the FME Server files, and then manually invoke the install.sh file. Let us know if this doesn't work for you!

./fme-server-b16716-linux-x64.run --noexec --keep cd fme-server ./install.sh

You may need to prefix all the commands with sudo if you are not logged in as root. If this is successful, you can delete the fme-server folder that was created in the same directory as the .run file.