mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #224] VNC not working, Can do console #176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amitk79 on GitHub (Feb 4, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/224
What I did:
python /var/www/webvirtmgr/console/webvirtmgr-novnc
Output:
WARNING: no 'numpy' module, HyBi protocol is slower or disabled
WebSocket server settings:
1: 192.168.x.x: Normal web request received but disallowed
2: 192.168.x.x: ignoring socket not ready
@retspen commented on GitHub (Feb 4, 2014):
What browser do you use?
@amitk79 commented on GitHub (Feb 4, 2014):
I am using Ubuntu 12.04 64 bit.
Chrome: Version 31.0.1650.63
Firefox: 26.0
@retspen commented on GitHub (Feb 4, 2014):
Move
/var/www/webvirtmgr/console/cert.pemfrom folder and restart service.@amitk79 commented on GitHub (Feb 4, 2014):
SSL connection but '/var/www/webvirtmgr/console/cert.pem' not found
@retspen commented on GitHub (Feb 4, 2014):
Have you connected?
@amitk79 commented on GitHub (Feb 4, 2014):
No
@amitk79 commented on GitHub (Feb 4, 2014):
Chrome says: This webpage is not available
@retspen commented on GitHub (Feb 4, 2014):
Move back cert. How distro linux do you use ?
@amitk79 commented on GitHub (Feb 4, 2014):
[root@cloud webvirtmgr]# python /var/www/webvirtmgr/console/webvirtmgr-novnc
WARNING: no 'numpy' module, HyBi protocol is slower or disabled
WebSocket server settings:
Listen on 0.0.0.0:6080
Flash security policy server
SSL/TLS support
proxying from 0.0.0.0:6080 to ignore:ignore
1: 192.168.x.x: Normal web request received but disallowed
2: 192.168.x.x: ignoring socket not ready
3: handler exception: WSRequestHandler instance has no attribute 'last_code'
4: handler exception: WSRequestHandler instance has no attribute 'last_code'
5: handler exception: WSRequestHandler instance has no attribute 'last_code'
6: 192.168.x.x: Normal web request received but disallowed
1-2 is with http and then with https.
I am uisng Ubuntu and in backend we have CentOS release 6.5 (Final)
@retspen commented on GitHub (Feb 4, 2014):
Stop service webvirtmgr-novnc and run:
$ websockify 6080 192.168.1.10:5902
Input your IP and VNC port your VM (hover on button "Console") and then open
@amitk79 commented on GitHub (Feb 5, 2014):
FYI: I can take VNC using console button.
Please correct me if I am wrong, Can someone else take VNC from outside without entering dashboard ?
@retspen commented on GitHub (Feb 5, 2014):
You can use vncviewer and connect to VNC to server without panel.
@amitk79 commented on GitHub (Feb 5, 2014):
Alright, Thanks for clearing me on this issue.