|
From: Justin M. F. <jmf...@li...> - 2007-11-01 15:04:18
|
On Thu, 2007-11-01 at 09:38 -0500, Justin M. Forbes wrote: > I have noticed when using shutdown guest or restart from the host, on > the first attempt I get a pop up window saying that the request failed > "because the corresponding VMware Tools script did not run > successfully." Yet a second attempt at the same operation always seems > to work. Any ideas on the cause for that one? Aha, after a bit of probing, it seems that it chokes when /etc/vmware-tools/poweroff-vm-default is not present instead of simply falling back to CONFVAL_HALT_DEFAULT, though I am not sure why it works on the second try. I guess the question is, should we include default scripts, or just make the code DTRT if the scripts are not present. Justin |