logo

[ warning] [vmusr:vmusr] Error in the RPC receive loop: RpcIn: Unable to send.

Got the following error from one of our Customer. They were running Linux.

Googled around and it turns out – the VMware Tools didn’t install completely. It missed creating tools.conf.
To get around this, create the following file: tools.conf

[logging]
log = true
# Enable tools service logging to vmware.log
vmsvc.level = debug
vmsvc.handler = vmx
# Enable new “vmusr” service logging to vmware.log
vmusr.level = error
vmusr.handler = vmx
# Enable “Volume Shadow Copy” service logging to vmware.log
vmvss.level = debug
vmvss.handler = vmx

.. and save it to the following location:
/etc/vmware-tools/tools.conf

VMware Community:
http://communities.vmware.com/thread/419192
Cheers!

Leave a Reply

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.