Skip navigation
VMware
7,461 Views 13 Replies Last post: Mar 7, 2006 1:20 PM by borggreve RSS
PiG_DoG Lurker 5 posts since
Feb 10, 2006
Currently Being Moderated

Feb 10, 2006 4:25 PM

Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmware/

I am trying to setup a new Virtual Machine on my server, my client and server are both Linux. When i start the remote machine for the first time to start the install i get this error messge popup

 

Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmware/bin/vmware-remotemks".

 

And i have no display - it remains Black.

 

Cheers

petr Champion VMware Employees 7,225 posts since
Jul 10, 2003
Currently Being Moderated
1. Feb 10, 2006 4:55 PM in response to: PiG_DoG
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmw

And do you have this executable on your system?  And if you have it (you really should, it is part of installation package), what 'ldd /usr/lib/vmware/bin/vmware-remotemks' says ?

KevinG Guru 16,983 posts since
Jan 8, 2004
Currently Being Moderated
2. Feb 10, 2006 5:42 PM in response to: PiG_DoG
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmware/

What is the exact Linux distribution and kernel version you are running on both systems?

deadlyllama Lurker 1 posts since
Feb 10, 2006
Currently Being Moderated
3. Feb 10, 2006 8:53 PM in response to: PiG_DoG
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmw

I have exactly the same problem.  The VMware server installer comes with the vmware-remotemks executable, but the admin console does not.  Therefore, you only see this error when running the admin console on a different machine.  But copying the executable from the machine with VMware server installed makes the problem go away.

o-rio-n Lurker 1 posts since
May 3, 2005
Currently Being Moderated
6. Feb 11, 2006 11:28 AM in response to: PiG_DoG
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmw

I had this problem after installing on a machine that had an evaluation copy of WS5.5 on it. When I installed the vmware console it put it in the directory '/usr/lib/vmware-console/bin/vmware-remotemks' I removed the WS copy, then removed the console copy and reinstalled the console. Everything was fine after that. No more error message complaining about missing vmware-remotemks

 

HTH

 

Brad

blobbybob Lurker 2 posts since
Feb 12, 2006
Currently Being Moderated
8. Feb 12, 2006 2:10 PM in response to: PiG_DoG
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmw

I had exactly the same problems. If you don't need vmware workstation to work at the same time then the simple link worked for me:

 

\## Tested on Debian Unstable (Sid)

cd /usr/lib

mv vmware vmware.orig

ln -s vmware-console vmware

 

The previous 'ln' command may cause problems later on. Otherwise (as is my case, where I need workstation and console working), a library problem (found by running 'vmware -v') was causing the install to overwrite the workstation. I had to copy a library and link the remotemks binary:

 

\## Workstation is installed and working, but not running.

cd vmware-console-distrib/

\## Copy the offending library from my sys into the installer dirs

cp /usr/lib/libpng12.so lib/lib/libpng12.so.0/libpng12.so.0

\## install

cd vmware-console-distrib/

./vmware-install.pl

\## Link the binary

cd /usr/lib/vmware/bin

ln -s ../../vmware-console/bin/vmware-remotemks

 

\## or maybe I had to copy the library into Workstation before all the above(??)

\## The above worked for me but looking back I don't really see why as

\## it's 'vmware -v' that caused the installer to uninstall Workstation.

cp /usr/lib/libpng12.so /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0

 

my vmware -v produced:

$ vmware -v

/usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)

VMware Workstation 5.5.1 build-19175

$

 

In fact, now that I've retrospectively fixed the library problem, which I never knew existed before, my Workstation 5.5 now looks much better. I had always wondered why the fonts didn't look right, and why it ignored my theme!!

blobbybob Lurker 2 posts since
Feb 12, 2006
Currently Being Moderated
10. Feb 13, 2006 1:27 AM in response to: PiG_DoG
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmw

Assuming you installed to default locations, look in /usr/lib and 'ls -ld vmware*'. If there is anything besides vmware-console listed rename the offender to vmware-whateveritwas.orig and then 'ln -s vmware-console vmware-whateveritwas', then try vmware-console. If you don't have any other directories listed apart from vmware-console just make the link anyway - 'cd /usr/lib; ln -s vmware-console vmware'.

 

Also try 'vmware -v' or 'vmware-console -v' and see if it complains about libraries as this is what caused the problems I had.

bengi Lurker 4 posts since
Feb 21, 2006
Currently Being Moderated
11. Feb 21, 2006 3:14 AM in response to: PiG_DoG
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmware/

I fixed this problem by changing directory to /usr/lib and then creating a symbolic link from /usr/lib/vmware-console to vmware. ie:

 

cd /usr/lib

ln -s /usr/lib/vmware-console/ vmware

 

For me at least vmware-remotemks resides in /usr/lib/vmware-console/bin/

 

Hope this helps.

bengi Lurker 4 posts since
Feb 21, 2006
Currently Being Moderated
12. Feb 21, 2006 3:16 AM in response to: bengi
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmware/

Sorry, I hadn't noticed the above post has said exactly what I have - Doh!

borggreve Novice 11 posts since
Dec 6, 2005
Currently Being Moderated
13. Mar 7, 2006 1:20 PM in response to: blobbybob
Re: Unable to connect to the MKS: Cannot find executable file "/usr/lib/vmw

The previous 'ln' command may cause problems later

on. Otherwise (as is my case, where I need

workstation and console working), a library problem

(found by running 'vmware -v') was causing the

install to overwrite the workstation. I had to copy a

library and link the remotemks binary:

 

That worked like a charm, thanks...

Bookmarked By (0)

Share This Page

Communities