Если не помогает официальная инструкция: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2036350 , то можно воспользоваться этой:
Error message : [ warning] [vmusr:vmusr] Error in the RPC receive loop: RpcIn: Unable to send. Is shown on a VMWARE guest when on ESX 5.1 with VMWARE tools installed.
This should be fixed according to kb2036350, however the tools.conf is not created.
FIX:
Create the file C:\ProgramData\VMware\VMware Tools\tools.conf
Enter the following into the file:
[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
Error message : [ warning] [vmusr:vmusr] Error in the RPC receive loop: RpcIn: Unable to send. Is shown on a VMWARE guest when on ESX 5.1 with VMWARE tools installed.
This should be fixed according to kb2036350, however the tools.conf is not created.
FIX:
Create the file C:\ProgramData\VMware\VMware Tools\tools.conf
Enter the following into the file:
[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
Взято: http://adminramblings.wordpress.com/2013/02/28/vmware-guest-warning-vmusrvmusr-error-in-the-rpc-receive-loop-rpcin-unable-to-send/