Created
December 14, 2020 03:26
-
-
Save trodemaster/45c4d3bca4f0cc331520e043b1e6d8a3 to your computer and use it in GitHub Desktop.
packer big sur dhcp fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: Located networkmapper configuration file using Fusion6: /Library/Preferences/VMware Fusion/networking | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: Unable to parse command : Expected 5 arguments. Received only 9. [add_nat_portfwd 9 tcp 9000 192.168.199.128 9000 port mapping for minio] | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: Interface "vlan0" as specified by `add_bridge_mapping` was not found on the current platform. This is a non-critical error. Ignoring. | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: GuestIP discovered device matching nat: vmnet8 | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: GuestIP discovered device matching nat: vmnet9 | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: Lookup up IP information... | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: GuestAddress found MAC address in VMX: 00:0c:29:c0:de:78 | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: Trying DHCP leases path: /var/db/vmware/vmnet-dhcpd-vmnet8.leases | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: Trying DHCP leases path: /var/db/vmware/vmnet-dhcpd-vmnet9.leases | |
2020/12/13 19:12:57 packer-builder-vmware-iso plugin: Unable to find an exact match for DHCP lease. Falling back to a loose match for hw address 00:0c:29:c0:de:78 | |
2020/12/13 19:12:58 packer-builder-vmware-iso plugin: Skipping lease entry #1 due to being unable to connect to the host (172.16.59.2) with tcp port (22). | |
2020/12/13 19:12:58 packer-builder-vmware-iso plugin: [DEBUG] Unable to get address during connection step: Host is not up | |
2020/12/13 19:12:58 packer-builder-vmware-iso plugin: [INFO] Waiting for SSH, up to timeout: 12h0m0s | |
2020/12/13 19:12:58 ui: [1;32m==> full.vmware-iso.macOS_11: Waiting for SSH to become available...[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment