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
1 2 3 4 5 6 ... Next › Last »
buzo commented on 2021-01-22 13:22
d72: I guess you built the package with Python 3.8, but you try to run it with Python 3.9. In that case, you just need to rebuild gns3-server.
d72 commented on 2021-01-21 21:25
Any idea what's going wrong here?
Everything on the system is up to date. Works on my other Arch box
nhannht commented on 2020-12-11 07:16
buzo: this is about
gns3-server-git
Now I reinstall gns3-server. It tell problem about "aiohttp" even I had
aiohttp installed
Solution: pip install aiohttp-utils => solved.
buzo commented on 2020-12-09 16:26
nhannht: How did you build that package? I checked requires.txt again, and it contains
psutil>=5.6.7
, not==
.nhannht commented on 2020-12-09 15:30
Install gns3server-git version bug too. I have psutil 5.7.3 installed
Will2k commented on 2020-09-09 11:13
Ah! Thank you theinterwebthing!
theinterwebthing commented on 2020-09-09 11:04
Close the GUI, then
killall gns3server
Start GUI again.Will2k commented on 2020-09-09 09:08
I'm currently receiving the following error.
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
Thanks theinterwebthing, fixed that with the update to 2.2.12.
theinterwebthing commented on 2020-08-03 00:18
Unable to start
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