On 7 February 2011 21:51, Orestes Leal R. <[email protected]> wrote:
> Sorry, I did not finish my first mail:
>
> I'm running 4.9-BETA inside VMWARE Workstation 7.0 (running windows 7)
>
>> I'm getting the following error when I shutdown the machine (inside vmware
>> WS 7.0)
>>
>> I issue: shutdown -hp now
>>
>> then I get:
>>
>> "vmware: sending length failed , eax=00000000m, ecx=00000000
>> vmt0: failed to send shutdown ping"
>>
>> finally it shutdown but no so fast.
>>
>>
>> this is because?
>
>

x41:fred /usr/src> find ./ -name "vmt*" -exec grep -C3 "failed to send
shutdown ping" {} \; -print
        }

        if (vm_rpc_send(&sc->sc_tclo_rpc, NULL, 0) != 0) {
                printf("%s: failed to send shutdown ping\n", DEVNAME(sc));
        }

        vm_rpc_close(&sc->sc_tclo_rpc);
./sys/dev/vmt.c

hth

Fred

Reply via email to