[Solved] install issues
Moderators: winston, another_commander, Getafix
[Solved] install issues
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.
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.
Last edited by Getafix on Thu May 02, 2013 7:16 am, edited 1 time in total.
Reason: Marked as solved.
Reason: Marked as solved.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: install issues
Hi zef, and welcome aboard. I'm a microsoftie, so I can't help, but hopefully a penguinista will be along shortly.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
Re: install issues
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.
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
Re: install issues
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
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
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: install issues
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.
I don't think it is a lack of software, but it might help if you could give full spec for the computer.
Commander Smivs, the friendliest Gourd this side of Riedquat.
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: install issues
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..
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..
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
Re: install issues
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.
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
Does it work if you don't use sudo, for a user account rather than system-wide install?
Re: install issues
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.
- ozhank
- Competent
- Posts: 56
- Joined: Fri Sep 14, 2012 3:17 am
- Location: The other side of the black stump
Re: install issues
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.
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.
"Blessed are the cracked, for they let the light shine in". Spike Milligan
Debian 9.* XFCE4 on Toshiba Laptop
Debian 9.* XFCE4 on Toshiba Laptop
Re: install issues
No password request. Same result.
Re: install issues
FIXED. /tmp was mounted noexec nosuid. Remounted without those and it worked.
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
Re: install issues
Glad you got it fixed - I was beginning to wonder if you maybe didn't have an /opt/ folder .zef wrote:FIXED. /tmp was mounted noexec nosuid. Remounted without those and it worked.
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: install issues
Congratulations on solving it! (makes mental note of symptom for future reference)
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..
zef wrote:FIXED. /tmp was mounted noexec nosuid.
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..
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied