Jeremy Grossmann
Jeremy Grossmann
Do you confirm that the disk interface is set to "sata"?
Could be worth to try to add one of the following "additional options" to see if this changes anything. * `-cpu kvm64` * `-cpu qemu64` * `-cpu host`
@jerrylin1127 interesting, we have had some issues with AMD Ryzen CPUs in the past but your Macbook Pro has an Intel CPU. We definitely have to investigate this more... You...
**Qemu** Custom adapters seems to be almost implemented for Qemu templates/nodes however the Web-Ui seems to not send the correct custom adapters list:  ``` Error {"message":"HTTP...
Let's focus on Qemu templates first. Here is the data we receive from the server for the FRR template using the `/v3/templates` API endpoint. ``` { "template_id": "59c55a13-5556-4fe2-9d8a-161c66f7576d", "name": "FRR",...
Next is Docker, it is not possible to configure custom network adapters for Docker templates in the web-ui:  Also, there is an issue in the web-ui...
I have fixed an issue with some cloud symbols. Please see https://github.com/GNS3/gns3-gui/issues/3232 for details. I think this PR can be merged now. Thanks :)
> Thanks, but my goal is to build deb packages for systemd distributions, not just install gns3. We have plans to allow the installation of our gns3-server Debian package as...
> Is there another way to build gns3 from source? https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#source-distributions The new recommended way is by using build, for example: `python3 -m build --sdist`
@eantowne > Perhaps an option during PPA install of gns3-server that if selected would install the service? The next `gns3-server` Debian package will install a systemd service file but it...