Page 1 of 1

VMWare Tools Config Fails

Posted: 29 Mar 2017, 22:13
by johnywhy
hi

i'm able to run Porteus on VMWare no problem.

vmware tools installed no problem, no error.

but, when i try to run

Code: Select all

/usr/bin/vmware-config-tools.pl
i get
Unable to copy to source file
/usr/lib/vmware-tools/configurator/pam.d/vmtoolsd to the destination file
/etc/pam.d/vmtoolsd.
Execution aborted.
i notice the pam.d directory does not exist.

any help?

thx!

Re: VMWare Tools Config Fails

Posted: 29 Mar 2017, 22:56
by fulalas
You can try to run as root:

Code: Select all

sudo /usr/bin/vmware-config-tools.pl
(and then put the password 'guest')

Or try to create the folder before running the command above:

Code: Select all

sudo mkdir /usr/lib/vmware-tools/configurator/pam.d -p

Re: VMWare Tools Config Fails

Posted: 29 Mar 2017, 23:21
by johnywhy
thx for reply.

already running as root (that's how installed the tools).

i thought of manually creating the folder, but concerned that's a workaround which does not address some bug (a bug which may continue to affect the setup).

Re: VMWare Tools Config Fails

Posted: 30 Mar 2017, 05:23
by johnywhy
creating the folder manually was the fix.

thx!