Search Criteria
Package Details: gns3-server 2.2.51-1
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: | 77 |
Popularity: | 0.079222 |
First Submitted: | 2014-05-13 17:40 (UTC) |
Last Updated: | 2024-11-13 19:47 (UTC) |
Dependencies (20)
- busybox (busybox-gitAUR, busybox-coreutilsAUR)
- python-aiofiles
- python-aiohttp (python-aiohttp-gitAUR)
- python-aiohttp-corsAUR
- python-async-timeout (python-async-timeout-gitAUR)
- python-distro
- python-jinja
- python-jsonschema
- python-platformdirs
- python-psutil
- python-py-cpuinfo
- python-sentry_sdk
- python-setuptools
- python-truststore
- 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
- qemu (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)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 17 Next › Last »
SinClaus commented on 2019-11-27 09:27 (UTC)
$ yay -Ss python-async-timeout-gns3 aur/python-async-timeout-gns3 3.0.1-1 (+10 0.46%) (Installed)
SinClaus commented on 2019-11-27 09:24 (UTC)
After update:
pkg_resources.DistributionNotFound: The 'async-timeout==3.0.1' distribution was not found and is required by gns3-server
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.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 17 Next › Last »