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

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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 18 Next › Last »

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!!

buzo commented on 2019-10-08 21:32 (UTC)

Thanks DragonX256, fixed.

DragonX256 commented on 2019-10-08 03:55 (UTC)

python-async_generator and python-aiofiles is required for gns3server running.

deemon commented on 2019-10-06 22:32 (UTC) (edited on 2019-10-06 22:33 (UTC) by deemon)

Got my problem sorted. Changed the "host = None" to "host = 127.0.0.1" in ~/.config/GNS3/2.2/gns3_server.conf

why it comes with "None" as default is beyond me. (or the previous version did and this got somehow migrated from old version?)