Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Description of problem:
As subject
Version-Release number of selected component (if applicable):
virt-viewer-0.6.0-12.el7.x86_64
How reproducible:
100%
Steps to Reproduce:
1. prepare a vnc guest
# virsh dumpxml $vm
...
<graphics type='vnc' port='5901' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/>
</graphics>
...
2. # virt-viewer $vm --zoom=10
Actual results:
virt-viewer connect the guest, but the window is not zoomed to as small as
set in cmd line.
Expected results:
zoom level should be set as expected.
Additional info:
I can reproduce this issue with package:
virt-viewer-0.6.0-12.el7.x86_64
Then try to verify with new build:
virt-viewer-2.0-1.el7.x86_64
Steps:
1. prepare a vnc guest
# virsh dumpxml $vm
...
<graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/>
</graphics>
...
2.
2.1 Set zoom level to 10
# virt-viewer rhel6.6-snapshot0610-clone --zoom=10
Result: Virt-viewer windows's size is showed as zoom level setting.
2.2 Set zoom level to 100
# virt-viewer rhel6.6-snapshot0610-clone --zoom=100
or
# virt-viewer rhel6.6-snapshot0610-clone
Result: Guest window open in normal size, the size is same with the virt-viewer window.
2.3 Set zoom level to 200
# virt-viewer rhel6.6-snapshot0610-clone --zoom=200
Result: Guest window showed in normal size
2.4 Set zoom level to 5 and to 500
# virt-viewer rhel6.6-snapshot0610-clone --zoom=5
Zoom level must be within 10-400
# virt-viewer rhel6.6-snapshot0610-clone --zoom=500
Zoom level must be within 10-400
Result: Both scenario, guest window showed in normal size.
According to above steps, move this bug from ON_QA to VERIFIED.
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.
https://rhn.redhat.com/errata/RHBA-2015-2211.html
Description of problem: As subject Version-Release number of selected component (if applicable): virt-viewer-0.6.0-12.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. prepare a vnc guest # virsh dumpxml $vm ... <graphics type='vnc' port='5901' autoport='yes' listen='127.0.0.1'> <listen type='address' address='127.0.0.1'/> </graphics> ... 2. # virt-viewer $vm --zoom=10 Actual results: virt-viewer connect the guest, but the window is not zoomed to as small as set in cmd line. Expected results: zoom level should be set as expected. Additional info: