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 ... 5 6 7 8 9 10 11 12 13 14 Next › Last »
hcartiaux commented on 2017-09-15 13:14
The source file has changed...
I've updated the checksums but if somebody still has the original tarball and can compare with the new one...
occupo commented on 2017-09-15 11:58
I get this:
==> Validating source files with md5sums...
gns3-server-2.0.3.tar.gz ... FAILED
gns3-server@.service ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build gns3-server.
sudokamikaze commented on 2017-07-18 13:16
After updating system gnsserver don't start
Here logs https://hastebin.com/ebobupihif.sql
eang commented on 2017-03-26 20:51
Shouldn't wireshark be listed among the optional dependencies?
alien_luke commented on 2017-02-05 09:12
Any chance for you to take a look at dynamips package and try make it work again? I tried install it to be used by gns3 but got some compiling errors... Maybe you can take over maintaining that package too?
LE: seems that it didn't compile because of multilib packages (lib32-glibc, lib32-gcc-libs). It worked after disabling multilib https://wiki.archlinux.org/index.php/multilib#Disabling.
mosh5382 commented on 2017-01-30 03:42
I ended up just uploading an AUR package for python-aiohttp-cors. I would recommend adding it as a dependency for gns3-server 1.5.3 as I couldn't get the server to start without it.
https://aur.archlinux.org/packages/python-aiohttp-cors/
mosh5382 commented on 2017-01-29 17:06
I manually changed the PKGBUILD so I could install version 1.5.3. The local server wouldn't start as there was an error related to aiohttp_cors needing to be at version 0.4.0 or greater. I was upgrading from a pre 1.5 version of GNS3 server so maybe this dependency was taken care of at some point previously. In any event I can't find a package in the official repository or the AUR that satisfies the dependency so I had to run:
pip3 install aiohttp_cors==0.5.0
then GNS3 server would start correctly. I suspect that this package needs to be added as a dependency but I'm not sure how that can be done if it doesn't exist. I am just posting here in case someone else runs into this issue as I'm pretty sure this would affect version 1.5.2 also.
santinas commented on 2017-01-28 21:16
enderst, is that because of the error like this?
Traceback (most recent call last):
File "/usr/bin/gns3server", line 11, in <module>
load_entry_point('gns3-server==1.5.2', 'console_scripts', 'gns3server')()
File "/usr/lib/python3.6/site-packages/gns3server/main.py", line 71, in main
from gns3server.run import run
File "/usr/lib/python3.6/site-packages/gns3server/run.py", line 32, in <module>
from gns3server.server import Server
File "/usr/lib/python3.6/site-packages/gns3server/server.py", line 33, in <module>
from .web.request_handler import RequestHandler
File "/usr/lib/python3.6/site-packages/gns3server/web/request_handler.py", line 22, in <module>
class RequestHandler(aiohttp.web.RequestHandler):
AttributeError: module 'aiohttp.web' has no attribute 'RequestHandler'
If so I will then wait for 1.5.3 to be uploaded.
Edit: sorry bout that.
https://github.com/GNS3/gns3-server/issues/842
noplay commented on 2017-01-12 06:58
A 1.5.3 of GNS3 should be available today it will fix this issue.
enderst commented on 2017-01-12 05:53
Had to uninstall python-aiohttp and python-zipstream then use pip3 to install the versions required by gns3-server 1.5.2-1 so I could get the gns3 vm to work.
pip3 install aiohttp==0.21.5
pip3 install zipstream==1.1.3