There seems to be some kind of scope mismatch here as the IP is correctly retrieved but seems to have been stashed in a shadowed variable. Here's a screencap of the issue in action:
Note that the IP is correct at Got IP '192.168.207.159' from XenServer tools but then blank in Got IP address ''. This results in the connection never completing.
Here's a screencap after my patch showing the IP address shows in both log lines and the connection is established:
There seems to be some kind of scope mismatch here as the IP is correctly retrieved but seems to have been stashed in a shadowed variable. Here's a screencap of the issue in action: Note that the IP is correct at
Got IP '192.168.207.159' from XenServer tools
but then blank inGot IP address ''
. This results in the connection never completing.Here's a screencap after my patch showing the IP address shows in both log lines and the connection is established: