Bug #2585
VNC does not work with Xen HVM
Status: | Closed | Start date: | 12/20/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - VM | |||
Target version: | Release 4.6 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.4 |
Description
VNC in xen HVM domains can not be defined as VFB. This is the correct way:
vnc=1 vncunused=0 vncdisplay=8 vnclisten="0.0.0.0"
Associated revisions
bug #2585: user proper vnc parameters for HVM XEN
bug #2585: user proper vnc parameters for HVM XEN
(cherry picked from commit 3338cd039cb32d638481a09e5ddf6e585f92bd58)
bug #2585: add quotes to xen hvm vnc parameters
History
#1 Updated by Ruben S. Montero over 7 years ago
- Status changed from Pending to New
- Target version set to Release 4.6
#2 Updated by Javi Fontan over 7 years ago
- Assignee set to Javi Fontan
#3 Updated by Javi Fontan over 7 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed in 4.4 and master
#4 Updated by Andrés Arnáiz over 7 years ago
Javi Fontan wrote:
VNC in xen HVM domains can not be defined as VFB. This is the correct way:
[...]
In 4.4.1, and BETA 4.6 with XEN Hypervisor given an error at deploy virtual machine because in deployment.X file generated appear the entry vnclisten=0.0.0.0 for ip in place of vnclisten="0.0.0.0"
Also appear with entry keymap=es and vncpassword .
#5 Updated by Javi Fontan over 7 years ago
- Status changed from Closed to Assigned
- Resolution deleted (
fixed)
Thanks for the heads up. I am reopening the issue to take a look at it.
#6 Updated by Javi Fontan over 7 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
I've tested it and it's working. The change is in master branch.