"cp /etc/ssh/sshd_config /etc/ssh/sshd_config.ori","sed -i -e '/#UseDNS yes/a UseDNS no' /etc/ssh/sshd_config","for nic in /etc/sysconfig/network-scripts/ifcfg-eth*; do sed -i /HWADDR/d $nic; done","rm /etc/udev/rules.d/70-persistent-net.rules"
here i also set UseDNS no in sshd config to speed up the ssh into the guest.Alvaro
--
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
screen below comes from tty2 (after a <alt+f2>)
On the attached vmware.log file (from this VM on the screenshots) I found the following messages:
vcpu-0| I120: [msg.mac.cantGetNetworkName] Unable to get networkName or devName for ethernet0
vcpu-0| I120: [msg.device.startdisconnected] Virtual device Ethernet0 will start disconnected
Googling for it, I found these KB articles:
KB2065812 and KB2062300 from last week, March 11.
Although the PR 1119268 doesn't exactly describe my scenario, I'll install the ESXi 5.5 Update 1 and give it a try.
Gime a heads up if I am sharing too much.
Cheers