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.120621 |
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 ... 6 7 8 9 10 11 12 13 14 Next › Last »
johnthekipper commented on 2016-11-12 08:20
Please replace 'python-aiohttp' 'python-zipstream' at the depends
and change the version to 1.5.2
hcartiaux commented on 2016-10-02 14:02
Could you please update to 1.5.2 ?
hugleo commented on 2016-08-01 15:57
Local server is not working with 0.22 version.
Downgrade to 0.21.5 and worked.
bubbles commented on 2016-07-27 06:58
@veroke
I edited /usr/lib/python3.5/site-packages/gns3_server-1.5.1-py3.5.egg-info/requires.txt
change aiohttp==0.21.5 to aiohttp>=0.21.5
and pip install multidict
working fine.
noplay commented on 2016-07-22 11:14
The require.txt is fixed in the GNS3 git to use >=
veroke commented on 2016-07-22 10:34
I encountered some error running gns3-server
pkg_resources.ContextualVersionConflict: (aiohttp 0.22.1 (/usr/lib/python3.5/site-packages), Requirement.parse('aiohttp==0.21.5'), {'gns3-server'})
So, i edited vim /usr/lib/python3.5/site-packages/gns3_server-1.5.1-py3.5.egg-info/requires.txt
change aiohttp==0.21.5 to aiohttp==0.22.1
then i ran gns3 on terminal, another error showed up:
pkg_resources.DistributionNotFound: The 'multidict>=1.1.0' distribution was not found and is required by aiohttp
$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/python-multidict.tar.gz
$ tar xvf python-multidict.tar.gz
Edit the PKGBUILD, change pkgver=1.1.0b4 to pkgver=1.1.0
$ updpkgsums
$ makepkg -rs
then, installed it.
gns3 runs okay now.
jmartins commented on 2016-07-13 17:30
Please update to latest version
tks
joao
buhaha commented on 2016-07-10 17:23
1.5.1
http://pastebin.com/cwLZSih1
noplay commented on 2016-07-05 15:22
You can drop this dependencies:
python-netifaces' 'gns3-netifaces' 'python-docker-py
We have replaced netifaces by a function available in psutils.
buhaha commented on 2016-07-05 15:15
1.5.0
http://pastebin.com/G9VKhu8k