Please add ubridge as dependency. https://github.com/GNS3/ubridge
It's needed for Vmware support inside GNS3.
Search Criteria
Package Details: gns3-server 3.0.4-2
Package Actions
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.126068 |
First Submitted: | 2014-05-13 17:40 (UTC) |
Last Updated: | 2025-04-28 17:46 (UTC) |
Dependencies (33)
- busybox (busybox-gitAUR)
- python-aiofiles
- python-aiohttp (python-aiohttp-gitAUR)
- python-aiosqlite
- python-alembic
- python-bcrypt
- python-distro
- python-email-validator
- python-fastapi
- python-greenlet
- python-jinja
- python-joserfc
- python-platformdirs
- python-psutil
- python-py-cpuinfo
- python-pydantic
- python-python-multipart
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-truststore
- python-watchdog (python-watchdog-gitAUR)
- python-websockets (python-websockets-gitAUR)
- python-zstandard
- uvicorn
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- dynamipsAUR (dynamips-gitAUR) (optional) – Cisco router emulator
- gns3-guiAUR (gns3-gui-gitAUR) (optional) – graphical user interface for GNS3 server
- libvirt (libvirt-gitAUR, libvirt-xenAUR) (optional) – needed for the NAT cloud
- python-sentry_sdk (optional) – Python SDK for Sentry.io
- qemu (qemu-full-rutabagaAUR, qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full) (optional) – Used by GNS3 to run Cisco ASA, PIX and IDS
- ubridgeAUR (ubridge-gitAUR) (optional) – Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces
- vpcsAUR (vpcs-gitAUR) (optional) – Simple PC emulation for basic network operations
Required by (2)
- gns3-gui (optional)
- gns3-gui-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 Next › Last »
cioby23 commented on 2016-01-29 15:02 (UTC)
ledbrv commented on 2015-04-09 13:33 (UTC)
@korjjj I just updated gns3-server to version 1.3.0-2. It worked. Thanks.
korjjj commented on 2015-04-09 11:15 (UTC)
@max-k by mistake
max-k commented on 2015-04-09 09:42 (UTC)
Hi korjjj,
Why did you remove dynamips as an optional dependency ?
korjjj commented on 2015-04-09 05:31 (UTC)
@ledbrv yeah, upstream keeps forgetting that dependencies can sometimes be upgraded too.
Posted an issue at github and added a small patch for the package.
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)
Pinned Comments
buzo commented on 2025-04-28 17:37 (UTC)
Upstream has split development of the major versions 2 and 3, with 2.2.54 being the latest release. I will keep this package tracking version 3, but could provide a separate package tracking version 2, if there is interest.