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.15
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 12 .. 17 Next › Last »

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]

KaiSVK commented on 2019-11-18 20:12 (UTC)

I got the same error Local server process has stopped

Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 583, in _build_master ws.require(requires) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 791, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (yarl 1.2.6 (/usr/lib/python3.7/site-packages), Requirement.parse('yarl==1.3.0'), {'gns3-server'})

SinClaus commented on 2019-11-15 02:49 (UTC)

Last update result:

pkgresources.DistributionNotFound 'gns3-server==2.2.3' distribution was not found ....

phy0d0r commented on 2019-11-03 13:19 (UTC)

Thanks buzo. Install was successful without any error. Thanks.

buzo commented on 2019-11-03 09:52 (UTC)

phy0d0r: Looks like a server problem to me. Did you try to rm gns3-server-2.2.1.tar.gz and then download again?

phy0d0r commented on 2019-11-03 09:30 (UTC) (edited on 2019-11-03 09:31 (UTC) by phy0d0r)

Hi, I had a problem when installing gns3-server 2.2.1-1.


==> Making package: gns3-server 2.2.1-1 (Sun 03 Nov 2019 05:27:16 PM PST)
==> Retrieving sources...
  -> Downloading gns3-server-2.2.1.tar.gz...
** Resuming transfer from byte position 5767168
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   124    0   124    0     0     73      0 --:--:--  0:00:01 --:--:--    73
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
==> ERROR: Failure while downloading https://github.com/GNS3/gns3-server/archive/v2.2.1.tar.gz
    Aborting...
Error downloading sources: gns3-server

etiennewan commented on 2019-10-13 13:00 (UTC)

Thank you deemon for the info, I had to edit the gns3_server.conf as you mentioned to get rid of the error

joetheshmo commented on 2019-10-08 21:59 (UTC)

Thank you buzo!!