Skip to content
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

Error : request GET /qemu/capabilities and request GET /qemu/binaries #2131

Closed
CarlsonHue opened this issue Oct 19, 2022 · 7 comments
Closed

Comments

@CarlsonHue
Copy link

Having issue when I tried on adding new template recently. Having same issue on MAC and Windows virtual box workstation.
Screenshot 2022-10-19 at 11 16 46 PM
Screenshot 2022-10-19 at 11 18 47 PM

Gns3vm and local server connection is working fine. Gns3 vm is connecting to internet. Only think I suspect, the qemu/binaries directory not found on my VM. Can anyone explain to me how its works?
Thank you

@grossmj grossmj added this to the 2.2.36 milestone Nov 7, 2022
@BK201Pai
Copy link

Had the same problem, checked almost every single forum post or video about a related error (POST /projects).
That was not it.
In my case i had to open the GNS3 VM, send enter and check the LOGS and it showed (CRITICAL webserver missing /opt/gns3).
So i had to:

  • Open Shell
  • "sudo su"
  • "mkdir /opt/gns3"
  • "chown gns3:gns3 /opt/gns3"
  • Reboot
    It then instantly connected, i assume some script didn't age quite so well.

@grossmj
Copy link
Member

grossmj commented Dec 28, 2022

@CarlsonHue do you confirm? what version of GNS3 have you used? thanks.

@grossmj grossmj modified the milestones: 2.2.36, 2.2.37 Dec 28, 2022
@BK201Pai
Copy link

Version 2.2.35.1.
You can confirm if the problem is the same by going to the Logs, nginx will report "permission denied".

@grossmj
Copy link
Member

grossmj commented Jan 18, 2023

It then instantly connected, i assume some script didn't age quite so well.

How have you installed the GNS3 VM? /opt/gns3 should be present on the second disk...

@BK201Pai
Copy link

Downloaded the lastest VM and imported the file, not sure if you tried using the latest available image from the website but it happened twice.

I did not modify the VM before starting it up.

@grossmj
Copy link
Member

grossmj commented Feb 4, 2023

Have you used VMware Workstation or VirtualBox to import the VM?

@grossmj
Copy link
Member

grossmj commented May 23, 2023

Still wondering how this could have happened. The GNS3 server in the VM shouldn't have started and logs should have shown /opt/gns3 is not accessible.

Screenshot from 2023-05-23 16-13-11

I am going to close this for now. Hopefully this won't happen again.

@grossmj grossmj closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants