Search Criteria
Package Details: gns3-server 2.2.19-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: | |
Groups: | |
Submitter: | korjjj |
Maintainer: | buzo |
Last Packager: | buzo |
Votes: | 64 |
Popularity: | 0.120416 |
First Submitted: | 2014-05-13 17:40 |
Last Updated: | 2021-03-06 13:46 |
Dependencies (21)
- busybox (busybox-norootreboot, busybox-custom-git, busybox-git)
- python-aiofiles
- python-aiohttp (python-aiohttp-gns3)
- python-aiohttp-cors (python-aiohttp-cors-gns3)
- python-async-timeout (python-async-timeout-gns3)
- python-async_generator
- python-distro
- python-jinja
- python-jsonschema (python-jsonschema26)
- python-prompt_toolkit (python-prompt_toolkit-gns3)
- python-psutil
- python-py-cpuinfo
- python-sentry_sdk
- python-yarl (python-yarl-gns3)
- python-setuptools (make)
- dynamips (optional) – Cisco router emulator.
- gns3-gui (gns3-gui-git) (optional) – graphical user interface for GNS3 server.
- libvirt (libvirt-xen, libvirt-apparmor, libvirt-git) (optional) – needed for the NAT cloud
- qemu (qemu-60fps, qemu-pinning-headless, qemu-pinning-headless-arch-extra, qemu-pinning-block-iscsi, qemu-pinning-block-rbd, qemu-pinning-block-gluster, qemu-pinning-guest-agent, qemu-headless-templeos, qemu-headless-arch-extra-templeos, qemu-block-iscsi-templeos, qemu-block-rbd-templeos, qemu-block-gluster-templeos, qemu-guest-agent-templeos, qemu-git) (optional) – Used by GNS3 to run Cisco ASA, PIX and IDS.
- ubridge (ubridge-git) (optional) – Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces.
- vpcs (optional) – Simple PC emulation for basic network operations.
Required by (2)
- gns3-gui (optional)
- gns3-gui-git (optional)
Latest Comments
« First ‹ Previous ... 4 5 6 7 8 9 10 11 12 13 14 Next › Last »
buzo commented on 2018-09-16 11:16
king007: I have added this change from upstream as a patch, which should fix this.
ucup commented on 2018-08-30 03:44
Problem Python 3.7 support in GNS3 already solved by Jeremy Grossman (https://github.com/GNS3/gns3-gui/issues/2566).. You can use GNS3 version 2.1.10dev2 to run GNS3 well in Arch Linux.. I already test it and it can run my topology network test with well..
You can download gns3-server package from here (https://github.com/GNS3/gns3-server/tree/814526ba2608af207b2d45fc9c2ac290872a71db) and gns3-gui package from here (https://github.com/GNS3/gns3-gui/tree/a5f4ec01355c357bd1a0752fb199797648d69772)..
That version can be temporary solution until GNS3 2.1.10 final version has release and ready in aur..
Thanks..
TvT82 commented on 2018-08-27 16:50
@stonyboy So, does this mean we cannot install Gns3-Server for now ? Or is there any way to workaround ? Thank you in advance
stonyboy commented on 2018-08-08 08:49
@SinClaus:
The python version has been updated from 3.6 to 3.7 and the gns3 packages need to be bytecompiled again with the new python version.
If you like me are using a AUR package manager (e.g aurman) you need to remove the cached packages to be able to force this step (e.g remove the folders named ~/.cache/aurman/gns3* and the dependency python packages like python-aiohttp-cors-gns3 etc.)
Getting that far you will probably see a number of bytecompilation errors in the gns3-server package like this:
File "/usr/lib/python3.7/site-packages/gns3server/controller/project.py", line 890 asyncio.async(self.start_all())
which signifies that the asyncio module has finally removed the asyncio.async function in favor of the asyncio.ensure_future function. The asyncio.async function was deprecated some python releases ago according to the documentation.
I have not yet checked with the GNS3 project site - but they will need to comply with this change - or the gns3-server package will need to contain a patch step for this to work with python 3.7
SinClaus commented on 2018-08-07 02:31
After today's update GNS server cant't start. Here is log:
journalctl -f _SYSTEMD_UNIT=gns3-server@netmaster.service
-- Logs begin at Wed 2017-07-26 08:50:14 +07. -- Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: f(args, *kwargs) Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3108, in _initialize_master_working_set Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: working_set = WorkingSet._build_master() Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 570, in _build_master Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: ws.require(requires) Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 888, in require Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: needed = self.resolve(parse_requirements(requirements)) Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 774, in resolve Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: raise DistributionNotFound(req, requirers) Aug 07 08:51:59 pirr.incom.tomsk.ru gns3server[3137]: pkg_resources.DistributionNotFound: The 'gns3-server==2.1.8' distribution was not found and is required by the application
spencerharmon commented on 2018-04-16 14:32
I ran into a dependency error. Seems to work with python-yarl-gns3 from aur instead of python-yarl.
grawlinson commented on 2018-03-29 22:29
curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://files.pythonhosted.org/packages/source/a/aiohttp-cors/aiohttp-cors-0.5.3.tar.gz
kyechou commented on 2018-01-21 00:14
vboxwrapper is no longer needed since 1.2.3 (https://github.com/GNS3/vboxwrapper). Would you mind removing it from the optional dependencies please?
predmijat commented on 2017-12-14 17:35
:: python-aiohttp-gns3 and python-aiohttp-135 are in conflict (python-aiohttp). Remove python-aiohttp-135? [y/N] y error: failed to prepare transaction (could not satisfy dependencies)
Anyone else?
occupo commented on 2017-09-18 07:09
I can confirm it's ok now. Thanks.