-
Notifications
You must be signed in to change notification settings - Fork 437
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
gns3-server user rights issues - v2.2.50 #3646
Comments
I'm having the same exact problem as well for newly installed GNS3 "Could not create project directory". Was looking for solution for hours.
|
Same after update all images could not be seen couldn't create new project. |
1 similar comment
Same after update all images could not be seen couldn't create new project. |
The same problem. Can someone tell me it is possible to download GNS3 2.2.49? |
Same here, also reported here |
I just updated to 2.2.50 and now I get an error "ubridge path not found" and all my templates are missing as are my remote servers. All of my local paths have been reset to the defaults as well, it's as if this is a new install. I run this with two remote servers on two workstations simultaneously. It will take me at least two hours to reconfigure everything. Please provide a way to revert the upgrade in cases like this where the entire system get reset. I fixed the ubridge issue by running the setup wizard, after noticing the complete system reset and all my configurations were gone. I'm very upset about this. Valuable lab time has to be postponed until I can reconfigure this again. |
I apologize for this issue, we didn't anticipate it would create problems since enabling the service is optional when you install the gns3-server package. Has anyone seen this dialog? I have reverted the changes for now and will go back to the drawing board in regard of how we handle the gns3-server service. New packages with the old behavior have been published:
|
I never saw this dialog during the upgrade or the fresh installs that I've done. |
I saw the dialog and selected NO, upons removing and reinstalling this dialog not appear anymore. |
i also have the same issue and after modifying the permissions i managed to make it work but now it can't list VMs in vbox or vmware and other issues also related to permissions |
Hello, |
Yes I must have seen it but
so now that we installed that version how should we proceed to get the correction ?
|
I did remove the old version gns3-server-2.2.50 (jammy1) But not working for me. And kill the process: sudo kill -9 pid It's really annoying working this way. |
I removed the old versions and then re-installed your updates. However facing unauthentication error. 2024-10-23 19:14:08 ERROR http_client:681 Host requires authentication (localhost:3080) |
Thinking twice about it I imagine that you produced a new version without the choice that introduces the new option Now I already had an issue with GNS3 2.2.49 described there : |
OK so I uninstalled GNS3 and reinstalled it, I got no screen with questions like in Jeremy's post. So I'm going to open an issue here... |
re installing the new update crashes on cosmic may be a wayland issue. x11 appears to launch and create a project but unable to see images like FTDs or FMCs that was used before. |
What changes during the install process that makes it so my templates are not found? Now that my other computer was updated to the latest GNS3 version all my templates are gone. Is there an easy way to get them back without having to reinstall them all? |
All my templates are also gone! Please roll back these changes and go back to 2.2.49. Precious time lost trying to solve this! |
Do you know under what user the GNS3 server run? Also, your templates should be stored in Finally, what is the output of Thanks. |
Thank You for your message: ps -aux | grep gns3-server root 3952 0.4 0.4 357764 51668 ? Ssl 12:45 0:03 /usr/share/gns3/gns3-server/bin/python /usr/bin/gns3server --local Perhaps this is the problem as I have a user (not root) where all the templates are stored in the corresponding gns3_controller.conf file systemctl status gns3-server ● gns3-server.service - GNS3 server Any help will be greatly appreciated! Thanks. Regards, Pedro |
I linked the 2.2 directory in the root home dir to the one with my user configs (redes) and it works now. root@RedesVM: So, if the gns3server is launched at gns3-gui startup by my user and not as a service running as root in background this problem should be avoided. Thanks. Pedro |
Sorry after a windows update I cannot start my VMs anymore on my pro laptop so for the moment I cannot provide outputs. |
recent update fixed the permission issue of opening new projects but I am unable to open old projects due to not being able to see the images. This includes new projects its also unable to locate the images. |
please roll back these changes and go back to 2.2.49 and fix this for gods sake already!! (ubuntu) |
This issue affects already gns3 2.2.49 as the github issue #3647 states (I found it on GNS3 2.2.49). Personnally the version I am only sure of is GNS3 2.2.47 |
This solution worked for me. I moved 2.2 to 2.2.bak After reboot all images, projects ... work as always. Thanks Pedro |
This worked great for me. |
This was just a hack to overcome the problems caused by the initial update to the 2.2.50 version I saw in the GNS3 forum. A new update is available. In ubuntu 22.04 I uninstalled gns3-gui and gns3-server and reinstalled them again (using apt-get) and everything works as expected now. So, you can undo the hack as it is not necessary anymore. |
Indeed, the following packages fix the issue:
We are going to release v2.2.51 in a few days too. |
i have troubles with the v2.2.51 i switch the permissions of some files and i get all the time when i try to open or create a projet. |
@AlvaroLucasPerez I need more information to help. Do you have a systemd service running? Use this command to find out: |
@grossmj I am also getting the error after upgrading to v2.2.51. => Could not load topology /home/gibson/GNS3/projects/Demo_BGP+LAB/Demo_BGP+LAB.gns3: [Errno 13] Permission denied: '/home/gibson/GNS3/projects/Demo_BGP+LAB/Demo_BGP+LAB.gns3' Do you have a systemd service running? Yes $ systemctl status gns3-server |
Then stop/disable the service with |
Have run the above commands and when I try to create a new project I get the following error: Could not create project directory: [Errno 13] Permission denied: '/home/gibson/GNS3/projects/mona' -- Trying tu open an existing project and still getting the following error: Could not create project directory: [Errno 13] Permission denied: '/home/gibson/GNS3/projects/mona' Updating permissions on the projects folder and subfolders resolved the above error. Thank you @grossmj , much appreciated. |
This solution works for me. Thanks a lot! |
Hi,
Yes it is running but I am trying to do it on Windows 10 and I have all my
devices with a gns3 VM, I am doing my project but often my VM tells me that
I have a critical problem and I need to restart everything and start from
the beginning. Before I was doing it on a linux mint (ubuntu) but it has
given me a lot of problems due to permission errors.
El vie, 8 nov 2024 a las 4:20, Jeremy Grossmann ***@***.***>)
escribió:
… @AlvaroLucasPerez <https://github.com/AlvaroLucasPerez> I need more
information to help.
Do you have a systemd service running?
Use this command to find out: systemctl status gns3-server
—
Reply to this email directly, view it on GitHub
<#3646 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWNWNTTKRRZYNGYSBLSFZ2TZ7QUX3AVCNFSM6AAAAABQMM72LCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRTGY3TSMJUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This solution works for me too. Thanks |
OS: Ubuntu 24.04.1 (upgrade and fresh install)
GNS3 version: 2.2.50
Local GNS3 server
Attempt 1:
Ran upgrade from 2.2.49 to 2.2.50, discovered GNS3 server application is now running as new user "gns3-server". It has no rights in the /home//GNS3 folder and can't read/write there. Was able to add gns3-server user to local users group and that allowed gns3 to create new projects [sudo usermod -aG $(whoami) gns3-server
]. However, this still didn't allow it to open old projects. All custom templates are missing (no surprise) and am unable to use the standard templates. I tried to pull out a NAT object and get this error.
"Error while creating node from template: uBridge is not available, path doesn't exist, or you just installed GNS3 and need to restart your user session to refresh user permissions."
Restarting app does not help, nor does restarting the OS.
Attempt 2:
Fresh Ubuntu 24.04.1 (newest updates) installed and then installed GNS3 v2.2.50. New install has the gns3-server user issues mentioned above. In addition, the fresh install does not create the /home//GNS3 folder.
The text was updated successfully, but these errors were encountered: