Close the GUI, then killall gns3server
Start GUI again.
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.120904 |
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 2 3 4 5 6 7 8 9 10 .. 18 Next › Last »
theinterwebthing commented on 2020-09-09 11:04 (UTC)
Will2k commented on 2020-09-09 09:08 (UTC) (edited on 2020-09-09 09:12 (UTC) by Will2k)
I'm currently receiving the following error.
Error when connecting to the GNS3 server:
Client version 2.2.13 is not the same as server (controller) version 2.2.12
Using gns3-gui 2.2.13-1 & gns3-server 2.2.13-1. Any suggestions on how to fix this?
buzo commented on 2020-08-16 09:54 (UTC)
Thanks theinterwebthing, fixed that with the update to 2.2.12.
theinterwebthing commented on 2020-08-03 00:18 (UTC) (edited on 2020-08-03 00:24 (UTC) by theinterwebthing)
Unable to start
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 785, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'py-cpuinfo==6.0.0' distribution was not found and is required by gns3-server
Updating psutil==5.7.0 to psutil==5.7.1 and py-cpuinfo==6.0.0 to py-cpuinfo==7.0.0 in /usr/lib/python3.8/site-packages/gns3_server-2.2.11-py3.8.egg-info/requires.txt solves the issue.
Note these are hardcoded upstream in the requirements.txt
buzo commented on 2020-06-05 16:44 (UTC)
Thanks cioby23, fixed.
cioby23 commented on 2020-06-04 14:25 (UTC)
Beginning with version 2.2.9 python-raven have been deprecated and replaced by python-sentry_sdk. The PKGBUILD needs to be updated with this dependency. https://aur.archlinux.org/packages/python-sentry_sdk/
<deleted-account> commented on 2020-04-27 20:27 (UTC)
Got this error:
[SKIPPED] In Python 3 json.load always produces unicode jsonschema.tests.test_jsonschema_test_suite.TestDraft3.test_string_a_bytestring_is_a_string jsonschema.tests.test_jsonschema_test_suite.TestDraft4.test_string_a_bytestring_is_a_string =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.8/unittest/case.py", line 60, in testPartExecutor yield File "/usr/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/tests/test_jsonschema_test_suite.py", line 63, in test_case validate(data, schema, cls=self.validator_class, **kwargs) File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/validators.py", line 541, in validate cls(schema, *args, **kwargs).validate(instance) File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/validators.py", line 129, in validate for error in self.iter_errors(*args, **kwargs): File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/validators.py", line 105, in iter_errors for error in errors: File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/_validators.py", line 163, in format validator.format_checker.check(instance, format) File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/_format.py", line 96, in check result = func(instance) File "/home/ruben/.cache/yay/python-jsonschema26/src/jsonschema-2.6.0/build/lib/jsonschema/_format.py", line 259, in is_css21_color instance.lower() in webcolors.css21_names_to_hex builtins.AttributeError: module 'webcolors' has no attribute 'css21_names_to_hex'
buzo commented on 2020-03-27 09:09 (UTC)
Thanks, frpenguin – fixed.
frpenguin commented on 2020-03-26 21:25 (UTC)
A new dependency: python-py-cpuinfo. Please add
temach commented on 2020-01-22 01:28 (UTC)
When starting gns3-server I ran into "pkg_resources.DistributionNotFound: The 'yarl==1.3.0' distribution was not found and is required by gns3-server"
It was asking for python-yarl==1.3.0 when python-yarl==1.4.2 is in the community repos. Downgrading python-yarl to 1.3.0 solved the issue.
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.