Page 1 of 1

[Solved] install issues

Posted: Tue Apr 30, 2013 6:48 pm
by zef
Hi. trying to install the latest Oolite 1.77 on my ubuntu system (12.10)

I've downloaded the tgz file, extracted it to my home folder. When I run sudo ./oolite-1.77.linux-x86_64.run in the terminal I get the following message

jon@jon-ThinkPad-R400:~$ sudo ./oolite-1.77.linux-x86_64.run
Verifying archive integrity... All good.
Uncompressing Oolite 1.77 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
./oolite-1.77.linux-x86_64.run: 1: eval: ./setup: Permission denied
jon@jon-ThinkPad-R400:~$

Any idea's as to what I'm missing?

Thanks.

Re: install issues

Posted: Tue Apr 30, 2013 7:59 pm
by Cody
Hi zef, and welcome aboard. I'm a microsoftie, so I can't help, but hopefully a penguinista will be along shortly.

Re: install issues

Posted: Wed May 01, 2013 4:10 am
by CommRLock78
Perhaps try and re-download the installation file and try again (making sure to set the installation file to executable, of course ;)) . I don't think I've ever seen that message before.

Re: install issues

Posted: Wed May 01, 2013 7:55 am
by zef
Hi, thanks for the welcome.

I tried re-downloading the install file and same result. Are there any requirements needed to install? Maybe my system is missing some software?

Thanks

Re: install issues

Posted: Wed May 01, 2013 8:10 am
by Smivs
I've not seen that particular message either.
I don't think it is a lack of software, but it might help if you could give full spec for the computer.

Re: install issues

Posted: Wed May 01, 2013 9:54 am
by Diziet Sma
The "Permission denied" message is weird. I would not expect to see that..

zef, are you sure you set the downloaded file to be 'executable' before you tried to install it? Did you do something a little out of the ordinary, such as, for instance, downloading it as one user, then trying to install it as another user? I only ask because I do know people who have a second, very restricted user account just for internet use.

Also, I've just now noticed that the installer doesn't appear to have asked if you wanted a system-wide or home-directory installation. Do you recall being asked to enter 's' or 'h'? I presume since you went for a 'sudo' install you wanted a system-wide installation..

Re: install issues

Posted: Wed May 01, 2013 5:32 pm
by zef
Hi. I'm running a standard Ubuntu 12.10 64bit system. In my previous post all that appears is listed from the sudo command to the error message.

I have chmod 777 the file and same result. I only use one account on the system. I have tried the standard 32 bit and got the exact same result. I have uninstalled oolite from the ubuntu software centre and it still won't install.

Re: install issues

Posted: Wed May 01, 2013 8:11 pm
by cim
Does it work if you don't use sudo, for a user account rather than system-wide install?

Re: install issues

Posted: Wed May 01, 2013 9:03 pm
by zef
Nope. I get the exact same message. This has me totally baffled. It's like some part of the required system is missing or something.

Re: install issues

Posted: Wed May 01, 2013 9:40 pm
by ozhank
The problem I think lies with a problem with your sudo account - it doesn't have permission to perform the task you want.

So try this: sudo su : then you should be asked for password - this changes you from being you to the root user of the system ie substitute user.

Now try the installation command without the sudo as you are already the root/superuser on the system.

Re: install issues

Posted: Wed May 01, 2013 9:46 pm
by zef
No password request. Same result. :?

Re: install issues

Posted: Wed May 01, 2013 9:56 pm
by zef
FIXED. /tmp was mounted noexec nosuid. Remounted without those and it worked.

Re: install issues

Posted: Wed May 01, 2013 11:21 pm
by CommRLock78
zef wrote:
FIXED. /tmp was mounted noexec nosuid. Remounted without those and it worked.
Glad you got it fixed - I was beginning to wonder if you maybe didn't have an /opt/ folder :P.

Re: install issues

Posted: Thu May 02, 2013 5:54 am
by Diziet Sma
Congratulations on solving it! (makes mental note of symptom for future reference)
zef wrote:
FIXED. /tmp was mounted noexec nosuid.
:shock:
Hmm.. I do understand the security advantages to having /tmp on a separate partition and mounted noexec nosuid.. but will have to keep an eye out for that particular hassle..