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.046462
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 .. 12 13 14 15 16 17 18 Next › Last »

ledbrv commented on 2015-04-08 18:55 (UTC)

Hi, Today, after some packages updates, gns3 failed to start with the error: pkg_resources.DistributionNotFound: The 'aiohttp==0.14.4' distribution was not found and is required by gns3-server My current python-aiohttp package is version 0.15.1-1 (after the update). I found the requires.txt file on /usr/lib/python3.4/site-packages/gns3_server-1.3.0-py3.4.egg-info an changed aiohttp from version 0.14.4 to version 0.15.1. I don`t know yet if something is broken, but at least gns3 starts without erros.. diff --git a/requires.txt b/requires.txt index f699d5e..1a4c59f 100644 --- a/requires.txt +++ b/requires.txt @@ -1,4 +1,4 @@ -aiohttp==0.14.4 +aiohttp==0.15.1 jsonschema==2.4.0 Jinja2==2.7.3 raven==5.2.0

korjjj commented on 2015-04-01 16:20 (UTC)

@TomFyuri had no problem with qemu in 1.3.0. Didn't check with 1.2.x, though.

TomFyuri commented on 2015-03-30 15:04 (UTC)

Strangely (or not), doing gns3-server@username steps borks gns3 qemu support for me. (gns3 is capable of launching server side on it's own anyway, without systemd doing it)

dkorzhevin commented on 2014-12-27 16:28 (UTC)

Hi, gns3 1.2.1 available

korjjj commented on 2014-10-25 07:29 (UTC)

@max-k not sure about gns3-launcher-icons, though. Anyway it belongs to gui package.

korjjj commented on 2014-10-25 07:17 (UTC)

okay

astroboy589 commented on 2014-10-25 01:27 (UTC)

"Hi, Could you add these optional dependencies : iouyap : To bridge IOU to UDP, TAP and Ethernet vboxwrapper : To manage VirtualBox hosts vpcs : To emulate lighter hosts than VirtualBox or Qemu iouyap et vboxwrapper aren't packaged yet. I can provide them if you want but they are GNS3 projects so it can be interesting to make them maintained by the same packager. One last thing. Is it possible to merge content from gns3-launcher-icons package. Perhaps storing the files directly into your package. Thanks a lot." +1 PLUS 1. pity we can't vote on comments. :)

max-k commented on 2014-10-24 09:25 (UTC)

I forgot another optional dependency : qemu>1.1: To emulate hosts, PIX or ASA using Qemu

max-k commented on 2014-10-24 08:41 (UTC)

Hi, Could you add these optional dependencies : iouyap : To bridge IOU to UDP, TAP and Ethernet vboxwrapper : To manage VirtualBox hosts vpcs : To emulate lighter hosts than VirtualBox or Qemu iouyap et vboxwrapper aren't packaged yet. I can provide them if you want but they are GNS3 projects so it can be interesting to make them maintained by the same packager. One last thing. Is it possible to merge content from gns3-launcher-icons package. Perhaps storing the files directly into your package. Thanks a lot.