Package Details: gns3-server 3.0.5-1

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.048378
First Submitted: 2014-05-13 17:40 (UTC)
Last Updated: 2025-05-26 19:30 (UTC)

Dependencies (33)

Required by (3)

Sources (3)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 18 Next › Last »

phy0d0r commented on 2019-12-11 22:15 (UTC)

Hi! I got another error. Thanks.


 ┌─ fyodor at 06:11  ın  {~}
 └─> ₹ » gns3
2019-12-12 06:11:26 INFO root:126 Log level: INFO
2019-12-12 06:11:26 INFO main:256 GNS3 GUI version 2.2.3
2019-12-12 06:11:26 INFO main:257 Copyright (c) 2007-2019 GNS3 Technologies Inc.
2019-12-12 06:11:26 INFO main:259 Application started with /usr/bin/gns3
2019-12-12 06:11:31 ERROR local_server:496 Local server process has stopped
2019-12-12 06:11:31 ERROR local_server:498 Traceback (most recent call last):
  File "/usr/bin/gns3server", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3252, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'async-timeout==3.0.1' distribution was not found and is required by gns3-server

 ┌─ fyodor at 06:11  ın  {~}
 └─> ₹ » yay -Ss async-timeout
aur/python-async-timeout-gns3 3.0.1-1 (+10 0.34%) (Installed)
    Asyncio-compatible timeout class (GNS3)

buzo commented on 2019-12-11 15:16 (UTC) (edited on 2019-12-11 15:16 (UTC) by buzo)

python-multidict-gns3 is at version 4.7.0 now, which should fix that issue.

Archange commented on 2019-12-10 23:44 (UTC)

I’m in the work of packaging this to [community], if some people want to try the current, package it’s available at https://paste.xinu.at/m-xMBT/ (it removes the requirements on all -gns3 python deps and use latest ones instead, but I haven’t thoroughly tested it, so some things might break —please report if so).

I did not package the systemd service file that’s available here though, because using the gui starts the server by itself, so I’m not sure there is a need but please tell me.

kancelator commented on 2019-12-02 21:12 (UTC)

It seems that there is an issue with multidict<5.0,>=4.5. So gns3server doesn't start.

pkg_resources.DistributionNotFound: The 'multidict<5.0,>=4.5' distribution was not found and is required by aiohttp

yay -Q | grep multidict python-multidict-gns3 4.5.2-1

Tried with python-multidict 4.6.1-1 but it is the same does not want to start.

Could you please have a look at this?

SinClaus commented on 2019-11-27 09:43 (UTC)

As usual, modules are installed to /usr/lib/python3.7/site-packages but gns3-server uses /usr/lib/python3.8/site-packages

SinClaus commented on 2019-11-27 09:27 (UTC)

$ yay -Ss python-async-timeout-gns3 aur/python-async-timeout-gns3 3.0.1-1 (+10 0.46%) (Installed)

SinClaus commented on 2019-11-27 09:24 (UTC)

After update:

pkg_resources.DistributionNotFound: The 'async-timeout==3.0.1' distribution was not found and is required by gns3-server

buzo commented on 2019-11-25 17:31 (UTC)

Should be fixed now. I have relaxed the requirements to allow python-psutil from the community repo. I hope that is sufficient, else I could add another AUR package for that exact version.

aetios commented on 2019-11-19 10:18 (UTC)

The package seems to require yarl 1.3.0, but depends on the package python-yarl-gns3 which provides 1.2.6-2. seems to work for now by adjusting this requirement in the requirements.txt but would like to see a fix.

additionally, this (and gns3-gui) requires psutil==5.6.3. psutil current version is 5.6.5 and thus will prevent gns3server from starting. i've patched this too but i dont know whether this will cause instability.

SinClaus commented on 2019-11-19 02:56 (UTC)

So am I [code] Nov 19 09:51:29 Pirr gns3server[11179]: Traceback (most recent call last): Nov 19 09:51:29 Pirr gns3server[11179]: File "/usr/bin/gns3server", line 6, in <module> Nov 19 09:51:29 Pirr gns3server[11179]: from pkg_resources import load_entry_point Nov 19 09:51:29 Pirr gns3server[11179]: File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3251, in <module> Nov 19 09:51:29 Pirr gns3server[11179]: def _initialize_master_working_set(): Nov 19 09:51:29 Pirr gns3server[11179]: File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3234, in _call_aside Nov 19 09:51:29 Pirr gns3server[11179]: f(args, *kwargs) Nov 19 09:51:29 Pirr gns3server[11179]: File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3263, in _initialize_master_working_set Nov 19 09:51:29 Pirr gns3server[11179]: working_set = WorkingSet._build_master() Nov 19 09:51:29 Pirr gns3server[11179]: File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 583, in _build_master Nov 19 09:51:29 Pirr gns3server[11179]: ws.require(requires) Nov 19 09:51:29 Pirr gns3server[11179]: File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 900, in require Nov 19 09:51:29 Pirr gns3server[11179]: needed = self.resolve(parse_requirements(requirements)) Nov 19 09:51:29 Pirr gns3server[11179]: File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 786, in resolve Nov 19 09:51:29 Pirr gns3server[11179]: raise DistributionNotFound(req, requirers) Nov 19 09:51:29 Pirr gns3server[11179]: pkg_resources.DistributionNotFound: The 'gns3-server==2.2.3' distribution was not found and is required by the application Nov 19 09:51:29 Pirr systemd[1]: gns3-server@netmaster.service: Main process exited, code=exited, status=1/FAILURE [/code]