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:
spice-vdagent (session part) exits on client-initiated resolution change
Version-Release number of selected component (if applicable):
guest: spice-vdagent-0.14.0-7.el7.x86_64
host: spice-server-0.12.4-6.el6_5.1.x86_64 (latest RHEL 6.5 version)
client: Fedora 20 (I'll retest later with other clients)
How reproducible:
always
Steps to Reproduce:
1. install a fresh RHEL 7 guest in rhev 3.3, boot to gnome
2. resize client window or go fullscreen or add another monitor
3.
Actual results:
* resolution remains the same
* spice-vdagent process exits
* spice-vdagent process can not be restarted till system-wide
daemon spice-vdagentd gets restarted
This is what "spice-vdagent -d -d -d -x" prints after resolution changes:
window resize:
spice-vdagent[12257]: 0x17ce010 received monitors config, arg1: 0, arg2: 0, size 328
spice-vdagent[12257]: from guest: 16, 1
spice-vdagent[12257]: received monitor 0 config 1176x888+0+0
spice-vdagent[12257]: after zeroing: 1, 1
spice-vdagent[12257]: received monitor 0 config 1176x888+0+0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 139 (RANDR)
Minor opcode of failed request: 21 (RRSetCrtcConfig)
Value in failed request: 0x0
Serial number of failed request: 98
Current serial number in output stream: 98
fullscreen toggle (start windowed, go fullscreen):
spice-vdagent[12624]: 0x233e010 received monitors config, arg1: 0, arg2: 0, size 328
spice-vdagent[12624]: from guest: 16, 1
spice-vdagent[12624]: received monitor 0 config 1920x1080+1920+0
spice-vdagent[12624]: zero_base_monitors: agent config 1920,0 rooted, adjusting to 0,0.
spice-vdagent[12624]: after zeroing: 1, 1
spice-vdagent[12624]: received monitor 0 config 1920x1080+0+0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 139 (RANDR)
Minor opcode of failed request: 21 (RRSetCrtcConfig)
Value in failed request: 0x0
Serial number of failed request: 85
Current serial number in output stream: 85
enable display 2:
spice-vdagent[13350]: 0xb9d010 received monitors config, arg1: 0, arg2: 0, size 328
spice-vdagent[13350]: from guest: 16, 1
spice-vdagent[13350]: received monitor 0 config 1024x768+0+0
spice-vdagent[13350]: received monitor 1 config 400x373+1024+0
spice-vdagent[13350]: after zeroing: 2, 1
spice-vdagent[13350]: received monitor 0 config 1024x768+0+0
spice-vdagent[13350]: received monitor 1 config 400x373+1024+0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 139 (RANDR)
Minor opcode of failed request: 21 (RRSetCrtcConfig)
Value in failed request: 0x400
Serial number of failed request: 86
Current serial number in output stream: 86
Expected results:
spice-vdagent keeps running and resolution gets resized
Additional info:
this may or may not be the same as bug 841262, bug 1028496 or bug 1028499 (it also may play its part in bug 1052172)
Comment 1Marc-Andre Lureau
2014-02-18 14:01:39 UTC
It works for me with F20 as host.
What is the version of your kernel?
Is the qxl module loaded?
What is the version of qemu on host? iirc, there is some support missing there.
I remember Christophe was tracking a similar bug in December. I guess he could help, adding in CC.
(In reply to Marc-Andre Lureau from comment #1)
> It works for me with F20 as host.
>
> What is the version of your kernel?
3.10.0-88.el7.x86_64
> Is the qxl module loaded?
yes:
# lsmod | grep qxl
qxl 69673 2
drm_kms_helper 52758 1 qxl
ttm 83948 1 qxl
drm 297829 4 qxl,ttm,drm_kms_helper
> What is the version of qemu on host?
qemu-kvm-rhev-0.12.1.2-2.415.el6_5.4.x86_64
spice-server-0.12.4-6.el6_5.1.x86_64
> iirc, there is some support missing there.
What extra support is required on _host_ for resolution change of rhel7 guests compared to rhel6 or windows guests?
Comment 3Marc-Andre Lureau
2014-02-18 16:27:52 UTC
qemu needs qxl.client_monitors_config support, not sure it is there...
Comment 5Christophe Fergeau
2014-02-20 12:53:33 UTC
(In reply to Marc-Andre Lureau from comment #3)
> qemu needs qxl.client_monitors_config support, not sure it is there...
Is there a bug for it? I can't see qxl monitor config neither in qemu changelog, nor in bugzilla.
Comment 7Marc-Andre Lureau
2014-04-09 16:37:14 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.
https://rhn.redhat.com/errata/RHBA-2015-0359.html
Description of problem: spice-vdagent (session part) exits on client-initiated resolution change Version-Release number of selected component (if applicable): guest: spice-vdagent-0.14.0-7.el7.x86_64 host: spice-server-0.12.4-6.el6_5.1.x86_64 (latest RHEL 6.5 version) client: Fedora 20 (I'll retest later with other clients) How reproducible: always Steps to Reproduce: 1. install a fresh RHEL 7 guest in rhev 3.3, boot to gnome 2. resize client window or go fullscreen or add another monitor 3. Actual results: * resolution remains the same * spice-vdagent process exits * spice-vdagent process can not be restarted till system-wide daemon spice-vdagentd gets restarted This is what "spice-vdagent -d -d -d -x" prints after resolution changes: window resize: spice-vdagent[12257]: 0x17ce010 received monitors config, arg1: 0, arg2: 0, size 328 spice-vdagent[12257]: from guest: 16, 1 spice-vdagent[12257]: received monitor 0 config 1176x888+0+0 spice-vdagent[12257]: after zeroing: 1, 1 spice-vdagent[12257]: received monitor 0 config 1176x888+0+0 X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 139 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) Value in failed request: 0x0 Serial number of failed request: 98 Current serial number in output stream: 98 fullscreen toggle (start windowed, go fullscreen): spice-vdagent[12624]: 0x233e010 received monitors config, arg1: 0, arg2: 0, size 328 spice-vdagent[12624]: from guest: 16, 1 spice-vdagent[12624]: received monitor 0 config 1920x1080+1920+0 spice-vdagent[12624]: zero_base_monitors: agent config 1920,0 rooted, adjusting to 0,0. spice-vdagent[12624]: after zeroing: 1, 1 spice-vdagent[12624]: received monitor 0 config 1920x1080+0+0 X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 139 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) Value in failed request: 0x0 Serial number of failed request: 85 Current serial number in output stream: 85 enable display 2: spice-vdagent[13350]: 0xb9d010 received monitors config, arg1: 0, arg2: 0, size 328 spice-vdagent[13350]: from guest: 16, 1 spice-vdagent[13350]: received monitor 0 config 1024x768+0+0 spice-vdagent[13350]: received monitor 1 config 400x373+1024+0 spice-vdagent[13350]: after zeroing: 2, 1 spice-vdagent[13350]: received monitor 0 config 1024x768+0+0 spice-vdagent[13350]: received monitor 1 config 400x373+1024+0 X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 139 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) Value in failed request: 0x400 Serial number of failed request: 86 Current serial number in output stream: 86 Expected results: spice-vdagent keeps running and resolution gets resized Additional info: this may or may not be the same as bug 841262, bug 1028496 or bug 1028499 (it also may play its part in bug 1052172)