installing vmware tools gives permission denied

Questions and answers about how to do stuff
Post Reply
doggy101
Posts: 80
Joined: 21 May 2013 20:07
Location: Netherlands

installing vmware tools gives permission denied

Post by doggy101 »

when installing the vm tools the following error occeurs

[root@EFAmailscanner vmware-tools-distrib]# ./vmware-install.pl --default
-bash: ./vmware-install.pl: Permission denied
user root has full permission on the folder

anyone?
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: installing vmware tools gives permission denied

Post by shawniverson »

Do you have execute permissions on the perl script itself?
doggy101
Posts: 80
Joined: 21 May 2013 20:07
Location: Netherlands

Re: installing vmware tools gives permission denied

Post by doggy101 »

yes permissions are set at 0777 and recursive set through the whle folder.
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: installing vmware tools gives permission denied

Post by shawniverson »

Even though you are root, what happens when you sudo?

Code: Select all

sudo  ./vmware-install.pl --default
:?:
doggy101
Posts: 80
Joined: 21 May 2013 20:07
Location: Netherlands

Re: installing vmware tools gives permission denied

Post by doggy101 »

still permission denied :-(
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: installing vmware tools gives permission denied

Post by shawniverson »

Wow. What does the permissions on perl look like?

/usr/bin/perl I think.
doggy101
Posts: 80
Joined: 21 May 2013 20:07
Location: Netherlands

Re: installing vmware tools gives permission denied

Post by doggy101 »

root has 0777

strange huh
User avatar
darky83
Site Admin
Posts: 541
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

Re: installing vmware tools gives permission denied

Post by darky83 »

Are you sure the installer for vmware tools is valid?

Sound more like your vmware tools source is corrupt.
Version eFa 5.x now available!
doggy101
Posts: 80
Joined: 21 May 2013 20:07
Location: Netherlands

Re: installing vmware tools gives permission denied

Post by doggy101 »

used it on several VM's with no issues just this one VM (ESX5.1)
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: installing vmware tools gives permission denied

Post by shawniverson »

Sorry I am at a loss here. Something is wrong with your root access...I think that is also causing you issues with razor.
dku
Posts: 1
Joined: 26 Mar 2014 20:24

Re: installing vmware tools gives permission denied

Post by dku »

had the same problem. i could install vmware tools using

Code: Select all

perl vmware-install.pl
lexxerd
Posts: 1
Joined: 13 Aug 2015 08:39

Re: installing vmware tools gives permission denied

Post by lexxerd »

dku wrote:had the same problem. i could install vmware tools using

Code: Select all

perl vmware-install.pl
I made an account on this site just to reply that this was very helpful and worked for me!

Thanks!
mary
Posts: 1
Joined: 31 Aug 2016 10:44

Re: installing vmware tools gives permission denied

Post by mary »

lexxerd wrote:
dku wrote:had the same problem. i could install vmware tools using

Code: Select all

perl vmware-install.pl
I made an account on this site just to reply that this was very helpful and worked for me!

Thanks!

Hi,
It has worked for me too, so many thanks even from my side :D
Post Reply