Search Criteria
Package Details: gns3-gui 2.2.33.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gns3-gui.git (read-only, click to copy) |
---|---|
Package Base: | gns3-gui |
Description: | GNS3 network simulator. Graphical user interface package. |
Upstream URL: | https://github.com/GNS3/gns3-gui |
Licenses: | GPL3 |
Submitter: | korjjj |
Maintainer: | buzo |
Last Packager: | buzo |
Votes: | 86 |
Popularity: | 2.16 |
First Submitted: | 2014-05-13 18:56 (UTC) |
Last Updated: | 2022-06-21 09:31 (UTC) |
Dependencies (13)
- desktop-file-utils (desktop-file-utils-git)
- python-distro
- python-jsonschema (python-jsonschema26)
- python-psutil
- python-pyqt5 (python-pyqt5-sip4)
- python-sentry_sdk
- python-setuptools
- python-sip (python-sip4)
- qt5-svg (qt5-svg-git)
- qt5-websockets (qt5-websockets-git)
- gns3-server (gns3-server-git) (optional) – GNS3 backend. Manages emulators such as Dynamips, VirtualBox or Qemu/KVM
- wireshark-qt (optional) – Live packet capture
- xterm (jbxvt-git, xterm-git, xterm-alacritty-symlink) (optional) – Default terminal emulator for CLI management of virtual instances
Required by (1)
- gns3-server (optional)
Latest Comments
zbe commented on 2022-06-26 07:44 (UTC)
@Mario156090, just update PKGBUILD and rebuild python-util package yourself. All you need to do is change pkgver/pkgrel.
Mario156090 commented on 2022-06-26 01:18 (UTC) (edited on 2022-06-26 01:19 (UTC) by Mario156090)
Well, the last version for psutil is 5.9.1 and GNS3 require this but Arch official repository does not update yet.
So, I found a Workaround for this.
First, uninstall gns3-server and gsn3-gui. second, install pip3 package. third, install the pip3 version package of psutil, use this command: python -m pip install --upgrade --no-cache-dir --use-deprecated=legacy-resolver psutil
fourth, reinstall gns3-gui and gns3-server.
Good luck people!
buzo commented on 2022-06-22 18:36 (UTC)
Yes, python-psutil needs to be updated, but I can't do anything about that.
mashinkopochinko commented on 2022-06-21 21:03 (UTC)
waiting update python-psutil >=5.9.1
kazaii commented on 2022-06-13 11:42 (UTC)
Much appreciated. Launches now.
buzo commented on 2022-06-13 07:32 (UTC)
kazaii: Thanks, that was a typo (‘<’ instead of ‘>’) – fixed.
kazaii commented on 2022-06-11 18:21 (UTC)
Dang, looks like python setuptools 1:60.10 was distributed today
Now it's complaining upon launch, not on build
I tried to edit the requirements.txt , with no luck
jpbd commented on 2021-12-14 06:56 (UTC)
@buzo the dependency python-sentry_sdk has been updated to
python-sentry_sdk-1.5.1-1
breaks the gns3-gui on update
buzo commented on 2021-12-01 16:16 (UTC)
marcBarbier: Can you tell me all missing dependencies, please? Are they required or optional? What are they needed for?
marcBarbier commented on 2021-12-01 13:41 (UTC)
you need to add some packages as dependancies like telnet-bsd and ubridge
buzo commented on 2021-05-10 17:07 (UTC)
Thanks zbe and kazaii, fixed.
kazaii commented on 2021-05-09 15:49 (UTC) (edited on 2021-05-09 15:50 (UTC) by kazaii)
zbe is correct. This has been broken for me since ~ Friday. Fixed it by deleting the contents of ~/.cache/yay/gns3-gui & gns3-server
then re-installing with: yay -S --editmenu gns3-server yay -S --editmenu gns3-gui
(say yes to editing the pkgbuild)
and adding (don't use quotes) "-e 's|^sentry-sdk==1.0.0$|sentry-sdk>=1.0.0|' \"
to similar entries in "prepare() {" section, (the sed commands)
example:
Afte rebuilding both packages, I'm back in my lab. Thanks zbe!
zbe commented on 2021-05-07 07:08 (UTC) (edited on 2021-05-09 21:35 (UTC) by zbe)
gns3-gui doesn't start after updating to python-sentry_sdk 1.1.0-1.
Edit: Add "-e 's|^sentry-sdk==1\.0\.0$|sentry-sdk>=1.0.0|' \" to PKGBUILD.
buzo commented on 2021-04-09 19:33 (UTC)
cookiewookie: Should be fixed with 2.2.20, since upstream switched to sentry-sdk 1.0.0.
cookiewookie commented on 2021-04-05 14:35 (UTC)
python-sentry_sdk fails to download from pypi!
csirek commented on 2020-10-29 07:27 (UTC) (edited on 2020-10-29 07:28 (UTC) by csirek)
After i upgraded from 2.2.5 to 2.2.15 the gns3 does'nt start with a lot of error like this:
$ gns3 Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 567, in _build_master ws.require(requires) File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 884, in require needed = self.resolve(parse_requirements(requirements))
etc etc etc....
And the last line is:
pkg_resources.DistributionNotFound: The 'jsonschema==3.2.0' distribution was not found and is required by gns3-gui
So the main problem is need to install "python-jsonschema" 3.2.0-2 and after that the gns3 run as normal. So this jsonschema is a dependency but not install when i upgrade (or remove the old and isntall the new) gns3.
buzo commented on 2020-08-16 09:55 (UTC)
The problems regarding requirements should be fixed with the update to 2.2.12.
commented on 2020-08-09 18:19 (UTC)
@demolisher thanks for your answer! but after downgrading python3-PyQt5 to 5.14.1 it doesnt help me, gns3-gui still cant load at all. I still have the same output log of gns3-gui before
betrunkenaffe commented on 2020-08-06 01:41 (UTC)
I resolved by using python-pip and then downloading the specific version of psutil from https://pypi.org/project/psutil/5.7.0/
theinterwebthing commented on 2020-08-03 00:06 (UTC) (edited on 2020-08-03 00:25 (UTC) by theinterwebthing)
Unable to start
Updating psutil==5.7.0 to psutil==5.7.1 in /usr/lib/python3.8/site-packages/gns3_gui-2.2.11-py3.8.egg-info/requires.txt solves the issue.
Note these are hardcoded upstream in the requirements.txt
demolisher commented on 2020-07-28 00:17 (UTC)
Hello, deanvry. Had the same issue. Just downgrade PyQt5 to version 5.14.1 and everything starts working again.
commented on 2020-07-19 10:44 (UTC)
Hello, im having a weird some kind of error? the gns3-gui cant start and open up the GUI. Its just stuck like this:
For the test, i can run gns3-server with its web ui smoothly.
buzo commented on 2020-06-05 16:44 (UTC)
Thanks cioby23, fixed.
cioby23 commented on 2020-06-04 14:25 (UTC)
Beginning with version 2.2.9 python-raven have been deprecated and replaced by python-sentry_sdk. The PKGBUILD needs to be updated with this dependency. https://aur.archlinux.org/packages/python-sentry_sdk/
almooj commented on 2020-03-07 20:04 (UTC)
Hi DevStacker99, your suggestion has been invaluable! Everything works!!! Thank you so much my friend :)
DevStacker99 commented on 2020-03-07 01:20 (UTC) (edited on 2020-03-07 01:25 (UTC) by DevStacker99)
hello guys, so i had the same error as @almooj and this is how i solved it :
I hope this will help
Thanks in advance.
picokan commented on 2020-03-03 15:46 (UTC) (edited on 2020-03-03 16:23 (UTC) by picokan)
I have the exact same error output as almooj. Edit: Not quite exact, instead of /tmp/yaourt... I have /home/user/.cache/yay/...
almooj commented on 2020-03-01 22:53 (UTC) (edited on 2020-03-01 23:05 (UTC) by almooj)
Hello Buzo and hello everyone, when I try to add the "python-jsonschema26" package I have the following error:
I tried to downgrade the python and to install the last version of python-jsonschema (3.2.0-2) but the situation has not changed. Can you help me please?
Thanks in advance.
EnSER commented on 2020-03-01 16:42 (UTC)
@Archange Any updates with your packaging effort? Would be really great if GNS3 could move to community!
buzo commented on 2020-01-18 13:55 (UTC)
Yes, Python packages need a rebuild after Arch moved to Python 3.8 in October 2019. So rebuilding python-jsonschema26 should fix this indeed.
deemon commented on 2020-01-14 13:44 (UTC) (edited on 2020-01-14 15:13 (UTC) by deemon)
Hello buzo, I have exact same problem like phy0d0r and milenus. Same output as is bellow.
Although I see that I have installed 'jsonschema=2.6.0' (with single '=') and gns3-gui requires 'jsonschema==2.6.0' (with double '=').
EDIT: rebuilding python-jsonschema26 did fix it for me.
milenus commented on 2020-01-14 11:32 (UTC) (edited on 2020-01-14 11:33 (UTC) by milenus)
Hello buzo, I have exact same problem like phy0d0r. Same output as is bellow.
Archange commented on 2019-12-10 23:45 (UTC)
I’m in the work of packaging this to [community], if some people want to try the current, package it’s available at https://paste.xinu.at/m-xMBT/ (it removes the requirements on all -gns3 python deps and use latest ones instead, but I haven’t thoroughly tested it, so some things might break —please report if so).
phy0d0r commented on 2019-11-26 09:35 (UTC)
Hi buzo, i already uninstall/reinstall but the problem is persists.
buzo commented on 2019-11-25 17:32 (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.
KaiSVK commented on 2019-11-18 20:10 (UTC)
I got the same error as everyone else :/ but that is probably more of a gns3-server package thing.
When I switch to remote server (just my GNS3 VM) gns3-gui works.
However selecting Virtualbox in GNS3 VM -> VM name "Refresh" does not.
phy0d0r commented on 2019-11-17 14:40 (UTC)
Error using gns3-server 2.2.3-1 and gns3-gui 2.2.3-1. Thanks.
hagar-dunor commented on 2019-11-16 22:09 (UTC)
When starting gns3-gui 2.2.3, I see this on the console
pkg_resources.ContextualVersionConflict: (psutil 5.6.5 (/usr/lib/python3.8/site-packages), Requirement.parse('psutil==5.6.3'), {'gns3-gui'})
phy0d0r commented on 2019-11-13 15:50 (UTC) (edited on 2019-11-13 15:58 (UTC) by phy0d0r)
Hi I'am having error after installing gns-gui 2.2.3 & gns-server 2.2.3. Working again after downgrading to gns3-server-2.2.2-1 and gns3-gui-2.2.2-1. Thanks.
buzo commented on 2019-11-04 19:57 (UTC)
tototony: Which aiohttp/attrs issue?
tototony commented on 2019-10-17 22:51 (UTC) (edited on 2019-10-17 22:58 (UTC) by tototony)
to fix the aiohttp/attrs issue
buzo commented on 2019-10-06 20:06 (UTC)
Fixed – sorry for the delay, I am currently on vacation.
joetheshmo commented on 2019-10-03 20:03 (UTC)
I'm also experiencing issue with gns3 after the 20191001 update similar to phy0d0r
phy0d0r commented on 2019-10-03 05:11 (UTC)
Hi, I had a problem after installing gns3-server 2.2.0-1 and gns3-gui. Thanks.
buzo commented on 2019-06-16 19:23 (UTC)
abdulhakeem: Fixed – thanks for the notification.
abdulhakeem commented on 2019-06-15 21:44 (UTC)
I had an issue where the gui would not start because python-jsonschema was too new, I had to downgrade it to version 2.6.0 and then it worked. In case anyone else runs into the same problem.
deconf commented on 2018-11-15 17:42 (UTC)
Please note that the current gns-gui 2.1.11-1 will add a public key to the user authorized_keys file. The problem stems from the upstream https://github.com/GNS3/gns3-gui/commit/a4cf95188eb9993e77c2b187e2f77c0fc869f458 Please pay attention to security issues
Joffrey commented on 2018-09-07 19:43 (UTC)
@hcartiaux, please can you add "python-sip" package as depend.
sonance2071 commented on 2018-07-31 22:04 (UTC) (edited on 2018-07-31 22:04 (UTC) by sonance2071)
I've had issue with this starting on a new arch install. I just had to run
sudo pip install SIP
YogiBare commented on 2018-03-24 20:02 (UTC) (edited on 2018-03-25 20:50 (UTC) by YogiBare)
UPDATE 25MAR18 SOLVED
I am experiencing a different segmentation fault with gns3-gui than the one described previously. I am using version 2.1.4.
***SOLVED after a
pacman -Syu
andconda update anaconda
all is well.hcartiaux commented on 2018-03-19 09:44 (UTC)
@denvit, all ok on my side, remove the old tarball and retry, 2.1.4 has been re-released with a new sha256sum...
denvit commented on 2018-03-18 14:21 (UTC) (edited on 2018-03-18 14:21 (UTC) by denvit)
I get a checksum validation error for gns3-gui-2.1.4.tar.gz :
caiye commented on 2017-12-11 05:49 (UTC) (edited on 2017-12-11 05:50 (UTC) by caiye)
Version 2.1.0 seems to cause segmentation faults with unknown reason, log[1].
According to the github issue[2], a workaround is to stop logging qt message by commenting out
/usr/lib/python3.6/site-packages/gns3/qt/__init__.py
line 298 which islog.info(msg_string)
. The filename and line number are inferred from the log[1].[1] https://gist.github.com/anonymous/b556f0fcf13b4083676c904649713742
[2] https://github.com/GNS3/gns3-server/issues/1225
physicist1616 commented on 2017-07-18 20:54 (UTC)
astroboy589 commented on 2017-06-21 23:07 (UTC)
hcartiaux commented on 2017-06-21 15:02 (UTC)
enkeyz commented on 2017-06-18 11:23 (UTC)
hcartiaux commented on 2017-05-17 13:29 (UTC)
alexanderp commented on 2017-05-17 12:41 (UTC)
taca commented on 2017-05-11 20:41 (UTC) (edited on 2017-05-11 20:41 (UTC) by taca)
alexanderp commented on 2017-05-10 12:23 (UTC)
hcartiaux commented on 2017-05-09 13:23 (UTC)
alexanderp commented on 2017-05-09 12:37 (UTC)
Yann.O commented on 2017-04-13 08:19 (UTC)
astroboy589 commented on 2017-03-03 09:10 (UTC)
munzirtaha commented on 2017-02-09 22:08 (UTC)
hcartiaux commented on 2017-01-31 08:59 (UTC)
santinas commented on 2017-01-28 09:58 (UTC)
enderst commented on 2016-12-21 01:58 (UTC)
korjjj commented on 2016-12-20 23:39 (UTC)
enderst commented on 2016-12-20 22:58 (UTC)
jeffryang24 commented on 2016-09-18 04:00 (UTC)
zigo commented on 2016-07-27 17:32 (UTC)
jmartins commented on 2016-07-13 17:26 (UTC)
buhaha commented on 2016-07-10 17:24 (UTC)
bubbles commented on 2016-07-08 09:39 (UTC)
buhaha commented on 2016-07-05 15:13 (UTC)
buhaha commented on 2016-06-24 23:45 (UTC)
Cravix commented on 2016-04-10 13:48 (UTC)
noplay commented on 2016-04-08 13:06 (UTC)
cioby23 commented on 2016-01-12 22:27 (UTC)
b3nn commented on 2015-12-24 05:23 (UTC) (edited on 2015-12-25 00:52 (UTC) by b3nn)
dopeadmin commented on 2015-09-09 16:21 (UTC)
Neldogz commented on 2015-08-04 17:23 (UTC)
grawity commented on 2015-05-24 10:24 (UTC)
igu0 commented on 2015-04-25 12:48 (UTC)
korjjj commented on 2015-04-09 13:28 (UTC)
max-k commented on 2015-04-09 09:52 (UTC)
korjjj commented on 2014-11-20 17:44 (UTC)
izmntuk commented on 2014-11-20 17:24 (UTC)
korjjj commented on 2014-10-25 07:27 (UTC)
max-k commented on 2014-10-24 08:32 (UTC)
max-k commented on 2014-10-23 14:51 (UTC)
astroboy589 commented on 2014-10-21 07:00 (UTC)
dack commented on 2014-10-16 21:15 (UTC)