Open matthewcosgrove opened 4 years ago
The issue does not appear on vCenter 7
$ govc about
Name: VMware vCenter Server
Vendor: VMware, Inc.
Version: 7.0.0
Build: 16749670
OS type: linux-x64
API type: VirtualCenter
API version: 7.0.0.0
Product ID: vpx
UUID: 877c8776-f2c7-4486-80ce-379a8ee2e982
corresponds to
vCenter Server 7.0.0d | 2020-08-25 | 16749653 | 16749670
First discovered on installing fzf then also on
bucc deploy
. Debugged the fzf install script and narrowed it down to it hanging on this line https://github.com/junegunn/fzf/blob/305896fcb3b76c5ea94401f6cce74f0f287e8f21/install#L119 which is something likecurl -v --output my.tgz -L https://github.com/junegunn/fzf-bin/releases/download/0.23.1/fzf-0.23.1-linux_amd64.tgz
It hangs at this point
With curl version:
To re-produce the same issue just run
then login to the VM and run
openssl s_client -connect github-production-release-asset-2e65be.s3.amazonaws.com:443 -msg
Output of govc about (as this is likely to be a vm-tools version or vsphere version issue)
which corresponds to
in https://kb.vmware.com/s/article/2143838
This results in the VM losing its IP and being unreachable. A reboot does fix it.