still seeing this error when trying to start up the local server: https://pastebin.com/bP4y8M9f
EDIT: After manually installing python-async_generator and python-aiofiles as mentioned by @DragonX256 gns3server runs as expected. THANK YOU!!
Git Clone URL: | https://aur.archlinux.org/gns3-server.git (read-only, click to copy) |
---|---|
Package Base: | gns3-server |
Description: | GNS3 network simulator, Server package |
Upstream URL: | https://github.com/GNS3/gns3-server |
Licenses: | GPL-3.0-only |
Groups: | gns3 |
Submitter: | korjjj |
Maintainer: | buzo |
Last Packager: | buzo |
Votes: | 78 |
Popularity: | 0.046462 |
First Submitted: | 2014-05-13 17:40 (UTC) |
Last Updated: | 2025-05-26 19:30 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 18 Next › Last »
still seeing this error when trying to start up the local server: https://pastebin.com/bP4y8M9f
EDIT: After manually installing python-async_generator and python-aiofiles as mentioned by @DragonX256 gns3server runs as expected. THANK YOU!!
@daemon. I just tested it now and worked fine. Double check dependencies or try to reinstall
Still something is broken... running the server in local computer and not in any sort or form of VM. The gns3server is not starting and gives this output:
2019-10-07 00:24:17 INFO web_server.py:294 Starting server on None:3080
2019-10-07 00:24:17 INFO init.py:62 Load controller configuration file /home/deemon/.config/GNS3/2.2/gns3_controller.conf
2019-10-07 00:24:17 INFO init.py:66 Controller is starting
2019-10-07 00:24:17 INFO compute.py:63 Create compute local
2019-10-07 00:24:17 INFO compute.py:360 Connecting to compute 'local'
2019-10-07 00:24:17 DEBUG compute.py:509 Attempting request to compute: GET http://None:3080/v2/compute/capabilities {'content-type': 'application/json'}
2019-10-07 00:24:17 WARNING compute.py:363 Cannot connect to compute 'local': Cannot connect to host none:3080 ssl:None [Name or service not known]
2019-10-07 00:24:17 CRITICAL web_server.py:87 Could not start the server: [Errno -2] Name or service not known
2019-10-07 00:24:17 DEBUG get_resource.py:39 Clean egg cache /tmp/tmp3itrffcj
[deemon@Zen ~]$
not quite sure, but seems it's starting server "None" and then tries to connect to "local" and doesn't find it by this name (because it started "None", not "local"?) or am I reading something something wrong there? Might be gns3-server itself bug -- which i reported just in case. Downgraded to 2.1.21 and it properly starts the server in 127.0.0.1 instead of the "None".
Thank you @buzo. You're the best!
Fixed – sorry for the delay, I am currently on vacation.
Please note that these are the official requirements.txt for gns3-server. As @meetmarvin already mentioned . aiofiles==0.4.0 seems to be new for latest release
--------requirements.txt-------- jsonschema==2.6.0 # pyup: ignore aiohttp==3.5.4 aiohttp-cors==0.7.0 aiofiles==0.4.0 async_generator>=1.10 Jinja2>=2.7.3 raven>=5.23.0 psutil>=3.0.0 async-timeout==3.0.1 distro>=1.3.0 ---------------------
Please update gn3-server 2.2.0 dependencies:
async-timeout==3.0.1 latest AUR: 3.0.0 aiohttp-cors==0.7.0 latest AUR: 0.6.0 aiohttp==3.5.4 latest AUR: 2.3.10
Thanks!
alexanderp: A question is not an error. You should answer “yes”, or does this break anything else?
See comments below for why this dependency changed.
Pinned Comments
buzo commented on 2025-05-28 11:57 (UTC)
Upstream has split development of the major versions 2 and 3. This package will keep tracking the latest version. If you prefer version 2, there is now a separate package gns3-server-2.