-
Notifications
You must be signed in to change notification settings - Fork 263
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
Import Appliance ? #2271
Comments
I downloaded Virtualbox and ESXi version from https://www.gns3.com/software/download-vm It imported OK, but there is no way to import appliance, at least not obvious one. https://docs.gns3.com/docs/using-gns3/beginners/install-from-marketplace/ Some sort of written guide or better menu for this would be helpful. |
@lovrenco, |
The server installs the appliances only when its version is more recent than the previous one. You can force this if you edit Then you can restart the GNS3 server and you should see that the appliances are installed in the |
This morning, i have build the last version 2.2. So, either the files in gns3server are useless, or there is a bug in the creation, or I did not understand something |
There must be a bug somewhere. You should see the following message first time the server copies the appliances: 2023-08-02 17:46:38 INFO appliance_manager.py:102 Installing built-in appliances in '/home/xxx/.config/GNS3/2.2/appliances' I have pushed a fix, hopefully that's the reason it does not work on your side. |
No, it doesn't work :-( the folder "/usr/local/lib/python3.9/dist-packages/gns3server/appliances/" is not empty
I erase my GNS3 config I run GNS3 and create a new default config The appliance folder is empty :
The appliance folder in the GNS3 config is also empty :
Here the logs generated by GNS3 ( i added the txt extension to bypass the limitation of github) : I must click on the button "Update from online registry" to have them |
Please can you try again? You should see something similar to this: |
|
With gns3-server 2.2.42 and appliances located in /usr/lib/python3.11/site-packages/gns3server/appliances/ at GUI first start I still se no available appliances from GNS3 server without updating from online registry. |
What operating systems are in play here? |
I use Fedora packages with local gns3server. |
Please can you show the logs after starting the GNS3 server?
Thanks. |
|
Thanks, I have fixed the issue and the fix will be included in v2.2.43. Please comment back if you still have the problem. |
Please can you double-check? there is a new location for appliance files:
No please can you share it again?
Yes, I will reply. |
All right. You are right. I built the latest version and it works :-) |
With gns3-gui-2.2.43 there are files in ~/.local/share/GNS3/appliances the same as in /usr/lib/python3.11/site-packages/gns3server/appliances. |
The first time the server starts and if this is a new version then all appliances files are copied from |
Hi
Perhaps i have do a wrong thing, and the bug comes from me.
But, the code of gns3server contains appliances files.
When i configure GNS3 for the first time, my account contains no appliance
On GNS3, in "New Template", "Install on appliance from the GNS3 server", there are no config, and i must update from online registry.
This updates my account folder with them.
So, why does gns3server contains appliances files if it must upload them ?
Why does gns3server not send these locales files to GNS3-gui ?
The text was updated successfully, but these errors were encountered: