LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-28-2011, 01:06 AM   #1
Uaebuntu
Member
 
Registered: Feb 2011
Location: Dubai
Distribution: Unbuntu 16.04
Posts: 44

Rep: Reputation: 0
VMPlayer not installing in MINT 64 bit


I have been trying to install VMPlayer on my MINT 11 system and keep getting installer errors. I have tried various permutations of the CLI gksudo bash etc and also tried installing earlier versions of the VMplayer code.

Build-essentials are installed

jim@saturn ~ $ uname -a
Linux saturn 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
jim@saturn ~ $ sudo sh VMware-Player-3.1.5-491717.x86_64.bundle
[sudo] password for jim:
Extracting VMware Installer...done.
VMware-Player-3.1.5-491717.x86_64.bundle: line 302: /tmp/vmis.2WxO3j/install/vmware-installer/vmware-installer: Permission denied

Can anyone help here?
jim@saturn ~ $
 
Old 10-28-2011, 06:09 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Probably spawning multiple shells - google suggests "gksudo bash ..." should work.
Try that and show us if it fails.
 
Old 10-29-2011, 01:09 AM   #3
unkn(0)wn
Member
 
Registered: Aug 2011
Distribution: Slackware 14, Debian 7.0.0 Wheezy, Windows 7, Windows 8
Posts: 117

Rep: Reputation: Disabled
try
Quote:
sudo su
chmod +x VMware-Player-3.1.5-491717.x86_64.bundle
./VMware-Player-3.1.5-491717.x86_64.bundle
works for me !
 
Old 10-29-2011, 02:44 PM   #4
Uaebuntu
Member
 
Registered: Feb 2011
Location: Dubai
Distribution: Unbuntu 16.04
Posts: 44

Original Poster
Rep: Reputation: 0
GKsudo

Hi Thanks for the response.

Ran gksudo bash

Similar response, the installer extracted then NOTHING, no error message just nothing.

Only difference was that I had installed the MINT 11 updates between tries, I had tried the same and go exactlt the same result priuor to my original post as I had looked at various other channels like Google etc (as I do before posting for help).

This one has got me stumped. I hope this response helps.
 
Old 10-30-2011, 12:36 PM   #5
Uaebuntu
Member
 
Registered: Feb 2011
Location: Dubai
Distribution: Unbuntu 16.04
Posts: 44

Original Poster
Rep: Reputation: 0
Tried both, still no luck

Thanks for replying

tried both solutions (see screen shots) and nothing worked, still get permission denied on the sudo su and the installer extracts but nothing else on the gksudo option
Attached Thumbnails
Click image for larger version

Name:	Screenshot-Terminal.png
Views:	25
Size:	60.1 KB
ID:	8275  
 
Old 10-30-2011, 01:28 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Is /tmp on a separate partition? Is it mounted noexec?

Adam
 
1 members found this post helpful.
Old 10-31-2011, 06:51 AM   #7
Uaebuntu
Member
 
Registered: Feb 2011
Location: Dubai
Distribution: Unbuntu 16.04
Posts: 44

Original Poster
Rep: Reputation: 0
I use a SSD as my system disk and keep tmp in RAM, here is the line from /etc/fstab

tmpfs /tmp tmpfs nodev,nosuid,noexec,mode=1777 0 0

Now this was recommended along with some other changes in an earlier version of ubuntu which did not support SSD the idea was for performance and to minimise unnecessary R/W to the SSD that RAM (which is abdundant) was used to host tmp. I have never had problems with this until perhaps now so have always left it as is.
 
Old 10-31-2011, 06:58 AM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well, clearly, now it's a problem :-)

Adam
 
Old 10-31-2011, 12:08 PM   #9
Uaebuntu
Member
 
Registered: Feb 2011
Location: Dubai
Distribution: Unbuntu 16.04
Posts: 44

Original Poster
Rep: Reputation: 0
I'll try REM ing it out

I'll stick a # in front of the line in /etc/fstab

I'm assuming if I don't do anything tmp will default to the /dev/sda1

I looked in my Ubuntu 8.04 notes (I record my changes!) the reason it is set at nodev,nosuid,noexec was as a "security" measure, so any advice on what to do if it works, I did a quick search and some people think this is a superfluous measure, however it is beyond the realms of my knowledge.
 
Old 10-31-2011, 12:11 PM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Setting "noexec" on a filesystem is a valid security measure. It is not uncommon for rootkits to get dropped into directories in /tmp/.

The tradeoff (as there is always a tradeoff in security) is that valid programs that use /tmp may have problems such as this. Once you install vmware, you can always mount /tmp again with noexec.

Adam
 
1 members found this post helpful.
Old 11-01-2011, 11:59 AM   #11
Uaebuntu
Member
 
Registered: Feb 2011
Location: Dubai
Distribution: Unbuntu 16.04
Posts: 44

Original Poster
Rep: Reputation: 0
Thanks,

Solved the problem by reming out the tmpfs line as discussed.

(and turned my super fast 64 bit Linux flying machine into an old Win XP Pro.... that's progress for you. I needed access to an old windoze programme so I'm there now.)
 
  


Reply

Tags
install, mint, vmplayer



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Installing 32 bit RPMs on 64 bit Linux conflicts with 64 bit packages gheibia Linux - Server 1 08-18-2011 01:33 AM
installing new module on ubuntu 9.4 which runing on vmplayer sanjaykumar Programming 1 05-09-2010 10:39 AM
Installing vmplayer for multiple kernels ElectroLinux Linux - Software 1 04-02-2008 09:34 AM
re installation of grub in Linux mint after installing xp over mint sampad.sarangi General 1 01-15-2008 05:37 PM
Installing vmplayer grabro Linux - Software 3 12-24-2007 02:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration