[GH-ISSUE #656] webvirt-console not working in OpenSuSE Leap 42.3 #499

Closed
opened 2026-02-27 16:39:28 +03:00 by kerem · 0 comments
Owner

Originally created by @frossmant on GitHub (Jan 24, 2018).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/656

Hello !

Im trying to install webvirtmgr in an OpenSuSE Leap 42.3 enviorment.

I get the following error message when trying to establish a console session through the webvirtmgr webui

Failed to connect to server (code: 1006)

The VNC server itself works as it should and i can connect to that session via a normal vnc-client directly.

I get the following error message in /var/log/supervisor/webvirtmgr-console.log

WARNING:root:No local_settings file found.
ERROR:root:Fail to retrieve console connexion infos for token 1-bd9e4428-b842-4148-a136-a62a0988ce62 : Models aren't loaded yet.

Also i could not get webvirtmgr up and running via supervisor at all at first. I was forced to change the following in /etc/supervisord.d/webvirtmgr.conf in order to get it up and running.

#command=/usr/bin/python /srv/www/webvirtmgr/manage.py gunicorn -c /srv/www/webvirtmgr/conf/gunicorn.conf.py
command=/usr/bin/python /usr/bin/gunicorn webvirtmgr.wsgi:application

Here are some configuration and netstat output

$ virsh dumpxml vmXXX
    <graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0' keymap='sv'>
      <listen type='address' address='0.0.0.0'/>
    </graphics>
$ netstat -an|grep -w LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:34105           0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:16509           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:6080            0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:8000          0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:5901            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
tcp        0      0 :::22                   :::*                    LISTEN
tcp        0      0 :::45303                :::*                    LISTEN
tcp        0      0 ::1:631                 :::*                    LISTEN
tcp        0      0 ::1:25                  :::*                    LISTEN

Anyone have any suggestions on how to solve this ?

Originally created by @frossmant on GitHub (Jan 24, 2018). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/656 Hello ! Im trying to install webvirtmgr in an OpenSuSE Leap 42.3 enviorment. I get the following error message when trying to establish a console session through the webvirtmgr webui > Failed to connect to server (code: 1006) The VNC server itself works as it should and i can connect to that session via a normal vnc-client directly. I get the following error message in /var/log/supervisor/webvirtmgr-console.log ``` WARNING:root:No local_settings file found. ERROR:root:Fail to retrieve console connexion infos for token 1-bd9e4428-b842-4148-a136-a62a0988ce62 : Models aren't loaded yet. ``` Also i could not get webvirtmgr up and running via supervisor at all at first. I was forced to change the following in /etc/supervisord.d/webvirtmgr.conf in order to get it up and running. ``` #command=/usr/bin/python /srv/www/webvirtmgr/manage.py gunicorn -c /srv/www/webvirtmgr/conf/gunicorn.conf.py command=/usr/bin/python /usr/bin/gunicorn webvirtmgr.wsgi:application ``` Here are some configuration and netstat output ``` $ virsh dumpxml vmXXX <graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0' keymap='sv'> <listen type='address' address='0.0.0.0'/> </graphics> ``` ``` $ netstat -an|grep -w LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:34105 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:16509 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:6080 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN tcp 0 0 :::22 :::* LISTEN tcp 0 0 :::45303 :::* LISTEN tcp 0 0 ::1:631 :::* LISTEN tcp 0 0 ::1:25 :::* LISTEN ``` Anyone have any suggestions on how to solve this ?
kerem closed this issue 2026-02-27 16:39:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#499
No description provided.