You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have the same issue and found that when you use the terminal to list vms using gns3-server user it will not list any vm but if you try with your own user it will work so i think its permissions issue .
i tried : sudo -u gns3-server /usr/bin/vboxmanage list vms # it didn't work but using my user it works
this worked for me but you need to purge the installation via apt ( apt-get purge gns3-server gns3-gui )
sudo apt install python3 python3-pip pipx python3-pyqt5 python3-pyqt5.qtwebsockets python3-pyqt5.qtsvg qemu-kvm qemu-utils libvirt-clients libvirt-daemon-system virtinst dynamips software-properties-common ca-certificates curl gnupg2
pipx install gns3-server==2.2.44
pipx install gns3-gui==2.2.44
pipx inject gns3-gui gns3-server PyQt5
Describe the bug
While using GNS3 add template - the GUI doesn't enumerate VirtualBox VMs.
GNS3 version and operating system (please complete the following information):
GNS3 Version: GNS3 v2.2.49
Operating System: Linux pop-os 6.9.3-76060903-generic #202405300957
172676603522.04~4092a0e SMP PREEMPT_DYNAMIC Thu S x86_64 x86_64 x86_64 GNU/LinuxI installed GNS3 using the ppa and apt.
To Reproduce
Steps to reproduce the behavior:
vboxmanage list vms
I see correct output.Browse All Devices
>New template
>Manually create new template
> selectVirtualBox VMs
> clickNew
button ...The text was updated successfully, but these errors were encountered: