-
Notifications
You must be signed in to change notification settings - Fork 845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout while waiting for async task #341
Comments
I'm facing exactly the same issue with the same setup (Ludus/Proxmox). |
Same here. We have some info on fixing? |
To those having the same problem. Check your /root/.goad/goad.ini. My pm_api_url was pointing to a wrong IP. |
This seems to be the solution. I had also the wrong IP there. Thanks @kusk for letting us know. |
Isn't the [proxmox] section ignored when selecting Ludus as a provider? For example, the next variable pm_user isn't used neither in case of Ludus. I think this is still a timing issue. I managed to set it up successfully by creating an empty lab and then did |
I don't know, I have never worked with Ludus, Proxmox or ansible before. But what I can say is that after changing the IP to the actual location of the API, it worked right away. Maybe you had a different problem but the same error message? |
The incorrect IPs are being populated in the Ansible inventory. The inventory file adheres to the IP range, but when the IPs are set on the hosts, they do not. For example, an IP range of For now, I just updated the IP in the workspace inventory and ran |
While following the install guides from the Ludus website and goad itself, I encountered this error:
VMs have been created by the "install" command:
"Check" seems good too:

When running "install", I can see the CPU workload going up and fluctuating between 10% and 70%. with rare spikes to 90% for a second or two. RAM is only 50-60% used. Since the VMs are already present, I don't think the Diskspace is the culprit.
I set the $WIN_ASYNC_STARTUP_TIMEOUT to 3000 too. Doesn't seem to do much, if anything.
Any ideas?
The text was updated successfully, but these errors were encountered: