Proxy installer down?
-
Hello @McHenry, we've just deployed a new build of the XOA, maybe it would fix the issue you had.
-
Tried again, still not working, just hangs.
-
It smells a firewall issue on your side.
-
That is why I included the google ping in the image. There is no outbound firewalling and other hosts work fine.
-
ICMP isn't TCP/HTTP.
You need to check with curl for example.
curl -I http://xoa.io/xva
-
@olivierlambert
Correct, I was just demonstrating connectivity. -
How about:
xe vm-import url=http://xoa.io/xva
-
@olivierlambert said in Proxy installer down?:
xe vm-import url=http://xoa.io/xva
Nothing... just hangs.
-
Can you check if there's a task with some progress?
xe task-list
-
@olivierlambert said in Proxy installer down?:
xe task-list
-
So it works but it's slow. You should have multiple VMs right now.
-
-
Okay good, let me check what's next to test
-
Okay, can you try again the
bash -c "$(wget -qO- https://xoa.io/proxy/deploy)"
command? -
-
Can you check the task list to see if there's anything moving?
-
I opened up a 2nd Putty session so as to continue the proxy download in the background.
-
Okay so it seems stuck at 0%
So let's try direct import without the script:
xe vm-import url="http://xoa.io/proxy/xva"
-
Excellent, that has worked, the proxy VM is now up and running. Thank you.
Next I will try to connect a remote XOA to the proxy.
-
I'm not sure to understand why the script (doing exactly the same thing) is blocked while the direct xe command works