You are not logged in.

#1 2018-01-18 10:47:54

ali_molaei
Member
From: Iran
Registered: 2015-12-24
Posts: 63
Website

GNS3 GUI not loading

I installed python-aiohttp-cors-gns3, python-yarl-gns3, gns3-server,  gns3-gui as the Wiki says.

After installation, when I run application from the terminal I just get this and nothing happens.

Any ideas?

~$ gns3
2018-01-18 14:02:44 INFO root:126 Log level: INFO
2018-01-18 14:02:44 INFO main:254 GNS3 GUI version 2.1.0
2018-01-18 14:02:44 INFO main:255 Copyright (c) 2007-2018 GNS3 Technologies Inc.
2018-01-18 14:02:44 INFO main:257 Application started with /usr/bin/gns3
~$ gns3 --debug
2018-01-18 14:09:59 INFO root:126 Log level: DEBUG
2018-01-18 14:09:59 INFO main:254 GNS3 GUI version 2.1.0
2018-01-18 14:09:59 INFO main:255 Copyright (c) 2007-2018 GNS3 Technologies Inc.
2018-01-18 14:09:59 INFO main:257 Application started with /usr/bin/gns3--debug

Offline

#2 2018-01-18 10:59:31

lo1
Member
Registered: 2017-09-25
Posts: 584

Re: GNS3 GUI not loading

https://aur.archlinux.org/packages/gns3-gui/

The last (bottom) comment says that this version is causing segmentation fault, I've got gns3 from github (version 2.1.1) and it's working as it should.

Could you try gns3-gui-git and gns3-server-git to see if it works?

Offline

#3 2018-01-18 11:11:15

ali_molaei
Member
From: Iran
Registered: 2015-12-24
Posts: 63
Website

Re: GNS3 GUI not loading

lo1 wrote:

https://aur.archlinux.org/packages/gns3-gui/

The last (bottom) comment says that this version is causing segmentation fault, I've got gns3 from github (version 2.1.1) and it's working as it should.

Could you try gns3-gui-git and gns3-server-git to see if it works?

The problem is, i get no log (segfaults) in journalctl

tried git version, no change

Offline

#4 2018-01-18 11:27:43

lo1
Member
Registered: 2017-09-25
Posts: 584

Re: GNS3 GUI not loading

Then double check for missing dependencies.

Also, is this happening on X or Wayland?

Offline

#5 2018-01-18 11:53:30

ali_molaei
Member
From: Iran
Registered: 2015-12-24
Posts: 63
Website

Re: GNS3 GUI not loading

lo1 wrote:

Then double check for missing dependencies.

Also, is this happening on X or Wayland?

GNS3-git

~$ pacman -Q gns3-gui-git 
gns3-gui-git 2.1.1-1

Required deps

~$ pacman -Q python-jsonschema  gns3-converter  python-raven  python-psutil  python-pyqt5 qt5-svg  qt5-websockets
python-jsonschema 2.6.0-2
gns3-converter 1.3.0-2
python-raven 6.4.0-1
python-psutil 5.4.1-1
python-pyqt5 5.9.2-2
qt5-svg 5.10.0-1
qt5-websockets 5.10.0-1

Optional deps

~$ pacman -Q gns3-server-git dynamips xterm wireshark-qt 
gns3-server-git 2.1.1-1
dynamips 0.2.17-1
xterm 331-1
wireshark-qt 2.4.4-1

no change

I am using X

~$ echo $XDG_SESSION_TYPE 
x11

Last edited by ali_molaei (2018-01-18 11:55:18)

Offline

#6 2018-01-25 10:46:43

lo1
Member
Registered: 2017-09-25
Posts: 584

Re: GNS3 GUI not loading

I had a quick glance at the talk page in the wiki, it seems that the versions you were trying to install had both an issue with breaking dependencies cycle.

You should try v 2.1.3-1 and see if that does it. If the issue still persists, I really don't know what's wrong with your system.

Anyway, you were missing some of the "python-aiohttp*" dependencies. Refer to https://aur.archlinux.org/packages/gns3-server/ and https://aur.archlinux.org/packages/gns3-gui/

Last edited by lo1 (2018-01-25 10:52:57)

Offline

Board footer

Powered by FluxBB