Package Details: gns3-server 2.2.46-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: GPL3
Groups: gns3
Submitter: korjjj
Maintainer: buzo
Last Packager: buzo
Votes: 76
Popularity: 1.20
First Submitted: 2014-05-13 17:40 (UTC)
Last Updated: 2024-03-07 17:00 (UTC)

Dependencies (20)

Required by (2)

Sources (3)

Latest Comments

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

Archange commented on 2019-12-14 15:27 (UTC)

@phy0d0r: What does pacman -Ql python-aiohttp-cors-gns3 returns?

Also, why not try the package I’ve posted?

phy0d0r commented on 2019-12-13 18:30 (UTC)

Hi buzo, I already rebuild all required packages but experiencing another error.


 ┌─ fyodor at 02:26  ın  {~}
 └─> ₹ » gns3
2019-12-14 02:26:03 INFO root:126 Log level: INFO
2019-12-14 02:26:03 INFO main:256 GNS3 GUI version 2.2.3
2019-12-14 02:26:03 INFO main:257 Copyright (c) 2007-2019 GNS3 Technologies Inc.
2019-12-14 02:26:03 INFO main:259 Application started with /usr/bin/gns3
2019-12-14 02:26:08 ERROR local_server:496 Local server process has stopped
2019-12-14 02:26:08 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 'aiohttp-cors==0.7.0' distribution was not found and is required by gns3-server

 ┌─ fyodor at 02:29  ın  {~}
 └─> ₹ » yay -Ss aiohttp-cors
aur/python-aiohttp-cors-gns3 0.7.0-1 (+13 0.33%) (Installed)
    CORS support for aiohttp (GNS3)

buzo commented on 2019-12-12 17:00 (UTC)

phy0d0r: Did you rebuild python-async-timeout-gns3 already? This was needed due to the move from Python 3.7 to 3.8.

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