It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi, I just bought the game and I'm trying to install on my Ubuntu.
I downloaded gog_kerbal_space_program_2.3.0.6.sh, made it executable, then executed it.
The result is:
$ ./gog_kerbal_space_program_2.3.0.6.sh
Verifying archive integrity... All good.
Uncompressing Kerbal Space Program (GOG.com) 100%
gog_kerbal_space_program_2.3.0.6.sh: 1: eval: ./startmojo.sh: Permission denied

The installer is inside a /home folder, there shouldn't be permission problems.
Is anyone having the same problem?
This question / problem has been solved by kilobugimage
avatar
axel619: Hi, I just bought the game and I'm trying to install on my Ubuntu.
I downloaded gog_kerbal_space_program_2.3.0.6.sh, made it executable, then executed it.
The result is:
$ ./gog_kerbal_space_program_2.3.0.6.sh
Verifying archive integrity... All good.
Uncompressing Kerbal Space Program (GOG.com) 100%
gog_kerbal_space_program_2.3.0.6.sh: 1: eval: ./startmojo.sh: Permission denied

The installer is inside a /home folder, there shouldn't be permission problems.
Is anyone having the same problem?
I suspect the installer is trying to run something from /tmp, do you have a /tmp as a tmpfs ? If so, you might need to allow execution from it.

Can you show the output of "mount" (or /proc/mounts ) ?
avatar
axel619: Hi, I just bought the game and I'm trying to install on my Ubuntu.
I downloaded gog_kerbal_space_program_2.3.0.6.sh, made it executable, then executed it.
The result is:
$ ./gog_kerbal_space_program_2.3.0.6.sh
Verifying archive integrity... All good.
Uncompressing Kerbal Space Program (GOG.com) 100%
gog_kerbal_space_program_2.3.0.6.sh: 1: eval: ./startmojo.sh: Permission denied

The installer is inside a /home folder, there shouldn't be permission problems.
Is anyone having the same problem?
avatar
kilobug: I suspect the installer is trying to run something from /tmp, do you have a /tmp as a tmpfs ? If so, you might need to allow execution from it.

Can you show the output of "mount" (or /proc/mounts ) ?
Oh yes!
I had /tmp mounted with noexec. Just modified it, installed and I've already got the monkey. :D
Even if there's no official support by GoG, KSP works flawlessy on Ubuntu 15.04 64bit. I experienced none of the problems read in the troubleshooting section.
Thank you very much kilobug!