RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 975751 - configure both SPICE and VNC display console
Summary: configure both SPICE and VNC display console
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Martin Kletzander
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 976044
TreeView+ depends on / blocked
 
Reported: 2013-06-19 09:27 UTC by Michal Skrivanek
Modified: 2013-11-21 09:03 UTC (History)
10 users (show)

Fixed In Version: libvirt-0.10.2-22.el6
Doc Type: Bug Fix
Doc Text:
Cause: Due to loader HV versions, many features were available only for guests with only one display. Consequence: Guests with 2 displays couldn't be properly defined on QEMU hypervisor and some other features were not properly taking other than the first display into consideration. Fix: For new enough HV versions (those that support it), the ability to define more display types and all one-display assumptions were fixed in all relevant code. Result: Domains with multiple displays may now be defined, properly migrated, started and so on (with new enough hypervisor).
Clone Of:
: 976044 (view as bug list)
Environment:
Last Closed: 2013-11-21 09:03:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:1581 0 normal SHIPPED_LIVE libvirt bug fix and enhancement update 2013-11-21 01:11:35 UTC

Description Michal Skrivanek 2013-06-19 09:27:15 UTC
support configuration of both SPICE and VNC console at the same time. QEMU support is there since 0.10.0 and it's also fixed in upstream libvirt commit 37b415200.
Please backport to 6.5 so the feature can be added to RHEV-M

Comment 1 Michal Skrivanek 2013-06-19 09:28:27 UTC
as per conversation adding Martin

Comment 3 CongDong 2013-06-26 11:48:54 UTC
I'm confused with this bug, can you provide the steps to reproduce the problem please?

Comment 9 Martin Kletzander 2013-07-24 09:21:44 UTC
No it doesn't, going through the code there is something wrong.  I'm moving it to assigned and looking for a reason.

Comment 12 zhe peng 2013-08-15 05:15:41 UTC
verify with build:
libvirt-0.10.2-22.el6.x86_64

step:
1:config both spice and vnc in one guest at same time and start the guest
#virsh dumpxml $guest
 <graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'>
      <listen type='address' address='0.0.0.0'/>
    </graphics>
    <graphics type='spice' port='5901' autoport='yes' listen='0.0.0.0'>
      <listen type='address' address='0.0.0.0'/>
    </graphics>

2: use remote-viewer to connect the guest

#remote-viewer spice://127.0.0.1:5901
#remote-viewer vnc://127.0.0.1:5900
all can connect the console

3: check qemu cli:
#ps -ef | grep kvm
....
-vnc 0.0.0.0:0 -spice port=5901,addr=0.0.0.0,disable-ticketing,seamless-migration=on -vga qxl -global qxl-vga.ram_size=67108864 -global qxl-vga.vram_size=67108864
....
verification passed.

Comment 14 errata-xmlrpc 2013-11-21 09:03:16 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-1581.html


Note You need to log in before you can comment on or make changes to this bug.