Bug 22003 - Überschneidungen in der Anzeige von VNC-Sessions mit Java-Applet
Summary: Überschneidungen in der Anzeige von VNC-Sessions mit Java-Applet
Status: CLOSED DUPLICATE of bug 21700
Alias: None
Product: UCS
Classification: Unclassified
Component: Virtualization - UVMM
Version: UCS 2.4
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: Bugzilla Mailingliste
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 09:58 CEST by Alexander Kläser
Modified: 2023-06-28 10:46 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments
Screenshot (286.34 KB, image/png)
2011-03-28 09:58 CEST, Alexander Kläser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2011-03-28 09:58:53 CEST
Created attachment 3146 [details]
Screenshot

Im VNC-Java-Applet scheinen Bildinformationen aus zwei Sessions angezeigt zu
werden (siehe Screenshots). Mit vncviewer direkt wird alles korrekt angezegit,
der Fehler tritt nur bei dem Java-Applet auf. In diesem Fall war es eine
Überschneidung zwischen Windows7 mit paravirtualisierten Geräten (alex_win7_pv)
und UCS mit paravirtualiserten Geräten (alex_ucs). Der Fehler trat nur in dem
VNC-Fenster der Maschine alex_win7_pv auf, nicht umgekehrt. Das System war KVM
auf xen13.

Hier die Liste der Maschinen im State running (vielleicht zu viele?):
====================
virsh # list
 Id Name                 State
----------------------------------
  1 win7-64-2            running
  2 win7-64-1            running
  3 ucs24-64-slave       running
  5 ucs24-64-descriptipn running
 13 ucs24-64-suspendtest running
 15 win7-3               running
 16 alex_ucs             running
 17 alex_win7_pv         running
====================

Die VNC-Displays sehen korrekt aus:
====================
root@xen13-kvm:~# virsh list | grep running | while read id name state; do echo
$name $(virsh vncdisplay $name); done
win7-64-2 :0
win7-64-1 :1
ucs24-64-slave :2
ucs24-64-descriptipn :4
ucs24-64-suspendtest :3
win7-3 :6
alex_ucs :7
alex_win7_pv :5
ucs2.3-0_basis_amd64 :8
====================

Hier Dumps der beiden betroffenen Maschinen:
====================
virsh # dumpxml alex_ucs
<domain type='kvm' id='16'
xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <name>alex_ucs</name>
  <uuid>06151834-ef41-8a88-5240-1935db23d6f9</uuid>
  <memory>1048576</memory>
  <currentMemory>1048576</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type arch='x86_64' machine='pc-0.14'>hvm</type>
    <boot dev='cdrom'/>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2'/>
      <source file='/var/lib/libvirt/images/alex_ucs-0.qcow2'/>
      <target dev='vda' bus='virtio'/>
      <alias name='virtio-disk0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source
file='/var/lib/libvirt/images/ucs_2.4-0-20110302134649-dvd-amd64.iso'/>
      <target dev='hda' bus='ide'/>
      <readonly/>
      <alias name='ide0-0-0'/>
      <address type='drive' controller='0' bus='0' unit='0'/>
    </disk>
    <controller type='ide' index='0'>
      <alias name='ide0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01'
function='0x1'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:de:2d:03'/>
      <source bridge='eth0'/>
      <target dev='vnet7'/>
      <model type='virtio'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
    </interface>
    <input type='tablet' bus='usb'>
      <alias name='input0'/>
    </input>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='5907' autoport='yes' listen='0.0.0.0'
keymap='de'/>
    <video>
      <model type='cirrus' vram='9216' heads='1'/>
      <alias name='video0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02'
function='0x0'/>
    </video>
    <memballoon model='virtio'>
      <alias name='balloon0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06'
function='0x0'/>
    </memballoon>
  </devices>
</domain>

virsh # dumpxml alex_win7_pv
<domain type='kvm' id='17'
xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <name>alex_win7_pv</name>
  <uuid>488cbc43-e9ef-715e-8596-966ce58be361</uuid>
  <memory>1048576</memory>
  <currentMemory>1048576</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type arch='x86_64' machine='pc-0.14'>hvm</type>
    <boot dev='cdrom'/>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2'/>
      <source file='/var/lib/libvirt/images/alex_win7_pv-0.qcow2'/>
      <target dev='vdb' bus='virtio'/>
      <alias name='virtio-disk1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06'
function='0x0'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/var/lib/libvirt/images/win_7_ult_64bit.iso'/>
      <target dev='hda' bus='ide'/>
      <readonly/>
      <alias name='ide0-0-0'/>
      <address type='drive' controller='0' bus='0' unit='0'/>
    </disk>
    <disk type='file' device='floppy'>
      <driver name='qemu' type='raw'/>
      <source file='/var/lib/libvirt/images/virtio-win-1.1.16.vfd'/>
      <target dev='fda' bus='fdc'/>
      <alias name='fdc0-0-0'/>
      <address type='drive' controller='0' bus='0' unit='0'/>
    </disk>
    <controller type='fdc' index='0'>
      <alias name='fdc0'/>
    </controller>
    <controller type='ide' index='0'>
      <alias name='ide0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01'
function='0x1'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:a2:30:27'/>
      <source bridge='eth0'/>
      <target dev='vnet5'/>
      <model type='virtio'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
    </interface>
    <input type='tablet' bus='usb'>
      <alias name='input0'/>
    </input>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='5905' autoport='yes' listen='0.0.0.0'
keymap='de'/>
    <video>
      <model type='cirrus' vram='9216' heads='1'/>
      <alias name='video0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02'
function='0x0'/>
    </video>
    <memballoon model='virtio'>
      <alias name='balloon0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>
    </memballoon>
  </devices>
</domain>
====================
Comment 1 Philipp Hahn univentionstaff 2011-03-28 11:00:47 CEST

*** This bug has been marked as a duplicate of bug 21700 ***