I'm building a VM using packer0.6.0 on a remote ESXi5.5.
The ESXi builder worked perfectly and then it threw an error while
trying to install vmware tools:
2014/06/13 17:24:43 ui error: ^[[1;31mBuild 'vmware-iso' errored: Couldn't mount VMware tools ISO.^[[0m
2014/06/13 17:24:43 packer-command-build: 2014/06/13 17:24:43 Builds completed. Waiting on interrupt barrier...
2014/06/13 17:24:43 machine readable: error-count []string{"1"}
2014/06/13 17:24:43 ui error:
==> Some builds didn't complete successfully and had errors:
2014/06/13 17:24:43 machine readable: vmware-iso,error []string{"Couldn't mount VMware tools ISO."}
2014/06/13 17:24:43 ui error: --> vmware-iso: Couldn't mount VMware tools ISO.
2014/06/13 17:24:43 ui:
The debug output shows that the "vim-cmd" command had problems in execution but the exact output is not shown:
packer-builder-vmware-iso: 2014/06/13 17:24:34 opening new ssh session
packer-builder-vmware-iso: 2014/06/13 17:24:34 starting remote command: vim-cmd vmsvc/tools.install 20
packer-builder-vmware-iso: 2014/06/13 17:24:35 remote command exited with '1': vim-cmd vmsvc/tools.install 20
packer-builder-vmware-iso: 2014/06/13 17:24:35 Running the provision hook
Any help is appreciated.
-Steve